]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(cancel-debug-on-entry): Make the empty string argument obsolete.
[gnu-emacs] / lisp / ChangeLog
1 2005-06-13 Lute Kamstra <lute@gnu.org>
2
3 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
4 string argument obsolete.
5
6 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
7
8 * textmodes/org.el: (org-CUA-compatible): New option.
9 (org-disputed-keys): New variable.
10 (org-key): New function.
11 (orgtbl-make-binding): Add docstring to the created function.
12 (org-mode): Set paragraph start/separate regexps.
13 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14 (org-archive-location, org-archive-mark-done)
15 (org-archive-stamp-time): New options.
16 (org-archive-subtree): New command.
17 (org-fill-paragraph): New function.
18 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19 (org-fake-empty-table-line): Function removed.
20 (org-format-org-table-html): Do not create empty table lines at
21 separator lines. Improved table header treatment.
22 (org-link-format): New option.
23 (org-make-link): New function.
24 (org-insert-link, org-store-link): Use org-make-link.
25 (org-open-file): Quote file name for shell command, to allow
26 spaces in file names.
27 (org-link-regexp): Fixed bug with mailto link.
28 (org-link-maybe-angles-regexp, org-protected-link-regexp): New
29 constant.
30 (org-export-as-html): Deal with the optional angles around a link.
31 Better treatment of file: links.
32 (org-open-at-point): Replace @{ and @} with < and >.
33 (org-run-mode-hooks): Function removed.
34 (org-agenda-mode): No longer use `org-run-mode-hooks'.
35
36 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
37
38 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
39 MI command -data-list-register-values.
40 (gdb-post-prompt): Indent properly.
41
42 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
43
44 * hilit-chg.el (highlight-changes-colors): Rename from
45 `highlight-changes-colours'.
46 (highlight-changes-colours): Keep as obsolete alias.
47 (highlight-changes-face-list): Doc fix.
48 (hilit-chg-make-list): Use `highlight-changes-colors'.
49
50 2005-06-12 Mark A. Hershberger <mah@everybody.org>
51
52 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
53 defun-prompt-regexp.
54
55 2005-06-12 Eli Zaretskii <eliz@gnu.org>
56
57 * loadup.el: Don't say we are dumping under 2 names on windows-nt
58 and cygwin.
59
60 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): Don't
61 use an old loaddefs.el, as in Makefile.in.
62
63 2005-06-12 Lute Kamstra <lute@gnu.org>
64
65 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
66
67 * man.el (Man-mode-map): Initialize it properly.
68 (Man-mode): Set mode-class property to special.
69
70 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
71
72 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
73
74 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
75 A newline is needed in the docstring there.
76
77 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
78 Doc fixes.
79
80 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
81
82 * printing.el: Doc fix. The menubar is no more changed when printing
83 is loaded, it only changes when pr-menu-bind or pr-update-menus is
84 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
85 (pr-version): New version number (6.8.4).
86 (pr-menu-bind): New command.
87 (pr-update-menus): Docstring and code fix.
88 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
89 Docstring fix.
90 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
91 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
92
93 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
94
95 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
96 "Returns" to "return", document useful return values, etc.
97
98 2005-06-11 Alan Mackenzie <acm@muc.de>
99
100 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
101 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
102 (adaptive-file-function): Minor amendment to doc-string.
103
104 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
105
106 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
107 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step): Fix
108 :type--it is `integer', not `string'.
109
110 * faces.el (modeline-highlight): Rename from (the erroneous)
111 `modeline-higilight'.
112
113 2005-06-11 Lute Kamstra <lute@gnu.org>
114
115 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
116 lisp-interaction-mode-map but make it the parent.
117 (edebug-eval-mode): Use define-derived-mode.
118
119 2005-06-11 Andreas Schwab <schwab@suse.de>
120
121 * bindings.el: Add binding of `ESC functionkey' for every
122 `M-functionkey'.
123 * hexl.el (hexl-mode-map): Likewise.
124
125 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
126
127 * progmodes/compile.el (compilation-error-regexp-alist-alist)
128 [msft]: update regexp for newer msft compilers.
129
130 2005-06-10 Mark A. Hershberger <mah@everybody.org>
131
132 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
133 ATTLIST portions of included DTDs.
134 (xml-parse-dtd): Eliminate use of inefficient match-data.
135
136 2005-06-10 Miles Bader <miles@gnu.org>
137
138 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
139 (mpuz-text): Remove "-face" suffix from face names.
140 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
141 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
142 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
143
144 * play/gomoku.el (gomoku-O, gomoku-X):
145 Remove "-face" suffix from face names.
146 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
147 New backward-compatibility aliases for renamed faces.
148 (gomoku-font-lock-keywords): Use renamed gomoku faces.
149
150 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
151
152 * thumbs.el: Fixes for changes of 2005-06-09.
153 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
154 as a directory.
155 (thumbs-thumbname): Remove directory separator from format string;
156 `thumbs-thumbsdir' now returns a valid directory name.
157 (thumbs-temp-dir): New defsubst.
158 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
159 Use it.
160
161 * cus-edit.el (minibuffer):
162 * files.el (make-backup-file-name-function):
163 * filesets.el (filesets-external-viewers):
164 * hilit-chg.el (highlight-changes-colours)
165 (highlight-changes-face-list, highlight-changes-rotate-faces):
166 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
167 * kmacro.el (kmacro-call-macro):
168 * log-edit.el (log-edit-changelog-full-paragraphs):
169 * mouse.el (mouse-1-click-follows-link):
170 * skeleton.el (skeleton-autowrap):
171 * subr.el (insert-for-yank-1):
172 * tempo.el (tempo-insert-region):
173 * terminal.el (terminal-emulator):
174 * time.el (display-time-mail-face):
175 * vc.el (vc-annotate):
176 * vcursor.el (vcursor-copy-line):
177 * woman.el (woman-bold-headings, woman-ignore)
178 (woman-default-faces, woman-monochrome-faces):
179 * calendar/todo-mode.el (todo-insert-threshold):
180 * emulation/pc-select.el (pc-select-selection-keys-only)
181 (pc-selection-mode):
182 * emulation/vip.el (vip-find-char-forward):
183 * emulation/viper-cmd.el (viper-find-char-forward):
184 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
185 (input-method-exit-on-invalid-key):
186 * international/mule-diag.el (describe-coding-system):
187 * international/ucs-tables.el (unify-8859-on-encoding-mode):
188 * net/browse-url.el (browse-url-xterm-program):
189 * obsolete/lazy-lock.el (lazy-lock-mode):
190 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
191 (cperl-mode):
192 * progmodes/cpp.el (cpp-face-light-name-list)
193 (cpp-face-dark-name-list):
194 * progmodes/delphi.el (delphi-newline-always-indents):
195 Fix spellings in docstrings.
196
197 * ido.el (ido-mode, ido-file-extensions-order)
198 (ido-default-file-method, ido-default-buffer-method)
199 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
200 (ido-decorations, ido-read-file-name-as-directory-commands)
201 (ido-read-file-name-non-ido, ido-work-directory-list)
202 (ido-ignore-item-temp-list, ido-current-directory)
203 (ido-magic-forward-char, ido-enter-find-file)
204 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
205 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
206
207 2005-06-10 Lute Kamstra <lute@gnu.org>
208
209 * play/dunnet.el (dun-mode): Use define-derived-mode.
210 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
211 obsolete alias.
212
213 * play/doctor.el (doctor-mode-map): Remove defvar.
214 (doctor-mode): Use define-derived-mode.
215
216 * mail/mspools.el (mspools-mode):
217 * net/eudc-hotlist.el (eudc-hotlist-mode):
218 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
219
220 2005-06-10 Miles Bader <miles@gnu.org>
221
222 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
223 Remove "-face" suffix from face names.
224 (flyspell-incorrect-face, flyspell-duplicate-face):
225 New backward-compatibility aliases for renamed faces.
226 (flyspell-mode-on, make-flyspell-overlay)
227 (flyspell-highlight-incorrect-region)
228 (flyspell-highlight-duplicate-region)
229 (flyspell-display-next-corrections)
230 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
231
232 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
233 from face name.
234 (texinfo-heading-face): New backward-compatibility alias for
235 renamed face.
236 (texinfo-heading-face): Use renamed texinfo-heading face.
237
238 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
239 suffix from face names.
240 (tex-math-face, tex-verbatim-face):
241 New backward-compatibility aliases for renamed faces.
242 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
243 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
244 literal face name.
245
246 * textmodes/table.el (table-cell): Remove "-face" suffix from face
247 name.
248 (table-cell-face): New backward-compatibility alias for renamed face.
249 (table--put-cell-face-property, table--update-cell-face):
250 Use renamed table-cell face.
251
252 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
253 from face name.
254 (sgml-namespace-face): New backward-compatibility alias for
255 renamed face.
256 (sgml-namespace-face): Use renamed sgml-namespace face.
257
258 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
259 (org-level-4, org-level-5, org-level-6, org-level-7)
260 (org-level-8, org-warning, org-headline-done)
261 (org-deadline-announce, org-scheduled-today)
262 (org-scheduled-previously, org-link, org-done, org-table)
263 (org-time-grid): Remove "-face" suffix from face names.
264 (org-level-1-face, org-level-2-face, org-level-3-face)
265 (org-level-4-face, org-level-5-face, org-level-6-face)
266 (org-level-7-face, org-level-8-face, org-warning-face)
267 (org-headline-done-face, org-deadline-announce-face)
268 (org-scheduled-today-face, org-scheduled-previously-face)
269 (org-link-face, org-done-face, org-table-face)
270 (org-time-grid-face):
271 New backward-compatibility aliases for renamed faces.
272 (org-level-faces, org-set-font-lock-defaults, org-timeline)
273 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
274 (org-agenda-get-timestamps, org-agenda-get-scheduled)
275 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
276
277 * emulation/viper-init.el (viper-search, viper-replace-overlay)
278 (viper-minibuffer-emacs, viper-minibuffer-insert)
279 (viper-minibuffer-vi): Remove "-face" suffix from face names.
280 (viper-search-face, viper-replace-overlay-face)
281 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
282 (viper-minibuffer-vi-face):
283 New backward-compatibility aliases for renamed faces.
284 (viper-search-face, viper-replace-overlay-face)
285 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
286 (viper-minibuffer-vi-face): Use renamed viper faces.
287
288 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
289 Remove "-face" suffix from face names.
290 (testcover-nohits-face, testcover-1value-face):
291 New backward-compatibility aliases for renamed faces.
292 (testcover-mark): Use renamed testcover faces.
293
294 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
295 face name.
296 (diary-button-face): New backward-compatibility alias for renamed face.
297 (diary-entry): Use renamed diary-button face.
298
299 * calendar/calendar.el (diary, calendar-today, holiday)
300 (mark-visible-calendar-date): Remove "-face" suffix from face names.
301 (diary-face, calendar-today-face, holiday-face):
302 New backward-compatibility aliases for renamed faces.
303 (eval-after-load "facemenu", diary-entry-marker)
304 (calendar-today-marker, calendar-holiday-marker, diary-face):
305 Use renamed calendar faces.
306
307 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
308 (compare-windows-face): New backward-compatibility alias for
309 renamed face.
310 (compare-windows-highlight): Use renamed compare-windows face.
311
312 * strokes.el (strokes-char): Remove "-face" suffix from face name.
313 (strokes-char-face): New backward-compatibility alias for renamed face.
314 (strokes-encode-buffer): Use renamed strokes-char face.
315
316 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
317 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
318 Remove "-face" suffix from face names.
319 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
320 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
321 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
322 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
323 Use renamed pcvs faces.
324 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
325 * pcvs-defs.el (cvs-mode-map): Likewise.
326 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
327
328 * info.el (info-title-1, info-title-2, info-title-3)
329 (info-title-4): Remove "-face" suffix from and downcase face names.
330 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
331 (Info-title-4-face):
332 New backward-compatibility aliases for renamed faces.
333 (Info-fontify-node): Use renamed info faces.
334
335 * hilit-chg.el (highlight-changes, highlight-changes-delete):
336 Remove "-face" suffix from face names.
337 (highlight-changes-face, highlight-changes-delete-face):
338 New backward-compatibility aliases for renamed faces.
339 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
340 (hilit-chg-make-list): Use renamed highlight-changes faces.
341
342 * generic-x.el (show-tabs-tab, show-tabs-space):
343 Remove "-face" suffix from face names.
344 (show-tabs-tab-face, show-tabs-space-face):
345 New backward-compatibility aliases for renamed faces.
346 (show-tabs-generic-mode-font-lock-defaults-1)
347 (show-tabs-generic-mode-font-lock-defaults-2):
348 Use renamed show-tabs faces.
349
350 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
351 (smerge-markers): Remove "-face" suffix from face names.
352 (smerge-mine-face, smerge-other-face, smerge-base-face)
353 (smerge-markers-face):
354 New backward-compatibility aliases for renamed faces.
355 (smerge-mine-face, smerge-other-face, smerge-base-face)
356 (smerge-markers-face): Use renamed smerge faces.
357
358 * log-view.el (log-view-file, log-view-message):
359 Remove "-face" suffix from face names.
360 (log-view-file-face, log-view-message-face):
361 New backward-compatibility aliases for renamed faces.
362 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
363
364 * paren.el (show-paren-match, show-paren-mismatch):
365 Remove "-face" suffix from face names.
366 (show-paren-match-face, show-paren-mismatch-face):
367 New backward-compatibility aliases for renamed faces.
368 (show-paren-function): Use renamed show-paren faces.
369
370 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
371 (ruler-mode-margins, ruler-mode-fringes)
372 (ruler-mode-column-number, ruler-mode-fill-column)
373 (ruler-mode-comment-column, ruler-mode-goal-column)
374 (ruler-mode-tab-stop, ruler-mode-current-column):
375 Remove "-face" suffix from face names.
376 (ruler-mode-default-face, ruler-mode-pad-face)
377 (ruler-mode-margins-face, ruler-mode-fringes-face)
378 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
379 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
380 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
381 New backward-compatibility aliases for renamed faces.
382 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
383 (ruler-mode-column-number, ruler-mode-fill-column)
384 (ruler-mode-comment-column, ruler-mode-goal-column)
385 (ruler-mode-tab-stop, ruler-mode-current-column)
386 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
387
388 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
389 face name.
390 (whitespace-highlight-the-space): Use renamed face.
391 (whitespace-highlight-face): New backward-compatibility alias for
392 renamed face.
393
394 * woman.el (woman-italic, woman-bold, woman-unknown)
395 (woman-addition, woman-symbol-face):
396 Remove "-face" suffix from face names.
397 (woman-italic-face, woman-bold-face, woman-unknown-face)
398 (woman-addition-face):
399 New backward-compatibility aliases for renamed faces.
400 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
401 (woman-decode-region, woman-replace-match)
402 (woman-display-extended-fonts, woman-special-characters)
403 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
404 Use renamed woman faces.
405
406 * longlines.el (longlines-visible-face): Face removed.
407
408 * diff-mode.el (diff-header, diff-file-header, diff-index)
409 (diff-hunk-header, diff-removed, diff-added, diff-changed)
410 (diff-function, diff-context, diff-nonexistent): Remove "-face"
411 suffix from face names.
412 (diff-header-face, diff-file-header-face, diff-index-face)
413 (diff-hunk-header-face, diff-removed-face, diff-added-face)
414 (diff-changed-face, diff-function-face, diff-context-face)
415 (diff-nonexistent-face): New backward-compatibility aliases for
416 renamed faces.
417 (diff-header-face, diff-file-header-face)
418 (diff-index, diff-index-face, diff-hunk-header)
419 (diff-hunk-header-face, diff-removed, diff-removed-face)
420 (diff-added, diff-added-face, diff-changed-face, diff-function)
421 (diff-function-face, diff-context-face, diff-nonexistent)
422 (diff-nonexistent-face): Use renamed diff-mode faces.
423
424 * progmodes/compile.el (compilation-warning-face)
425 (compilation-info-face): Remove "-face" suffix from face names.
426 (compilation-warning-face, compilation-info-face):
427 New backward-compatibility aliases for renamed faces.
428 (compilation-warning-face, compilation-info-face):
429 Use renamed compilation faces.
430
431 * add-log.el (change-log-date, change-log-name)
432 (change-log-email, change-log-file, change-log-list)
433 (change-log-conditionals, change-log-function)
434 (change-log-acknowledgement): Remove "-face" suffix from face names.
435 (change-log-date-face, change-log-name-face)
436 (change-log-email-face, change-log-file-face)
437 (change-log-list-face, change-log-conditionals-face)
438 (change-log-function-face, change-log-acknowledgement-face):
439 New backward-compatibility aliases for renamed faces.
440 (change-log-font-lock-keywords): Use renamed change-log faces.
441
442 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
443 (custom-set, custom-changed, custom-saved, custom-button)
444 (custom-button-pressed, custom-documentation, custom-state)
445 (custom-comment, custom-comment-tag, custom-variable-tag)
446 (custom-variable-button, custom-face-tag, custom-group-tag-1)
447 (custom-group-tag): Remove "-face" suffix from face names.
448 (custom-magic-alist, custom-magic-value-create)
449 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
450 (custom-invalid-face, custom-rogue-face, custom-modified-face)
451 (custom-set-face, custom-changed-face, custom-saved-face)
452 (custom-button-face, custom-button-pressed-face)
453 (custom-documentation-face, custom-state-face)
454 (custom-comment-face, custom-comment-tag-face)
455 (custom-variable-tag-face, custom-variable-button-face)
456 (custom-face-tag-face, custom-group-tag-face-1)
457 (custom-group-tag-face):
458 New backward-compatibility aliases for renamed faces.
459
460 * wid-edit.el (widget-documentation, widget-button)
461 (widget-field, widget-single-line-field, widget-inactive)
462 (widget-button-pressed): "-face" suffix removed from face names.
463 (widget-documentation-face, widget-button-face)
464 (widget-field-face, widget-single-line-field-face)
465 (widget-inactive-face, widget-button-pressed-face):
466 New backward-compatibility aliases for renamed faces.
467 (widget-documentation-face, widget-button-face)
468 (widget-button-pressed-face, widget-specify-field)
469 (widget-specify-inactive): Use renamed widget faces.
470
471 2005-06-10 Kenichi Handa <handa@m17n.org>
472
473 * term/x-win.el (x-clipboard-yank): Remove condition-case
474 wrapping.
475
476 2005-06-11 Kenichi Handa <handa@m17n.org>
477
478 * add-log.el (change-log-font-lock-keywords): Make the regexp for
479 date lines stricter.
480
481 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
482
483 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
484 of x-get-selection.
485
486 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
487
488 * comint.el (comint-mode, comint-snapshot-last-prompt):
489 * frame.el (frame-current-scroll-bars):
490 * term.el (term-mode, term-check-proc, term-input-sender)
491 (term-simple-send, term-extract-string, term-word)
492 (term-match-partial-filename):
493 * window.el (window-current-scroll-bars):
494 * emulation/cua-base.el (cua-normal-cursor-color)
495 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
496 (cua-global-mark-cursor-color):
497 * mail/undigest.el (rmail-forward-separator-regex):
498 Fix typos in docstrings.
499
500 * comint.el (comint-check-proc, make-comint-in-buffer)
501 (comint-source-default): Doc fixes.
502
503 * term.el (term-send-string): Improve argument/docstring
504 consistency.
505
506 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
507
508 * comint.el (comint-send-input): Bind `inhibit-read-only' around
509 call to `delete-region'.
510 (comint-mode-hook): Do not enable Font Lock by default.
511
512 2005-06-09 Lute Kamstra <lute@gnu.org>
513
514 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
515 could be void.
516
517 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * emacs-lisp/debug.el (debugger-will-be-back): New var.
520 (debug): Use it.
521 (debugger-step-through, debugger-continue, debugger-jump)
522 (debugger-return-value): Set it when needed.
523 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
524 Use inhibit-read-only.
525
526 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
527
528 * window.el (shrink-window-if-larger-than-buffer)
529 (window-size-fixed): Fix typo in docstring.
530
531 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
532 thumbnails directory on loading.
533 (thumbs-conversion-program): Use `eq' to check the system type,
534 not `equal'.
535 (thumbs-temp-dir): Initialize to `temporary-file-directory',
536 not "/tmp". Fix docstring.
537 (thumbs-thumbsdir): New function to return the thumbnails
538 directory, creating it if needed.
539 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
540 (thumbs-temp-file): Delete variable and make it into a function.
541 (thumbs-resize-image, thumbs-modify-image): Use it.
542 (thumbs-kill-buffer): Simplify.
543 (thumbs-gensym): Defalias or duplicate CL `gensym'.
544 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
545 docstrings.
546
547 2005-06-09 Kim F. Storm <storm@cua.dk>
548
549 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
550 set-match-data to free markers in match-data.
551
552 * replace.el (replace-match-data): Pass RESEAT arg `t' to
553 match-data to unchain markers in match-data.
554
555 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
556
557 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
558 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
559 unnecessary now.
560
561 2005-06-08 Richard M. Stallman <rms@gnu.org>
562
563 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
564 give the variable a doc string that doesn't say don't set it directly.
565
566 * textmodes/ispell.el (ispell-check-version):
567 Use match-string-no-properties.
568 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
569 (ispell-buffer-local-words): Likewise.
570
571 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
572 except on terminals with enough colors to really display it.
573 (makefile-dependency-regex): Delete spurious `bb'.
574
575 * faces.el (escape-glyph): Use blue once again in last case.
576 (no-break-space): Redefine so that it isn't invisible on a tty.
577
578 2005-06-08 Kim F. Storm <storm@cua.dk>
579
580 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
581 also when reading directory name.
582
583 2005-06-08 Lute Kamstra <lute@gnu.org>
584
585 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
586 (flyspell-mode-line-string): Remove autoload cookie.
587 (flyspell-mode): Remove defvar.
588
589 2005-06-07 Lute Kamstra <lute@gnu.org>
590
591 * textmodes/org.el (org-run-mode-hooks): New function.
592 (org-agenda-mode): Use it.
593
594 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
595
596 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
597
598 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
599
600 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
601
602 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
603
604 * font-lock.el (font-lock-add-keywords): Doc fix.
605
606 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
609 (tex-compile-default): In the absence of any history, use the order in
610 tex-compile-alist to choose the preferred command.
611 (tex-compile-commands): Reorder a bit.
612
613 * textmodes/flyspell.el (flyspell-auto-correct-binding)
614 (flyspell-incorrect-face, flyspell-duplicate-face):
615 Use (X)Emacs-agnostic code.
616 (flyspell-mode-map): Don't overwrite at each load. Remove code
617 redundant with the subsequent add-minor-mode. Merge Emacs and
618 XEmacs code.
619 (flyspell-word): Minor simplification.
620 (flyspell-math-tex-command-p): Quieten the byte-compiler.
621 (flyspell-external-point-words): Remove unused vars `size' and `start'.
622 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
623 Merge the corresponding Emacs code.
624 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
625
626 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
627 a dedicated window.
628
629 * international/latexenc.el (latexenc-find-file-coding-system):
630 Undo part of last patch, to turn off a compiler warning.
631
632 2005-06-06 Juri Linkov <juri@jurta.org>
633
634 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
635 Rename `tmm-inactive-face' to `tmm-inactive'.
636
637 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
638
639 * iswitchb.el: Rename faces.
640
641 2005-06-06 Kim F. Storm <storm@cua.dk>
642
643 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
644 (cua-global-mark): Remove -face suffix from face names.
645
646 * emulation/cua-gmrk.el (cua--init-global-mark):
647 Remove cua-global-mark face setup.
648
649 2005-06-06 Richard M. Stallman <rms@gnu.org>
650
651 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
652 just like other allowed characters.
653 (makefile-match-dependency): Exclude leading and training whitespace
654 from the range of regexp subexp 1.
655 (makefile-macroassign-regex): Don't try to match the body,
656 just the name of the macro being defined.
657
658 * info.el (Info-read-node-name-2): New function.
659 (Info-read-node-name-1): Use that.
660 Add a completion-base-size-function property.
661
662 * simple.el (completion-setup-function): Look for
663 completion-base-size-function property of
664 minibuffer-completion-table.
665
666 * files.el (locate-file-completion): Doc fix.
667
668 * printing.el: Don't call pr-update-menus; user must do that.
669
670 * emacs-lisp/debug.el (debugger-window): New variable.
671 (debug): Use debugger-window if it is set and still alive.
672 Record debugger-window for next entry.
673
674 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
675
676 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
677
678 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
679 (hack-one-local-variable, hack-local-variables)
680 (hack-local-variables-prop-line): Pass that arg.
681
682 2005-06-06 Kim F. Storm <storm@cua.dk>
683
684 * ido.el (ido-first-match, ido-only-match, ido-subdir)
685 (ido-indicator): Remove -face suffix from face names.
686
687 2005-06-06 Juri Linkov <juri@jurta.org>
688
689 * font-lock.el (font-lock-regexp-backslash)
690 (font-lock-regexp-backslash-construct): New faces.
691 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
692 after `('. Add `while-no-input' to control structures.
693
694 * faces.el (no-break-space, shadow): New faces.
695 (escape-glyph): Use less loud colors pink2 and red4.
696
697 * diff-mode.el (diff-context-face)
698 * dired.el (dired-ignored)
699 * rfn-eshadow.el (file-name-shadow)
700 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
701
702 * info.el (Info-title-1-face): Use green instead of yellow because
703 bold yellow is not readable on light backgrounds.
704
705 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
706 before selecting the desired mode to not spend time fontifying
707 old contents.
708
709 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
710
711 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
712 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
713
714 * ps-print.el (ps-default-fg, ps-default-bg):
715 Fix typos in docstrings.
716
717 * isearchb.el (isearchb): Don't pass a spurious second argument to
718 `iswitchb-completions'.
719
720 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
721
722 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
723 to preserve point.
724 (gdb-find-file-hook): Add doc string.
725
726 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
727 C dereferenced pointer expression.
728 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
729
730 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
731
732 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
733 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
734 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
735 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
736 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
737 Make background transparent.
738
739 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
740
741 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
742 (font-lock-remove-keywords): Doc fix.
743 (font-lock-mode-major-mode): Compiler defvar.
744 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
745
746 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
747 (font-lock-mode): Update `font-lock-mode-major-mode'.
748 (font-lock-set-defaults): Compiler defvar.
749 (font-lock-default-function): Take `font-lock-mode-major-mode'
750 into account.
751
752 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
753 keep track of which major mode it enabled the minor mode for.
754 Use find-file-hook again. Update docstring.
755
756 * simple.el (eval-expression-print-level)
757 (eval-expression-print-length, eval-expression-debug-on-error):
758 Doc fixes.
759
760 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
761
762 * iswitchb.el (iswitchb-single-match-face)
763 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
764 (iswitchb-invalid-regexp-face): New faces.
765 (iswitchb-completions): Use them.
766 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
767 now marked as an obsolete alias.
768 (iswitchb-read-buffer): Remove check for bound font variables.
769 (iswitchb-invalid-regexp): New free variable.
770 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
771 set iswitchb-invalid-regexp.
772 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
773 invalid regexps.
774 (iswitchb-completions): Add check for complete match when entering
775 a regexp.
776 (iswitchb-completions): Remove require-match argument.
777 (iswitchb-exhibit): Fix caller.
778 (iswitchb-common-match-inserted): New variable.
779 (iswitchb-complete, iswitchb-completion-help): Use it.
780
781 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
782
783 * url-http.el (url-http-chunked-encoding-after-change-function):
784 Use `url-http-debug' instead of `message'.
785
786 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
787
788 * url-http.el (url-http-parse-headers): Pass redirected URL as a
789 callback argument.
790
791 2005-06-04 Kim F. Storm <storm@cua.dk>
792
793 * simple.el (line-move): Only call sit-for when moving backwards.
794
795 * ido.el (ido-make-merged-file-list-1): New defun split from
796 ido-make-merged-file-list.
797 (ido-make-merged-file-list): Bind throw-on-input around call to
798 ido-make-merged-file-list-1. Return input-pending-p if
799 interrupted by more input available.
800 (ido-read-internal): Handle input-pending-p return value from
801 ido-make-merged-file-list.
802
803 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
806 compatibility code.
807
808 * international/latexenc.el (latexenc-find-file-coding-system):
809 Don't inherit the EOL part of the coding-system from the
810 tex-main buffer. Fit within 80 columns.
811
812 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
813
814 * tmm.el (tmm-inactive-face): New face.
815 (tmm-remove-inactive-mouse-face): New function.
816 (tmm-prompt, tmm-add-one-shortcut)
817 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
818 but not selectable.
819
820 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
821
822 * faces.el (face-equal): Improve argument/docstring consistency.
823
824 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
825
826 * progmodes/make-mode.el (makefile-targets-face)
827 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
828 (makefile-bsdmake-dependency-regex)
829 (makefile-makepp-rule-action-regex)
830 (makefile-bsdmake-rule-action-regex): New constants.
831 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
832
833 * progmodes/compile.el (compilation-error-regexp-alist-alist):
834 Allow (...) within `...' for makepp messages.
835
836 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
837
838 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
839
840 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
841 "." files are deleted from all file lists before comparison.
842
843 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
844 (viper-ESC-key): Made them customizable.
845
846 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
847
848 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
849
850 * autorevert.el (auto-revert-buffers): Use save-match-data.
851
852 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
853
854 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
855 menu items with a nil command binding.
856
857 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
858
859 * emacs-lisp/cl-macs.el (defsetf):
860 Improve argument/docstring consistency.
861
862 * faces.el (list-faces-display): Improve the formatting by
863 computing the maximum length required for any face-name (reworked
864 patch of 1999-01-11, accidentally deleted on 1999-07-21).
865 (internal-find-face): Remove redundant info in docstring.
866
867 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
868
869 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
870 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
871 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
872 (gdb-assembler-custom): Improve regexps.
873 (def-gdb-auto-update-handler): Use window point to preserve point.
874
875 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
878
879 2005-05-31 Jay Belanger <belanger@truman.edu>
880
881 * calc/calc-embed.el (calc-embedded-word): Change argument passed
882 to calc-embedded.
883 (calc-embedded-make-info): Have plain prefix argument select
884 entire line.
885
886 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
887
888 * faces.el (list-faces-display): Signal error if passed a regexp
889 that matches no face name.
890
891 * simple.el (filter-buffer-substring): Fix typo in docstring.
892
893 2005-05-31 Richard M. Stallman <rms@gnu.org>
894
895 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
896 (vhdl-emacs-21): Doc fix.
897 (vhdl-mode): Unconditionally set comment-padding.
898 (vhdl-fixup-whitespace-region): Insert spaces only where
899 there are none.
900 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
901
902 2005-05-30 John Wiegley <johnw@newartisans.com>
903
904 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
905 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
906 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
907 `directory-sep-char' to ?/, and all uses of `string-to-int' to
908 `string-to-number'.
909
910 2005-05-30 Jay Belanger <belanger@truman.edu>
911
912 * calc/calc.el (calc-bug-address): Fix docstring.
913 (calc-window-hook, calc-trail-window-hook): New variables.
914 (calc-trail-display): Restore use of calc-trail-window-hook.
915 (calc): Restore use of calc-window-hook.
916
917 2005-05-31 Masatake YAMATO <jet@gyve.org>
918
919 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
920
921 * help-fns.el (help-C-file-name): Add autoload mark for
922 `find-function-noselect'.
923
924 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
927 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
928
929 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
930
931 * calendar/diary-lib.el (mark-included-diary-files): Only kill
932 included diary buffer if it was not already being visited.
933 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
934
935 * calendar/icalendar.el (top-level): Do not require 'appt.
936
937 * mail/supercite.el (sc-select-attribution): Only use a list
938 element from sc-attrib-selection-list if it returns a string.
939 Reported by Davide G. M. Salvetti <salve@debian.org>.
940
941 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
942
943 * thumbs.el (thumbs-thumbname): The resulting thubname now
944 includes a hash value to improve its uniqueness, and has a ".jpg"
945 extension. Also, it is now a valid filename on all systems.
946 (thumbs-make-thumb): Use `let', not `let*'.
947 (thumbs-show-thumbs-list): Check for JPEG availability.
948
949 2005-05-30 Richard M. Stallman <rms@gnu.org>
950
951 * filesets.el (filesets-menu-ensure-use-cached):
952 Prevent warning when emacs-version>= is undefined.
953
954 * printing.el (pr-interactive-n-up): Use string-to-number.
955
956 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
957
958 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
959 Warn only when name to be defined is quoted.
960
961 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
962
963 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
964 Make regexp more robust.
965 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
966 Force regeneration of disassembly.
967
968 2005-05-29 Jay Belanger <belanger@truman.edu>
969
970 * calc/calc.el (calc-user-invocation): Check if
971 calc-invocation-macro is non-nil.
972
973 2005-05-29 Juri Linkov <juri@jurta.org>
974
975 * add-log.el (change-log-font-lock-keywords):
976 Add `+' to e-mail regexp to accept mail address with keywords.
977
978 * man.el (Man-name-regexp): Add `:' to accept qualified names.
979
980 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
981
982 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
983
984 * ielm.el (inferior-emacs-lisp-mode): Ditto.
985
986 2005-05-29 Richard M. Stallman <rms@gnu.org>
987
988 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
989 Undo the change that moves to end of the current word.
990
991 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
992
993 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
994 Throw error when count <= 0 to ensure input is a number.
995 (gdb-read-memory-custom): Pick up address from buffer.
996 (gdb-memory-mode): Allow user to increment and decrement
997 memory address from header line.
998
999 2005-05-29 Richard M. Stallman <rms@gnu.org>
1000
1001 * flyspell.el (flyspell-version): Function deleted.
1002 (flyspell-auto-correct-previous-hook): Doc fix.
1003
1004 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1005 Do nothing if memory is full.
1006
1007 * font-lock.el (font-lock-fontify-syntactically-region):
1008 Pass t for GREEDY to looking-back.
1009
1010 * saveplace.el (save-place-alist-to-file): Write the file
1011 using write-region.
1012
1013 * subr.el (looking-back): New argument GREEDY.
1014
1015 * progmodes/compile.el (compilation-start): Set the mode
1016 before inserting the initial text.
1017
1018 * progmodes/which-func.el (which-func-update-1): Turn the mode
1019 off in case of error by setting which-func-mode.
1020
1021 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1022
1023 * flyspell.el (flyspell-auto-correct-previous-word):
1024 Narrow down to what's on the screen, and recenter overlays
1025 at the end of the next word.
1026
1027 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1028
1029 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1030 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1031 (flyspell-abbrev-p): Default to nil.
1032 (flyspell-use-global-abbrev-table-p): Doc fix.
1033 (flyspell-large-region): Allow nil as value.
1034 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1035
1036 (mail-mode-flyspell-verify): More robust handling
1037 of `mail-header-separator'. More efficient signature detection.
1038 Allow for regexp metacharacters in message-header-separator.
1039 Adding `To' not to be checked in mail-mode-flyspell-verify.
1040
1041 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1042 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1043 Bind flyspell-auto-correct-binding.
1044 Bind C-. and C-, .
1045 (flyspell-mode-map): Likewise.
1046 (flyspell-mode): Doc fix.
1047 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1048 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1049 (flyspell-word-cache-result): New var, always local.
1050 (flyspell-check-pre-word-p): Doc fix.
1051 (flyspell-check-changed-word-p): Handle spc like newline.
1052 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1053 (flyspell-word-search-backward, flyspell-word-search-forward):
1054 New functions.
1055 (flyspell-word): Return t if nothing to check.
1056 When parsing TeX code, check for after } or \.
1057 Use flyspell-word-search-backward to find previous word.
1058 Return nil if duplicated word.
1059 For word already checked, return same value as last time.
1060 Set flyspell-word-cache-result after checking.
1061 Don't clobber the return value.
1062 (flyspell-get-word): Major rewrite.
1063 (flyspell-external-point-words): New locals pword, pcount.
1064 Fix size used in progress message.
1065 Find the proper corresponding word in flyspell-large-region-buffer.
1066 (flyspell-region): Check for flyspell-large-region = nil.
1067 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1068 (flyspell-auto-correct-word): Check that WORD is a cons.
1069 (flyspell-correct-word): Likewise.
1070
1071 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1072
1073 * progmodes/make-mode.el (makefile-rule-action-regex)
1074 (makefile-macroassign-regex, makefile-makepp-mode)
1075 (makefile-bsdmake-mode): Continuation lines may be empty.
1076 Reported by Joshua Varner.
1077 (makefile-makepp-font-lock-keywords): Add $(stem).
1078
1079 2005-05-28 Karl Berry <karl@gnu.org>
1080
1081 * textmodes/tex-mode.el: Now that tex-send-command calls
1082 shell-quote-argument (2005-03-31 change), remove all calls to
1083 shell-quote-argument; they all end up invoking tex-send-command.
1084 The double quoting loses on filenames with non-safe characters,
1085 such as "@". Reported by Frederik Fouvry.
1086
1087 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1088
1089 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1090 about preserving point.
1091
1092 2005-05-27 Jay Belanger <belanger@truman.edu>
1093
1094 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1095 Info-goto-node.
1096
1097 * calc/calc-embed.el (calc-embed-arg): New variable.
1098 (calc-do-embedded-activate, calc-embedded-activate-formula)
1099 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1100 variable by new variable.
1101 (calc-embedded-make-info): Replace undeclared variable by new
1102 variable. When selecting region with positive prefix
1103 argument, use end of previous line instead of beginning of line.
1104
1105 * calc/calc-aent.el (calc-arg-values): Declare it.
1106
1107 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1108 Declare them.
1109
1110 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1111
1112 * calc/calc.el (calc-alg-map): Declare it.
1113
1114 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1115
1116 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1117
1118 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1119 (gdb-registers-buffer, toggle-gdb-all-registers):
1120 Toggle display of floating point registers.
1121 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1122
1123 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1124 (toggle-gud-tooltip-dereference):
1125 Rename from gud-toggle-tooltip-dereference.
1126
1127 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1130
1131 2005-05-27 Jay Belanger <belanger@truman.edu>
1132
1133 * calc/calc-prog.el (calc-kbd-report): Remove.
1134 (calc-kbd-query): Rewrite.
1135
1136 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1137
1138 * image.el (image-library-alist): Move to image.c.
1139 (image-type-available-p): Doc fix.
1140
1141 2005-05-27 Lute Kamstra <lute@gnu.org>
1142
1143 * calc/calc.el (calc):
1144 * outline.el (outline-1, outline-2, outline-3, outline-4)
1145 (outline-5, outline-6, outline-7, outline-8):
1146 * textmodes/dns-mode.el (dns-mode):
1147 * textmodes/sgml-mode.el (sgml-namespace-face):
1148 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1149 (tex-verbatim-face, tex-use-reftex):
1150 * textmodes/texinfo.el (texinfo-heading-face):
1151 Specify customization group.
1152
1153 * longlines.el: Don't require easy-mmode.
1154 (longlines-visible-face): Specify customization group.
1155
1156 2005-05-27 Kenichi Handa <handa@m17n.org>
1157
1158 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1159 encoding table of windows-1251.
1160
1161 * international/ucs-tables.el (ucs-set-table-for-input):
1162 If translation-table-for-input of a coding system is a symbol, get
1163 its translation-table property.
1164
1165 * international/code-pages.el: Don't register a coding system into
1166 non-iso-charset-alist more than once.
1167 (cp-make-coding-system): Likewise.
1168
1169 2005-05-26 John Wiegley <johnw@newartisans.com>
1170
1171 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1172 `eshell-resume-eval' is wrapped in a list, it indicates that the
1173 command was run asynchronously. In that case, unwrap the value
1174 before checking the delimiter value.
1175
1176 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1177 character before a space at the end of a line is \, assume the space
1178 is part of the last argument rather than a final argument separator.
1179
1180 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1181 is in use, and the target is `t' or `nil' (which are the most common
1182 values), don't assume that the symbol target is a buffer.
1183
1184 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1185
1186 * calendar/calendar.el (calendar-mode-line-format):
1187 Use mode-line-highlight as mouse-face.
1188
1189 * time.el (display-time-string-forms, display-time-update):
1190 Use mode-line-highlight as mouse-face.
1191
1192 2005-05-26 Jay Belanger <belanger@truman.edu>
1193
1194 * calc/calc.el (calc-language-alist): Remove extra defvar.
1195
1196 2005-05-26 Lute Kamstra <lute@gnu.org>
1197
1198 * arc-mode.el (archive-mode):
1199 * bookmark.el (bookmark-read-annotation-mode)
1200 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1201 * bs.el (bs-mode):
1202 * calc/calc-yank.el (calc-edit-mode):
1203 * calc/calc.el (calc-mode, calc-trail-mode):
1204 * calculator.el (calculator-mode):
1205 * chistory.el (command-history-mode):
1206 * comint.el:
1207 * cus-edit.el (custom-mode):
1208 * descr-text.el (describe-text-mode):
1209 * ebuff-menu.el (Electric-buffer-menu-mode):
1210 * ediff-util.el (ediff-mode):
1211 * emacs-lisp/re-builder.el (reb-mode):
1212 * emulation/vi.el (vi-mode-setup):
1213 * emulation/ws-mode.el (wordstar-mode):
1214 * eshell/esh-mode.el (eshell-mode):
1215 * forms.el (forms-mode):
1216 * help-mode.el (help-mode):
1217 * hexl.el (hexl-mode):
1218 * ibuffer.el (ibuffer-mode):
1219 * ielm.el (inferior-emacs-lisp-mode):
1220 * info.el (Info-mode, Info-edit-mode):
1221 * international/swedish.el:
1222 * ledit.el (ledit-from-lisp-mode):
1223 * locate.el (locate-mode):
1224 * mail/rmail.el (rmail-mode):
1225 * mail/rmailedit.el (rmail-edit-mode):
1226 * mail/rmailsum.el (rmail-summary-mode):
1227 * mail/supercite.el (sc-electric-mode):
1228 * net/eudc.el (eudc-mode):
1229 * net/quickurl.el (quickurl-list-mode):
1230 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1231 * obsolete/ooutline.el (outline-mode):
1232 * obsolete/options.el (Edit-options-mode):
1233 * obsolete/rnews.el (news-mode):
1234 * obsolete/rnewspost.el (news-reply-mode):
1235 * play/5x5.el (5x5-mode):
1236 * play/decipher.el (decipher-mode, decipher-stats-mode):
1237 * play/gomoku.el (gomoku-mode):
1238 * play/snake.el (snake-mode):
1239 * play/solitaire.el (solitaire-mode):
1240 * play/tetris.el (tetris-mode):
1241 * progmodes/ada-mode.el (ada-mode):
1242 * progmodes/antlr-mode.el (antlr-mode):
1243 * progmodes/autoconf.el (autoconf-mode):
1244 * progmodes/dcl-mode.el (dcl-mode):
1245 * progmodes/delphi.el (delphi-mode):
1246 * progmodes/ebrowse.el (ebrowse-tree-mode)
1247 (ebrowse-electric-list-mode, ebrowse-member-mode)
1248 (ebrowse-electric-position-mode):
1249 * progmodes/f90.el (f90-mode):
1250 * progmodes/fortran.el (fortran-mode):
1251 * progmodes/icon.el (icon-mode):
1252 * progmodes/idlw-help.el (idlwave-help-mode):
1253 * progmodes/idlw-shell.el (idlwave-shell-mode):
1254 * progmodes/idlwave.el (idlwave-mode):
1255 * progmodes/inf-lisp.el (inferior-lisp-mode):
1256 * progmodes/m4-mode.el (m4-mode):
1257 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1258 * progmodes/modula2.el (modula-2-mode):
1259 * progmodes/octave-inf.el (inferior-octave-mode):
1260 * progmodes/octave-mod.el (octave-mode):
1261 * progmodes/pascal.el (pascal-mode):
1262 * progmodes/sh-script.el (sh-mode):
1263 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1264 * progmodes/vhdl-mode.el (vhdl-mode):
1265 * progmodes/xscheme.el (scheme-interaction-mode):
1266 * replace.el (occur-mode):
1267 * ses.el (ses-mode):
1268 * simple.el (completion-list-mode):
1269 * skeleton.el:
1270 * speedbar.el (speedbar-mode):
1271 * term.el (term-mode):
1272 * terminal.el (terminal-edit-mode):
1273 * textmodes/reftex-index.el (reftex-index-mode)
1274 (reftex-index-phrases-mode):
1275 * textmodes/reftex-sel.el (reftex-select-label-mode)
1276 (reftex-select-bib-mode):
1277 * textmodes/reftex-toc.el (reftex-toc-mode):
1278 * wdired.el (wdired-change-to-wdired-mode):
1279 * wid-browse.el (widget-browse-mode):
1280 Use run-mode-hooks.
1281
1282 * array.el (array-mode):
1283 * calendar/todo-mode.el (todo-mode):
1284 * man.el (Man-mode):
1285 * play/landmark.el (lm-mode):
1286 * play/mpuz.el (mpuz-mode):
1287 Use kill-all-local-variables and run-mode-hooks.
1288
1289 * subr.el (delay-mode-hooks): Specify indentation.
1290
1291 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1292
1293 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1294
1295 2005-05-26 Jay Belanger <belanger@truman.edu>
1296
1297 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1298 of nil.
1299
1300 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1301
1302 * progmodes/gdb-ui.el (gdb-frame-address):
1303 Rename from gdb-current-address.
1304 (gdb-previous-frame-address): Rename from gdb-previous-address.
1305 (gdb-selected-frame): Rename from gdb-current-frame.
1306 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1307 (gdb-frame-number): Rename from gdb-current-stack-level.
1308 (gdb-ann3): Match new mode-name for disassembly buffer.
1309 Extend initialisation of variables.
1310 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1311 (gdb-memory-mode): Use mouse-face in header line.
1312 (gdb-assembler-buffer-name): Call it disassembly and give frame
1313 in mode line.
1314 (gdb-source-spec-regexp, gdb-assembler-custom)
1315 (gdb-invalidate-assembler, gdb-frame-handler):
1316 Make robust to leading zeroes in address format.
1317
1318 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1319
1320 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1321 define `org-mode'.
1322 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1323
1324 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * log-edit.el (log-edit-changelog-entries): Distinguish between
1327 filenames like xfns.c and fns.c.
1328
1329 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1330
1331 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1332 point after reverting.
1333 (Buffer-menu-make-sort-button): Handle the case where
1334 `Buffer-menu-use-header-line' is nil.
1335
1336 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1337
1338 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1339 New funcs. In minibuffer-local-completion-map bind `]', `/'
1340 and `:' to them.
1341
1342 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1343
1344 * startup.el (normal-top-level): Allow modification of load-path while
1345 we're iterating over it.
1346
1347 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1348
1349 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1350 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1351 (thumbs-resize-interactive, thumbs-insert-image)
1352 (thumbs-insert-thumb, thumbs-dired-show-marked)
1353 (thumbs-find-image-at-point, thumbs-delete-images)
1354 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1355 (thumbs-increment-image-size, thumbs-decrement-image-size):
1356 Fix typos in docstrings.
1357
1358 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1359
1360 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1361 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1362 (cperl-mode): Use them.
1363
1364 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1365
1366 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1367 Doc fixes.
1368
1369 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1370
1371 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1372 Bind C-d to gdb-inferior-io-eof.
1373
1374 * dired.el (dired-dnd-popup-notice): Use message-box.
1375
1376 2005-05-23 Masatake YAMATO <jet@gyve.org>
1377
1378 * bindings.el (mode-line-major-mode-keymap):
1379 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1380
1381 * faces.el (mode-line-highlight): New face.
1382
1383 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1384 as mouse-face.
1385
1386 * bindings.el (top-level, help-echo, mode-line-modified)
1387 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1388 as mouse-face.
1389
1390 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1391
1392 * progmodes/cc-engine.el (c-guess-basic-syntax):
1393 Remove spurious call to `zerop'.
1394
1395 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1396
1397 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1398
1399 CC Mode update to 5.30.10:
1400
1401 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1402 could go past the limit in decoration level 2, thereby causing
1403 errors during interactive fontification.
1404
1405 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1406 the file is evaluated interactively.
1407
1408 * cc-engine.el (c-guess-basic-syntax): Handle operator
1409 declarations somewhat better in C++.
1410
1411 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1412 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1413 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1414 (awk-mode): Use it.
1415 (make-local-hook): Suppress warning about obsoleteness.
1416
1417 * cc-engine.el, cc-align.el, cc-cmds.el
1418 (c-append-backslashes-forward, c-delete-backslashes-forward)
1419 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1420 Compensate for return value from `forward-line' when it has moved
1421 but not to a different line due to eob.
1422
1423 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1424 `objc-method-intro' and `objc-method-args-cont'.
1425
1426 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1427
1428 CC Mode update to 5.30.10:
1429
1430 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1431 in the copyright statement. Incidentally, change "along with GNU
1432 Emacs" to "along with this program" where it occurs.
1433
1434 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1435 so that it is interactive, hence can be found by M-x awk-mode
1436 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1437 <gmorris+emacs@ast.cam.ac.uk>.
1438
1439 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1440 Mode's regexps.
1441
1442 2005-05-23 Kevin Ryde <user42@zip.com.au>
1443
1444 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1445 c-parse-state, to avoid a lisp error (on bad code).
1446
1447 2005-05-23 Lute Kamstra <lute@gnu.org>
1448
1449 * subr.el (font-lock-defaults): Remove defvar as it's already
1450 defined in font-core.el.
1451
1452 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1453
1454 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1455
1456 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1457 more general and work when GDB variable "print pretty" is on,
1458 as with Emacs, for example.
1459
1460 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1461
1462 * font-core.el: Update comment.
1463
1464 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1465 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1466
1467 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1468
1469 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1470
1471 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1472 and `yank-handler' in the doc strings.
1473
1474 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1475
1476 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1477
1478 2005-05-22 Richard M. Stallman <rms@gnu.org>
1479
1480 * help.el (describe-key): Move print-help-return-message call
1481 out of conditional.
1482
1483 * progmodes/etags.el (list-tags): Use with-no-warnings.
1484
1485 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1486 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1487 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1488
1489 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1490
1491 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1492 Add defvar.
1493
1494 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1495 Use defvar, not defconst.
1496
1497 * hexl.el (hexl-follow-line): Use with-no-warnings.
1498
1499 * emulation/tpu-extras.el: Use write-file-functions instead of
1500 write-file-hooks.
1501
1502 * dired.el (dired-font-lock-keywords): Fontify files with junk
1503 extensions even if marked by -F.
1504
1505 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1506
1507 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1508 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1509 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1510 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1511 (concatenate, list-length, get*, getf, cl-remprop):
1512 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1513 (etypecase, progv, lexical-let, lexical-let*)
1514 (multiple-value-bind, multiple-value-setq, shiftf):
1515 Improve argument/docstring consistency.
1516
1517 * subr.el (focus-frame, unfocus-frame):
1518 Revert deletion on 2005-05-01.
1519
1520 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1521
1522 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1523 doesn't exist.
1524
1525 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1526 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1527
1528 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1529
1530 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1531 already deleted variables: auto-fill-hook, blink-paren-hook,
1532 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1533 suspend-hooks, comment-indent-hook, meta-flag,
1534 before-change-function, after-change-function,
1535 font-lock-doc-string-face.
1536
1537 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1538
1539 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1540
1541 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1542
1543 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1544 rmail-dont-reply-to.
1545
1546 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1547
1548 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1549 literal blank when splitting new-header-values.
1550
1551 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1552
1553 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1554 string so that tmm doesn't create a completion entry for it.
1555
1556 * textmodes/table.el (table-disable-menu): Ditto.
1557
1558 2005-05-21 Richard M. Stallman <rms@gnu.org>
1559
1560 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1561
1562 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1563
1564 * net/rcompile.el (remote-compile): Use compilation-start.
1565
1566 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1567
1568 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1569
1570 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1571 Default to makefile-bsdmake-mode on BSD systems.
1572
1573 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1574 REGEXP may also be a search function now. The part of doc-string
1575 for describing the structure was 95% identical to that of
1576 `imenu--generic-function'. Unify it there.
1577
1578 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1579 Use function to find dependencies, because regexp alone is so complex,
1580 it easily goes into an endless loop.
1581 (makefile-makepp-mode): Also add submenu for Perl functions
1582 defined in the makefile.
1583 (makefile-bsdmake-mode): Special imenu-generic-expression no
1584 longer needed, due to function call.
1585 (makefile-match-dependency): Take BOUND into account when checking
1586 if we're through.
1587
1588 2005-05-20 Jay Belanger <belanger@truman.edu>
1589
1590 * calc/calc-units.el (calc-invalidate-units-table):
1591 Use inhibit-read-only.
1592 (math-build-units-table-buffer): Use view-mode.
1593
1594 2005-05-20 David Kastrup <dak@gnu.org>
1595
1596 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1597 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1598
1599 2005-05-20 Lute Kamstra <lute@gnu.org>
1600
1601 * diff-mode.el (diff-header-face, diff-file-header-face)
1602 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1603 (diff-added-face, diff-changed-face, diff-function-face)
1604 (diff-context-face, diff-nonexistent-face): Put them in the
1605 diff-mode customization group.
1606
1607 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1610
1611 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1612
1613 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1614 Minor regexp-optimization.
1615
1616 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1617
1618 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1619 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1620 (org-agenda-add-time-grid-maybe): New function.
1621 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1622 (org-table-create): `dotimes' instead of `mapcar'.
1623 (org-xor): Simplify implementation.
1624 (org-agenda): `inhibit-redisplay' turned on.
1625 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1626 a consistent line after a state change.
1627 (org-agenda-remove-times-when-in-prefix): New option.
1628 (org-prefix-has-time): New variable.
1629 (org-parse-time-string): Optional argument NODEFAULT.
1630 (org-format-agenda-item): Parse items for time-of-day
1631 specifications and move these into the prefix if possible.
1632 (org-agenda-priority): Get current heading, not previous heading
1633 during agenda remote editing.
1634
1635 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1636
1637 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1638 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1639 (remove-duplicates, delete-duplicates, substitute)
1640 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1641 (nsubstitute-if-not, find, find-if, find-if-not, position)
1642 (position-if, position-if-not, count, count-if, count-if-not)
1643 (mismatch, search, sort*, stable-sort, merge, member*)
1644 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1645 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1646 (intersection, nintersection, set-difference, nset-difference)
1647 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1648 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1649 (nsublis, tree-equal): Improve argument/docstring consistency.
1650
1651 * subr.el (send-string, send-region):
1652 Remove obsolescence declaration.
1653 (window-dot, set-window-dot, read-input, show-buffer)
1654 (eval-current-buffer, string-to-int):
1655 Add release number to obsolescence declarations.
1656
1657 2005-05-19 Kim F. Storm <storm@cua.dk>
1658
1659 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1660 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1661
1662 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1663
1664 * faces.el (list-faces-display): Make back button respect optional
1665 regexp arg.
1666
1667 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1668
1669 * calculator.el (calculator-radix-grouping-mode)
1670 (calculator-radix-grouping-digits, calculator-displayer)
1671 (calculator-radix-grouping-separator, calculator-copy-displayer):
1672 * dabbrev.el (dabbrev-search-these-buffers-only):
1673 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1674 (diff-advance-after-apply-hunk, diff-mode-hook)
1675 (diff-minor-mode-prefix):
1676 * imenu.el (imenu-use-popup-menu):
1677 * jit-lock.el (jit-lock-context-time):
1678 * newcomment.el (comment-fill-column, comment-column)
1679 (comment-style, comment-padding, comment-multi-line)
1680 (comment-empty-lines, comment-auto-fill-only-comments):
1681 * reveal.el (reveal-around-mark):
1682 * uniquify.el (uniquify-buffer-name-style)
1683 (uniquify-after-kill-buffer-p)
1684 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1685 (uniquify-min-dir-content, uniquify-separator)
1686 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1687 * w32-vars.el (w32-fixed-font-alist):
1688 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1689 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1690 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1691 * progmodes/perl-mode.el (perl-indent-level)
1692 (perl-continued-statement-offset, perl-continued-brace-offset)
1693 (perl-brace-offset, perl-brace-imaginary-offset)
1694 (perl-label-offset, perl-indent-continued-arguments)
1695 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1696 * progmodes/tcl.el (tcl-indent-level)
1697 (tcl-continued-indent-level, tcl-auto-newline)
1698 (tcl-tab-always-indent, tcl-electric-hash-style)
1699 (tcl-help-directory-list, tcl-use-smart-word-finder)
1700 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1701 (inferior-tcl-source-command):
1702 * textmodes/fill.el (enable-kinsoku):
1703 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1704 * textmodes/table.el (table-yank-handler):
1705 Specify missing group (and type, if simple) in defcustom.
1706
1707 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1708
1709 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1710
1711 2005-05-19 Richard M. Stallman <rms@gnu.org>
1712
1713 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1714
1715 * subr.el (event-basic-type): Don't get an error.
1716 (left-fringe-p): Function deleted.
1717
1718 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1719 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1720
1721 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1722 in recursive copy.
1723
1724 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1725
1726 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1727
1728 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1729 Call byte-compile-nogroup-warn if appropriate.
1730
1731 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1732 (compilation-set-window): Don't call left-fringe-p; do it directly.
1733
1734 2005-05-19 Jay Belanger <belanger@truman.edu>
1735
1736 * calc/calc-graph.el (calc-graph-format-data): Make sure
1737 var-PlotRejects is bound before trying to check its value.
1738
1739 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1740
1741 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1742 definition of this variable from reftex-global.el to reftex.el,
1743 because it is needed in the menu.
1744
1745 2005-05-19 Lute Kamstra <lute@gnu.org>
1746
1747 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1748 years are fixed. Don't insert a space after a dash.
1749
1750 2005-05-19 Kim F. Storm <storm@cua.dk>
1751
1752 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1753
1754 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1755
1756 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1757 strings, because (eq ... ?\\) is fairly frequent.
1758
1759 * progmodes/make-mode.el (makefile-add-this-line-targets):
1760 Simplify and integrate into `makefile-pickup-targets'.
1761 (makefile-add-this-line-macro): Simplify and integrate into
1762 `makefile-pickup-macros.
1763 (makefile-pickup-filenames-as-targets): Simplify.
1764 (makefile-previous-dependency, makefile-match-dependency):
1765 Don't stumble over `::'.
1766
1767 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1768
1769 * subr.el (post-command-idle-hook, post-command-idle-delay):
1770 Remove obsoletion of post-command-idle-hook and
1771 post-command-idle-delay.
1772
1773 * faces.el (list-faces-display): Provide button when describe-face
1774 is called to take user back to the list of faces.
1775
1776 * help-fns.el (describe-variable): Remove hyperlinks in a
1777 variable's value as these are quite frequently inappropriate.
1778
1779 * follow.el (follow-submit-feedback, follow-mode):
1780 Remove references to post-command-idle-hook.
1781
1782 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1783
1784 * progmodes/make-mode.el (makefile-previous-dependency)
1785 (makefile-match-dependency): Check for := (and in bsd mode also
1786 !=) to give a better result, even when font-lock is not on.
1787
1788 2005-05-18 Jay Belanger <belanger@truman.edu>
1789
1790 * calc/calc-help.el (calc-s-prefix-help):
1791 Add `calc-copy-special-constant' to help string.
1792
1793 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1794
1795 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1796
1797 2005-05-18 Jay Belanger <belanger@truman.edu>
1798
1799 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1800 in linear factors are in proper order.
1801
1802 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1803
1804 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1805 Support for jurabib.
1806
1807 * textmodes/reftex.el (featurep): Define aliases for overlay
1808 commands, for XEmacs compatibility, and use these aliases in
1809 overlay initializations.
1810 (reftex-highlight): Use `reftex-move-overlay'.
1811 (reftex-unhighlight): Use `reftex-delete-overlay'.
1812 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1813 (reftex-access-search-path): Use `reftex-uniquify' instead of
1814 `reftex-uniq'
1815
1816 * textmodes/reftex-sel.el (reftex-select-unmark):
1817 Overlay `before-string' property modification enables for Emacs as well.
1818 (reftex-select-item): Use `reftex-delete-overlay'.
1819 (reftex-select-mark): Use `reftex-make-overlay' and
1820 `reftex-overlay-put'.
1821 (reftex-select-unmark): Use `reftex-delete-overlay' and
1822 `reftex-overlay-put'.
1823
1824 2005-05-18 Lute Kamstra <lute@gnu.org>
1825
1826 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1827
1828 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1829
1830 * add-log.el (add-change-log-entry):
1831 * array.el (array-make-template, array-reconfigure-rows)
1832 (array-init-max-row, array-init-max-column)
1833 (array-init-columns-per-line, array-init-field-width):
1834 * replace.el (replace-match-maybe-edit, perform-replace):
1835 * textmodes/spell.el (spell-region):
1836 Replace `read-input' by `read-string'.
1837
1838 * forms.el (forms-mode):
1839 * finder.el (finder-compile-keywords):
1840 * shadowfile.el (shadow-read-files):
1841 Replace `eval-current-buffer' by `eval-buffer'.
1842
1843 * terminal.el (te-pass-through):
1844 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1845 (ange-ftp-raw-send-cmd):
1846 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1847 (send-process-next-char, telnet-initial-filter, telnet):
1848 Replace `send-string' by `process-send-string'.
1849
1850 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1851 (prolog-consult-region): Replace `send-string' by
1852 `process-send-string'; replace `send-region' by `process-send-region'.
1853
1854 * progmodes/delphi.el (delphi-log-msg):
1855 Replace `set-window-dot' by `set-window-point'.
1856
1857 * subr.el (window-dot, set-window-dot, read-input, send-string)
1858 (send-region, show-buffer, eval-current-buffer):
1859 Make really obsolete, as the comment says.
1860
1861 2005-05-17 Kim F. Storm <storm@cua.dk>
1862
1863 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1864 (cua--init-keymaps): Bind C-return instead of S-return to set
1865 rectangle mark.
1866
1867 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1868 instead of S-return to toggle/clear rectangle mark.
1869
1870 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1871
1872 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1873 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1874 Also fontify plain strings assigned to variables, mostly so that a
1875 colon has a face and is thus not taken as a dependency separator.
1876 (makefile-previous-dependency): Inline the new matcher, because it
1877 is too complex to work in both directions.
1878 (makefile-match-dependency): Eliminate `backward' arg (see above).
1879 Completely reimplemented so as to not sometimes go into an endless
1880 loop. It should also be more efficient, because first it only
1881 searches for `:', instead of applying the very complex regexp.
1882 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1883 to be fontified in one piece can be too long for JIT.
1884 Makefiles are never *that* big.
1885
1886 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1887
1888 * dired.el (dired-mode): Simplify.
1889
1890 2005-05-17 Lute Kamstra <lute@gnu.org>
1891
1892 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1893 defcustom for the mode hook variable.
1894
1895 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1896 Emacs Lisp Reference Manual.
1897
1898 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1899
1900 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1901 (evenp, list*):
1902 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1903 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1904
1905 * net/tramp-smb.el (tramp-smb-open-connection):
1906 Pass `tramp-chunksize' as fifth (required) argument.
1907
1908 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1909
1910 * font-lock.el (lisp-font-lock-keywords-1):
1911 Set `font-lock-negation-char-face' for [^...] char group.
1912 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1913
1914 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1915 a var, and refine it to mask one more level of nested vars.
1916 (makefile-rule-action-regex): Turn it into a var, and refine it so
1917 it recognizes backslashed continuation lines as belonging to the
1918 same command.
1919 (makefile-macroassign-regex): Refine it so it recognizes
1920 backslashed continuation lines as belonging to the same command.
1921 (makefile-var-use-regex): Don't look at the next char, because it
1922 might be the same one to be skipped by the initial [^$], leading
1923 to an overlooked variable use.
1924 (makefile-make-font-lock-keywords): Remove two parameters, which
1925 are now variables that some of the modes set locally.
1926 Handle dependency and rule action matching through functions, because
1927 regexps alone match too often. Dependency matching now comes
1928 last, so it can check, whether a colon already matched something else.
1929 (makefile-mode): Inform that font-lock improves makefile parsing
1930 capabilities.
1931 (makefile-match-dependency, makefile-match-action): New functions.
1932
1933 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1934
1935 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1936
1937 * align.el (align-regexp):
1938 * ansi-color.el (ansi-color-get-face):
1939 * array.el (array-reconfigure-rows, array-init-max-row)
1940 (array-init-max-column, array-init-columns-per-line)
1941 (array-init-field-width):
1942 * dired-aux.el (dired-trample-file-versions):
1943 * dired-x.el (dired-mark-sexp):
1944 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1945 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1946 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1947 * faces.el (face-read-integer):
1948 * files.el (backup-extract-version, insert-directory):
1949 * hexl.el (hexl-insert-decimal-char):
1950 * server.el (server-process-filter):
1951 * shell.el (shell-extract-num):
1952 * startup.el (command-line-1):
1953 * term.el (term-command-hook):
1954 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1955 (time-stamp-do-number):
1956 * time.el (display-time-update):
1957 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1958 (timezone-fix-time):
1959 * vms-patch.el (vms-suspend-resume-hook):
1960 * calendar/appt.el (appt-convert-time):
1961 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1962 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1963 * calendar/cal-islam.el (mark-islamic-diary-entries):
1964 * calendar/calendar.el (calendar-cursor-to-date)
1965 (calendar-star-date):
1966 * calendar/diary-lib.el (diary-attrtype-convert)
1967 (mark-diary-entries, diary-entry-time):
1968 * calendar/solar.el (solar-get-number):
1969 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1970 * emacs-lisp/re-builder.el (reb-display-subexp):
1971 * emulation/edt.el (edt-set-scroll-margins):
1972 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1973 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1974 (vip-get-ex-count):
1975 * emulation/viper-ex.el (viper-get-ex-token)
1976 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1977 * international/fontset.el (fontset-plain-name):
1978 * mail/feedmail.el (feedmail-look-at-queue-directory):
1979 * mail/mailalias.el (mail-get-names):
1980 * mail/rmail.el (rmail-convert-to-babyl-format):
1981 * mail/rmailsum.el (rmail-make-basic-summary-line)
1982 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1983 (rmail-summary-goto-msg):
1984 * mail/smtpmail.el (smtpmail-read-response):
1985 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1986 (ange-ftp-vms-add-file-entry):
1987 * play/gametree.el (gametree-looking-at-ply)
1988 (gametree-current-branch-score):
1989 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1990 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1991 * progmodes/cperl-mode.el (condition-case):
1992 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1993 (ebrowse-set-member-buffer-column-width)
1994 (ebrowse-select-1st-to-9nth):
1995 * progmodes/etags.el (etags-snarf-tag):
1996 * progmodes/flymake.el (flymake-parse-line):
1997 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1998 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1999 (idlwave-shell-menu-def):
2000 * progmodes/ps-mode.el (ps-run-goto-error):
2001 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2002 (vhdl-speedbar-contract-level):
2003 * term/mac-win.el (x-handle-numeric-switch):
2004 * term/sun-mouse.el (sun-get-frame-data):
2005 * term/w32-win.el (x-handle-numeric-switch):
2006 * term/x-win.el (x-handle-numeric-switch):
2007 * textmodes/ispell.el (ispell-parse-output):
2008 * textmodes/nroff-mode.el (nroff-outline-level):
2009 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2010 (reftex-bib-sort-year-reverse, reftex-format-citation):
2011 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2012 (reftex-section-number):
2013 * textmodes/texinfmt.el (texinfo-paragraphindent):
2014 Replace `string-to-int' by `string-to-number'.
2015
2016 * international/latexenc.el: Add page marker to force the "Local
2017 Variables:" string out of the last page.
2018
2019 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2020
2021 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2022 tooltip-change-major-mode.
2023 (gud-tooltip-print-command): Remove case where gud-minor-mode
2024 is gdb ("--fullname").
2025 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2026 explain to user.
2027
2028 2005-05-16 Jay Belanger <belanger@truman.edu>
2029
2030 * calc/calc-store.el (calc-copy-special-constant): New function.
2031
2032 * calc/calc-ext.el (calc-init-extensions): Add binding for
2033 `calc-copy-special-constant'.
2034
2035 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2036 for the `calc-copy-special-constant' command.
2037
2038 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2039
2040 * subr.el (left-fringe-p): New function.
2041
2042 * progmodes/compile.el (compilation-setup): Set local value of
2043 overlay-arrow-string to "" always.
2044 (compilation-set-window): Left fringe then don't scroll.
2045 No left fringe then no arrow and scroll message to top.
2046 (compilation-context-lines): Adjust doc string accordingly.
2047
2048 2005-05-16 Kim F. Storm <storm@cua.dk>
2049
2050 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2051 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2052 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2053 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2054 (ido-read-file-name): Handle commands with ido property value
2055 equal to find-file as reading a file name, to allow C-d to enter dired.
2056 (ibuffer-find-file): Add ido property with value find-file.
2057
2058 2005-05-15 Kim F. Storm <storm@cua.dk>
2059
2060 * subr.el (open-network-stream-nowait): Remove.
2061 (open-network-stream-server): Remove.
2062
2063 2005-05-15 Richard M. Stallman <rms@gnu.org>
2064
2065 * faces.el (describe-face): Output a definition link button.
2066
2067 * help-mode.el (help-face-def): New button type.
2068
2069 * emacs-lisp/copyright.el (copyright-fix-years):
2070 Match properly if the first year is 2-digit.
2071 Don't mess up the whitespace after the years by filling.
2072
2073 * dired-aux.el (dired-mark-confirm):
2074 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2075
2076 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2077 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2078 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2079
2080 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2081 Set font-lock-comment-start-skip.
2082
2083 * font-lock.el (font-lock-comment-start-skip): New variable.
2084 (font-lock-comment-end-skip): New variable.
2085 (font-lock-fontify-syntactically-region): Use them if non-nil.
2086
2087 2005-05-15 Jay Belanger <belanger@truman.edu>
2088
2089 * calc/calc-store.el (calc-store-value): Return a string rather
2090 than display it as a message.
2091 Use calc-var-name for variable name.
2092 (calc-store-into): Add the result of calc-store-value to message.
2093 (calc-copy-variable): Add a message.
2094 (calc-store-exchange): Improve error messages.
2095 (calc-store-binary, calc-store-map): Don't reset the values of
2096 special constants.
2097
2098 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2099
2100 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2101 manual to docstring.
2102
2103 * files.el (hack-local-variables-confirm): Add STRING argument.
2104 Make the function handle non file visiting buffers correctly.
2105 (hack-local-variables-prop-line, hack-local-variables)
2106 (hack-one-local-variable): Use STRING arg of
2107 `hack-local-variables-confirm'.
2108
2109 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2110
2111 Sync with Tramp 2.0.49.
2112
2113 * tramp.el (tramp-handle-dired-call-process)
2114 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2115 because the contents of the Tramp buffer is changed before
2116 insertion (`expand-file' and alike).
2117 (tramp-handle-insert-directory): If `localname' has an empty
2118 nondirectory name, it must not be quoted.
2119 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2120 variable `tramp-chunksize'. Change callees.
2121 (tramp-open-connection-setup-interactive-shell): Check remote host
2122 for buggy `send-process-string' implementation.
2123 Set `tramp-chunksize' if found. Reported by Michael Kifer
2124 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2125 (tramp-handle-shell-command): `insert-buffer' cannot be used
2126 because the contents of the Tramp buffer is changed before
2127 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2128 <frederic.bothamy@free.fr>.
2129 (tramp-set-auto-save): Actions should be done for Tramp file name
2130 handler only. Ange-FTP has its own auto-save mechanism.
2131 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2132 (tramp-set-auto-save-file-modes): Set file modes of
2133 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2134 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2135 (tramp-bug): Remove obsolete variable.
2136 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2137 for presence of `mml-mode'. Make it running for older Emacsen as well.
2138
2139 2005-05-14 John Paul Wallington <jpw@pobox.com>
2140
2141 * ibuf-ext.el (define-ibuffer-filter filename):
2142 If `dired-directory' is a list, use its car.
2143
2144 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2145
2146 * ibuffer.el (define-ibuffer-column filename):
2147 If `dired-directory' is a list, use its car.
2148
2149 2005-05-14 Richard M. Stallman <rms@gnu.org>
2150
2151 * subr.el (symbol-file): Doc fix.
2152
2153 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2154 (byte-compile-form): Call byte-compile-nogroup-warn.
2155 (byte-compile-warning-types): Doc fix.
2156
2157 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2158
2159 * progmodes/cc-engine.el (c-literal-faces):
2160 Add font-lock-comment-delimiter-face.
2161
2162 * net/net-utils.el (dig): Use with-no-warnings.
2163
2164 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2165 (sc-recite-frame-alist, sc-default-cite-frame)
2166 (sc-default-uncite-frame, sc-default-recite-frame)
2167 (sc-attrib-selection-list, sc-rewrite-header-list):
2168 Mark as risky-local-variable.
2169
2170 * international/ogonek.el (ogonek-jak, ogonek-how):
2171 Don't use beginning-of-buffer.
2172
2173 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2174
2175 * calendar/solar.el (solar-data-list): Move definition up.
2176
2177 * dnd.el (dnd-protocol-alist): Add autoload.
2178
2179 * progmodes/sh-script.el: Many doc usage fixes.
2180 (sh-indent-after-do): Change default to match common styles.
2181
2182 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2183
2184 * files.el (interpreter-mode-alist)
2185 (auto-mode-interpreter-regexp): Doc fixes.
2186
2187 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2188
2189 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2190
2191 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2192
2193 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2194
2195 * dired.el (dired-mode): make-variable-buffer-local =>
2196 make-local-variable.
2197
2198 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2199
2200 * term/mac-win.el (mac-select-convert-to-string): Try coding
2201 systems in mac-script-code-coding-systems if specified one cannot
2202 encode string for `com.apple.traditional-mac-plain-text'.
2203
2204 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2205
2206 * progmodes/make-mode.el (makefile-targets-face)
2207 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2208 (makefile-dependency-regex): Fix it to not make the colon in
2209 $(var:a=b) special.
2210 (makefile-rule-action-regex): New regexp for highlighting embedded
2211 Shell strings.
2212 (makefile-macroassign-regex): Handle != for highlighting as
2213 embedded Shell strings.
2214 (makefile-var-use-regex): New const.
2215 (makefile-statements, makefile-automake-statements)
2216 (makefile-gmake-statements, makefile-makepp-statements)
2217 (makefile-bsdmake-statements): New consts.
2218 (makefile-make-font-lock-keywords): New function.
2219 (makefile-automake-font-lock-keywords)
2220 (makefile-gmake-font-lock-keywords)
2221 (makefile-makepp-font-lock-keywords)
2222 (makefile-bsdmake-font-lock-keywords): New consts.
2223 (makefile-mode-map): Add switchers between the various submodes.
2224 (makefile-mode): Document the availability of the variants.
2225 (makefile-automake-mode, makefile-gmake-mode)
2226 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2227
2228 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2229 new variants of makefile-mode.
2230
2231 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2232
2233 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2234 the inheritance.
2235
2236 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2237
2238 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2239 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2240
2241 * files.el (normal-mode): Extend the scope of the
2242 `enable-local-variables' binding to include the `set-auto-mode' call.
2243 (magic-mode-alist): Doc fix.
2244
2245 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2246
2247 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2248 font-lock-comment-face rather than copying its setting.
2249
2250 2005-05-12 Andreas Schwab <schwab@suse.de>
2251
2252 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2253
2254 2005-05-12 Lute Kamstra <lute@gnu.org>
2255
2256 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2257 defcustom for the mode hook variable. Delete the last argument.
2258 * generic-x.el: Fix callers of define-generic-mode.
2259 (generic-x-modes): Delete group.
2260 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2261 generic-x customization group.
2262
2263 2005-05-12 Kim F. Storm <storm@cua.dk>
2264
2265 * font-lock.el (font-lock-negation-char-face): Default to "off".
2266
2267 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2268 font-lock-negation-char-face to ! in !=.
2269
2270 2005-05-12 Masatake YAMATO <jet@gyve.org>
2271
2272 * add-log.el (find-change-log): Fix typos in the docstring
2273 of function.
2274
2275 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2276
2277 * international/latexenc.el (latexenc-find-file-coding-system):
2278 Avoid `re-search-forward' when looking for input encoding because
2279 of speed and safety. Better regular expressions for recognizing
2280 input encoding. Limit a search for TeX-master/tex-main-file to
2281 the local variable section.
2282
2283 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2284
2285 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2286 syntax of $ to "'" (quote).
2287
2288 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2289
2290 * dnd.el (dnd-protocol-alist): Improve custom type.
2291
2292 * dired.el (dired-dnd-protocol-alist): New variable.
2293 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2294 `dired-mode-hook' to the end.
2295
2296 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2297
2298 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2299 comment-end if comment-start-skip is not set.
2300 Obey the font-lock-comment-delimiter-face variables.
2301
2302 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * files.el (executable-find): Move from executable.el. Use locate-file.
2305 * progmodes/executable.el (executable-find): Move to files.el.
2306
2307 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2308 when trying to ensure forward progress.
2309
2310 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2311
2312 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2313 (mouse-select, mouse-select-internal, mouse-extend-internal):
2314 Use it to implement mouse-1-click-follows-link functionality.
2315
2316 2005-05-11 Richard M. Stallman <rms@gnu.org>
2317
2318 * font-lock.el (font-lock-fontify-syntactically-region):
2319 Use font-lock-comment-delimiter-face for comment delimiters.
2320
2321 2005-05-10 Jay Belanger <belanger@truman.edu>
2322
2323 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2324 preserving embedded modes.
2325
2326 2005-05-10 Richard M. Stallman <rms@gnu.org>
2327
2328 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2329
2330 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2331 Move from ada-stmt.el.
2332 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2333
2334 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2335 Move to ada-mode.el.
2336 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2337
2338 * cus-edit.el (custom-file): Call file-chase-links.
2339
2340 * files.el (read-directory-name): Fix previous change.
2341 (hack-local-variables-confirm): New function.
2342 (hack-local-variables-prop-line, hack-local-variables)
2343 (hack-one-local-variable): Use it.
2344
2345 2005-05-10 Lute Kamstra <lute@gnu.org>
2346
2347 * font-lock.el (font-lock-keywords-alist)
2348 (font-lock-removed-keywords-alist): Clarify docstrings.
2349
2350 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2351
2352 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2353 (gdb-source-info): Check for preprocessor info.
2354 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2355 a macro for a function.
2356 (gdb-info-breakpoints-custom): Try to find file again if not already
2357 found (user might have used GDB dir command).
2358 (gdb-get-location): Update gdb-location-alist correctly for change
2359 to gdb-info-breakpoints-custom.
2360
2361 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2362 (gud-tooltip-print-command): Add gdbmi case.
2363 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2364 preprocessor info.
2365
2366 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2367
2368 * startup.el (fancy-splash-insert): Fix typo in doc string.
2369
2370 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2371
2372 * obsolete/float.el (string-to-float):
2373 * obsolete/hilit19.el (hilit-add-pattern):
2374 * obsolete/rnews.el (news-parse-range, news-select-message)
2375 (news-get-pruned-list-of-files): Replace `string-to-int' by
2376 `string-to-number'.
2377
2378 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2379 `find-file-not-found-hooks'; use `add-hook'.
2380 (uncompress-while-visiting): Set `write-file-functions', not
2381 `write-file-hooks'; use `add-hook'.
2382
2383 2005-05-09 Kim F. Storm <storm@cua.dk>
2384
2385 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2386 (cua-paste): Handle clipboard action.
2387 (cua--init-keymaps): Remap clipboard-kill-region and
2388 clipboard-kill-ring-save.
2389
2390 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2391
2392 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2393 Improve commentary.
2394
2395 * simple.el (next-error-overlay-arrow-position): Revert the change
2396 made on 2005-04-30.
2397
2398 2005-05-07 Jay Belanger <belanger@truman.edu>
2399
2400 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2401 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2402 `calc-sel-reselect'.
2403
2404 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2405 Calc is in embedded mode.
2406
2407 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2408
2409 * progmodes/compile.el (compilation-setup):
2410 Set overlay-arrow-string to an empty string on text terminals.
2411
2412 * textmodes/ispell.el (ispell-program-name): Try looking for
2413 "aspell" along exec-path, and if found, use it as the default
2414 speller program.
2415
2416 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2417
2418 * international/mule.el (sgml-xml-auto-coding-function):
2419 Recognize encoding='FOO' in single quotes as well as in double quotes.
2420
2421 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2422
2423 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2424 as well as `interactive', so that defmacro* would recognize
2425 `declare' forms.
2426
2427 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2428
2429 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2430 Explain more about the LIGHTER arg's usage in the doc string.
2431 Add commentary to clarify what the code does. Fix the regexp that
2432 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2433 since it could have characters special to regular expressions.
2434
2435 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2436
2437 * replace.el (occur-1): Bind inhibit-read-only so that
2438 erase-buffer doesn't barf on read-only text properties (likewise
2439 for add-text-properties in occur-engine). Mark buffer as unmodified.
2440 (occur-engine): Don't set buffer-read-only here.
2441
2442 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2443
2444 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2445 list-buffers-directory. This caused the *cvs-commit* buffer to be
2446 sometimes mistakenly reused as a *cvs* buffer.
2447
2448 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2449
2450 * tooltip.el: Move code for GUD tooltips into gud.el.
2451 (require): CL no longer needed to compile case.
2452 (tooltip-mode): Do not toggle functions for GUD tooltips.
2453 (tooltip-gud-tips-p): Remove. Replace with minor mode
2454 gud-tooltip-mode in gud.el.
2455 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2456 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2457 tooltip-gud prefix with gud-tooltip and obsolete.
2458 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2459 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2460 (tooltip-mouse-motion): Mouse movement functions/variable.
2461 Rename in gud.el by adding gud prefix.
2462 (tooltip-gud-original-filter, tooltip-gud-dereference)
2463 (tooltip-gud-event, tooltip-toggle-gud-tips)
2464 (tooltip-gud-process-output, tooltip-gud-print-command)
2465 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2466 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2467 (gdb-tooltip-print): Move to gdb-ui.el.
2468
2469 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2470 (require): CL needed to compile case.
2471 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2472 tooltip-gud-tips-p. Make it a minor-mode.
2473 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2474 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2475 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2476 (gud-tooltip-change-major-mode)
2477 (gud-tooltip-activate-mouse-motions-if-enabled)
2478 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2479 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2480 (gud-tooltip-original-filter, gud-tooltip-dereference)
2481 (gud-tooltip-event, tooltip-toggle-gud-tips)
2482 (gud-tooltip-process-output, gud-tooltip-print-command)
2483 (gud-tooltip-tips): Move from tooltip.el.
2484
2485 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2486 (gdb-cpp-define-alist-flags): Doc fix.
2487 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2488 gud-tooltip-mode is t.
2489
2490 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2491
2492 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2493 evaporate if their text is deleted.
2494 (goto-address-at-point): Make it work as a mouse binding as well.
2495 (goto-address-at-mouse): Obsolete it. Update users.
2496
2497 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2498
2499 * calendar/appt.el (top-level): No longer activate on load.
2500
2501 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2502
2503 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2504 * net/webjump.el (webjump):
2505 * progmodes/idlw-help.el (idlwave-do-context-help1)
2506 (idlwave-highlight-linked-completions):
2507 * textmodes/po.el (po-find-file-coding-system-guts):
2508 Replace `assoc-ignore-case' by `assoc-string'.
2509
2510 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2511
2512 * files.el (locate-file): Doc fix.
2513
2514 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2515 Remove the redundant test for ms-dos.
2516
2517 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2518 look for the preprocessor with exec-suffixes. If not found in
2519 standard places, look in exec-path. Remove most of the tests that
2520 used system-type.
2521
2522 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2523
2524 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2525
2526 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2527 file-name clash with jka-compr.el on 8+3 filesystems.
2528
2529 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2530
2531 * term/mac-win.el: Don't define or bind scroll bar functions if
2532 x-toolkit-scroll-bars is t.
2533 (x-select-text, x-get-selection-value):
2534 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2535 (PRIMARY): Put mac-scrap-name property.
2536 (mac-select-convert-to-file-url): New function.
2537 (public.file-url): New selection target type. Add to
2538 selection-converter-alist.
2539 (x-get-selection, x-selection-value): Handle it.
2540 (x-cut-buffer-or-selection-value): New alias.
2541
2542 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2543
2544 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2545 entry to avoid calling bibtex-find-entry with arg global
2546 being t. Remove arg key.
2547 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2548 (bibtex-copy-summary-as-kill): Change accordingly.
2549
2550 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2551
2552 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2553 (org-agenda-date-later): Use with-current-buffer.
2554
2555 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2556
2557 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2558 (define-obsolete-variable-alias): Doc Fixes.
2559
2560 2005-05-06 Kim F. Storm <storm@cua.dk>
2561
2562 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2563 vertical-motion when selective-display is active.
2564
2565 * ido.el (ido-setup-hook): New hook.
2566 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2567 (ido-input-stack): New var.
2568 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2569 ido-next-work-file binding to M-O.
2570 Bind M-f to ido-wide-find-file-or-pop-dir.
2571 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2572 (ido-read-internal): Run ido-setup-hook.
2573 Catch quit in read-file-name and read-string to cancel edit.
2574 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2575 Automatically pop-all when completing a directory name (RET).
2576 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2577 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2578 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2579 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2580 New functions for M-b/M-f to move among the directory components.
2581 (ido-make-merged-file-list): Catch quit to cancel merge.
2582 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2583 (ido-completion-help): No warnings for ido-completion-buffer-full.
2584
2585 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2586
2587 * font-lock.el (font-lock-negation-char-face): New face and variable.
2588 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2589 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2590 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2591 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2592
2593 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2594
2595 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2596 Fix typo in docstring.
2597
2598 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2599 (ebrowse-print-statistics-line)
2600 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2601
2602 * term/w32-win.el (image-library-alist): Add additional name for
2603 Xpm library.
2604
2605 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2606
2607 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2608 use gcc instead of cpp.
2609
2610 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2611 (gdb-create-define-alist): Use it.
2612 (gdb-cpp-define-alist-program): Update for MS-DOS.
2613
2614 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2615
2616 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2617
2618 2005-05-04 Richard M. Stallman <rms@gnu.org>
2619
2620 * help.el (describe-key): No error when UNTRANSLATED is nil.
2621
2622 * simple.el (line-move-1): Fix previous change to signal errors
2623 appropriately.
2624
2625 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2626
2627 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2628 (icalendar-duration-correction): Remove.
2629 (icalendar--get-event-properties): Split result at commas.
2630 (icalendar--decode-isoduration): New optional argument
2631 DURATION-CORRECTION.
2632 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2633 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2634 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2635 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2636 (icalendar--convert-anniversary-to-ical): New functions, extracted
2637 from icalendar-export-region, with bug fixes.
2638 (icalendar-export-region): Use the above functions.
2639 (icalendar-import-buffer): Check before saving diary file.
2640 (icalendar--convert-recurring-to-diary)
2641 (icalendar--convert-non-recurring-all-day-to-diary)
2642 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2643 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2644 (icalendar--convert-ical-to-diary): Use the above functions.
2645
2646 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2647
2648 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2649 Remove these recent additions.
2650 (c-mode): Restore to before 2005-04-28.
2651
2652 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2653 recent addition.
2654
2655 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2656 (gdb-define-alist): New variables.
2657 (gdb-create-define-alist): New function.
2658 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2659 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2660 with string-to-number.
2661 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2662
2663 * progmodes/gud.el: Replace string-to-int with string-to-number.
2664 (gud-find-file): Handle gdb-define-alist.
2665
2666 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2667
2668 2005-05-02 Jay Belanger <belanger@truman.edu>
2669
2670 * calc/calc-aent.el (math-read-token):
2671 * calc/calc-bin.el (calc-word-size):
2672 * calc/calc-ext.el (calc-read-number-fancy):
2673 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2674 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2675 * calc/calc-frac.el (calc-over-notation):
2676 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2677 (calc-graph-num-points, calc-graph-init):
2678 * calc/calc-prog.el (calc-read-parse-table-part)
2679 (calc-edit-macro-repeats):
2680 * calc/calc-yank.el (calc-do-grab-rectangle):
2681 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2682 Replace `string-to-int' by `string-to-number'.
2683
2684 2005-05-02 Kim F. Storm <storm@cua.dk>
2685
2686 * kmacro.el: Use executing-kbd-macro-index variable.
2687
2688 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2689
2690 * net/rlogin.el (rlogin-parse-words): Delete func.
2691 (rlogin): Use split-string, not rlogin-parse-words.
2692 Also, if there are option-like elements in the parsed args,
2693 take the host to be the first arg immediately following them.
2694 Suggested by Michael Mauger.
2695
2696 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2697
2698 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2699
2700 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2701
2702 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2703 (cc-mode-cpp-program): Rename to cc-define-list-program and
2704 move to cc-vars.el.
2705
2706 * progmodes/cc-vars.el (cc-define-list-program):
2707 Change to "gcc -E -dM -". Make customizable.
2708
2709 2005-05-02 Kim F. Storm <storm@cua.dk>
2710
2711 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2712
2713 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2714
2715 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2716
2717 * international/mule-util.el (truncate-string): Remove alias and
2718 obsolete declaration.
2719
2720 * international/mule-cmds.el (update-iso-coding-systems):
2721 Remove alias and obsolete declaration.
2722
2723 * international/mule.el (coding-system-parent): Remove alias and
2724 obsolete declaration.
2725
2726 * subr.el (define-function, sref): Remove aliases and obsolete
2727 declarations.
2728 (chars-in-region): Remove obsolete declaration.
2729
2730 2005-05-01 Richard M. Stallman <rms@gnu.org>
2731
2732 * info.el (Info-mode): Set widen-automatically to nil, locally.
2733
2734 * simple.el (widen-automatically): New variable.
2735 (pop-global-mark): Obey widen-automatically.
2736
2737 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2738
2739 * term/xterm.el (function-key-map): Call substitute-key-definition
2740 before the keymap size is increased by a lot of define-key calls.
2741
2742 2005-05-01 Richard M. Stallman <rms@gnu.org>
2743
2744 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2745 Rename ARG to ELEMENT. Doc fix.
2746
2747 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2748
2749 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2750 Remove references to allout-exposure/change to allout-new-exposure.
2751
2752 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2753 bytecode symbols.
2754
2755 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2756 (compiled-function-p, focus-frame, unfocus-frame):
2757 Remove aliases and obsolete declarations.
2758 Back out inadvertent changes from previous commit.
2759
2760 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2761
2762 * files.el (require-final-newline): Make Custom tags consistent
2763 with mode-require-final-newline.
2764 (mode-require-final-newline): Doc fix.
2765
2766 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * international/latexenc.el (latexenc-find-file-coding-system):
2769 Fix regular expressions.
2770
2771 2005-05-01 David Kastrup <dak@gnu.org>
2772
2773 * international/latexenc.el (latexenc-find-file-coding-system):
2774 Fix regular expressions.
2775
2776 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2777
2778 * subr.el (string-to-int): Make obsolete.
2779
2780 2005-04-30 Richard M. Stallman <rms@gnu.org>
2781
2782 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2783
2784 * loadup.el: load jka-comp-hook.
2785
2786 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2787 (jka-compr-handler): Add autoload. `put' calls moved
2788 to jka-comp-hook.el.
2789 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2790 (jka-compr-inhibit): Autoload.
2791
2792 * jka-comp-hook.el: New file.
2793 Enable the mode by default.
2794
2795 * files.el (backup-buffer-copy): Use copy-file instead
2796 of write-region, and put back the 'excl.
2797
2798 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2799
2800 * progmodes/flymake.el (flymake-split-string)
2801 (flymake-split-string, flymake-log, flymake-pid-to-names)
2802 (flymake-reg-names, flymake-get-source-buffer-name)
2803 (flymake-unreg-names, flymake-add-line-err-info)
2804 (flymake-add-err-info): Clarify docstrings.
2805 (flymake-popup-menu, flymake-make-emacs-menu)
2806 (flymake-make-xemacs-menu): Add docstrings.
2807 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2808 Set variables directly throughout.
2809
2810 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2811
2812 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2813 exists. Initialise cc-define-alist.
2814 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2815 If there is no file (Macroexpansion) don't create an alist.
2816
2817 2005-04-29 Sam Steingold <sds@gnu.org>
2818
2819 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2820 (cc-create-define-alist): Use it instead of the hard-coded string.
2821
2822 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2823
2824 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2825 for latexenc.
2826
2827 2005-04-29 Lute Kamstra <lute@gnu.org>
2828
2829 * emacs-lisp/generic.el: Improve commentary section.
2830 (define-generic-mode): Improve docstring.
2831
2832 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2833
2834 * textmodes/org.el (many places): Change to quiet the byte compiler.
2835 (org-prefix-format-compiled): New variable.
2836 (org-compile-prefix-format): New function.
2837 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2838 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2839 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2840 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2841 consistency with entries from `org-mode' files.
2842 (org-get-time-of-day): Fix bug with partial matches early in a line.
2843 (org-non-link-chars): New constant.
2844 (org-link-regexp): Respect `org-non-link-chars'.
2845 (org-agenda-day-view): Remove command.
2846 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2847 (org-follow-bbdb-link, org-store-link): Search also company field.
2848 (org-highlight-overlay): New variable.
2849 (org-highlight, org-unhighlight): New functions.
2850 (org-agenda-mode): Add pre-command-hook to remove highlight.
2851 (org-evaluate-time-range): Behavior depends upon whether time stamp
2852 contains a time or not.
2853 (org-show-subtree, org-show-entry): New functions.
2854 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2855
2856 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2857
2858 * comint.el (comint-output-filter-functions): Add autoload cookie.
2859
2860 2005-04-28 Kim F. Storm <storm@cua.dk>
2861
2862 * ido.el (ido-everywhere): Fix last change.
2863
2864 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2865
2866 * international/latexenc.el: New file.
2867 * international/mule-conf.el (file-coding-system-alist): For .tex,
2868 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2869
2870 2005-04-28 Lute Kamstra <lute@gnu.org>
2871
2872 * font-lock.el (font-lock-add-keywords)
2873 (font-lock-remove-keywords): Clarify docstring.
2874 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2875 Don't start docstrings with a `*'.
2876 (font-lock-update-removed-keyword-alist): Give it a docstring.
2877
2878 * generic-x.el: Update commentary section.
2879 Only require font-lock when compiling.
2880 Define all modes conditionally.
2881 Place all generic modes in the generic-x-modes customization group.
2882 (generic-x-modes): New customization group.
2883 (generic-default-modes, generic-mswindows-modes)
2884 (generic-unix-modes, generic-other-modes): New constants.
2885 (generic-define-mswindows-modes, generic-define-unix-modes):
2886 Update docstrings. Make them obsolete.
2887 (generic-extras-enable-list): New default value. Update docstring.
2888 Improve :type. Change :set function.
2889 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2890 Fix docstring.
2891
2892 * emacs-lisp/generic.el (generic-mode-internal):
2893 Simplify font-lock-defaults.
2894 (define-generic-mode): Fix docstring.
2895
2896 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2897
2898 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2899 font-lock-face property to highlight matches.
2900
2901 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2902
2903 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2904 (cc-define-alist): New variable.
2905 (c-mode): Make it local and initialise it.
2906
2907 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2908 (gdb-exited): New function.
2909 (gdb-annotation-rules): Use it.
2910 (gdb-starting): Set gdb-active-process to t.
2911 (gdb-stopping): Amend doc string.
2912 (gdb-reset): Set gdb-active-process to nil.
2913
2914 * tooltip.el (tooltip-gud-tips): Show the associated #define
2915 directives when a C program under GDB is not executing.
2916
2917 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2920 font-lock-fontify-syntactic-keywords.
2921
2922 * font-lock.el (font-lock-default-fontify-region): Don't force
2923 parse-sexp-lookup-properties to nil.
2924
2925 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2926
2927 * man.el (man-mode-syntax-table): Set up `:' to have
2928 word-constituent syntax.
2929
2930 2005-04-27 Lute Kamstra <lute@gnu.org>
2931
2932 * novice.el (disable-command): Don't add spurious newlines to the
2933 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2934
2935 2005-04-26 Jay Belanger <belanger@truman.edu>
2936
2937 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2938 than one window before deleting window.
2939
2940 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2941
2942 * shell.el (shell-prompt-pattern): Doc fix.
2943 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2944
2945 * comint.el (comint-prompt-regexp, comint-get-old-input)
2946 (comint-use-prompt-regexp)
2947 (comint-use-prompt-regexp-instead-of-fields)
2948 (comint-replace-by-expanded-history, comint-send-input)
2949 (comint-output-filter, comint-get-old-input-default)
2950 (comint-line-beginning-position, comint-bol, comint-show-output)
2951 (comint-backward-matching-input, comint-forward-matching-input)
2952 (comint-next-prompt, comint-previous-prompt):
2953 Rename `comint-use-prompt-regexp-instead-of-fields' to
2954 `comint-use-prompt-regexp'. Keep old name as alias and declare
2955 obsolete.
2956 (comint-use-prompt-regexp): Shorten first line of doc string.
2957
2958 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2959 Set paragraph-separate buffer locally to "\\'".
2960
2961 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2962 Adapt to above name change.
2963
2964 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2965 (smbclient-prompt-regexp): Ditto.
2966
2967 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2968
2969 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2970
2971 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2972 gdb-location-list.
2973 Break lines that are over 80 characters wide.
2974
2975 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2976
2977 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2978 New fun and var, to preserve compatibility.
2979
2980 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2981
2982 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2983
2984 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2985 name to file-newer-than-file-p.
2986
2987 2005-04-26 Richard M. Stallman <rms@gnu.org>
2988
2989 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2990
2991 * progmodes/python.el (python-mode):
2992 Use new name eldoc-documentation-function.
2993
2994 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2995
2996 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2997 (eldoc-documentation-function):
2998 Rename from eldoc-print-current-symbol-info-function. Calls changed.
2999
3000 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3001
3002 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3003
3004 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3005
3006 * term/xterm.el (function-key-map): Fix strings for
3007 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3008 {C,S,A,C-S}-{f1-f12}.
3009
3010 2005-04-26 Kenichi Handa <handa@m17n.org>
3011
3012 * international/mule-cmds.el (select-safe-coding-system):
3013 Fix previous change.
3014
3015 2005-04-26 Lute Kamstra <lute@gnu.org>
3016
3017 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3018
3019 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3020 (font-lock-comment-delimiter-face): Ditto.
3021
3022 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3023
3024 2005-04-25 Jay Belanger <belanger@truman.edu>
3025
3026 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3027 to t while inserting information; use help-mode.
3028
3029 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3030
3031 * term.el (ansi-term-color-vector): Use the xterm colors.
3032 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3033
3034 2005-04-25 Lute Kamstra <lute@gnu.org>
3035
3036 * font-core.el (font-lock-defaults): Fix docstring.
3037
3038 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3039
3040 2005-04-25 Kenichi Handa <handa@m17n.org>
3041
3042 * international/mule-cmds.el (select-safe-coding-system):
3043 Don't check consistency with coding: spec, etc if raw-text or
3044 no-conversion was found to be safe.
3045
3046 2005-04-24 Richard M. Stallman <rms@gnu.org>
3047
3048 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3049 citation markers at start of each line.
3050
3051 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3052 citation markers at start of each line.
3053
3054 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3055
3056 * files.el (mode-require-final-newline): Fix previous change.
3057 (require-final-newline): Fix type label.
3058
3059 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3060
3061 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3062 statement in buffer (broken by 2004-11-24 change).
3063
3064 2005-04-24 Kim F. Storm <storm@cua.dk>
3065
3066 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3067 and read-file-name-function values. Don't overwrite existing
3068 non-nil values if ido-mode is enabled without ido-everywhere.
3069
3070 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3071
3072 * files.el (mode-require-final-newline): Minor doc fix.
3073
3074 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3075
3076 * subr.el (syntax-after): Doc fix.
3077 (syntax-class): If argument is nil, return nil. Mask off upper 16
3078 bits, not 8 bits.
3079
3080 * files.el (mode-require-final-newline): Doc fix.
3081 (backup-buffer-copy): Fix last change.
3082
3083 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3084
3085 * term/mac-win.el: Require select. Set selection-coding-system to
3086 mac-system-coding-system. Call menu-bar-enable-clipboard.
3087 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3088 (x-select-enable-clipboard): New variables.
3089 (x-select-text, x-get-selection, x-selection-value)
3090 (x-get-selection-value, mac-select-convert-to-string)
3091 (mac-services-open-file, mac-services-open-selection)
3092 (mac-services-insert-text): New functions.
3093 (CLIPBOARD, FIND): Put mac-scrap-name property.
3094 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3095 (public.tiff): Put mac-ostype property.
3096 (selection-converter-alist): Add entries for them.
3097 (mac-application-menu-map): New keymap.
3098 (interprogram-cut-function, interprogram-paste-function): Set to
3099 x-select-text and x-get-selection-value, respectively.
3100 (split-window-keep-point): Set to t.
3101
3102 2005-04-23 Richard M. Stallman <rms@gnu.org>
3103
3104 * files.el (read-directory-name): Always pass non-nil
3105 DEFAULT-FILENAME arg to read-file-name.
3106 (backup-buffer-copy, basic-save-buffer-2): Take care against
3107 writing thru an unexpected existing symlink.
3108 (revert-buffer): In indirect buffer, revert the base buffer.
3109 (magic-mode-alist): Doc fix.
3110 (buffer-stale-function): Doc fix.
3111 (minibuffer-with-setup-hook): Avoid warning.
3112 (mode-require-final-newline): Doc and custom fix.
3113
3114 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3115
3116 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3117 use the default appearance.
3118 (font-lock-comment-delimiter-face): New face, new variable.
3119
3120 * imenu.el (imenu--generic-function): The official position of a
3121 definition is the start of the line that BEG is in.
3122
3123 * midnight.el (midnight-timer): Move defvar up.
3124
3125 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3126
3127 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3128
3129 * startup.el (command-line): Use with-no-warnings.
3130
3131 * window.el (window-size-fixed): New defvar.
3132
3133 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3134
3135 * mail/rmail.el (rmail-font-lock-keywords):
3136 Use font-lock-comment-delimiter-face.
3137
3138 * mail/sendmail.el (mail-font-lock-keywords):
3139 Use font-lock-comment-delimiter-face.
3140
3141 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3142
3143 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3144
3145 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3146 Specify t for LAXMATCH when matching directories.
3147 Save match data around compilation-compat-error-properties form.
3148
3149 2005-04-23 David Kastrup <dak@gnu.org>
3150
3151 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3152 Mention that the autoloaded aliases should be kept for AUCTeX.
3153
3154 2005-04-23 Andreas Schwab <schwab@suse.de>
3155
3156 * isearch.el (isearch-forward): Doc fix.
3157
3158 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3159
3160 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3161 (jit-lock-stealth-nice): Change default value to 0.5.
3162
3163 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3164
3165 * abbrev.el (write-abbrev-file): Write table entries in
3166 alphabetical order by table name.
3167
3168 2005-04-22 Kim F. Storm <storm@cua.dk>
3169
3170 * ido.el (ido-read-internal): Fix `list' completion.
3171
3172 2005-04-22 Kenichi Handa <handa@m17n.org>
3173
3174 * recentf.el (recentf-save-file-coding-system): New variable.
3175 (recentf-save-list): Encode the file by
3176 recentf-save-file-coding-system and add coding: tag.
3177
3178 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3179
3180 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3181
3182 2005-04-21 Lute Kamstra <lute@gnu.org>
3183
3184 * loadhist.el (unload-feature): Don't remove a function from hooks
3185 if it is about to be restored to an autoload . Remove functions
3186 that will become unbound from auto-mode-alist. Simplify the code.
3187
3188 * subr.el (assq-delete-all): New implementation that is linear,
3189 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3190 (rassq-delete-all): New function.
3191
3192 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3193 Add size-indication-mode.
3194
3195 2005-04-21 Kenichi Handa <handa@m17n.org>
3196
3197 * international/mule-cmds.el: Add autoload for widget-value in
3198 eval-when-compile.
3199
3200 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3201
3202 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3203 Add tooltip-mode.
3204
3205 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3206
3207 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3208
3209 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3210 (inferior-lisp-filter-regexp, inferior-lisp-program)
3211 (inferior-lisp-load-command, inferior-lisp-prompt)
3212 (inferior-lisp-mode-hook, lisp-source-modes)
3213 (inferior-lisp-load-hook): defvar->defcustom.
3214 (inferior-lisp-program, inferior-lisp-prompt)
3215 (inferior-lisp-load-hook): Doc fixes.
3216 (inferior-lisp-install-letter-bindings): Small change in
3217 introductory comment.
3218
3219 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3220
3221 * vc.el (vc-annotate-color-map): Change some colors so that text
3222 using them as foreground is readable on both white and black
3223 backgrounds.
3224
3225 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * international/mule-conf.el (translation-table-for-input):
3228 Remove redundant declaration.
3229
3230 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3231
3232 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3233
3234 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3235 (tooltip-toggle-gud-tips): New function.
3236
3237 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3238
3239 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3240 right angle brackets.
3241
3242 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3243
3244 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3245
3246 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3247
3248 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3249 Remove. Update callers to use expand-file-name instead.
3250
3251 * subr.el (syntax-class): New function.
3252
3253 * simple.el (blink-matching-open): Use it.
3254
3255 * paren.el (show-paren-function): Use it to recognize parens that are
3256 also used in 2-char comment markers.
3257
3258 2005-04-19 Lute Kamstra <lute@gnu.org>
3259
3260 * loadhist.el (unload-feature): Update for new format of
3261 load-history. Simplify the code.
3262
3263 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3264
3265 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3266 (mac-add-charset-info): New function. Initialize variable
3267 mac-charset-info-alist using it.
3268 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3269 for translation.
3270 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3271 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3272 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3273 New CCL programs.
3274
3275 2005-04-19 Kim F. Storm <storm@cua.dk>
3276
3277 * simple.el (next-buffer, prev-buffer, next-error)
3278 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3279 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3280
3281 * bindings.el (next-buffer, prev-buffer, next-error)
3282 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3283 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3284 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3285 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3286
3287 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3288
3289 * isearch.el (isearch-edit-string): Make the search-ring available for
3290 minibuffer history commands.
3291 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3292 the default history commands now work just as well.
3293 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3294
3295 2005-04-18 Kim F. Storm <storm@cua.dk>
3296
3297 * emulation/cua-base.el (cua--pre-command-handler): Add more
3298 elaborate check for shift modifier on non-window systems.
3299
3300 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3301
3302 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3303
3304 2005-04-18 Kim F. Storm <storm@cua.dk>
3305
3306 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3307 and make it optional. Don't test tooltip-gud-echo-area here.
3308 (tooltip-gud-process-output, gdb-tooltip-print):
3309 Pass tooltip-gud-echo-area to tooltip-show.
3310 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3311
3312 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3313
3314 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3315 `display-graphic-p' may not be bound yet.
3316
3317 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3318
3319 * startup.el (command-line): No longer enable Xterm Mouse mode by
3320 default in terminals compatible with xterm.
3321
3322 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3323
3324 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3325
3326 * tooltip.el (tooltip-gud-echo-area): Rename from
3327 tooltip-use-echo-area.
3328 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3329 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3330 area independently of where help tooltips are displayed.
3331
3332 2005-04-17 David Kastrup <dak@gnu.org>
3333
3334 * cus-theme.el (custom-theme-write-variables): Quote variables
3335 where necessary.
3336
3337 2005-04-17 Richard M. Stallman <rms@gnu.org>
3338
3339 * simple.el (yank-excluded-properties): Add follow-link to value.
3340
3341 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3342
3343 * startup.el (fancy-splash-max-time): Just 30 seconds.
3344 (fancy-splash-delay): Just 7.
3345 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3346
3347 * loadhist.el (unload-feature): Update for new format of load-history.
3348 Simplify the code.
3349
3350 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3351 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3352
3353 * mail/sendmail.el (mail-font-lock-keywords):
3354 Don't fontify subject text.
3355 Don't fontify the text of a citation.
3356
3357 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3358
3359 * comint.el (comint-output-filter): Run comint-output-filter-functions
3360 with point where the user had it.
3361
3362 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3363
3364 * international/ucs-tables.el (ucs-set-table-for-input):
3365 Disable when using unify-on-decoding.
3366
3367 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3368
3369 * emulation/cua-base.el (cua-global-mark-face): Add special case
3370 for displays supporting a high number of colors.
3371
3372 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3373
3374 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3375
3376 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3377
3378 * filesets.el (filesets-add-buffer): If user supplies a name of a
3379 non-existing fileset, create a new fileset.
3380
3381 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3382
3383 * textmodes/org.el (org-up-heading-all): Fix bug with
3384 `outline-up-heading-all'.
3385
3386 2005-04-16 Andreas Schwab <schwab@suse.de>
3387
3388 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3389 /etc/permissions.d/* and /etc/aliases.d/*.
3390
3391 2005-04-16 Kenichi Handa <handa@m17n.org>
3392
3393 * international/code-pages.el (cp-make-coding-system):
3394 Set `translation-table-for-input' property value to the symbol
3395 ucs-mule-to-mule-unicode, not to that value.
3396 (pt154): Escape guillemet by `\'.
3397
3398 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3399
3400 * loadup.el: Load tooltip if x-show-tip is fboundp.
3401
3402 * startup.el (command-line): Add comment.
3403
3404 * tooltip.el (tooltip-mode): Specify correct standard value for
3405 Custom in init-value.
3406
3407 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3408
3409 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3410 possible.
3411
3412 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3413
3414 * textmodes/org.el (org-agenda-date-prompt): Rename from
3415 `org-agenda-date-today'.
3416 (org-evaluate-time-range): Insert at point instead of directly
3417 after time range.
3418 (org-first-headline-recenter, org-subtree-end-visible-p)
3419 (org-optimize-window-after-visibility-change): New functions
3420 (org-agenda-post-command-hook): Don't allow point at end of line,
3421 to make sure it always hits the text properties.
3422 (org-agenda-next-date-line, org-agenda-previous-date-line):
3423 New commands.
3424 (org-set-regexps-and-options): Category may contain white space.
3425 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3426 Improve marker positions.
3427 (org-agenda-new-marker): Argument POS made optional.
3428 (org-agenda-get-timestamps): Deadlines which are done are listed
3429 in org-done-face now.
3430 (org-agenda-get-todos, org-agenda-get-timestamps)
3431 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3432 Set `undone-face' and `done-face' properties.
3433 (org-last-todo-state-is-todo): New variable.
3434 (org-todo): Set `org-last-todo-state-is-todo'.
3435 (org-agenda-todo): Change face according to
3436 `org-last-todo-state-is-todo'. And change other lines refering to
3437 the same entry.
3438 (org-calendar-goto-agenda): New command.
3439 (org-calendar-to-agenda-key): New option.
3440 (org-startup-folded): New allowed value `content'.
3441 (org-set-regexps-and-options): Accept new value `content' for
3442 `org-startup-folded'.
3443 (org-get-current-options): Handle new value `content' for
3444 `org-startup-folded'.
3445 (org-insert-todo-heading): New command.
3446 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3447 interactively in empty file and option
3448 `org-insert-mode-line-in-empty-file' has been set.
3449 (org-agenda-todo,org-agenda-priority): Modify to use
3450 `org-agenda-change-all-lines'.
3451 (org-warning-face): Change color on dark background
3452
3453 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3454
3455 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3456 use preferences AppleLocale and AppleLanguages, and variable
3457 mac-system-locale for default locale. On Mac OS Classic, use
3458 mac-system-coding-system for default coding systems.
3459
3460 * term/mac-win.el: Don't set file-name-coding-system.
3461 Decode variables system-name, emacs-build-system, user-login-name, and
3462 user-full-name by mac-system-coding-system on Mac OS Classic.
3463 (mac-system-coding-system): New variable.
3464
3465 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3466
3467 * startup.el (command-line): Handle `xterm-mouse-mode' before
3468 reading init file.
3469
3470 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3471
3472 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3473
3474 * progmodes/sh-script.el (sh-here-document-word): Make it a
3475 defcustom. Doc fix.
3476 (sh-add): Bash uses $(( )) for arithmetic.
3477 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3478 (sh-maybe-here-document): Remove quotes and leading whitespace
3479 from heredoc word when closing. Indent heredoc with tabs if word
3480 starts with "-".
3481
3482 2005-04-13 Richard M. Stallman <rms@gnu.org>
3483
3484 * simple.el (undo): Fix previous change.
3485
3486 * custom.el (defface): Doc fix.
3487
3488 2005-04-13 Lute Kamstra <lute@gnu.org>
3489
3490 * Makefile.in (DONTCOMPILE): Remove list.
3491 (compile, compile-always): Don't use DONTCOMPILE.
3492 (update-authors): Load the library in which batch-update-authors
3493 is defined.
3494 * makefile.w32-in (DONTCOMPILE): Remove list.
3495 (compile, compile-always): Fix comments.
3496 (update-authors): Load the library in which batch-update-authors
3497 is defined.
3498
3499 * generic-x.el (generic-mode-ini-file-find-file-hook):
3500 Rename to ini-generic-mode-find-file-hook.
3501 Keep generic-mode-ini-file-find-file-hook as an alias.
3502 (ini-generic-mode-find-file-hook): Rename from
3503 generic-mode-ini-file-find-file-hook. Fix docstring.
3504 (ini-generic-mode): Docstring change.
3505 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3506
3507 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3508 called from lisp.
3509
3510 * generic.el: Move to the emacs-lisp subdir.
3511
3512 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3513
3514 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3515 and C-S- function and cursor motion keys.
3516
3517 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3518
3519 * startup.el (command-line): Enable Xterm Mouse mode by default.
3520 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3521 for Custom. No longer show "Mouse" in mode line when enabled.
3522 Doc fix.
3523
3524 2005-04-12 Kim F. Storm <storm@cua.dk>
3525
3526 * emulation/cua-base.el (cua-rectangle-face)
3527 (cua-rectangle-noselect-face): Define face attributes here.
3528
3529 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3530
3531 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3532
3533 * startup.el (command-line): Turn off blinking cursor if
3534 cursorBlink in resources is off or false.
3535
3536 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3537
3538 * term/mac-win.el (dnd): Require dnd.
3539 (mac-drag-n-drop): Call dnd-handle-one-url.
3540 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3541 (kTextEncodingISOLatin2): Remove constants.
3542 (mac-script-code-coding-systems): New constant.
3543 (mac-handle-language-change): New function.
3544 (special-event-map): Bind it to `language-change' event.
3545 (mac-centraleurroman, mac-cyrillic): New coding systems.
3546 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3547 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3548 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3549 encode-mac-cyrillic, respectively.
3550
3551 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3552
3553 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3554 Don't set overlay-arrow-string to "=>" as this is done
3555 globally in C now.
3556
3557 2005-04-12 Lute Kamstra <lute@gnu.org>
3558
3559 * generic-x.el (rc-generic-mode, rul-generic-mode):
3560 Fix auto-mode-alist entries.
3561 (etc-fstab-generic-mode): Tweak fontification.
3562
3563 * generic.el (generic-make-keywords-list): Fix docstring.
3564 (generic-mode-internal): Simplify generic-font-lock-keywords.
3565
3566 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3567
3568 * whitespace.el (whitespace-buffer-leading)
3569 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3570 However, fix the highlight area for the leading and
3571 trailing whitespaces to show space.
3572
3573 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3574
3575 * whitespace.el (whitespace-version): Bump to 3.5
3576
3577 (whitespace-buffer-leading, whitespace-buffer-trailing):
3578 Invert sense of the test to highlight the whitespace.
3579
3580 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3581
3582 * progmodes/gud.el (gud-display-line): GUD uses its own
3583 overlay arrow now so don't set overlay-arrow-string.
3584 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3585
3586 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3587
3588 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3589 (term-ansi-current-reverse, term-ansi-current-invisible)
3590 (term-ansi-face-already-done): Change to boolean.
3591 (term-reset-terminal, term-handle-colors-array): Handle the above
3592 vars accordingly.
3593 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3594 (term-emulate-terminal): Use the new name.
3595
3596 * faces.el (secondary-selection): Use yellow1, not yellow.
3597 (trailing-whitespace): Use red1, not red.
3598
3599 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3600
3601 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3602 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3603 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3604
3605 * cus-edit.el (dnd): New group.
3606
3607 * term/w32-win.el (dnd): Require dnd
3608 (w32-drag-n-drop): Call dnd-handle-one-url.
3609
3610 * x-dnd.el: Require dnd.
3611 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3612 Call dnd-handle-one-url.
3613 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3614 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3615 to dnd-insert-text.
3616 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3617 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3618 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3619 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3620
3621 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3622
3623 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3624
3625 * wdired.el: Doc fixes.
3626 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3627 (wdired-use-dired-vertical-movement): Rename from
3628 wdired-always-move-to-filename-beginning.
3629 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3630 (wdired-change-to-wdired-mode): Change mode name.
3631 (wdired-newline): Delete.
3632
3633 2005-04-11 Richard M. Stallman <rms@gnu.org>
3634
3635 * whitespace.el (whitespace-highlight-the-space):
3636 Don't call whitespace-unhighlight-the-space here.
3637
3638 * simple.el (undo): Record t in undo-equiv-table
3639 for the redo record made by an undo-in-region.
3640
3641 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3642
3643 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3644 (gdb-frame-inferior-io-buffer): New Functions to control
3645 display of separate IO buffer.
3646 (menu): Add them to menu-bar.
3647 (gdb-display-buffer): Check for buffer another frame.
3648 Protect GUD buffer.
3649 (gdb-setup-windows): Create IO buffer if not already there.
3650 (gdb-memory-mode): Remove purecopy noops.
3651
3652 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3653
3654 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3655 and pass to self-insert-command.
3656
3657 2005-04-11 Lute Kamstra <lute@gnu.org>
3658
3659 * generic.el: Commentary section cleanup.
3660 (generic): Delete.
3661 (generic-use-find-file-hook, generic-lines-to-scan)
3662 (generic-find-file-regexp, generic-ignore-files-regexp)
3663 (default-generic-mode, generic-mode-find-file-hook)
3664 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3665 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3666 (generic-use-find-file-hook, generic-lines-to-scan)
3667 (generic-find-file-regexp, generic-ignore-files-regexp)
3668 (default-generic-mode, generic-mode-find-file-hook)
3669 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3670
3671 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3672
3673 * bookmark.el (bookmark-write-file): Catch errors writing file.
3674 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3675
3676 2005-04-10 Richard M. Stallman <rms@gnu.org>
3677
3678 * startup.el (fancy-splash-tail): Update copyright year.
3679 (command-line): Split part of -Q into -D.
3680 (emacs-basic-display): New defvar.
3681 (fancy-splash-text): Correct name of menu item.
3682
3683 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3684
3685 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3686 lines in one node.
3687
3688 * comint.el (comint-send-input): New arg ARTIFICIAL.
3689 Callers in this file changed.
3690
3691 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3692
3693 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3694
3695 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3696
3697 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3698 `ldap-search-internal'.
3699
3700 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3701
3702 * files.el (set-auto-mode-1): Use line-end-position.
3703
3704 * international/latin-1.el:
3705 * international/latin-2.el:
3706 * international/latin-3.el:
3707 * international/latin-4.el:
3708 * international/latin-5.el:
3709 * international/latin-8.el:
3710 * international/latin-9.el: Give punctuation syntax to NBSP.
3711
3712 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3713 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3714 Use char-classes to accept non-ascii letters, accepted in some recent
3715 bibtex implementations.
3716
3717 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3718
3719 * custom.el (custom-set-minor-mode): Any non-nil value for the
3720 variable should enable the mode when set through Custom.
3721
3722 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3725 TAB binding so tab-always-indent is obeyed.
3726 (vhdl-minibuffer-local-map): Move initialization into declaration.
3727 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3728 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3729 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3730 (vhdl-current-line): Use line-beginning-position.
3731 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3732 with-output-to-temp-buffer, so the current position can be recorded.
3733
3734 2005-04-10 Masatake YAMATO <jet@gyve.org>
3735
3736 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3737 Add regexp for gcov.
3738
3739 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3740
3741 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3742 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3743 syntax which Emacs 20 doesn't support.
3744
3745 2005-04-09 Richard M. Stallman <rms@gnu.org>
3746
3747 * help.el (describe-key-briefly, describe-key):
3748 Replace strings as event types with "(any string)".
3749
3750 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3751
3752 * arc-mode.el (archive-mode-map): Move initialization into
3753 the declaration. Override *all* bindings of `undo'.
3754 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3755
3756 2005-04-09 Jay Belanger <belanger@truman.edu>
3757
3758 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3759
3760 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3761
3762 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3763 (xterm-register-default-colors): Update color values computation
3764 to match xterm-200.
3765
3766 2005-04-09 Kenichi Handa <handa@m17n.org>
3767
3768 * international/code-pages.el (iso-latin-7): Fix the map.
3769
3770 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3771
3772 * emacs-lisp/lisp.el (defun-prompt-regexp)
3773 (parens-require-spaces, buffer-end, end-of-defun)
3774 (insert-parentheses): Doc fixes.
3775
3776 2005-04-08 Kim F. Storm <storm@cua.dk>
3777
3778 * comint.el (comint-highlight-prompt): Fix face spec.
3779 * hi-lock.el (hi-green): Likewise.
3780
3781 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3782
3783 * cus-edit.el (custom-modified-face):
3784 * comint.el (comint-highlight-input): Fix previous changes.
3785 * term.el (term-handle-ansi-escape): Add a comment.
3786
3787 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3790 in the buffer and in whitespace-highlighted-space.
3791 (whitespace-unhighlight-the-space): Simplify.
3792 (whitespace-buffer): Simplify.
3793
3794 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3795
3796 * textmodes/table.el (table-cell-face): Add special case for
3797 displays supporting a high number of colors.
3798 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3799 (vhdl-font-lock-reserved-words-face)
3800 (vhdl-speedbar-architecture-face)
3801 (vhdl-speedbar-instantiation-face)
3802 (vhdl-speedbar-architecture-selected-face)
3803 (vhdl-speedbar-instantiation-selected-face): Likewise.
3804 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3805 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3806 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3807 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3808 (ebrowse-progress-face): Likewise.
3809 * progmodes/compile.el (compilation-info-face): Likewise.
3810 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3811 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3812 * calendar/calendar.el (diary-face): Likewise.
3813 * woman.el (woman-italic-face, woman-bold-face)
3814 (woman-unknown-face): Likewise.
3815 * wid-edit.el (widget-button-pressed-face): Likewise.
3816 * whitespace.el (whitespace-highlight-face): Likewise.
3817 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3818 * pcvs-info.el (cvs-marked-face): Likewise.
3819 * info.el (info-xref): Likewise.
3820 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3821 * hilit-chg.el (highlight-changes-face)
3822 (highlight-changes-delete-face): Likewise.
3823 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3824 (hi-red-b): Likewise.
3825 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3826 * font-lock.el (font-lock-keyword-face)
3827 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3828 * cus-edit.el (custom-invalid-face, custom-modified-face)
3829 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3830 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3831 * comint.el (comint-highlight-prompt): Likewise.
3832
3833 2005-04-08 Lute Kamstra <lute@gnu.org>
3834
3835 * font-lock.el (font-lock-keywords): Docstring fixes.
3836
3837 2005-04-08 Kenichi Handa <handa@m17n.org>
3838
3839 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3840 chars are more than a limit, print " and more..." at the tail.
3841
3842 2005-04-08 Kim F. Storm <storm@cua.dk>
3843
3844 * emacs-lisp/authors.el (authors-aliases): Update list.
3845 (authors-ignored-files): New list.
3846 (authors-fixed-entries): Fix typo.
3847 (authors-renamed-files-alist): Update list.
3848 (authors-add): Check authors-ignored-files.
3849
3850 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3851
3852 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3853 optional, to ensure backward compatibility.
3854
3855 2005-04-08 Stephen Eglen <stephen@gnu.org>
3856
3857 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3858
3859 2005-04-08 Kim F. Storm <storm@cua.dk>
3860
3861 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3862
3863 * mouse.el (mouse-on-link-p): Doc fix.
3864
3865 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3866
3867 * ielm.el (ielm-prompt-read-only): Doc fix.
3868
3869 * comint.el (comint-prompt-read-only): Doc fix.
3870
3871 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3872
3873 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3874 ensure dired always handles wildcards passed to ffap.
3875 (find-file-at-point): Use it.
3876 (ffap-dired-wildcards): Doc fix.
3877
3878 2005-04-07 Juri Linkov <juri@jurta.org>
3879
3880 * simple.el (next-error-overlay-arrow-position): New defvar.
3881 Put "=>" on its property `overlay-arrow-string'. Add it to
3882 `overlay-arrow-variable-list'.
3883
3884 * progmodes/compile.el (compilation-setup):
3885 Set `next-error-overlay-arrow-position' to nil. Also set it to
3886 nil in the local hook `kill-buffer-hook'. Make local variable
3887 `overlay-arrow-string' and set it to "=>".
3888 (compilation-goto-locus): Set BOL position to
3889 `next-error-overlay-arrow-position' instead of
3890 `overlay-arrow-position'.
3891
3892 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3893 locally instead of adding it to the global hook.
3894 (Info-kill-buffer): Move up.
3895
3896 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3897
3898 * term/xterm.el (xterm-standard-colors): Update color values from
3899 xterm-200.
3900
3901 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3904
3905 * fast-lock.el:
3906 * lazy-lock.el: Move them to the obsolete subdir.
3907
3908 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3909
3910 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3911 (wdired-add-replace-advice): Remove.
3912 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3913
3914 2005-04-06 Kim F. Storm <storm@cua.dk>
3915
3916 * startup.el (command-line): Add --bare-bones alias for -Q.
3917
3918 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3919
3920 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3921 create the startup fontset if a font specification ends with
3922 `mac-roman'.
3923
3924 2005-04-06 Lute Kamstra <lute@gnu.org>
3925
3926 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3927 change.
3928
3929 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3930 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3931
3932 2005-04-05 Lute Kamstra <lute@gnu.org>
3933
3934 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3935 (define-generic-mode): Ditto. Fix debug declaration.
3936
3937 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3938 Put them in the generic-x group.
3939
3940 * calendar/timeclock.el (timeclock): Doc fix.
3941
3942 * generic.el (define-generic-mode): Don't use custom-current-group.
3943 Document default :group value.
3944 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3945 (define-global-minor-mode): Don't use custom-current-group.
3946
3947 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3948
3949 * startup.el (command-line-1): Display startup-echo-area-message
3950 when fancy splash screen is in use.
3951
3952 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3953 (sh-escaped-newline): New face.
3954 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3955 newline, and use sh-escaped-newline face.
3956
3957 * progmodes/tcl.el (tcl-escaped-newline): New face.
3958 (tcl-builtin-list): New variable.
3959 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3960 newlines. Fix keywords subexpression number.
3961
3962 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3963
3964 * textmodes/org.el (org-diary-default-entry): Fix call to
3965 `add-to-diary-entry'.
3966
3967 2005-04-05 Kim F. Storm <storm@cua.dk>
3968
3969 * ediff-init.el: Use (featurep 'xemacs).
3970
3971 2005-04-05 David Ponce <david@dponce.com>
3972
3973 * cus-edit.el (face): Derive from symbol widget. Display sample
3974 of the current face on the fly.
3975 (widget-face-sample-face-get, widget-face-notify): New functions.
3976 (widget-face-value-create): Remove.
3977
3978 * wid-edit.el (widget-field-end): Temporarily remove field
3979 narrowing before to call `get-char-property'.
3980
3981 2005-04-04 Jay Belanger <belanger@truman.edu>
3982
3983 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3984 (math-read-subscripts): New variable.
3985 (math-read-preprocess-string): Process subscripts.
3986
3987 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3988
3989 * comint.el (comint-prompt-read-only): Doc fix.
3990
3991 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3992 `-1'. Doc fix.
3993
3994 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
3995
3996 * textmodes/org.el (org-insert-mode-line-in-empty-file):
3997 Change default value to nil.
3998
3999 2005-04-04 Lute Kamstra <lute@gnu.org>
4000
4001 * autorevert.el (auto-revert-mode): Specify :group.
4002 * battery.el (display-battery-mode): Specify :group.
4003 * diff-mode.el (diff-minor-mode): Specify :group.
4004 * font-core.el (font-lock-mode): Specify :group.
4005 * hl-line.el (hl-line-mode): Specify :group.
4006 * iimage.el (iimage): New customization group.
4007 (iimage-mode): Specify :group.
4008 * longlines.el (longlines-mode): Specify :group.
4009 * master.el: Don't require easy-mmode.
4010 (master): New customization group.
4011 (master-mode): Specify :group.
4012 * msb.el (msb-mode): Specify :group.
4013 * reveal.el (reveal-mode): Specify :group.
4014 * simple.el (next-error-follow-minor-mode): Specify :group.
4015 * smerge-mode.el (smerge-mode): Specify :group.
4016 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4017 * emulation/cua-base.el (cua-mode): Specify :group.
4018 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4019 * language/thai-util.el (thai-auto-composition-mode)
4020 (thai-word-mode): Specify :group.
4021 * mail/supercite.el (sc-minor-mode): Specify :group.
4022 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4023 * progmodes/flymake.el (flymake-mode): Specify :group.
4024 * progmodes/glasses.el (glasses-mode): Specify :group.
4025 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4026 * textmodes/enriched.el (enriched-mode): Specify :group.
4027 * textmodes/refill.el (refill-mode): Specify :group.
4028
4029 * add-log.el (change-log-font-lock-keywords): Names in
4030 parenthesized lists can contain spaces.
4031
4032 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4033
4034 * startup.el (fancy-splash-text): Shorten default text of
4035 "Emacs Tutorial" line. Also, if the current language env
4036 indicates an available tutorial file other than TUTORIAL,
4037 extract its title and append it to the line in parentheses.
4038 (fancy-splash-insert): If arg is a thunk, funcall it.
4039
4040 2005-04-04 Jay Belanger <belanger@truman.edu>
4041
4042 * calc.el (calc-language-alist): Add tags to customization type.
4043
4044 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4045
4046 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4047 Doc fix.
4048
4049 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4050
4051 * add-log.el (change-log-font-lock-keywords): The manual
4052 describing a Change Log entry, says: (...) "Aside from these
4053 header lines, every line in the change log starts with a space or
4054 a tab.". The font-lock was not highlighting lines started with
4055 spaces, added support for it.
4056
4057 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4058
4059 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4060 (bibtex-generate-url-list): Update docstring accordingly. Put the
4061 complex example in the docstring.
4062 (bibtex-font-lock-url): Use pop.
4063
4064 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4067
4068 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4069
4070 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4071
4072 * filesets.el (filesets-set-default): Doc fix.
4073
4074 2005-04-03 Lute Kamstra <lute@gnu.org>
4075
4076 * generic.el (define-generic-mode): Add argument to specify
4077 keywords for defcustom.
4078 (default-generic-mode): Specify :group.
4079
4080 * generic-x.el: Specify :group for all generic modes.
4081
4082 * desktop.el (desktop-no-desktop-file-hook)
4083 (desktop-after-read-hook): Doc fix.
4084
4085 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4086
4087 * simple.el (visible-mode): Use explicit :group keyword.
4088 This changes the group of `visible-mode-hook' from paren-blinking
4089 to editing-basics.
4090
4091 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4092
4093 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4094 mailbox specifications as well as URLs.
4095 (rmail-insert-inbox-text): Remove unused conditional branches.
4096
4097 2005-04-01 Jay Belanger <belanger@truman.edu>
4098
4099 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4100 (calc-gnuplot-print-command): Move definitions to calc.el.
4101
4102 * calc/calc-embed.el (calc-embedded-announce-formula)
4103 (calc-embedded-open-formula, calc-embedded-close-formula)
4104 (calc-embedded-open-word, calc-embedded-close-word)
4105 (calc-embedded-open-plain, calc-embedded-close-plain)
4106 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4107 (calc-embedded-open-mode, calc-embedded-close-mode):
4108 Move definitions to calc.el.
4109
4110 * calc/calc.el (calc-settings-file, calc-language-alist):
4111 Make customizable.
4112 (calc-embedded-announce-formula, calc-embedded-open-formula)
4113 (calc-embedded-close-formula, calc-embedded-open-word)
4114 (calc-embedded-close-word, calc-embedded-open-plain)
4115 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4116 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4117 (calc-embedded-close-mode, calc-gnuplot-name)
4118 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4119 from other files and make customizable.
4120
4121 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4122
4123 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4124 Use buffer-live-p.
4125 (cvs-mode-run): Don't call cvs-update-header here.
4126 (cvs-run-process): Call cvs-update-header.
4127 Use process properties for cvs-postprocess and cvs-buffer so that
4128 the sentinel can behave better if the temp buffer is killed.
4129 Use a pipe rather than a tty, to better handle unexpected prompts.
4130 (cvs-sentinel): Rewrite. Call cvs-update-header.
4131
4132 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4133
4134 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4135 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4136
4137 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * generic.el (define-generic-mode): Add indentation rule.
4140
4141 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4142
4143 * files.el (mode-require-final-newline): Make Custom correctly
4144 report a nil value and allow to set it to nil via Custom.
4145 Doc fix.
4146
4147 2005-04-01 Kenichi Handa <handa@m17n.org>
4148
4149 * international/characters.el: Enable the correct case setting for
4150 dotless-i and dotted-I.
4151
4152 2005-04-01 Kim F. Storm <storm@cua.dk>
4153
4154 * ido.el (ido-file-internal): Fall back to non-ido command if
4155 initial directory is on slow ftp (or tramp) host.
4156
4157 2005-03-31 Richard M. Stallman <rms@gnu.org>
4158
4159 * emacs-lisp/autoload.el (make-autoload):
4160 Handle define-global-minor-mode.
4161
4162 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4163 Rename from easy-mmode-define-global-mode.
4164 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4165
4166 * progmodes/scheme.el (scheme-mode-syntax-table):
4167 Update syntax of | and # for two-character comment syntax.
4168
4169 2005-03-31 Lute Kamstra <lute@gnu.org>
4170
4171 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4172 (define-minor-mode): Call custom-current-group at load-time.
4173
4174 * generic.el (define-generic-mode): Add debug declaration.
4175 Add defcustom for the mode hook.
4176 (generic-mode-internal): Use run-mode-hooks.
4177
4178 2005-03-31 Kim F. Storm <storm@cua.dk>
4179
4180 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4181 (mouse-fixup-help-message): New defun called by show_help_echo
4182 to fixup mouse-2 prefix in help messages when applicable.
4183
4184 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4185
4186 2005-03-31 Kenichi Handa <handa@m17n.org>
4187
4188 * language/thai-word.el (thai-find-word-ends): Pay attention to
4189 the case that we reach the end of buffer.
4190
4191 * textmodes/fill.el (fill-text-properties-at): New function.
4192 (fill-newline): Use fill-text-properties-at instead of
4193 text-properties-at.
4194
4195 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4196
4197 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4198 not comint-quote-filename.
4199
4200 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4201
4202 * help-fns.el (help-with-tutorial): Revert last change.
4203
4204 2005-03-31 Kim F. Storm <storm@cua.dk>
4205
4206 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4207
4208 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4209
4210 * calendar/cal-china.el: Update reference to "Calendrical
4211 Calculations" book; there's a new edition.
4212 * calendar/cal-coptic.el: Likewise.
4213 * calendar/cal-french.el: Likewise.
4214 * calendar/cal-hebrew.el: Likewise.
4215 * calendar/cal-islam.el: Likewise.
4216 * calendar/cal-iso.el: Likewise.
4217 * calendar/cal-julian.el: Likewise.
4218 * calendar/cal-mayan.el: Likewise.
4219 * calendar/cal-persia.el: Likewise.
4220 * calendar/calendar.el: Likewise.
4221 * calendar/holidays.el: Likewise.
4222 * calendar/lunar.el: Likewise.
4223 * calendar/solar.el: Likewise.
4224
4225 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4226 white space from doc string.
4227
4228 2005-03-30 Jay Belanger <belanger@truman.edu>
4229
4230 * calc/calc-help.el (calc-full-help): Remove email address.
4231
4232 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4233
4234 * help-fns.el (help-with-tutorial): Delete title line.
4235
4236 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4237
4238 * calendar/cal-x.el (calendar-one-frame-setup)
4239 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4240 rather than 'symbol for set-window-dedicated-p.
4241
4242 * calendar/appt.el (appt-buffer-name): Make it a constant.
4243 (appt-add): Doc fix.
4244
4245 * filesets.el (filesets-menu-path, filesets-menu-before)
4246 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4247 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4248 (filesets-add-submenu): Delete and use add-submenu instead.
4249
4250 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4251
4252 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4253 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4254 (org-diary-default-entry): New function.
4255 (org-get-entries-from-diary): Better parsing of diary entries.
4256 (org-agenda-check-no-diary): New function.
4257 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4258 linking to diary entries.
4259 (org-agenda-execute-calendar-command): New function.
4260 (org-agenda): Improve visible section in window.
4261 Use `org-fit-agenda-window'.
4262 (org-fit-agenda-window): New option.
4263 (org-move-subtree-down): Better handling of empty lines
4264 at end of subtree.
4265 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4266 levels up.
4267 (org-fontify-done-headline): New option.
4268 (org-headline-done-face): New face.
4269 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4270 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4271 When current field is non-empty, it is copied to next row.
4272 (org-table-copy-from-above): Fix bug which made it
4273 impossible to copy fields containing only a single non-white character.
4274
4275 2005-03-30 Kim F. Storm <storm@cua.dk>
4276
4277 * kmacro.el (kmacro-end-macro): Isearch may store this command
4278 into the macro -- so ignore it when executing keyboard macro.
4279
4280 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4281
4282 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4283
4284 2005-03-29 Kenichi Handa <handa@m17n.org>
4285
4286 * language/thai.el ("Thai"): Set setup-function and exit-function
4287 for Thai language environment.
4288
4289 * language/thai-util.el: Require thai-word.
4290 (thai-word-mode-map): New variable.
4291 (thai-word-mode): New minor mode.
4292 (setup-thai-language-environment-internal): New function.
4293 (exit-thai-language-environment-internal): New function.
4294
4295 * language/thai-word.el (thai-word-table): Declare it by defvar,
4296 use dolist to initialize it.
4297 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4298 (thai-fill-find-break-point): New functions.
4299
4300 2005-03-29 Richard M. Stallman <rms@gnu.org>
4301
4302 * simple.el (idle-update-delay): Move definition up.
4303 (set-mark): Doc fix.
4304
4305 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4306
4307 * longlines.el: New file.
4308
4309 * simple.el (buffer-substring-filters): New variable.
4310 (filter-buffer-substring): New function.
4311 (kill-region, copy-region-as-kill): Use it.
4312
4313 * register.el (copy-to-register, append-to-register)
4314 (prepend-to-register): Use filter-buffer-substring.
4315
4316 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4317
4318 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4319 (gud-filter-pending-text): Move in front of gdb.
4320 (gud-overlay-arrow-position): New variable.
4321 (gud-sentinel, gud-display-line): Use it in place of
4322 overlay-arrow-position.
4323
4324 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4325
4326 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4327 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4328 (fortran-font-lock-keywords-4): New variable.
4329 (fortran-blocks-re, fortran-end-block-re)
4330 (fortran-start-block-re): New constants, for hideshow.
4331 (hs-special-modes-alist): Add a Fortran entry.
4332 (fortran-mode-map): Bind fortran-end-of-block,
4333 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4334 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4335 (fortran-looking-at-if-then, fortran-end-of-block)
4336 (fortran-beginning-of-block): New functions, for hideshow.
4337
4338 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4339 Doc fix. Tweak regexp.
4340 (f90-beginning-of-block): Push mark first.
4341
4342 2005-03-29 Jay Belanger <belanger@truman.edu>
4343
4344 * calc/calc.el: Update copyright date.
4345 (calc-version): Increase to 2.1.
4346 (calc-version-date): Remove.
4347
4348 * calc/calc-help.el: Update copyright date.
4349 (calc-full-help): Remove reference to calc-version-date.
4350 Update copyright date.
4351
4352 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4353
4354 * vc.el (vc-do-command): Use a pipe for async processes, so password
4355 prompts don't show up at places where the user can't reply.
4356
4357 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4358
4359 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4360 on the file name we pass to the inferior shell.
4361
4362 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4363
4364 * progmodes/which-func.el (which-function): Be robust in the face of an
4365 imenu--make-index-alist failure.
4366
4367 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4368
4369 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4370
4371 * progmodes/python.el (python-preoutput-filter): Fix last change.
4372
4373 2005-03-29 Lute Kamstra <lute@gnu.org>
4374
4375 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4376 functions and compiled macros.
4377 (debug-convert-byte-code): Handle macros too.
4378 (debug-on-entry-1): Don't signal an error when trying to clear a
4379 function that is not set to debug on entry.
4380
4381 2005-03-29 Jay Belanger <belanger@truman.edu>
4382
4383 * calc/calc-lang.el: Add functions to math-function-table
4384 properties of tex and math.
4385
4386 2005-03-29 Kenichi Handa <handa@m17n.org>
4387
4388 * ps-mule.el (ps-mule-plot-string): Translate characters by
4389 ps-print-translation-table.
4390 (ps-mule-begin-job): Call find-charset-region/string with
4391 ps-print-translation-table.
4392 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4393
4394 * ps-print.el (ps-print-translation-table): New variable.
4395 (ps-plot-region): Translate characters by ps-print-translation-table.
4396
4397 2005-03-29 Juri Linkov <juri@jurta.org>
4398
4399 * simple.el (next-error-highlight-timer): New variable.
4400
4401 * progmodes/compile.el (compilation-goto-locus):
4402 Use `next-error-highlight-timer' instead of `sit-for'.
4403
4404 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4405
4406 * mail/supercite.el (sc-mail-field): Use assoc-string.
4407 (sc-get-address): Simplify regexps.
4408
4409 * files.el (minibuffer-with-setup-hook): New macro.
4410 (find-file-read-args): Use it to avoid let-binding
4411 minibuffer-with-setup-hook (which breaks turning on/off
4412 file-name-shadow-mode while in the prompt).
4413
4414 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4415
4416 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4417
4418 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4419
4420 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * window.el (window-buffer-height): Use count-screen-lines.
4423
4424 * progmodes/python.el (python-preoutput-leftover): New var.
4425 (python-preoutput-filter): Use it.
4426 (python-send-receive): Loop until all the result has been received.
4427
4428 2005-03-28 Juri Linkov <juri@jurta.org>
4429
4430 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4431
4432 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4433 "Recover Crashed Session".
4434 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4435 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4436 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4437 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4438 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4439 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4440 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4441 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4442
4443 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4444 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4445 Ediff Sessions", "Toggle use of separate control buffer frame",
4446 "Use separate frame for Ediff control buffer".
4447
4448 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4449 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4450 "Rename Bookmark", "Delete Bookmark".
4451
4452 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4453 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4454 Add `:active Info-index-alternatives' to "Next Matching Item".
4455
4456 * wdired.el (wdired-change-to-wdired-mode):
4457 Mention `wdired-abort-changes' key in the initial message.
4458
4459 * international/mule.el (auto-coding-alist): Associate non-ascii
4460 image filename extensions with `no-conversion'.
4461
4462 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4463
4464 * international/iso-acc.el:
4465 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4466
4467 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4468
4469 * textmodes/sgml-mode.el (html-mode): Doc update.
4470
4471 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4472
4473 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4474
4475 * term.el (term-move-columns): Fix face after extending a line.
4476 (term-insert-spaces): Likewise.
4477 (term-reset-terminal): Fix off by one error.
4478
4479 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4480
4481 * international/mule.el (auto-coding-alist): Add .xpi files.
4482
4483 * files.el (auto-mode-alist): Add .xpi files.
4484
4485 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4486
4487 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4488
4489 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4490
4491 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4492
4493 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4494
4495 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4496 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4497
4498 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4499 cursor to Jan 1 when needed.
4500 (calendar-end-of-year): Fix -/+ typo.
4501 Reported by Chong Yidong <cyd@stupidchicken.com>.
4502
4503 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4504
4505 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4506
4507 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4508 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4509
4510 2005-03-25 Richard M. Stallman <rms@gnu.org>
4511
4512 * filesets.el (filesets-init): Add autoload.
4513
4514 * mail/mailalias.el (mail-directory): Doc fix.
4515
4516 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4517
4518 * mail/mailalias.el (mail-directory-process): Do nothing if
4519 mail-directory-process is an atom.
4520 (mail-get-names): Ignore mail-directory-names if it is an atom.
4521 (mail-directory-process defvar): Doc fix.
4522 (mail-names): Doc fix.
4523
4524 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4525
4526 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4527
4528 2005-03-26 Kenichi Handa <handa@m17n.org>
4529
4530 * international/mule-util.el (detect-coding-with-priority):
4531 Call update-coding-systems-internal before detect-coding-region.
4532
4533 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4534
4535 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4536 (gdb-frames-mode-map): Add follow-link property.
4537
4538 2005-03-25 Jay Belanger <belanger@truman.edu>
4539
4540 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4541 for variables.
4542
4543 2005-03-25 Juri Linkov <juri@jurta.org>
4544
4545 * image-mode.el: Optimize image filename extension regexps in
4546 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4547 in `auto-mode-alist'.
4548 (image-mode): Add `image-toggle-display-text' to local hook
4549 `change-major-mode-hook'. Display the image as an image by
4550 default. Set `cursor-type' and `truncate-lines' if the image
4551 is already displayed. Take into account the current mode (image
4552 or text) in message.
4553 (image-minor-mode): New minor mode.
4554 (image-mode-maybe, image-toggle-display-text): New functions.
4555 (image-toggle-display): Use called-interactively-p.
4556 Let-bind `inhibit-read-only' to t.
4557
4558 * image-mode.el (image-minor-mode): Set `cursor-type' and
4559 `truncate-lines' if the image is already displayed. Add turning
4560 image-minor-mode off to `change-major-mode-hook'. Add message.
4561 Call `image-toggle-display-text' after turning image-minor-mode off.
4562
4563 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4566 Terminal.app, use utf-8.
4567 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4568 (set-locale-environment): Use it.
4569
4570 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4571
4572 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4573
4574 * progmodes/python.el (python-close-block-statement-p)
4575 (python-outdent-p, python-current-defun): Use symbol-end.
4576
4577 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4578
4579 * files.el (save-some-buffers): Doc fix.
4580
4581 2005-03-25 Werner Lemberg <wl@gnu.org>
4582
4583 * complete.el, thumbs.el: Replace `legal' with `valid'.
4584 * calendar/calendar.el: Replace `legal' with `valid'.
4585 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4586 * mail/supercite.el: Replace `legal' with `valid'.
4587 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4588 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4589 Replace `legal' with `valid'.
4590 * textmodes/reftex-vars.el, textmodes/reftex.el:
4591 Replace `legal' with `valid'.
4592
4593 2005-03-25 Werner Lemberg <wl@gnu.org>
4594
4595 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4596 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4597 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4598 * emulation/vip.el: Replace `illegal' with `invalid'.
4599 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4600 * mail/supercite.el: Replace `illegal' with `invalid'.
4601 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4602 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4603 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4604 * progmodes/sh-script.el, progmodes/xscheme.el:
4605 Replace `illegal' with `invalid'.
4606 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4607 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4608 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4609 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4610
4611 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4612
4613 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4614 (flymake-find-buildfile, flymake-find-possible-master-files)
4615 (flymake-check-include, flymake-parse-line): Replace loops over the
4616 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4617
4618 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4619 Substitute file-name-as-directory in the rest of the file.
4620 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4621 (flymake-replace-region): Remove unused arg `buffer'.
4622 (flymake-check-patch-master-file-buffer): Update calls to it.
4623 (flymake-add-err-info): Remove unused var `count'.
4624 (flymake-mode): Use define-minor-mode.
4625
4626 * progmodes/flymake.el: Use with-current-buffer.
4627 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4628 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4629 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4630 Avoid testing for `xemacs'.
4631 (flymake-nop): Move.
4632 (flymake-region-has-flymake-overlays): Return the computed value.
4633 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4634 Remove unused var `endline'.
4635 (flymake-get-line-count): Remove unused function.
4636 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4637
4638 * emulation/vi.el:
4639 * generic.el:
4640 * hilit-chg.el (global-highlight-changes):
4641 * hi-lock.el (hi-lock-mode):
4642 * follow.el: find-file-hooks -> find-file-hook.
4643
4644 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4645
4646 2005-03-24 Juri Linkov <juri@jurta.org>
4647
4648 * dired.el (dired-mode-map): Add menu item "Compare directories"
4649 for dired-compare-directories.
4650
4651 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4652 Doc fix. Replace `read-file-name' with `read-directory-name'.
4653
4654 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4655
4656 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4657
4658 2005-03-24 Jay Belanger <belanger@truman.edu>
4659
4660 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4661 relevant mode settings in calc-embedded-original-modes when modes
4662 are permanently changed.
4663
4664 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4665
4666 * autoinsert.el: find-file-hooks -> find-file-hook.
4667
4668 2005-03-24 Lute Kamstra <lute@gnu.org>
4669
4670 * generic.el (generic-font-lock-defaults): Make it obsolete.
4671 (generic-font-lock-keywords): New variable to replace
4672 generic-font-lock-defaults.
4673 (generic-mode-set-font-lock): Delete it.
4674 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4675 (generic-bracket-support): Add docstring.
4676
4677 * generic-x.el: Rename generic-font-lock-defaults to
4678 generic-font-lock-keywords throughout.
4679 (mailagent-rules-setup-function): Delete it.
4680 (mailagent-rules-generic-mode): Use anonymous function instead.
4681 (show-tabs-generic-mode-font-lock-defaults-1)
4682 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4683 Quote faces.
4684 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4685 not foreground.
4686
4687 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4688 Recognize define-generic-mode.
4689
4690 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4693 if there's no completion table.
4694
4695 2005-03-23 Miles Bader <miles@gnu.org>
4696
4697 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4698 Remove tty-specific variants, as they're no longer needed.
4699
4700 2005-03-23 Lute Kamstra <lute@gnu.org>
4701
4702 * generic-x.el: Code cleanup: make args constant whenever possible.
4703 (installshield-statement-keyword-list)
4704 (installshield-system-functions-list)
4705 (installshield-system-variables-list, installshield-types-list)
4706 (installshield-funarg-constants-list): Make them constants.
4707
4708 * generic.el (generic-make-keywords-list): Add autoload cookie.
4709
4710 * calendar/time-date.el: Add comment on time value formats.
4711 Don't require parse-time.
4712 (with-decoded-time-value): New macro.
4713 (encode-time-value): New function.
4714 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4715 (days-to-time): Return a valid time value when arg is huge.
4716 (time-since): Use time-subtract.
4717 (time-to-number-of-days): Use time-to-seconds.
4718
4719 2005-03-23 David Ponce <david@dponce.com>
4720
4721 * recentf.el: (recentf-keep): New option.
4722 (recentf-menu-action): Default to `find-file'.
4723 (recentf-keep-non-readable-files-flag)
4724 (recentf-keep-non-readable-files-p)
4725 (recentf-file-readable-p, recentf-find-file)
4726 (recentf-cleanup-remote): Remove.
4727 (recentf-include-p): More robust.
4728 (recentf-keep-p): New function.
4729 (recentf-remove-if-non-kept): Rename from
4730 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4731 All callers updated.
4732 (recentf-menu-items-for-commands): Fix help string.
4733 (recentf-track-closed-file): Update. Doc fix.
4734 (recentf-cleanup): Update. Count removed files. Doc fix.
4735
4736 2005-03-23 Kim F. Storm <storm@cua.dk>
4737
4738 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4739 Don't inherit from fringe face (now happens automatically).
4740
4741 2005-03-22 Kim F. Storm <storm@cua.dk>
4742
4743 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4744 position values.
4745
4746 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4747
4748 * menu-bar.el (showhide-date-time): Remove.
4749 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4750 (menu-bar-make-mm-toggle): Simplify.
4751
4752 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4753
4754 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4755 Accept qualified variable and function names.
4756
4757 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4758
4759 * bindings.el (completion-ignored-extensions):
4760 Remove ".lis" for `vax-vms'.
4761
4762 2005-03-22 Andreas Schwab <schwab@suse.de>
4763
4764 * generic-x.el: Revert last change.
4765 * ldefs-boot.el: Update.
4766
4767 2005-03-22 Jay Belanger <belanger@truman.edu>
4768
4769 * calc/calc-embed (calc-embedded-original-modes): New variable.
4770 (calc-embedded-save-original-modes)
4771 (calc-embedded-restore-original-modes): New functions.
4772 (calc-do-embedded): Save original modes when entering embedded mode
4773 and restore when leaving embedded mode.
4774 (calc-embedded-modes-change): Change the value of
4775 calc-embedded-original-modes to reflect permanent changes.
4776
4777 2005-03-22 Lute Kamstra <lute@gnu.org>
4778
4779 * generic-x.el: Require generic again.
4780
4781 2005-03-22 Miles Bader <miles@gnu.org>
4782
4783 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4784 Tweak details to look good on both ttys and bitmap displays, light
4785 or dark background, etc.
4786
4787 2005-03-21 Kim F. Storm <storm@cua.dk>
4788
4789 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4790 mouse position.
4791
4792 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4793
4794 * icomplete.el: Don't forcibly turn on the mode upon load.
4795 (icomplete-mode): Use define-minor-mode.
4796 (icomplete-eoinput): Default to nil.
4797 (icomplete-minibuffer-setup): Remove autoload.
4798 (icomplete-tidy): Simplify.
4799 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4800 in the initial state or if the user has modified the field.
4801 Fix handling of icomplete-max-delay-chars.
4802 Remove code that handles the oddball case where
4803 minibuffer-completion-table is an integer.
4804 Wrap icomplete-completions in while-no-input in case building
4805 completions takes more time than expected.
4806 (icomplete-completions): Simplify.
4807
4808 2005-03-21 Richard M. Stallman <rms@gnu.org>
4809
4810 * jka-compr.el (jka-compr-really-do-compress):
4811 Make variable buffer-local.
4812
4813 * image-mode.el: Handle .xpm files too.
4814 (image-toggle-display): Preserve modification flag.
4815
4816 * help.el (where-is): Don't mention aliases with no key bindings.
4817
4818 2005-03-21 Lute Kamstra <lute@gnu.org>
4819
4820 * generic.el: Fix commentary section. Don't require cl for compilation.
4821 (generic-mode-list): Add autoload cookie.
4822 (generic-use-find-file-hook, generic-lines-to-scan)
4823 (generic-find-file-regexp, generic-ignore-files-regexp)
4824 (generic-mode, generic-mode-find-file-hook)
4825 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4826 (define-generic-mode): Make it a defmacro. Fix docstring.
4827 (generic-mode-internal): Code cleanup. Add autoload cookie.
4828 (generic-mode-set-comments): Code cleanup.
4829 * generic-x.el: Don't prevent compilation. Don't require generic.
4830 Follow coding conventions. Minor code cleanup.
4831 (etc-fstab-generic-mode): Add some keywords.
4832 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4833 define-generic-mode like a function declaration.
4834
4835 2005-03-21 Jay Belanger <belanger@truman.edu>
4836
4837 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4838 changing modes.
4839
4840 2005-03-21 Sam Steingold <sds@gnu.org>
4841
4842 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4843
4844 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4845
4846 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4847 Add underscore to "f$ lexicals" regexp.
4848
4849 2005-03-20 Juri Linkov <juri@jurta.org>
4850
4851 * subr.el (progress-reporter-do-update): When `min-value' is equal
4852 to `max-value', set `percentage' to 0 and prevent division by zero.
4853
4854 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4855
4856 Sync with Tramp 2.0.48.
4857
4858 * tramp.el (all): Change all addresses to .gnu.org.
4859 (tramp-append-tramp-buffers): New defun.
4860 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4861 Catch `dont-send' signal.
4862 (tramp-set-auto-save-file-modes): Set always permissions, because
4863 there might be an old auto-saved file belonging to another
4864 original file. This could be a security threat. Reported by
4865 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4866 Check for Emacs 21.3.50 removed.
4867
4868 * tramp-smb.el (all): Remove debug construct for
4869 `with-parsed-tramp-file-name'.
4870 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4871 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4872 No error message if DIRECTORY or FILENAME doesn't exist.
4873 (tramp-smb-open-connection): Check existence of
4874 `tramp-smb-program'.
4875
4876 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4877
4878 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4879 Properly handle the case where the `m' or `s' command's argument is not
4880 yet terminated.
4881 (perl-indent-new-calculate): New function.
4882 (perl-indent-line): Use it.
4883
4884 2005-03-20 Miles Bader <miles@gnu.org>
4885
4886 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4887 in text-mode too. Change to new face names.
4888 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4889 Add `:weight bold' attribute.
4890 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4891
4892 2005-03-19 Juri Linkov <juri@jurta.org>
4893
4894 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4895
4896 * international/mule.el (auto-coding-alist): Sync with
4897 `auto-mode-alist' by adding upper case archive file extensions
4898 and adding ear/war to jar extension.
4899
4900 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4901
4902 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4903 running, restart it.
4904
4905 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4906
4907 * finder.el (finder-current-item): Throw an error on an empty line.
4908
4909 * man.el (Man-follow-manual-reference): If current-word returns
4910 nil, use "".
4911
4912 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4913
4914 * simple.el (goto-line): Doc fix.
4915
4916 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4917
4918 * files.el (save-buffer): Doc fix.
4919
4920 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4921
4922 * recentf.el (recentf-cleanup-remote): New variable.
4923 (recentf-cleanup): Use it to conditionally check availablity of
4924 remote files.
4925
4926 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4927
4928 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4929 function names.
4930
4931 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4932
4933 * language/thai-word.el: New file.
4934
4935 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4936
4937 * files.el (backup-buffer): If the file's directory is not
4938 writable, use copy instead of move to backup the file.
4939
4940 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4941
4942 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4943
4944 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4945
4946 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4947 Use functionp instead of symbolp and fboundp. Reported by Drkm
4948 <darkman_spam@yahoo.fr>.
4949 (ps-print-version): New version 6.6.6.
4950
4951 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4952
4953 * textmodes/table.el (table--line-column-position): New idiom.
4954 (table--row-column-insertion-point-p): New function to test
4955 validity of row and column insertion operation at a location.
4956 (table-global-menu, table-cell-menu): Use above functions for
4957 deterministic test operation.
4958 (table--editable-cell-p): Behave in deterministic fashion.
4959
4960 2005-03-18 Juri Linkov <juri@jurta.org>
4961
4962 * isearch.el (isearch-lazy-highlight-new-loop):
4963 Make arguments beg and end optional.
4964 (isearch-update): Remove optional arguments nil from
4965 isearch-lazy-highlight-new-loop.
4966 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4967 isearch-lazy-highlight-case-fold-search instead of
4968 isearch-case-fold-search, and let-bind isearch-regexp to
4969 isearch-lazy-highlight-regexp.
4970 Use isearch-lazy-highlight-last-string instead of isearch-string.
4971
4972 * replace.el (perform-replace): Remove bindings of global
4973 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4974 Add three new arguments to `replace-highlight'.
4975 (replace-highlight): Add arguments string, regexp, case-fold.
4976 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4977 to allow isearch-lazy-highlight-new-loop to use these values
4978 to set corresponding isearch-lazy-highlight-* internal
4979 variables whose values lazy highlighting will use regardless of
4980 changes to global variables isearch-string, isearch-regexp,
4981 isearch-case-fold-search during lazy highlighting loop.
4982 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4983 to `lazy-highlight-cleanup'.
4984
4985 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4986 (ispell-highlight-face): Set default face to `isearch' when
4987 lazy highlighting is enabled.
4988 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4989 priority to 1. Add lazy highlighting.
4990 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4991 from `isearch-dehighlight'.
4992
4993 2005-03-18 David Ponce <david@dponce.com>
4994
4995 * files.el (hack-local-variables): Do a case-insensitive search
4996 for End.
4997
4998 2005-03-18 Juri Linkov <juri@jurta.org>
4999
5000 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5001 `isearch-lazy-highlight-cleanup', add alias to old name and
5002 declare obsolete. Add release numbers to other obsolete vars.
5003 (isearch-done, isearch-lazy-highlight-new-loop):
5004 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5005 (lazy-highlight-cleanup) <variable>: Doc fix.
5006 (isearch-lazy-highlight-update): Rename obsolete
5007 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5008
5009 2005-03-18 Kenichi Handa <handa@m17n.org>
5010
5011 * language/thai-util.el: Fix categorization of Thai characters in
5012 thai-category-table.
5013 (thai-composition-pattern): Adjust it for the above change.
5014 (thai-self-insert-command, thai-compose-syllable): New functions.
5015 (thai-compose-region): Use thai-compose-syllable.
5016 (thai-compose-string): Likewise.
5017 (thai-composition-function): Likewise.
5018 (thai-auto-composition): New function.
5019 (thai-auto-composition-mode): New minor mode.
5020
5021 * language/thai.el: Fix patterns to be registered in
5022 composition-function-table.
5023
5024 * international/quail.el (quail-input-method): Locally bind
5025 inhibit-modification-hooks to t.
5026
5027 2005-03-17 Richard M. Stallman <rms@gnu.org>
5028
5029 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5030 (perl-mode): Use run-mode-hooks.
5031
5032 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5033 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5034 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5035
5036 * mail/sendmail.el (sendmail-send-it): Reenable the code
5037 to compute resend-to-address and use it.
5038
5039 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5040
5041 * image-mode.el: New file.
5042
5043 * image.el (insert-sliced-image): Add autoload cookie.
5044
5045 * font-lock.el (font-lock-lines-before): New user option.
5046 (font-lock-after-change-function): Obey it.
5047
5048 * bindings.el (esc-map): Make M-g a prefix.
5049 Bind M-g g and M-g M-g to goto-line.
5050
5051 * faces.el (face-id): Doc fix.
5052
5053 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5054
5055 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5056 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5057 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5058
5059 * mail/sendmail.el (mail-yank-ignored-headers)
5060 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5061 Add Mail-Followup-To and Mail-Reply-To headers.
5062 (mail-citation-hook): Add autoload cookie.
5063 (mail-mode): Doc fix.
5064 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5065 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5066 (mail-mode-fill-paragraph): Handle those headers.
5067 (mail-mailing-lists): New variable.
5068 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5069
5070 2005-03-17 Juri Linkov <juri@jurta.org>
5071
5072 * isearch.el (isearch-fallback): Check for `(car previous)'
5073 before calling `isearch-other-end-state'.
5074
5075 2005-03-17 Kim F. Storm <storm@cua.dk>
5076
5077 * simple.el (move-beginning-of-line): Move to beginning of buffer
5078 line, as well as beginning of screen line.
5079
5080 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5081
5082 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5083 argument REDRAW rather than calendar-redrawing variable.
5084 * calendar/calendar.el (calendar-redrawing): Delete.
5085 (redraw-calendar): Do not bind calendar-redrawing.
5086
5087 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5088
5089 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5090 diary-file buffer.
5091
5092 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 * help.el (describe-mode): Allow a :minor-mode-function property to
5095 specify a different minor mode toggle function than the variable.
5096 * simple.el (auto-fill-function):
5097 * subr.el (add-minor-mode): Use it.
5098
5099 2005-03-16 Kenichi Handa <handa@m17n.org>
5100
5101 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5102 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5103 (ethio-fidel-to-sera-buffer): Likewise.
5104
5105 2005-03-16 Juri Linkov <juri@jurta.org>
5106
5107 * emacs-lisp/find-func.el (find-function-regexp):
5108 Add defun-emitting macro `menu-bar-make-toggle'.
5109
5110 * isearch.el: Put `isearch-scroll' property to
5111 `split-window-horizontally'.
5112
5113 * info.el: Update error messages for `debug-ignored-errors'.
5114 (Info-isearch-search): Doc fix.
5115 (Info-find-node): Move up code to go into info buffer before
5116 recording the node to the history.
5117 (Info-fontify-node): Fontify titles only if the next line
5118 has two or more `*', `=', `-', `.'.
5119 Display "go to this node" for empty (match-string 3).
5120
5121 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5122
5123 * term/mac-win.el: Add mouse pointer shape constants.
5124
5125 2005-03-15 Kim F. Storm <storm@cua.dk>
5126
5127 * simple.el (move-beginning-of-line): Use vertical-motion.
5128
5129 2005-03-15 Juri Linkov <juri@jurta.org>
5130
5131 * isearch.el (isearch-error): New variable.
5132 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5133 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5134 (isearch-within-brackets-state): Remove.
5135 (isearch-case-fold-search-state, isearch-pop-fun-state):
5136 Decrease frame index.
5137 (isearch-mode, isearch-top-state, isearch-push-state)
5138 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5139 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5140 (isearch-search, isearch-lazy-highlight-new-loop):
5141 Replace `isearch-invalid-regexp' with `isearch-error'.
5142 Remove `isearch-within-brackets'.
5143 (isearch-search): Add `search-failed' handler to `condition-case'.
5144 (isearch-lazy-highlight-search): Add `condition-case' to catch
5145 errors and allow `isearch-lazy-highlight-update' to try
5146 highlighting from the beginning of the window.
5147 (isearch-repeat): Move up code to set isearch-wrapped to t
5148 before calling isearch-wrap-function.
5149
5150 * info.el (Info-isearch-initial-node): New internal variable.
5151 (Info-search): Signal an error in isearch mode when search leaves
5152 the initial node. Signal an error when `bound' is non-nil and
5153 nothing was found in the current subfile.
5154 (Info-isearch-search): Remove `condition-case'.
5155 (Info-isearch-wrap): Don't wrap when search failed during leaving
5156 the initial node. If `Info-isearch-search' is nil, wrap around
5157 the current node.
5158 (Info-isearch-start): New fun.
5159 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5160 `isearch-mode-hook'.
5161
5162 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5163
5164 * simple.el (normal-erase-is-backspace): Set default to t if
5165 running on Mac.
5166
5167 * term/mac-win.el (function-key-map): Sync with x-win.el.
5168
5169 2005-03-15 Kenichi Handa <handa@m17n.org>
5170
5171 * international/mule-cmds.el (locale-language-names): Modify the
5172 format of elements and add more entries.
5173 (locale-preferred-coding-systems): Add more entries.
5174 (set-locale-environment): Adjust for the change of
5175 locale-language-names.
5176
5177 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5178
5179 * pcvs.el (smerge-ediff): Remove bogus autoload.
5180
5181 2005-03-14 Lute Kamstra <lute@gnu.org>
5182
5183 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5184 Ignore a `*' at the beginning of a line.
5185
5186 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5187 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5188 subr.el.
5189 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5190 to specify indentation.
5191
5192 * generic.el (define-generic-mode): Let generic-mode-list be a
5193 list of strings; test membership with equal.
5194
5195 2005-03-14 Kim F. Storm <storm@cua.dk>
5196
5197 * simple.el (next-line, previous-line): Add optional try-vscroll
5198 arg to recognize interactive use. Pass it on to line-move.
5199 (line-move): Don't perform auto-window-vscroll when defining or
5200 executing keyboard macro to ensure consistent behaviour.
5201
5202 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5205
5206 2005-03-13 Lute Kamstra <lute@gnu.org>
5207
5208 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5209 debugger-setup-buffer so that backtrace marks the frames set to
5210 debug-on-exit and we don't have to do it manually. Set an extra
5211 debug-on-exit for macro's.
5212 (debugger-setup-buffer): Don't mark the top frame manually.
5213
5214 2005-03-12 Lute Kamstra <lute@gnu.org>
5215
5216 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5217 lisp-indent-function throughout.
5218 (with-no-warnings): Set lisp-indent-function property.
5219
5220 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5221
5222 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5223 Add entry for backslash.
5224
5225 2005-03-12 Juri Linkov <juri@jurta.org>
5226
5227 * info.el (Info-search): Four fixes for backward search.
5228
5229 2005-03-11 Jay Belanger <belanger@truman.edu>
5230
5231 * calc/calc.el (calc-language-alist): New variable.
5232 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5233 (calc-embedded-find-modes): Use calc-language-alist instead of
5234 calc-embedded-language-alist.
5235
5236 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5237
5238 * calendar/calendar.el (calendar-redrawing): New internal
5239 variable.
5240 (redraw-calendar): Remove bogus save-excursion from previous
5241 change. Bind calendar-redrawing to t for mark-diary-entries.
5242 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5243 calendar if that is why we were called.
5244
5245 2005-03-11 Kenichi Handa <handa@m17n.org>
5246
5247 * international/mule.el (make-coding-system): Set property
5248 coding-system-define-form to nil.
5249 (define-coding-system-alias): Likewise.
5250
5251 2005-03-11 Kenichi Handa <handa@m17n.org>
5252
5253 These changes are suggested by Dave Love <fx@gnu.org>.
5254
5255 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5256 coding: tag.
5257 (adaptive-fill-regexp): Add more bullets.
5258 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5259 regexps.
5260
5261 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * help.el (describe-mode): Properly handle non-trivial lighters.
5264 Don't ignore minor modes that are not listed in minor-mode-list.
5265
5266 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5267 feature ON when the user requests to turn it OFF.
5268
5269 2005-03-10 Lute Kamstra <lute@gnu.org>
5270
5271 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5272 (implement-debug-on-entry): New function to replace debug-entry-code.
5273 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5274 second argument as the 2005-03-07 change makes it obsolete.
5275 (debug-on-entry, cancel-debug-on-entry): Update call to
5276 debug-on-entry-1.
5277 (debug, debugger-setup-buffer): Comment update.
5278 (debugger-frame-number): Update to work with implement-debug-on-entry.
5279
5280 2005-03-10 Jay Belanger <belanger@truman.edu>
5281
5282 * calc/calc-embed.el (math-ms-args): Declare it.
5283 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5284 math-ms-args.
5285 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5286 variables.
5287
5288 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5289
5290 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5291 Use message-box.
5292
5293 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5294 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5295 (tooltip-gud-tips): Simplify.
5296 (tooltip-gud-tips-p): Remove superflouous :set.
5297 (tooltip-gud-modes): Add fortran-mode.
5298 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5299
5300 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5301
5302 2005-03-09 Kim F. Storm <storm@cua.dk>
5303
5304 * play/animate.el (animate-place-char): Use forward-line instead
5305 of next-line to improve performance.
5306
5307 2005-03-09 Simon Josefsson <jas@extundo.com>
5308
5309 * net/browse-url.el (browse-url-default-browser): Doc fix.
5310
5311 2005-03-09 Miles Bader <miles@gnu.org>
5312
5313 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5314 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5315
5316 2005-03-09 Kenichi Handa <handa@m17n.org>
5317
5318 * international/latin-1.el: Set case and syntax for 255 only if
5319 set-case-syntax-set-multibyte is nil.
5320
5321 * textmodes/ispell.el (ispell-insert-word): New function.
5322 (ispell-word): Use ispell-insert-word to insert a new word.
5323 (ispell-process-line): Likewise.
5324 (ispell-complete-word): Likewise.
5325
5326 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5327
5328 * calendar/calendar.el (redraw-calendar): Preserve point.
5329 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5330 (calendar-week-start-day): Move after definition of
5331 redraw-calendar. Delete buffer test, since redraw-calendar has
5332 that now.
5333
5334 * calendar/diary-lib.el (mark-diary-entries): Only call
5335 redraw-calendar in the first of any recursive calls.
5336 Reported by Alan Shutko <ats@acm.org>.
5337
5338 2005-03-08 Juri Linkov <juri@jurta.org>
5339
5340 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5341 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5342 (html-radio-buttons): Add a space before the trailing `/>' where
5343 sgml-xml-mode is non-nil.
5344 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5345 the subsequent tag of the empty XML tag.
5346 (html-href-anchor): Don't set initial input to "http:".
5347 (html-image): Ask for the image URL and set point inside alt="".
5348 (html-name-anchor): Duplicate the name in the `id' attribute when
5349 sgml-xml-mode is non-nil.
5350 (html-paragraph): Remove \n before <p>.
5351 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5352 instead of `checked' when sgml-xml-mode is non-nil.
5353
5354 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5355 Remove 1 space before #RRGGBB to not truncate it on terminal
5356 windows w/o fringes. Remove 1 space between bg and fg examples
5357 to get more space.
5358 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5359 avoid byte-compile warnings.
5360
5361 * image-file.el (image-file-handler): Put `safe-magic' property to
5362 `image-file-handler'.
5363
5364 * info.el (Info-isearch-search): Emulate word search in
5365 isearching through multiple Info nodes with Info-search.
5366 (Info-isearch-wrap): Allow isearch-word.
5367
5368 2005-03-08 Lute Kamstra <lute@gnu.org>
5369
5370 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5371 stepping into the debugger's code is not possible.
5372 (debugger-jumping-flag): Docstring update.
5373
5374 2005-03-08 Jay Belanger <belanger@truman.edu>
5375
5376 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5377 embedded mode begins.
5378 (calc-embedded-language-alist): New variable.
5379 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5380 set default language mode.
5381
5382 2005-03-08 Kenichi Handa <handa@m17n.org>
5383
5384 * international/ccl.el (define-ccl-program): Fix docstring about
5385 extra 256 bytes assured for the output buffer.
5386
5387 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5388 Fix BUFFER_MAGNIFICATION to 2.
5389 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5390
5391 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5392
5393 * align.el (align-rules-list): Added an alignment rule for CSS
5394 declarations (applies to css-mode and html-mode buffers).
5395
5396 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5397
5398 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5399
5400 2005-03-07 Kim F. Storm <storm@cua.dk>
5401
5402 * simple.el (move-beginning-of-line): New command.
5403
5404 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5405
5406 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5407
5408 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5409 and move-beginning-of-line.
5410
5411 * apropos.el (apropos-print): Omit command from M-x ... RET.
5412
5413 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5414
5415 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5416 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5417
5418 2005-03-06 Richard M. Stallman <rms@gnu.org>
5419
5420 * bindings.el (esc-map): Bind M-g to goto-line.
5421
5422 * facemenu.el (global-map): Bind M-o, not M-g.
5423
5424 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5425
5426 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5427 "Open Directory" as for "Open File".
5428
5429 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5430
5431 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5432 (push-mark-command): Run activate-mark-hook.
5433
5434 2005-03-06 Richard M. Stallman <rms@gnu.org>
5435
5436 * help-mode.el (help-mode-finish): Don't alter the element
5437 in view-return-to-alist if there already is one.
5438
5439 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5440 make sure the current buffer is the expected one.
5441
5442 * novice.el (disabled-command-function): Output in *Disabled Command*.
5443 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5444
5445 * textmodes/flyspell.el (flyspell-large-region):
5446 Pass args differently for aspell.
5447
5448 * files.el (mode-require-final-newline): Doc fix.
5449
5450 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5451
5452 * progmodes/which-func.el (which-function):
5453 Specify NOERROR when calling imenu--make-index-alist.
5454
5455 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * simple.el (normal-erase-is-backspace): Define default value.
5458
5459 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5460 (custom-reevaluate-setting): Simple function to handle
5461 variables that are defined before their default value can really
5462 be computed.
5463
5464 * startup.el (command-line): Use it for temporary-file-directory,
5465 small-emporary-file-directory, auto-save-file-name-transforms,
5466 blink-cursor-mode, and normal-erase-is-backspace.
5467
5468 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5469 progress, even with buggy anchored keywords.
5470
5471 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5472
5473 * simple.el (goto-line): Remove unbalanced final parenthesis.
5474
5475 2005-03-05 Richard M. Stallman <rms@gnu.org>
5476
5477 * simple.el (goto-line): Use a number at point as the default.
5478 With C-u as arg, switch buffers.
5479
5480 2005-03-05 Juri Linkov <juri@jurta.org>
5481
5482 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5483 with `no-blinking-cursor'.
5484
5485 * startup.el (no-blinking-cursor): New defvar.
5486 (command-line): Add `--no-blinking-cursor' to longopts.
5487 Set `no-blinking-cursor' to t for command line arguments
5488 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5489 with `no-blinking-cursor' in the condition for calling
5490 `blink-cursor-mode'.
5491
5492 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5493
5494 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5495 (menu-bar-options-save): Add blink-cursor-mode.
5496 (menu-bar-options-menu): Add blink-cursor-mode.
5497
5498 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5499
5500 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5501 (icalendar-export-file, icalendar-export-region)
5502 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5503 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5504
5505 2005-03-04 Lute Kamstra <lute@gnu.org>
5506
5507 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5508 (debug-function-list): Ditto.
5509
5510 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5511
5512 * textmodes/texinfmt.el (texinfo-append-refill):
5513 Redefine the types of line to which @refill
5514 is not appended by replacing a search for `@refill\\|@bye' with
5515 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5516 itemize@refill' bug and the unfilled long lines bug.
5517 (texinfmt-version): Update number and date.
5518
5519 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5520
5521 * international/code-pages.el (windows-1250, windows-125[2-8])
5522 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5523
5524 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5525
5526 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5527 bound yet.
5528
5529 2005-03-02 Romain Francoise <romain@orebokech.com>
5530
5531 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5532 buffer after removing limits.
5533 (ibuffer-pop-filter): Ditto.
5534 Update copyright.
5535
5536 2005-03-02 Miles Bader <miles@gnu.org>
5537
5538 * button.el (make-text-button): If the user doesn't specify a
5539 type, use the default. Rewrite to use `add-text-properties' and
5540 plist functions.
5541
5542 2005-03-01 Lute Kamstra <lute@gnu.org>
5543
5544 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5545 (debugger-jumping-flag): New var.
5546 (debug-entry-code): Use it.
5547 (debugger-jump): Use debugger-jumping-flag and add
5548 debugger-reenable to post-command-hook.
5549 (debugger-reenable): Use debugger-jumping-flag and remove itself
5550 from post-command-hook.
5551 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5552 debugger-reenable.
5553
5554 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5555
5556 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5557 inclusion of "itemize\\|", which may be unnecessary, is certainly
5558 inelegant, and stops refilling in itemize lists when formatting
5559 Japanese Texinfo files to Info.
5560 Update copyright to 2005.
5561
5562 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5563
5564 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5565 of an error if GDB can't find the source file.
5566
5567 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5568
5569 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5570 not just the calendar.
5571
5572 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5573 first.
5574 (diary-redraw-calendar): New function.
5575 (make-diary-entry): Add diary-redraw-calendar to local
5576 write-contents-functions. Turn off selective display before
5577 inserting in diary.
5578
5579 2005-03-01 Kim F. Storm <storm@cua.dk>
5580
5581 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5582
5583 2005-03-01 Lute Kamstra <lute@gnu.org>
5584
5585 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5586 that debug-entry-code can be safely removed from a function while
5587 this code is being evaluated. Revert the 2005-02-27 change as the
5588 new implementation no longer requires it. Make sure that a
5589 function body containing just a string is not mistaken for a docstring.
5590 (debug): Skip one more frame in case of debug on entry.
5591 (debugger-setup-buffer): Delete one more frame line in case of
5592 debug on entry.
5593 (debugger-frame-number): Update to use the new text introduced by
5594 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5595
5596 2005-02-28 Kim F. Storm <storm@cua.dk>
5597
5598 * double.el (double-translate-key): Call force-window-update after
5599 read-event to avoid crash in redisplay.
5600
5601 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5604 (debug): Use it. Move the inhibit-trace earlier.
5605 (debug-entry-code): New const.
5606 (debug-on-entry-1): Use it.
5607
5608 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5609
5610 * international/utf-16.el (ccl-encode-mule-utf-16le):
5611 Fix BUFFER_MAGNIFICATION to 2.
5612 (ccl-encode-mule-utf-16be): Likewise.
5613
5614 2005-02-28 Kenichi Handa <handa@m17n.org>
5615
5616 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5617 Fix BUFFER_MAGNIFICATION to 4.
5618 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5619
5620 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5621
5622 * speedbar.el (speedbar-update-flag): Doc fix.
5623 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5624 argument.
5625
5626 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5629 have a non-nil `invisible' property but are actually visible.
5630
5631 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5632 for perldoc sections.
5633 (perl-outline-regexp, perl-outline-level): New var and function.
5634 (perl-mode): Use them.
5635
5636 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5637
5638 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5639 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5640
5641 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5642
5643 * cus-edit.el: Comment change.
5644 (custom-buffer-create-internal): Slightly reword text at top of
5645 Custom buffers. Mention there that saving an option edits the
5646 init file. Add link to Emacs manual node on `custom-file'.
5647 (custom-magic-alist): Rewrite individual State messages to use
5648 capitalized keywords. Doc fix.
5649
5650 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5651
5652 * calendar/calendar.el (calendar-buffer): Move above
5653 calendar-week-start-day.
5654 (calendar-week-start-day): Doc fix. Add :set function.
5655 (calendar-minimum-window-height): New variable.
5656 (generate-calendar-window): Only resize window if selected-window
5657 is displaying the calendar buffer. Use new variable
5658 calendar-minimum-window-height.
5659 (generate-calendar): Reword error message.
5660 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5661
5662 2005-02-27 Andreas Schwab <schwab@suse.de>
5663
5664 * vc.el (vc-do-command): Don't run command asynchronously when
5665 operating in a remote directory.
5666
5667 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5668 change from sync with Tramp 2.0.47.
5669
5670 2005-02-27 Richard M. Stallman <rms@gnu.org>
5671
5672 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5673
5674 * textmodes/flyspell.el (flyspell-mode-on):
5675 Call ispell-change-dictionary only if necessary.
5676
5677 * emacs-lisp/re-builder.el (regexp-builder): New function.
5678
5679 * register.el (describe-register-1): Explicitly handle
5680 yank-excluded-properties = t.
5681
5682 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5683 (custom-magic-alist): Change the status descriptions again.
5684 (face widget-type): Total rewrite based on `restricted-sexp'
5685 to eliminate the confusing double hiding levels.
5686
5687 * emacs-lisp/debug.el (debug-on-entry-1):
5688 If function body is empty, add nil as body form.
5689
5690 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5691
5692 * emacs-lisp/trace.el (inhibit-trace): New var.
5693 (trace-make-advice): Use it.
5694
5695 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5696
5697 2005-02-26 Kim F. Storm <storm@cua.dk>
5698
5699 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5700 (mouse-on-link-p, mouse-drag-region-1): Use it.
5701
5702 2005-02-25 Lute Kamstra <lute@gnu.org>
5703
5704 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5705
5706 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5707
5708 * frame.el (blink-cursor-mode): Add :group keyword.
5709
5710 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5711
5712 * calendar/icalendar.el (icalendar--decode-isodatetime):
5713 New optional argument DAY-SHIFT.
5714 (icalendar-export-region): Fix coding-system-for-write.
5715 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5716 events by one.
5717
5718 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5721
5722 2005-02-24 Kim F. Storm <storm@cua.dk>
5723
5724 * international/iso-acc.el (iso-accents-compose): Fix crash
5725 during redisplay. Call force-window-update after read-event
5726 and delete-region to signal that window is not accurate.
5727
5728 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5731 Remove unused and inexistent var `inhibit-trace'.
5732 (debugger-mode): Use run-mode-hooks.
5733 (debugger-list-functions): Add buttons; setup xref stack.
5734
5735 2005-02-23 Richard M. Stallman <rms@gnu.org>
5736
5737 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5738 appointment says it was explicitly made.
5739 (appt-add): Set the 3rd element.
5740 (appt-make-list): Preserve explicit appointments.
5741
5742 * subr.el (find-tag-default): Catch errors in forward-sexp.
5743
5744 2005-02-23 Juri Linkov <juri@jurta.org>
5745
5746 * info.el (Info-isearch-search): New defcustom.
5747 (Info-isearch-search): Call the default isearch function
5748 when Info-isearch-search is nil.
5749 (Info-isearch-wrap): Use variable Info-isearch-search.
5750
5751 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5752
5753 * cus-edit.el: Comment change.
5754
5755 2005-02-22 Kim F. Storm <storm@cua.dk>
5756
5757 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5758 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5759
5760 2005-02-22 Simon Josefsson <jas@extundo.com>
5761
5762 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5763 New variable.
5764 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5765 Oskarsson" <myrkraverk@users.sourceforget.net>.
5766
5767 2005-02-22 Kim F. Storm <storm@cua.dk>
5768
5769 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5770 check that window of that event is the selected window.
5771 (mouse-drag-region-1): Compare mouse event window to selected
5772 window before setting point.
5773
5774 * tooltip.el (tooltip-show-help-function): Pass event to
5775 mouse-on-link-p so it can check selected window.
5776
5777 2005-02-22 Kenichi Handa <handa@m17n.org>
5778
5779 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5780 (ps-mule-show-warning): New function.
5781 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5782 characters are found.
5783
5784 * ps-print.el (ps-header-footer-string): Return a list of header
5785 and footer strings.
5786
5787 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5788
5789 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5790
5791 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5792
5793 * frame.el (blink-cursor-mode): Use define-minor-mode.
5794
5795 * term/mac-win.el (function-key-map): Use char-names more consistently.
5796 (file-name-coding-system): Only set it for MacOS-9. The other case is
5797 already handled in mule-cmds.el (where it also works when mac-win.el
5798 is not used).
5799
5800 2005-02-21 Kenichi Handa <handa@m17n.org>
5801
5802 * international/mule.el (ctext-pre-write-conversion): Always use
5803 " *code-converting-work*" buffer for work.
5804
5805 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5806
5807 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5808
5809 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5810
5811 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5812
5813 * ses.el (undo-more): Restore defadvice, but only the part that
5814 allows changes outside the restricted area of the buffer.
5815
5816 2005-02-20 Kim F. Storm <storm@cua.dk>
5817
5818 * simple.el (line-move): Add fourth optional arg try-vscroll which
5819 must be set to perform auto-window-vscroll.
5820 When moving backwards and doing auto-window-vscroll, automatically
5821 vscroll to the last part of lines which are taller than the window.
5822 (next-line, previous-line): Set try-vscroll arg on line-move.
5823
5824 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5825
5826 * replace.el (query-replace, query-replace-regexp)
5827 (replace-string, replace-regexp): When operating on region, make
5828 the minibuffer prompt say so.
5829
5830 * isearch.el (isearch-forward): Document isearch-query-replace and
5831 isearch-query-replace-regexp keybindings.
5832
5833 2005-02-19 Jay Belanger <belanger@truman.edu>
5834
5835 * calc/calc-aent.el (math-read-token): Add local variable.
5836
5837 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5838 (calc-edit-top): Move declaration to earlier in file.
5839 (calc-edit-macro-repeats): Add local variables.
5840
5841 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5842 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5843 calcFunc-tanh.
5844 Adjust integration rule for calcFunc-tan.
5845
5846 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5847
5848 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5849 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5850 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5851 (viper-skip-separators): Bug fix.
5852 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5853 particular major mode.
5854 (viper-del-backward-char-in-replace): Don't put deleted char on the
5855 kill ring.
5856
5857 * viper-ex.el (viper-color-display-p): New function.
5858 (viper-has-face-support-p): Use viper-color-display-p.
5859
5860 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5861
5862 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5863
5864 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5865 (viper-file-remote-p): Make equivalent to file-remote-p.
5866
5867 * viper.el (viper-major-mode-modifier-list):
5868 Use viper-gnus-modifier-map.
5869
5870 2005-02-19 David Kastrup <dak@gnu.org>
5871
5872 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5873 quoting.
5874
5875 2005-02-19 Jay Belanger <belanger@truman.edu>
5876
5877 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5878 Remove extra definitions.
5879 (calc-coth): New function.
5880 (calcFunc-cot): Fix `let'.
5881
5882 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5883
5884 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5885 the reasons we use "type pc" in these faces.
5886
5887 * button.el (button): Ditto.
5888
5889 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5890
5891 * replace.el (query-replace-read-from): Set the value of
5892 query-replace-from-history-variable to handle the case of an empty
5893 string entered to accept the suggested default.
5894
5895 * net/tramp.el (tramp-file-name-for-operation):
5896 Use dired-call-process instead of dired-call-process-command.
5897
5898 2005-02-19 Jay Belanger <belanger@truman.edu>
5899
5900 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5901 (math-div-non-trig): New variables.
5902 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5903 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5904 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5905 trig expressions.
5906
5907 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5908
5909 * progmodes/gdb-ui.el (gdb-var-update-handler)
5910 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5911 for watch expressions,
5912 (gdb-var-create-handler): Don't set speedbar-update-flag.
5913 (gdb-post-prompt): Simplify test for speedbar.
5914
5915 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5916
5917 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5918 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5919 we use the syntax table of the correct buffer.
5920 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5921 Felix Gatzemeier.
5922
5923 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5924 (ediff-file-remote-p): Make synonymous with file-remote-p.
5925 In all deffaces ediff-*-face-*, use min-colors.
5926
5927 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5928 ediff-recurse-to-subdirectories.
5929 (ediff-mark-if-equal): Check that the arguments are strings, use
5930 ediff-same-contents (after to Felix Gatzemeier).
5931
5932 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5933 nil.
5934
5935 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5938
5939 2005-02-18 David Kastrup <dak@gnu.org>
5940
5941 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5942 use `mark-active' when defined.
5943
5944 2005-02-18 Kenichi Handa <handa@m17n.org>
5945
5946 * ps-print.el (ps-font-info-database): New entry
5947 ZapfChancery-MediumItalic with correct font name. Fix font name
5948 of the entry Zapf-Chancery-MediumItalic.
5949
5950 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5951
5952 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5953
5954 2005-02-16 Kim F. Storm <storm@cua.dk>
5955
5956 * ido.el (ido-fallback-command): Pass user input to fallback command.
5957
5958 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5959
5960 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5961 (gdb-find-file-hook): Add server prefix.
5962
5963 2005-02-16 Richard M. Stallman <rms@gnu.org>
5964
5965 * replace.el (perform-replace): Pass new args to replace-highlight.
5966 (replace-highlight): Take region args,
5967 and pass them to isearch-lazy-highlight-new-loop.
5968
5969 * novice.el (disabled-command-hook): Autoload the defalias
5970 and the make-obsolete-variable call.
5971
5972 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5973
5974 * isearch.el (isearch-lazy-highlight-start-limit)
5975 (isearch-lazy-highlight-end-limit): New variables limit
5976 the region for highlighting.
5977 (isearch-lazy-highlight-new-loop): New args BEG and END.
5978 (isearch-lazy-highlight-search): Use the new vars.
5979 (isearch-lazy-highlight-update): Likewise.
5980
5981 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5982
5983 * cus-start.el (all): Use default-boundp.
5984
5985 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
5986
5987 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5988
5989 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5990
5991 * autorevert.el (auto-revert-stop-on-user-input)
5992 (auto-revert-verbose): Doc fixes.
5993
5994 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5995
5996 * international/mule-cmds.el (set-locale-environment): Remove call
5997 to set-selection-coding-system on Windows.
5998
5999 2005-02-15 Jay Belanger <belanger@truman.edu>
6000
6001 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6002 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6003 calcFunc-coth.
6004 (math-simplify-sqrt): Add simplifications.
6005
6006 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6007 to list.
6008
6009 * calc/calc-ext.el: Add functions to autoloads.
6010
6011 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6012 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6013 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6014 (math-csc-raw, math-cot-raw): New functions.
6015
6016 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6017
6018 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6019 the variable name in a message.
6020
6021 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6022 calcFunc-csc, calcFunc-cot.
6023
6024 * calc/calcalg2.el: Add derivative and integration rules for
6025 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6026 calcFunc-csch, calcFunc-coth.
6027 (math-do-integral-methods): Add to checks for when to use
6028 substitutions.
6029
6030 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6031
6032 2005-02-15 Lute Kamstra <lute@gnu.org>
6033
6034 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6035 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6036 <monnier@iro.umontreal.ca>
6037 (lisp-outline-level): Improve efficiency. Suggested by David
6038 Kastrup <dak@gnu.org>.
6039
6040 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6041
6042 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6043 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6044 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6045 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6046 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6047
6048 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6049
6050 * cus-start.el (all): Comment change.
6051
6052 2005-02-14 Lute Kamstra <lute@gnu.org>
6053
6054 * cus-start.el (all): Check if symbol is void.
6055
6056 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6057
6058 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6059 optional argument to \cite.
6060
6061 2005-02-14 Richard M. Stallman <rms@gnu.org>
6062
6063 * cus-edit.el (custom-buffer-create-internal): Update help message.
6064 (custom-magic-alist): Update help messages.
6065
6066 * cus-start.el (all): Allow a var to specify a standard value.
6067
6068 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6069
6070 * custom.el (custom-theme-set-variables): Handle variable aliases.
6071
6072 * frame.el (blink-cursor-timer): Doc fix.
6073 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6074 declare obsolete.
6075 (blink-cursor-mode): Define with defcustom and use correct
6076 standard expression in that defcustom.
6077 * startup.el (command-line): Adapt to above changes in frame.el.
6078
6079 2005-02-11 Lute Kamstra <lute@gnu.org>
6080
6081 * apropos.el (apropos-score-doc): Prevent division by zero.
6082
6083 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6084
6085 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6086 (icalendar--get-event-property-attributes)
6087 (icalendar--get-event-properties)
6088 (icalendar--datetime-to-diary-date): New functions.
6089 (icalendar--split-value): Doc fix.
6090 (icalendar--datetime-to-noneuropean-date)
6091 (icalendar--datetime-to-european-date): New optional argument
6092 SEPARATOR. Return result as a string instead of a list.
6093 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6094 (icalendar--convert-string-for-export): Rename arg S to STRING.
6095 (icalendar-export-region): Doc fix. Change name of error buffer.
6096 Save output buffer.
6097 (icalendar-import-file): Add blank at end of prompt.
6098 (icalendar-import-buffer): Doc fix. Do not switch to error
6099 buffer. Indicate status in return value.
6100 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6101 buffer. Save output buffer. Handle exception from recurrence
6102 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6103 events. Fix problems with weekly all-day events.
6104
6105 2005-02-10 Richard M. Stallman <rms@gnu.org>
6106
6107 * simple.el (eval-expression-print-format):
6108 Avoid warning about edebug-active.
6109
6110 * help.el (help-for-help-internal): Rename from help-for-help.
6111 (help-for-help): Define with defalias.
6112
6113 * font-core.el (font-lock-default-function): Use with-no-warnings.
6114
6115 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6116
6117 * custom.el (defface): Doc fix.
6118
6119 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6120
6121 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6122 width 0" to prevent word wrapping problems.
6123
6124 2005-02-09 Kim F. Storm <storm@cua.dk>
6125
6126 * ido.el (ido-file-extensions-order): New defcustom.
6127 (ido-file-extension-lessp, ido-file-extension-aux)
6128 (ido-file-extension-order): New advanced file ordering.
6129 (ido-file-lessp): New simple file ordering.
6130 (ido-sort-list): Remove.
6131 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6132 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6133
6134 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6135
6136 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6137 that some versions of grep produce.
6138 (grep-mode-font-lock-keywords): Likewise.
6139
6140 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6141
6142 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6143 (gdb-cdir): Delete.
6144 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6145 (gdb-source-info): Treat case when source file is in another
6146 directory properly.
6147 (gdb-get-location): New function.
6148
6149 2005-02-07 Jay Belanger <belanger@truman.edu>
6150
6151 * calc/calc-prog.el (calc-write-parse-table-part)
6152 (calc-fix-token-name): Fix a check for language type.
6153
6154 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6155
6156 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6157
6158 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6159 as directory not writable.
6160
6161 2005-02-07 Kim F. Storm <storm@cua.dk>
6162
6163 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6164 (cua--standard-movement-commands): Remove list.
6165 Instead, set CUA property value to move for movement commands.
6166 (cua-movement-commands): Remove. Users must set CUA prop instead.
6167 (cua--pre-command-handler): Check CUA property.
6168 (cua--init-keymaps): Don't remap undo commands.
6169 (cua-mode): Don't call cua--rectangle-on-off.
6170
6171 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6172 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6173 (cua--rect-undo-set-point): New var.
6174 (cua--rectangle-undo-boundary): Setup undo apply entry.
6175 (cua--rect-undo-handler): New function for rectangle undo.
6176 (cua--rect-start-position, cua--rect-end-position): Add.
6177 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6178 for restored rectangle. Set point if cua--rect-undo-set-point.
6179
6180 2005-02-06 Jay Belanger <belanger@truman.edu>
6181
6182 * calc/calc-lang.el (calc-tex-language): Display more information
6183 in messages.
6184
6185 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6186 in TeX mode.
6187
6188 2005-02-06 Richard M. Stallman <rms@gnu.org>
6189
6190 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6191
6192 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6193
6194 * net/ldap.el (ldap-search-internal): Support attributes with
6195 optional descriptions separated by a semi-colon, as in
6196 "userCertificate;binary".
6197
6198 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6199
6200 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6201 isn't a cons (i.e. the version is 0).
6202
6203 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6204
6205 * help.el (help-for-help): Doc fix.
6206
6207 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6208
6209 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6210 GDB-Windows on the menu-bar as this works better.
6211
6212 2005-02-04 Jay Belanger <belanger@truman.edu>
6213
6214 * calc/calc-embed.el (calc-embedded-update): Don't put in
6215 unnecessary newlines. Adjust the end of formula marker.
6216
6217 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6218 (math-latex-parse-two-args): New function.
6219
6220 2005-02-03 Lute Kamstra <lute@gnu.org>
6221
6222 * help-fns.el (help-with-tutorial): Make sure that users cannot
6223 remove the entire text of the tutorial by means of `undo'.
6224
6225 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6228 in recent changes, where the ispell process was repeatedly
6229 killed & restarted.
6230
6231 * international/mule-cmds.el (set-locale-environment): Set file-name
6232 coding system to utf-8 on Darwin systems.
6233 (set-default-coding-systems): Don't set default-file-name-coding-system
6234 on Darwin systems.
6235
6236 2005-02-03 Richard M. Stallman <rms@gnu.org>
6237
6238 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6239
6240 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6241
6242 * faces.el (list-faces-display): Add optional argument.
6243
6244 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * font-core.el (font-lock-default-function): Handle the rare case where
6247 only font-lock-keywords is set.
6248
6249 2005-02-02 Kenichi Handa <handa@m17n.org>
6250
6251 * international/characters.el: Cancel previous change for
6252 I-WITH-DOT-ABOVE and DOTLESS-i.
6253
6254 * international/latin-5.el: Cancel previous change.
6255
6256 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6257
6258 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6259
6260 2005-02-02 Kenichi Handa <handa@m17n.org>
6261
6262 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6263 DOTLESS-i.
6264
6265 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6266 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6267
6268 * case-table.el (get-upcase-table): New function.
6269 (copy-case-table): Copy upcaes table too if non-nil.
6270 (set-case-syntax-delims): Maintain upcase table too.
6271 (set-case-syntax-pair): Likewise.
6272 (set-upcase-syntax, set-downcase-syntax): New functions.
6273 (set-case-syntax): Maintain upcase table too.
6274
6275 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6276
6277 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6278
6279 * progmodes/gud.el (gud-goto-info): New function.
6280 (gud-tool-bar-map): Use correct icon.
6281
6282 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6283
6284 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6285 When delegating, order args in the funcall correctly.
6286
6287 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6288
6289 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6290
6291 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6292
6293 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6294 buffer not visiting a file.
6295
6296 2005-01-31 Jay Belanger <belanger@truman.edu>
6297
6298 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6299 bound on the line with the formula.
6300
6301 2005-01-31 Kim F. Storm <storm@cua.dk>
6302
6303 * ses.el (ses-create-cell-variable-range)
6304 (ses-destroy-cell-variable-range, ses-reset-header-string)
6305 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6306 (ses-insert-row): Fix format of apply undo entries.
6307
6308 2005-01-31 Jay Belanger <belanger@truman.edu>
6309
6310 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6311 parts.
6312
6313 * calc/calc-embed.el (calc-embedded-open-formula)
6314 (calc-embedded-close-formula): Ignore matrix environments.
6315
6316 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6317 TeX mode.
6318
6319 * calc/calc-lang.el (math-function-table, math-oper-table)
6320 (math-variable-table): Adjust the LaTeX portions.
6321
6322 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6323 (math-latex-ignore-words): New constant.
6324
6325 2005-01-31 Richard M. Stallman <rms@gnu.org>
6326
6327 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6328 (ispell-local-dictionary): Doc fix.
6329 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6330 Don't reinitialize at run time. Don't defcustom.
6331 All uses changed to append ispell-local-dictionary-alist,
6332 or check it first.
6333 (ispell-current-dictionary): New variable for dictionary in use.
6334 (ispell-dictionary): Now used only for global default.
6335 (ispell-start-process): Set ispell-current-dictionary,
6336 not ispell-dictionary.
6337 (ispell-change-dictionary): Use this only for setting
6338 user preferences.
6339 (ispell-internal-change-dictionary): New function
6340 to change the current dictionary in use.
6341 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6342 Use ispell-current-dictionary.
6343 Handle ispell-local-dictionary-overridden.
6344 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6345
6346 2005-01-31 Jay Belanger <belanger@truman.edu>
6347
6348 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6349
6350 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6351 (calc-mode-map): Add calc-latex-language.
6352
6353 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6354 (math-latex-print-frac): New functions.
6355 (math-oper-table, math-function-table, math-variable-table)
6356 (math-complex-format, math-input-filter): Add latex properties.
6357 (calc-set-language): Set math-expr-special-function-mapping.
6358
6359 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6360 (calc-write-parse-table-part): Add LaTeX support.
6361
6362 * calc/calc.el (calc-language): Adjust docstring.
6363 (calc-set-mode-line): Add LaTeX support.
6364 (math-expr-special-function-mapping): New variable.
6365 (math-tex-ignore-words): Add to list.
6366
6367 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6368 Add LaTeX support.
6369 (math-compose-expr): Add support for special functions.
6370
6371 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6372
6373 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6374
6375 * progmodes/gdb-ui.el (gdb-memory-address)
6376 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6377 (gdb-memory-mode-map, gdb-memory-format-keymap)
6378 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6379 (gdb-memory-unit-menu): New variables for a buffer
6380 that lets the user examine program memory.
6381 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6382 (gdb-memory-format-binary, gdb-memory-format-octal)
6383 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6384 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6385 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6386 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6387 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6388 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6389 (gdb-memory-mode, gdb-memory-buffer-name)
6390 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6391 New functions for above buffer.
6392
6393 2005-01-30 Richard M. Stallman <rms@gnu.org>
6394
6395 * cus-edit.el (custom-bury-buffer): Function deleted.
6396 (custom-buffer-done-function): Option deleted.
6397 (custom-buffer-done-kill): New (replacement option.
6398 (Custom-buffer-done): Call quit-window.
6399 (custom-buffer-create-internal): Update for above changes.
6400
6401 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6402
6403 * simple.el (undo-ask-before-discard): New var.
6404 (undo-outer-limit-truncate): Implement it.
6405 (undo-extra-outer-limit): Doc update.
6406
6407 2005-01-29 Richard M. Stallman <rms@gnu.org>
6408
6409 * ses.el (undo-more): Delete defadvice.
6410 (ses-begin-change): Doc fix.
6411
6412 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6413 instead of rebinding C-x u and C-_.
6414
6415 * files.el (normal-backup-enable-predicate): Return nil for files
6416 in /tmp, regardless of temporary-file-directory.
6417
6418 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6419
6420 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6421 (open-rectangle, delete-whitespace-rectangle-line)
6422 (clear-rectangle-line): If FILL, pass t instead of FILL
6423 for move-to-column's 2nd arg.
6424
6425 * simple.el (undo): Fix the test for continuing a series of undos.
6426 (undo-more): Set pending-undo-list to t when we reach end.
6427 (pending-undo-list): Move up defvar.
6428
6429 * wid-edit.el (widget-button-click):
6430 Shorten the range of the track-mouse binding.
6431
6432 * comint.el (comint-insert-input): Undo previous changes;
6433 use last-input-event in interactive spec.
6434
6435 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6436
6437 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6438 to nil before invoking call-process. Reset buffer's modified flag
6439 after fontifying it in the no-async branch.
6440
6441 * wid-edit.el (widget-specify-button): If mouse pointer shape
6442 cannot be changed, use mouse face instead.
6443
6444 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6445
6446 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6447 (gdb-goto-breakpoint): Make breakpoint handling work on template
6448 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6449 (gdb-assembler-custom): Update to recognise breakpoint information
6450 added on 2005-01-19.
6451
6452 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6453
6454 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6455 (dsssl-mode): Use define-derived-mode.
6456 (scheme-mode-initialize): Remove.
6457 (scheme-mode): Use run-mode-hooks.
6458
6459 * cus-edit.el (customize-group-other-window)
6460 (custom-buffer-create-other-window): Don't override special-display-*.
6461 (custom-mode-map): Make it dense.
6462
6463 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6464 sets the default value.
6465
6466 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6467
6468 * descr-text.el: Add more keywords.
6469
6470 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * speedbar.el: Avoid unnecessary use of locate-library.
6473
6474 * international/mule-cmds.el (standard-display-european-internal):
6475 Don't fiddle with latin-1 non-break space any more since it's now
6476 special cased in the C code.
6477 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6478
6479 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6480
6481 * cus-start.el (all): Add `undo-outer-limit'.
6482
6483 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6484
6485 * textmodes/bibtex.el (bibtex-format-entry):
6486 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6487 field lines.
6488 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6489 not on part of a buffer.
6490
6491 2005-01-25 Lute Kamstra <lute@gnu.org>
6492
6493 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6494 nonempty field text strings like "{letters\\macro{}more letters}".
6495 Clarify docstring.
6496 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6497 (bibtex-entry-offset, bibtex-parse-association)
6498 (bibtex-parse-field-name): Fix typos in docstrings.
6499 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6500
6501 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6502
6503 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6504 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6505 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6506 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6507
6508 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6509 isearch minor mode.
6510
6511 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6512
6513 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6514
6515 2005-01-24 Lute Kamstra <lute@gnu.org>
6516
6517 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6518 CASECHARS and NOT-CASECHARS regular expressions of the
6519 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6520 striding over charsets" error.
6521
6522 2005-01-24 Jay Belanger <belanger@truman.edu>
6523
6524 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6525 display variable name.
6526
6527 2005-01-24 Kenichi Handa <handa@m17n.org>
6528
6529 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6530 Fix setting of the element of encoded-kbd-iso2022-invocations.
6531
6532 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6533
6534 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6535 (gdb-threads-select): Change to also accept mouse events.
6536 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6537 (gdb-threads-mouse-select): Delete.
6538
6539 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6540
6541 * files.el (insert-directory): Take care of empty directory,
6542 listed without -a switch.
6543
6544 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6545
6546 * textmodes/refill.el (refill-post-command-function):
6547 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6548 to the list of functions that we should be careful not to undo.
6549 (refill-late-fill-paragraph-function): Remove.
6550 (refill-saved-state): New var.
6551 (refill-mode): Use it to save fill-paragraph-function.
6552 Save also the value of auto-fill-function.
6553
6554 * term/w32-win.el: Simplify code.
6555
6556 2005-01-23 Kim F. Storm <storm@cua.dk>
6557
6558 * simple.el (line-move): Adapt to new return value from
6559 pos-visible-in-window-p.
6560
6561 * simple.el (line-move): Fix last change. Check partial
6562 visibility at point rather than at window-start.
6563
6564 2005-01-22 Jason Rumney <jasonr@gnu.org>
6565
6566 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6567
6568 2005-01-22 David Kastrup <dak@gnu.org>
6569
6570 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6571
6572 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6573
6574 * type-break.el (type-break-mode): Add a test for
6575 type-break-file-name being non-nil.
6576
6577 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6578
6579 * net/eudc.el (top level): Call (message "") via progn, so that
6580 eudc-options-file is loaded.
6581
6582 2005-01-22 Kim F. Storm <storm@cua.dk>
6583
6584 * simple.el (line-move-1): Rename from line-move.
6585 (line-move): New function that adjusts vscroll for partially
6586 visible rows, and calls line-move-1 otherwise.
6587
6588 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6589
6590 * pcomplete.el: define pcomplete-read-event instead of read-event,
6591 since it's not a complete read-event implementation
6592
6593 2005-01-20 Jay Belanger <belanger@truman.edu>
6594
6595 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6596 for called function.
6597
6598 2005-01-20 Steven Tamm <steventamm@mac.com>
6599
6600 * term/mac-win.el (process-connection-type): Remove.
6601 Controlled now by s/darwin.h:PTY_ITERATION.
6602
6603 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6604
6605 * window.el (handle-select-window): Don't switch window when we're
6606 in the minibuffer.
6607
6608 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6609
6610 * subr.el (dotimes-with-progress-reporter): New macro.
6611
6612 * ses.el (ses-dotimes-msg): Remove macro.
6613 Use `dotimes-with-progress-reporter' instead.
6614
6615 2005-01-19 Steven Tamm <steventamm@mac.com>
6616
6617 * term/mac-win.el (process-connection-type): Use new
6618 operating-system-release variable to use ptys on Darwin 7 (OSX
6619 10.3) when using carbon build.
6620
6621 2005-01-19 Jay Belanger <belanger@truman.edu>
6622
6623 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6624 flags if the last command was a tab or M-tab.
6625
6626 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6627 in formula editing buffer.
6628
6629 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6630
6631 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6632 breakpoint image symbol in margin.
6633
6634 2005-01-19 Jay Belanger <belanger@truman.edu>
6635
6636 * calc/calc-prog.el (calc-execute-kbd-macro):
6637 Ignore calc-keep-arg-flag.
6638
6639 2005-01-19 Kenichi Handa <handa@m17n.org>
6640
6641 * textmodes/ispell.el (ispell-looking-at): New function.
6642 (ispell-process-line): Use ispell-looking-at to compare the ispell
6643 output and the buffer contents.
6644
6645 2005-01-18 Jay Belanger <belanger@truman.edu>
6646
6647 * calc/calc.el (calc-display-raw): Fix docstring.
6648
6649 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6650
6651 * simple.el (blink-matching-open): Strip extra info from syntax.
6652
6653 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6654 funny chars in the end-of-here-doc marker.
6655
6656 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6657
6658 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6659 that enable/disabled state of breakpoints is shown correctly in
6660 fringe and on ttys.
6661 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6662 Add breakpoint information as text properties.
6663 (gdb-mouse-toggle-breakpoint):
6664 Rename to gdb-mouse-set-clear-breakpoint.
6665 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6666 breakpoints in the margin.
6667 (gdb-remove-strings): Simplify.
6668
6669 2005-01-17 Jay Belanger <belanger@truman.edu>
6670
6671 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6672 erasing buffer.
6673
6674 2005-01-17 Richard M. Stallman <rms@gnu.org>
6675
6676 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6677 for calling grep-compute-defaults.
6678
6679 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6680 if buffer is empty.
6681
6682 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6683
6684 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6687
6688 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6689 non-preloaded variables.
6690
6691 2005-01-17 Steven Tamm <steventamm@mac.com>
6692
6693 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6694 tex-shell cause to force interactivity when using pipes.
6695
6696 2005-01-17 Kim F. Storm <storm@cua.dk>
6697
6698 * simple.el (just-one-space): Make arg optional.
6699
6700 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6701
6702 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6703 posn-at-x-y to t to access left-margin.
6704
6705 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6706
6707 Sync with Tramp 2.0.47.
6708
6709 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6710 catching keep-date problems in cp/scp operations.
6711 (tramp-handle-copy-file): Don't call `set-file-modes'
6712 unconditionally. Specialized functions should know better what is
6713 necessary. This improves performance a little bit, and the
6714 functions could catch errors with `cp -p' and `scp -p'.
6715 (tramp-do-copy-or-rename-file-via-buffer)
6716 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6717 when appropriate.
6718 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6719 Call `set-file-modes' when appropriate.
6720 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6721 Johnsson <isak@hypergene.com>
6722 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6723 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6724 <joakim@verona.se>
6725 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6726 Emacs only.
6727
6728 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6729 `find-file-hooks' and `dired-mode-hook'.
6730 (tramp-minor-mode-map): Respective map. Add remapping for
6731 `compile' and `recompile'.
6732 (tramp-remap-command, tramp-recompile): New defuns.
6733 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6734 in buffer "*Compilation*". Call the commands asynchronously.
6735
6736 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6737 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6738 `shell-command', because it isn't magic in XEmacs. Reported by
6739 Adrian Aichner <adrian@xemacs.org>.
6740
6741 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6742 `substitute-in-file-name.
6743 (tramp-smb-handle-substitute-in-file-name): New defun.
6744 (tramp-smb-advice-PC-do-completion): Delete advice.
6745
6746 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6747
6748 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6749 Fix error in deleting region.
6750
6751 2005-01-15 Richard M. Stallman <rms@gnu.org>
6752
6753 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6754 In non-temp buffer, switch syntax table temporarily.
6755
6756 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6757
6758 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6759
6760 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6761
6762 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6763 (imenu--generic-function): Use START, not BEG, as pos of definition.
6764
6765 * simple.el (just-one-space): Argument specifies number of spaces.
6766
6767 * simple.el (eval-expression-print-format): Avoid warning
6768 about edebug-active.
6769
6770 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6771
6772 * progmodes/sh-script.el: Code copied from make-mode.el
6773 with small changes,
6774 (sh-mode-map): Bind C-c C-\.
6775 (sh-backslash-column, sh-backslash-align): New variables.
6776 (sh-backslash-region, sh-append-backslash): New functions.
6777
6778 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6779
6780 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6781 (rmail-pop-password, rmail-pop-password-required): Move to
6782 rmail-obsolete group.
6783 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6784 All callers updated.
6785 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6786 Take an argument specifying whether it is POP or IMAP mailbox we
6787 are using. All callers updated.
6788 (rmail-pop-password-error): Rename to
6789 rmail-remote-password-error. Added mailutils-specific error message.
6790 (rmail-movemail-search-path)
6791 (rmail-movemail-variant-in-use): New variables.
6792 (rmail-remote-password, rmail-remote-password-required):
6793 New customization variables.
6794 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6795 (rmail-parse-url): New function.
6796 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6797 with GNU mailutils movemail.
6798
6799 2005-01-15 Kevin Ryde <user42@zip.com.au>
6800
6801 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6802 suffix to space, $ or '$, to correctly position point when going
6803 to @table style constants like DBL_MAX.
6804
6805 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6806
6807 * type-break.el (type-break-mode, type-break-file-time)
6808 (type-break-file-keystroke-count, type-break-choose-file):
6809 Don't store data in or load data from the file if type-break-file-name
6810 is nil.
6811 (type-break-file-name): Doc update as per the above.
6812
6813 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6814
6815 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6816 lookup-key might return nil; handle that.
6817
6818 2005-01-15 Alan Mackenzie <acm@muc.de>
6819
6820 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6821 rather than the element found, thus enabling the tree to be setcar'd.
6822
6823 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6824
6825 * textmodes/org.el (org-show-following-heading): New option.
6826 (org-show-hierarchy-above): Use `org-show-following-heading'.
6827 (org-cycle): Documentation fix.
6828
6829 * textmodes/org.el (orgtbl-optimized): New option
6830 (orgtbl-mode): New command, a minor mode.
6831 (orgtbl-mode-map): New variable.
6832 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6833 (orgtbl-error, orgtbl-self-insert-command)
6834 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6835
6836 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6837 a local variable in each org-mode buffer.
6838
6839 * textmodes/org.el (org-set-regexps-and-options): Rename from
6840 `org-set-regexps'. Added checking for STARTUP keyword.
6841 (org-get-current-options): Add STARTUP options.
6842 (org-table-insert-row): Mode mode intelligent about when
6843 realignment is needed.
6844 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6845 New commands.
6846 (org-enable-table-editor): New default value `optimized'.
6847 (org-table-blank-field): Support blanking regions if active.
6848
6849 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6850
6851 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6852 if the year is not given.
6853
6854 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6855 Add new escapes %m and %M, fixed bug with %F by adding
6856 save-match-data.
6857 (reftex-reference): Remove ?. from list of spaces.
6858 (reftex-label-info): Add automatic label prefix recognition.
6859
6860 * textmodes/reftex-index.el (reftex-index-next-phrase):
6861 Add slave parameter to call of `reftex-index-this-phrase'.
6862 (reftex-index-this-phrase): New optional argument.
6863 (reftex-index-region-phrases): Add slave parameter to call of
6864 `reftex-index-this-phrase'.
6865 (reftex-display-index): New argument redo.
6866 (reftex-index-rescan): Add 'redo to arguments of
6867 `reftex-display-index'.
6868 (reftex-index-Rescan, reftex-index-revert)
6869 (reftex-index-switch-index-tag): Add 'redo to arguments of
6870 `reftex-display-index'.
6871 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6872 indexing. Fix bug with matching is there is a quote before or
6873 after the word.
6874
6875 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6876 Fix bug when collecting citation keys in lines with comments.
6877 (reftex-citation): Prefix argument no longer rescans the document,
6878 but forces prompting for optional arguments of cite macros.
6879 (reftex-do-citation): Prompting for optional arguments implemented.
6880
6881 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6882 Add optional arguments to most cite commands.
6883 (reftex-cite-cleanup-optional-args): New option
6884 (reftex-cite-prompt-optional-args): New option.
6885 (reftex-trust-label-prefix): New option.
6886
6887 * textmodes/reftex-toc.el (reftex-toc-find-section):
6888 Add push-mark before changing the position in the buffer.
6889
6890 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6891 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6892
6893 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6894
6895 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6896 more carefully.
6897
6898 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6899
6900 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6901 (sgml-mode): Use it.
6902 (sgml-get-context): Better keep track of implicitly closed tags.
6903
6904 2005-01-13 Kenichi Handa <handa@m17n.org>
6905
6906 * textmodes/ispell.el: These changes are to fix misalignment error
6907 caused by equivalent characters of different Emacs charsets.
6908 (ispell-unified-chars-table): New variable.
6909 (ispell-get-decoded-string): New function.
6910 (ispell-get-casechars, ispell-get-not-casechars)
6911 (ispell-get-otherchars): Call ispell-get-decoded-string.
6912
6913 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6914
6915 * custom.el (custom-declare-variable): Just put symbol instead
6916 of (defvar . symbol) in `current-load-list'.
6917
6918 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6919
6920 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6921
6922 2005-01-12 Jay Belanger <belanger@truman.edu>
6923
6924 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6925 to create a Calc summary.
6926
6927 2005-01-12 Kim F. Storm <storm@cua.dk>
6928
6929 * mouse.el (mouse-on-link-p): Change functionality and doc
6930 string to comply with latest description in lisp ref.
6931
6932 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6933
6934 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6935 Enable mouse clicks on mode-line, header-line and margin.
6936 (event-type): Give mouse event symbols an 'event-kind property
6937 with value 'mouse-click.
6938
6939 2005-01-12 Juri Linkov <juri@jurta.org>
6940
6941 * facemenu.el (list-colors-display): Add new arg buffer-name.
6942 Use it. Fix docstring. Replace code for identifying duplicate
6943 colors by the name with call to `list-colors-duplicates' which
6944 identifies duplicate colors by the value unless the color
6945 is one of special Windows colors. Set truncate-lines to t.
6946 Print sorted duplicate color names on each line. Indent to 22
6947 \(the longest color name in rgb.txt) instead of 20. Optimize.
6948 (list-colors-duplicates): New function.
6949 (facemenu-color-name-equal): Delete function.
6950
6951 * facemenu.el (list-colors-print): New function created from code
6952 in list-colors-display. Print #RRGGBB at the window right edge.
6953 (list-colors-display): When temp-buffer-show-function is not
6954 defined, call list-colors-print from temp-buffer-show-hook
6955 to get the right value of window-width in list-colors-print
6956 after the buffer is displayed.
6957
6958 * simple.el (pop-mark): Move deactivate-mark out of conditional
6959 part to deactivate the active mark regardless of the state of the
6960 mark ring.
6961
6962 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6963 variables line in desktop files.
6964
6965 2005-01-12 Juri Linkov <juri@jurta.org>
6966
6967 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6968 Bring together isearch highlight related options.
6969 (lazy-highlight): Replace group `replace' by `matching'.
6970 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6971 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6972 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6973 and declare them obsolete.
6974 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6975 (isearch-faces): Remove defgroup.
6976 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6977 Move isearch highlighting code closer to lazy highlighting code.
6978
6979 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6980 (query-replace-highlight, query-replace-lazy-highlight)
6981 (query-replace): Move definitions to the beginning of the file.
6982
6983 2005-01-11 Juri Linkov <juri@jurta.org>
6984
6985 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6986 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6987 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6988
6989 * info.el (Info-history-forward): New variable.
6990 (Info-select-node): Reset Info-history-forward to nil.
6991 (Info-last): Turn into defalias.
6992 (Info-history-back): Rename from Info-last.
6993 Add current node to Info-history-forward.
6994 (Info-history-forward): New fun.
6995 (Info-mode-map): Replace Info-last by Info-history-back.
6996 Bind Info-history-forward to "r".
6997 (Info-mode-menu): Replace Info-last by Info-history-back.
6998 Fix menu item text. Add menu item for Info-history-forward.
6999 (info-tool-bar-map): Replace Info-last by Info-history-back.
7000 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7001 for Info-history-forward.
7002 (Info-mode): Replace Info-last by Info-history-back in docstring.
7003 Add local variable Info-history-forward.
7004 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7005
7006 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7007
7008 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7009 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7010 Ignore select-window events rather than fiddle with
7011 mouse-autoselect-window.
7012
7013 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7014
7015 * type-break.el (type-break-mode): Fix previous change.
7016
7017 2005-01-10 Jay Belanger <belanger@truman.edu>
7018
7019 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7020 calculator; only reset when point is inside a calculator.
7021 Don't adjust the window height if the window takes up the whole height
7022 of the frame.
7023
7024 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7025
7026 * ebuff-menu.el (Electric-buffer-menu-mode):
7027 Preserve value of buffer-local var header-line-format.
7028
7029 2005-01-09 Jay Belanger <belanger@truman.edu>
7030
7031 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7032 Make sure settings file exists before accessing it.
7033
7034 * calc/calc-embed.el (calc-embedded-subst):
7035 Replace math-multi-subst-rec, which is only supposed to be called
7036 by math-multi-subst, by math-multi-subst.
7037
7038 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7039
7040 * vc.el (vc-allow-async-revert): New user option.
7041 (vc-disable-async-diff): New internal variable.
7042 (vc-revert-buffer): Use them to disable asynchronous diff.
7043
7044 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7045 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7046 asynchronously if vc-disable-async-diff is t.
7047
7048 2005-01-09 Jay Belanger <belanger@truman.edu>
7049
7050 * calc/calc.el (defcalcmodevar): New macro.
7051 (calc-mode-var-list-restore-default-values)
7052 (calc-mode-var-list-restore-saved-values): New functions.
7053 (calc-mode-var-list): Use defcalcmodevar to define it.
7054 (calc-always-load-extensions, calc-line-numbering)
7055 (calc-line-breaking, calc-display-just, calc-display-origin)
7056 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7057 (calc-group-char, calc-point-char, calc-frac-format)
7058 (calc-prefer-frac, calc-hms-format, calc-date-format)
7059 (calc-float-format, calc-full-float-format, calc-complex-format)
7060 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7061 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7062 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7063 (calc-matrix-brackets, calc-language, calc-language-option)
7064 (calc-left-label, calc-right-label, calc-word-size)
7065 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7066 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7067 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7068 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7069 (calc-window-height, calc-display-trail, calc-show-selections)
7070 (calc-use-selections, calc-assoc-selections)
7071 (calc-display-working-message, calc-auto-why, calc-timing)
7072 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7073 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7074 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7075 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7076 (calc-gnuplot-geometry, calc-graph-default-resolution)
7077 (calc-graph-default-resolution-3d, calc-invocation-macro)
7078 (calc-show-banner): Use defcalcmodevar to declare them and set
7079 their default values.
7080
7081 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7082 instead of default values (but restore default values if there is
7083 an argument of 0).
7084
7085 2005-01-09 David Kastrup <dak@gnu.org>
7086
7087 * desktop.el (desktop-restore-eager): Fix typo in type.
7088
7089 2005-01-08 Richard M. Stallman <rms@gnu.org>
7090
7091 * cus-edit.el (customize): Delete :link.
7092
7093 2005-01-08 Jay Belanger <belanger@truman.edu>
7094
7095 * calc/calc.el (calc-mode): Remove the extension from the
7096 `calc-settings-file' file name when loading it.
7097
7098 2005-01-08 Kim F. Storm <storm@cua.dk>
7099
7100 * info.el (Info-mode-map, Info-next-link-keymap)
7101 (Info-prev-link-keymap, Info-up-link-keymap):
7102 Map follow-link to mouse-face.
7103 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7104
7105 2005-01-08 Jay Belanger <belanger@truman.edu>
7106
7107 * calc/calc.el (calc-settings-file): Change default value.
7108 Suggested by cgw in a comment in calc-mode.el.
7109
7110 * calc/calc-mode.el (calc-settings-file-name):
7111 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7112 Replace ~/.emacs in a prompt by calc-settings-file.
7113
7114 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7115
7116 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7117 (desktop-lazy-idle-delay): New customizable variables.
7118 (desktop-buffer-args-list): New variable.
7119 (desktop-append-buffer-args): New function.
7120 (desktop-save): Call desktop-append-buffer-args for some buffers.
7121 (desktop-lazy-create-buffer): New function.
7122 (desktop-idle-create-buffers): New function.
7123 (desktop-read): Add message about buffers to restore lazily.
7124 (desktop-lazy-abort): New command.
7125 (desktop-clear): Call desktop-lazy-abort.
7126 (desktop-lazy-complete): New command.
7127
7128 2005-01-06 Richard M. Stallman <rms@gnu.org>
7129
7130 * emacs-lisp/find-func.el (find-face-definition):
7131 Rename from find-face.
7132
7133 2005-01-06 Kim F. Storm <storm@cua.dk>
7134
7135 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7136
7137 * man.el (Man-xref-man-page, Man-xref-header-file)
7138 (Man-xref-normal-file): Add follow-link property.
7139
7140 2005-01-06 Jay Belanger <belanger@truman.edu>
7141
7142 * calc/calc-units.el: Make sure the proper macro definitions are
7143 available when compiling.
7144
7145 2005-01-06 Juri Linkov <juri@jurta.org>
7146
7147 * isearch.el (isearch-lazy-highlight-update):
7148 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7149
7150 2005-01-06 Miles Bader <miles@gnu.org>
7151
7152 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7153 (isearch-lazy-highlight-face): Use new name.
7154
7155 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7156
7157 * uniquify.el (uniquify-rationalize-file-buffer-names):
7158 Re-add an interactive spec.
7159 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7160 to the same name.
7161
7162 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7163 (isearch-update, isearch-done): Adjust calls accordingly.
7164
7165 2005-01-05 Richard M. Stallman <rms@gnu.org>
7166
7167 * custom.el (custom-set-variables, custom-theme-set-variables):
7168 Clarify documentation.
7169
7170 * emacs-lisp/find-func.el (find-variable)
7171 (find-variable-other-window, find-variable-other-frame):
7172 Fix the TYPE args to find-function-read and find-function-do-it.
7173 (find-function): Doc fix.
7174 (find-function-at-point): Replace function-at-point alias.
7175
7176 2005-01-04 Richard M. Stallman <rms@gnu.org>
7177
7178 * cus-face.el (custom-declare-face):
7179 Record defface in current-load-list.
7180
7181 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7182
7183 * emacs-lisp/find-func.el: Doc fixes.
7184 (find-face-regexp): New variable.
7185 (find-function-regexp-alist): New variable.
7186 (find-function-C-source): Third arg is now TYPE.
7187 (find-function-search-for-symbol): Handle general TYPE.
7188 (find-function-read, find-function-do-it): Handle general TYPE.
7189 (find-definition-noselect, find-face): New functions.
7190 (function-at-point): Alias deleted.
7191
7192 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7193
7194 * battery.el (display-battery-mode): Rename from display-battery.
7195 Handle the case where it gets turned off.
7196
7197 2005-01-04 Richard M. Stallman <rms@gnu.org>
7198
7199 * cus-edit.el (customize): Make :link point to user doc.
7200
7201 * man.el (Man-fontify-manpage): Turn off undo generation.
7202
7203 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7204
7205 2005-01-04 Andreas Schwab <schwab@suse.de>
7206
7207 * files.el (insert-directory): Only look for error lines in
7208 inserted text. Don't move too far after processing --dired markers.
7209
7210 2005-01-04 Richard M. Stallman <rms@gnu.org>
7211
7212 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7213 Don't expand if the character is @, period, dash, etc.
7214 (define-mail-abbrev): Quote names that contain problem characters.
7215
7216 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7217
7218 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7219
7220 2005-01-03 Richard M. Stallman <rms@gnu.org>
7221
7222 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7223 (query-replace-highlight, query-replace-lazy-highlight)
7224 (query-replace): Definitions moved up. Doc fix.
7225
7226 2005-01-03 Richard M. Stallman <rms@gnu.org>
7227
7228 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7229 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7230 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7231 (lazy-highlight-face): Rename from isearch-lazy-...
7232 Change all references to them.
7233
7234 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7235
7236 * cus-edit.el (custom-file): Doc fix for defcustom.
7237 (custom-file): The function no longer sets the variable
7238 `custom-file' to its return value.
7239
7240 * startup.el (command-line): No longer load `custom-file'.
7241
7242 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7243
7244 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7245
7246 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7247 Don't confuse module-prefixed identifiers for labels.
7248 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7249
7250 2005-01-02 Richard M. Stallman <rms@gnu.org>
7251
7252 * files.el (basic-save-buffer-1): Fix previous change.
7253
7254 * loadhist.el (file-loadhist-lookup): New function.
7255 (file-provides, file-requires): Use it.
7256
7257 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7258 instead of calculating the right size.
7259
7260 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7261
7262 * vc-svn.el (vc-svn-diff): Stay local if possible.
7263
7264 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7267
7268 * files.el (hack-local-variables): Fix last change.
7269
7270 2005-01-02 Jay Belanger <belanger@truman.edu>
7271
7272 * calc/calc-yank.el (calc-edit-top): New variable.
7273 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7274 object. Change header properties.
7275 (calc-edit-finish, calc-edit-finish-stack-object)
7276 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7277 edited object.
7278 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7279 for the beginning of the edited object.
7280 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7281 for the beginning of the edited object.
7282 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7283 (calc-finish-formula-edit, calc-macro-repeats)
7284 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7285 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7286 beginning of the edited object.
7287 (calc-user-define-edit): Change the header for editing macros.
7288 Remove unnecessary variable.
7289
7290 2005-01-01 Jay Belanger <belanger@truman.edu>
7291
7292 * calc/calc-yank.el (calc-edit-mode): Change default header.
7293 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7294 * calc/calc-store.el (calc-edit-variable): Change title to match new
7295 header.
7296 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7297 mode to match new header.
7298 (calc-user-define-edit): Change titles to include names of commands.
7299 (calc-finish-formula-edit): Adjust to handle new header.
7300 (calc-finish-macro-edit): Remove.
7301 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7302 (calc-edit-macro-command, calc-edit-macro-command-type)
7303 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7304 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7305 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7306 (calc-edit-macro-finish-edit): New functions.
7307 (calc-user-define-edit): Use new functions to edit named calc macros.
7308
7309 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7310
7311 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7312
7313 * ses.el (copy-region-as-kill): Deactivate mark.
7314
7315 2005-01-01 Richard M. Stallman <rms@gnu.org>
7316
7317 * replace.el (occur-1): If the output buffer is also an input,
7318 don't kill it, rename it.
7319
7320 * faces.el (set-face-background, set-face-foreground): Doc fix.
7321
7322 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7323 for :foreground and :background.
7324
7325 * dired.el (dired-view-command-alist): Variable deleted.
7326 (dired-view-file, dired-mouse-find-file-other-window):
7327 Delete the code to use it.
7328
7329 2005-01-01 Kim F. Storm <storm@cua.dk>
7330
7331 * image.el (insert-sliced-image): Use t for line-height property.
7332
7333 2004-12-31 Jay Belanger <belanger@truman.edu>
7334
7335 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7336 for "var-" at the beginning of the minibuffer.
7337
7338 2004-12-31 Richard M. Stallman <rms@gnu.org>
7339
7340 * faces.el (read-face-name):
7341 Don't treat an attribute spec as a list of faces.
7342
7343 * simple.el (undo): Use undo-equiv-table to detect
7344 unexpected changes since previous undo.
7345 (undo-list-saved): Variable deleted.
7346 (buffer-disable-undo): Don't alter undo-list-saved.
7347
7348 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7349 (mode-require-final-newline): New option.
7350 (after-find-file): Handle require-final-newline with new values.
7351 (basic-save-buffer): Handle new values of require-final-newline.
7352
7353 * progmodes/sh-script.el (sh-require-final-newline):
7354 Alist value now controls whether to use mode-require-final-newline.
7355 (sh-set-shell): Implement that new meaning.
7356
7357 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7358 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7359 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7360 Delete old-Emacs compatibility code.
7361 (antlr-c-common-init): Function deleted.
7362
7363 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7364 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7365 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7366 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7367 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7368 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7369 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7370 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7371 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7372 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7373 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7374 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7375 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7376 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7377 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7378 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7379
7380 2004-12-31 Jay Belanger <belanger@truman.edu>
7381
7382 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7383 way to return to Calc.
7384
7385 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7386 finish, C-xk as the way to cancel the edit. Add cancel routine to
7387 kill-buffer-hook.
7388
7389 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7390 MacEdit code.
7391
7392 * calc/calc-prog.el: Remove obsolete MacEdit code.
7393 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7394 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7395
7396 2004-12-31 Kenichi Handa <handa@m17n.org>
7397
7398 * international/mule.el (buffer-file-coding-system-explicit):
7399 Rename for explicit-buffer-file-coding-system.
7400 (after-insert-file-set-coding): Adjust for the above change.
7401
7402 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7403 to buffer-file-coding-system-explicit.
7404 (basic-save-buffer-1): Likewise.
7405
7406 2004-12-30 Richard M. Stallman <rms@gnu.org>
7407
7408 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7409 (artist-butlast, artist-last): Functions deleted.
7410 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7411 (artist-compute-key-compl-table): Call remq directly.
7412 (artist-remove-nulls): Function deleted.
7413 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7414 (artist-push, artist-pop): Macro deleted.
7415
7416 2004-12-30 Andreas Leue <al@sphenon.de>
7417
7418 * textmodes/artist.el (artist-version): 1.2.6
7419 (artist-prev-next-op-alist): New variable.
7420 (artist-select-next-op-in-list): New function.
7421 (artist-select-prev-op-in-list): New function.
7422 (artist-make-prev-next-op-alist): New function.
7423 (artist-is-in-op-list-p): New function.
7424 (artist-get-first-non-nil-op): New function.
7425 (artist-get-last-non-nil-op): New function.
7426 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7427 artist-prev-next-op-alist.
7428 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7429 change drawing operation.
7430
7431 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7432
7433 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7434
7435 2004-12-31 Masatake YAMATO <jet@gyve.org>
7436
7437 * server.el (server-process-filter): Suppress `error', too.
7438
7439 2004-12-30 Jay Belanger <belanger@truman.edu>
7440
7441 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7442 Change the way a variable is displayed in a message.
7443
7444 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7445 (calc-user-define-permanent, calc-execute-kbd-macro):
7446 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7447
7448 2004-12-30 Kenichi Handa <handa@m17n.org>
7449
7450 * files.el (basic-save-buffer-1):
7451 Set explicit-buffer-file-coding-system to last-coding-system-used.
7452 (revert-buffer): Pay attention to
7453 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7454 on bind coding-system-for-read.
7455
7456 * international/mule.el (explicit-buffer-file-coding-system):
7457 New buffer local variable.
7458 (after-insert-file-set-coding): Set it to coding-system-for-read.
7459
7460 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7461
7462 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7463
7464 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7465
7466 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7467 that include line numbers.
7468
7469 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7470
7471 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7472 Redundant variable PREFIXLEN removed.
7473
7474 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7475
7476 * eshell/em-hist.el (eshell-previous-matching-input):
7477 Start the deletion from the end of the output.
7478
7479 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7480
7481 * term/mac-win.el: Require x-dnd.
7482 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7483
7484 2004-12-29 David Kastrup <dak@gnu.org>
7485
7486 * international/mule.el (decode-coding-inserted-region):
7487 Don't barf if `buffer-undo-list' is already set to `t'.
7488
7489 2004-12-29 Jay Belanger <belanger@truman.edu>
7490
7491 * calc/calc-prog.el (calc-user-define-formula): Put default values
7492 for function names in prompts.
7493 (calc-user-define-permanent, calc-user-define-composition)
7494 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7495 default input for algebraic functions.
7496
7497 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7498
7499 * vc-rcs.el (vc-rcs-annotate-command):
7500 Fix omission bug: Call `vc-setup-buffer'.
7501
7502 2004-12-29 Kenichi Handa <handa@m17n.org>
7503
7504 * international/mule.el (recode-region): New function.
7505
7506 2004-12-28 Richard M. Stallman <rms@gnu.org>
7507
7508 * simple.el (undo-extra-outer-limit): New variable.
7509 (undo-outer-limit-truncate): Test and set it.
7510
7511 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7512 enables the feature to extend the existing region.
7513
7514 * simple.el (mark-word): New arg ALLOW-EXTEND
7515 enables the feature to extend the existing region.
7516
7517 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7518 enables the feature to extend the existing region.
7519
7520 * startup.el (site-run-file): Don't allow setting it with Custom.
7521
7522 * simple.el (buffer-disable-undo): Fix previous change.
7523
7524 2004-12-27 Masatake YAMATO <jet@gyve.org>
7525
7526 * hexl.el (hexlify-buffer): Remove fontification here.
7527 Use font lock mechanism instead.
7528 (hexl-font-lock-keywords): New font lock kewords.
7529 (hexl-mode-old-font-lock-keywords): New variable.
7530 (hexl-mode): Store the old font lock keywords.
7531 (hexl-mode-exit): Restore the old font lock keywords.
7532
7533 2004-12-27 Richard M. Stallman <rms@gnu.org>
7534
7535 * simple.el (undo): Fix previous change.
7536
7537 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7538
7539 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7540 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7541 Call x-open-connection on Mac OS X.
7542
7543 2004-12-27 Richard M. Stallman <rms@gnu.org>
7544
7545 * files.el (buffer-save-without-query): New var (buffer-local).
7546 (save-some-buffers): Save those buffers first, w/o asking.
7547
7548 * files.el (insert-directory-ls-version): New variable.
7549 (insert-directory): When ls returns an error, test the version
7550 number to decide what the return code means.
7551 With --dired output format, detect and distinguish lines
7552 that are really error messages.
7553 (insert-directory-adj-pos): New function.
7554
7555 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7556
7557 * battery.el (battery-mode-line-format): Remove initial spaces.
7558
7559 * uniquify.el (uniquify-rationalize-file-buffer-names):
7560 Delete interactive spec.
7561
7562 * type-break.el (type-break-mode): Set buffer-save-without-query.
7563 Remove code that tried to set save-some-buffers-always.
7564 (type-break-file-keystroke-count): Bind deactivate-mark.
7565
7566 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7567
7568 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7569 Test that the buffer is live, and maybe reject current buffer too.
7570 Clarify.
7571 (next-error-find-buffer): Rewrite for clarity.
7572
7573 * loadup.el: Don't use buffer-disable-undo; do it directly.
7574
7575 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7576 (describe-variable): Call symbol-file with `defvar'.
7577
7578 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7579 (symbol-file): Rewritten to handle new load-history format.
7580 Now takes an arg TYPE to specify looking for a particular
7581 type of definition only.
7582
7583 * emacs-lisp/debug.el (debugger-make-xrefs):
7584 Call symbol-file with `defun'.
7585
7586 * emacs-lisp/find-func.el (find-function-noselect):
7587 Call symbol-file with `defun'.
7588 (find-variable-noselect): Call symbol-file with `defvar'.
7589
7590 * eshell/esh-cmd.el (eshell-find-alias-function):
7591 Call symbol-file with `defun'.
7592
7593 * eshell/esh-test.el (eshell-test-goto-func):
7594 Call symbol-file with `defun'.
7595
7596 * mail/rmail.el (rmail-resend):
7597 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7598
7599 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7600
7601 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7602
7603 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7604 Call buffer-disable-undo.
7605
7606 * simple.el (undo-list-saved): New variable (buffer-local).
7607 (undo): Set and test it.
7608 (buffer-disable-undo): Move here from buffer.c.
7609 Clear out undo-list-saved.
7610
7611 * international/mule.el (decode-coding-inserted-region):
7612 Set buffer-undo-list in a correct and optimal way.
7613
7614 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7615 (cperl-font-lock-unfontify-region-function): No need to save and
7616 restore info, since font-lock.el does it for us.
7617
7618 * ansi-color.el (save-buffer-state): Definition deleted.
7619 (ansi-color-unfontify-region): Don't use save-buffer-state.
7620
7621 2004-12-27 Dave Love <fx@gnu.org>
7622
7623 * wid-edit.el (function): Use restricted-sexp as parent.
7624
7625 2004-12-27 Kevin Ryde <user42@zip.com.au>
7626
7627 * simple.el (next-matching-history-element): Use same
7628 `interactive' form as previous-matching-history-element.
7629
7630 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7631 it can appear unencoded and has been seen from yahoo.
7632
7633 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7634
7635 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7636 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7637
7638 2004-12-27 Kenichi Handa <handa@m17n.org>
7639
7640 * international/utf-8.el (utf-translate-cjk-load-tables):
7641 Bind coding-system-for-read to nil while loading subst-*.
7642
7643 2004-12-26 Jay Belanger <belanger@truman.edu>
7644
7645 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7646 default input.
7647
7648 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7649
7650 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7651 before reverting and disable undo recording while reverting.
7652
7653 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7654
7655 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7656 (hs-make-overlay): New function.
7657 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7658 (hs-flag-region): Delete function.
7659 (hs-hide-comment-region): No longer use `hs-flag-region'.
7660 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7661 (hs-hide-block-at-point): Likewise.
7662 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7663 (hs-hide-all, hs-show-all): Likewise.
7664 (hs-show-block): Likewise.
7665 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7666
7667 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7668
7669 * progmodes/hideshow.el: Require `cl' when compiling.
7670 Remove XEmacs and Emacs 19 compatibility.
7671 Use `dolist' and `add-to-list' for load-time actions.
7672 (hs-discard-overlays): Use `dolist'.
7673 (hs-show-block): Likewise.
7674
7675 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7676
7677 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7678
7679 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7680
7681 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7682 When extending backwards, move outside the current comment first.
7683
7684 2004-12-22 Kenichi Handa <handa@m17n.org>
7685
7686 * international/quail.el (quail-start-translation): Fix prompt
7687 string for the case if input-method-use-echo-area being non-nil.
7688 (quail-start-conversion): Likewise.
7689 (quail-show-guidance): Don't show guidance if
7690 input-method-use-echo-area is non-nil.
7691
7692 2004-12-21 Richard M. Stallman <rms@gnu.org>
7693
7694 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7695
7696 2004-12-21 Markus Rost <rost@ias.edu>
7697
7698 * calendar/diary-lib.el (mark-diary-entries):
7699 Set mark-diary-entries-in-calendar only after checking for diary-file.
7700
7701 2004-12-21 Richard M. Stallman <rms@gnu.org>
7702
7703 * faces.el (escape-glyph): Use blue against light foreground.
7704
7705 * simple.el (undo-outer-limit-truncate): New function.
7706 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7707
7708 2004-12-21 Eli Barzilay <eli@barzilay.org>
7709
7710 * calculator.el (calculator-radix-grouping-mode)
7711 (calculator-radix-grouping-digits)
7712 (calculator-radix-grouping-separator):
7713 New defcustoms for the new radix grouping mode functionality.
7714 (calculator-mode-hook): Now used in electric mode too,
7715 (calculator): Call it.
7716 (calculator-mode-map): Some new keys.
7717 (calculator-message): New function. Some new calls.
7718 (calculator-op, calculator-set-register): Use it.
7719 (calculator-string-to-number): New function, mostly moved and
7720 updated code from calculator-curnum-value.
7721 (calculator-curnum-value): Use it.
7722 (calculator-paste): Use it, and update grabbing the current-kill.
7723 (calculator-rotate-displayer)
7724 (calculator-rotate-displayer-back): Toggle digit grouping when
7725 in radix mode, use calculator-message.
7726 (calculator-displayer-prev, calculator-displayer-next):
7727 Change digit group size when in radix mode.
7728 (calculator-number-to-string): Rename from
7729 calculator-num-to-string. Now deals with digit grouping in
7730 radix mode.
7731 (calculator-update-display, calculator-put-value): Use the new name.
7732 (calculator-fact): Return a floating point number.
7733 (calculator-mode): Doc fix.
7734
7735 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7736
7737 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7738 * calendar/diary-lib.el (view-other-diary-entries):
7739 Use current-prefix-arg in interactive spec.
7740
7741 2004-12-19 Jay Belanger <belanger@truman.edu>
7742
7743 * calc/calc-aent.el (calcAlg-blank-matching-open):
7744 Temporarily adjust the syntax of both delimiters of half-open intervals.
7745
7746 2004-12-19 Kim F. Storm <storm@cua.dk>
7747
7748 * mouse.el (mouse-1-click-follows-link): Doc fix.
7749
7750 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7751
7752 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7753 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7754 instead of centraleuropean as the name
7755
7756 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7757
7758 Sync with Tramp 2.0.46.
7759
7760 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7761 parameters wrt Tramp convention.
7762 (tramp-handle-file-attributes-with-perl)
7763 (tramp-handle-directory-files-and-attributes): Apply it.
7764 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7765 `copy-program'. Reported by Zack Weinberg
7766 <zack@codesourcery.com>.
7767 (top): Set `edebug-form-spec' property directly rather than
7768 calling `def-edebug-spec'.
7769
7770 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7771 advice less fragile. Surround temporary redefinition of
7772 `substitute-in-file-name' with `unwind-protect'. Suggested by
7773 Matt Hodges <MPHodges@member.fsf.org>.
7774
7775 2004-12-17 Juri Linkov <juri@jurta.org>
7776
7777 * replace.el (occur-accumulate-lines, occur-engine):
7778 Make forcing deferred font-lock fontification jit-specific.
7779
7780 2004-12-17 Kim F. Storm <storm@cua.dk>
7781
7782 * mouse.el (mouse-1-click-follows-link): New defcustom.
7783 (mouse-on-link-p): New function.
7784 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7785 functionality. Map a mouse-1 click event into a mouse-2 (or
7786 other) event when position is inside a link.
7787
7788 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7789 prefix in tooltip text with "mouse-1" when this is a link
7790 recognized by mouse-1-click-follows-link functionality.
7791
7792 * help.el (describe-key): Report effective and original binding
7793 for mouse-1 when clicked on a link.
7794 (describe-mode): Add follow-link property to "minor-mode" button.
7795
7796 * help-fns.el (describe-variable): Add follow-link property to
7797 "below" button.
7798
7799 * help-mode.el (help-xref): Add follow-link property.
7800
7801 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7802 (apropos-command, apropos-variable, apropos-face, apropos-group)
7803 (apropos-widget, apropos-plist): Add follow-link property.
7804
7805 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7806 checks if position is in a filename, rather than some other
7807 clickable item. Function looks for cvs-filename-face at position.
7808
7809 * wid-edit.el (widget-specify-field, widget-specify-button):
7810 Map a :follow-link keyword into a follow-link property.
7811 (link): Add :follow-link keyword, map to RET binding.
7812
7813 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7814
7815 * progmodes/compile.el (compilation-minor-mode-map)
7816 (compilation-button-map, compilation-mode-map): Likewise.
7817
7818 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7819
7820 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7821 (zone-replace-char): Take `count' and `del-count'
7822 instead of `direction'. Update callers. When `del-count' is
7823 non-nil, delete that many characters, otherwise `count' characters
7824 backwards. Insert the newly-replaced string `count' times.
7825 (zone-fret): Handle chars w/ width greater than one.
7826 (zone-fall-through-ws): No longer take window width `ww'.
7827 Update callers. Add handling for `char-width' greater than one.
7828 (zone-pgm-drip): Update var holding window-end position every cycle.
7829
7830 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7831
7832 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7833 rather than insert-file.
7834
7835 2004-12-16 Jay Belanger <belanger@truman.edu>
7836
7837 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7838 (math-init-random-base, math-random-digit): Check to see if
7839 var-RandSeed is bound.
7840 (math-random-last): Declare it.
7841 (math-random-digit): Don't make math-random-last local.
7842
7843 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7844
7845 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7846 one-shot thunk for uniform (error, quit, normal) recovery.
7847 Reported by John Paul Wallington.
7848 (zone-pgm-random-life): Fix bug:
7849 Recognize empty initial field by lack of "@" chars.
7850
7851 2004-12-16 Juri Linkov <juri@jurta.org>
7852
7853 * help.el (function-called-at-point):
7854 * help-fns.el (variable-at-point): As a last resort try stripping
7855 non-word prefixes and suffixes.
7856
7857 * descr-text.el (describe-property-list): Don't treat syntax-table
7858 specially. Use describe-text-sexp which inserts [show] button
7859 for large objects and handles printing errors. Sort properties
7860 by names in alphabetical order instead of by value sizes.
7861 Add `mouse-face' to list of properties for `describe-face' widget.
7862 (describe-char): Mask out face-id from 19 bits of character.
7863 Print face-id separately.
7864
7865 * replace.el (occur-accumulate-lines, occur-engine):
7866 Fontify unfontified matching lines in the source buffer
7867 before copying them.
7868 (occur-engine): Don't put mouse-face on context lines.
7869 (occur-next-error): Set point to line beginning/end
7870 before searching for prev/next property to skip multiple
7871 matches on a line (not supported by occur engine).
7872 Remove redundant prefix-numeric-value.
7873
7874 2004-12-15 Juri Linkov <juri@jurta.org>
7875
7876 * replace.el (match): New face.
7877 (list-matching-lines-face): Change default from `bold' to `match'.
7878
7879 * progmodes/grep.el (grep-match-face): New defvar.
7880 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7881 compilation-column-face to highlight grep matches.
7882
7883 * apropos.el (apropos-match-face): Change default from
7884 `secondary-selection' to `match'.
7885
7886 * info-look.el (info-lookup-highlight-face): Change default from
7887 `highlight' to `match'.
7888
7889 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7890
7891 * progmodes/executable.el (executable-interpret): Eliminate
7892 obsolete compile-internal, and switch to comint for interaction.
7893
7894 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7895
7896 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7897 `&&' when skipping multiple statements on a line.
7898
7899 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7900
7901 * play/zone.el (zone): Set `truncate-lines'.
7902 Also, init `tab-width' with value from original buffer.
7903 (zone-shift-up): Rewrite for speed.
7904 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7905 (zone-pgm-jitter): Remove redundant entries from ops vector.
7906 (zone-exploding-remove): Reduce iteration count.
7907 (zone-cpos): Convert to defsubst.
7908 (zone-replace-char): New defsubst.
7909 (zone-park/sit-for): Likewise.
7910 (zone-fret): Take window-start arg.
7911 Update callers. Use `zone-park/sit-for'.
7912 (zone-fill-out-screen): Rewrite.
7913 (zone-fall-through-ws): Likewise. Update callers.
7914 (zone-pgm-drip): Use `zone-replace-char'.
7915 Move var inits before while-loop. Use `zone-park/sit-for'.
7916 (zone-pgm-random-life): Handle empty initial field.
7917 Use `zone-replace-char' and `zone-park/sit-for'.
7918
7919 2004-12-15 Juri Linkov <juri@jurta.org>
7920
7921 * isearch.el (isearch-update): Test isearch-lazy-highlight
7922 before calling isearch-lazy-highlight-new-loop.
7923 (isearch-lazy-highlight-new-loop):
7924 Don't test isearch-lazy-highlight.
7925
7926 * replace.el (perform-replace): Add isearch-case-fold-search.
7927 Use delimited-flag for isearch-regexp.
7928 Reset isearch-lazy-highlight-last-string to force lazy
7929 highlighting when called from isearch mode.
7930 (query-replace-highlight): Revert defcustom type to boolean.
7931 (query-replace-lazy-highlight): New defcustom.
7932 (query-replace): New face.
7933 (perform-replace, replace-highlight, replace-dehighlight):
7934 Test query-replace-lazy-highlight instead of special value
7935 `isearch' of query-replace-highlight.
7936 (replace-dehighlight): Don't call isearch-dehighlight.
7937 (replace-highlight): Don't call isearch-highlight.
7938 Use face `query-replace' unconditionally.
7939
7940 2004-12-14 Kim F. Storm <storm@cua.dk>
7941
7942 * simple.el (inhibit-mark-movement): Remove defvar.
7943 (beginning-of-buffer, end-of-buffer): Don't use it.
7944
7945 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7946 Don't use inhibit-mark-movement.
7947
7948 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7949 (cua--undo-push-mark): Remove.
7950 (cua--pre-command-handler, cua--post-command-handler):
7951 Don't fiddle with inhibit-mark-movement.
7952
7953 2004-12-14 Juri Linkov <juri@jurta.org>
7954
7955 * buff-menu.el (list-buffers-noselect): Collect internal info
7956 for every buffer in BUFFER-LIST arg too.
7957 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7958 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7959 Bind same-window-buffer-names and same-window-regexps to nil.
7960
7961 2004-12-13 Juri Linkov <juri@jurta.org>
7962
7963 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7964
7965 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7966 (sc-cite-region, sc-uncite-region, sc-recite-region):
7967 Fix previous change to handle not alist as a symbol, but
7968 a citation frame as a symbol that represents a variable name.
7969
7970 2004-12-13 Richard M. Stallman <rms@gnu.org>
7971
7972 * filecache.el (file-cache-add-directory-using-find):
7973 Only set up file-cache-find-command-posix-flag if we will use it.
7974
7975 * bindings.el (mode-line-buffer-identification-keymap):
7976 Don't cancel the mode-line's usual down-mouse-1 binding.
7977
7978 * cus-edit.el (custom-face-selected): Handle `default' specs.
7979 (custom-face-edit): Increase extra-offset.
7980 (custom-display): Handle `default' specs.
7981
7982 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7983
7984 * emacs-lisp/elint.el (elint-standard-variables)
7985 (elint-unknown-builtin-args): Move definitions up.
7986
7987 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7988
7989 * info.el (info-xref-visited): Use `default' instead of t.
7990 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7991
7992 * faces.el (header-line, mode-line-inactive, tool-bar):
7993 Use `default' instead of t for setting the defaults.
7994 (face-spec-choose): Separate `t' from `default'.
7995
7996 * subr.el (while-no-input): New macro.
7997
7998 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
7999
8000 * filecache.el (file-cache-add-directory-using-find):
8001 Only test file-cache-find-command-posix-flag on some systems.
8002
8003 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8004
8005 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8006 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8007 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8008 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8009 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8010
8011 2004-12-12 Juri Linkov <juri@jurta.org>
8012
8013 * files.el (find-file-other-window, find-file-other-frame):
8014 Add the first buffer to the returned value to return the complete
8015 list of all visited buffers.
8016 (find-file-read-only, find-file-read-only-other-window)
8017 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8018 `find-file-read-args'. Signal an error about non-existent file
8019 only if file name doesn't contain wildcards. Toggle read-only in
8020 all visited buffers.
8021 (find-alternate-file, find-alternate-file-other-window):
8022 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8023 called interactively. Pass arg `wildcards' to other functions.
8024 (find-file-noselect): Doc fix.
8025
8026 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8027 Doc fix.
8028 (ffap-directory-finder): New variable.
8029 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8030 (ffap-file-at-point): Add /* to immediately rejected names.
8031 Return absolute file names matching ffap-dired-wildcards.
8032 (ffap-read-file-or-url): Set default value for `completing-read'
8033 to `buffer-file-name'.
8034 (find-file-at-point): When filename matches ffap-dired-wildcards,
8035 call ffap-file-finder with t arg `wildcards', instead of dired.
8036 (ffap-other-window, ffap-other-frame): Return visited buffers.
8037 (ffap-read-only, ffap-read-only-other-window)
8038 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8039 (dired-at-point): Call ffap-directory-finder instead of dired.
8040 (ffap-dired-other-window, ffap-dired-other-frame)
8041 (ffap-list-directory): New commands.
8042 (ffap-bindings): New keybindings for new commands.
8043
8044 2004-12-12 Juri Linkov <juri@jurta.org>
8045
8046 * simple.el (beginning-of-buffer, end-of-buffer):
8047 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8048 Do not push mark when mark is active in transient-mark-mode.
8049
8050 * simple.el (mark-word):
8051 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8052 * textmodes/paragraphs.el (mark-paragraph):
8053 Extend the region when mark is active in transient-mark-mode,
8054 regardless of the last command. Doc fix.
8055
8056 * simple.el (mark-word): Preserve direction when repeating.
8057 Make arg optional. Interactive "p" -> "P".
8058 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8059
8060 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8061 preserving direction, to mark forward instead of backward when mark
8062 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8063
8064 2004-12-12 Juri Linkov <juri@jurta.org>
8065
8066 * isearch.el (isearch-edit-string): Set 7th arg of
8067 `read-from-minibuffer' to `t' to inherit the current input
8068 method (whose name is indicated by [IM] in the minibuffer prompt)
8069 from the current buffer to the minibuffer.
8070 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8071 to allow C-g quitting for lazy highlighting looping inside the
8072 search with nested repetition operators. Add overlay to the list
8073 before setting its face and other properties to avoid the case of
8074 code quitting after placing the new overlay but before it's
8075 recorded on the list. Select the window where isearch was
8076 activated, to highlight matches in the right window when isearch
8077 switches the current window to the minibuffer.
8078
8079 * international/isearch-x.el
8080 (isearch-process-search-multibyte-characters):
8081 Use `isearch-message' as initial input for `read-string' instead
8082 of adding it to the minibuffer prompt. After reading a string
8083 remove the initial value of `isearch-message' from the string.
8084
8085 * replace.el (replace-match-maybe-edit): Doc fix.
8086 (perform-replace): Don't call `replace-highlight' when automatic
8087 replacement is requested in literal mode, since it is intended
8088 only to highlight words during entering a new replacement string
8089 for \? in non-literal mode.
8090
8091 * replace.el (query-replace-highlight): Add new value `isearch'
8092 that allows query replacement to use isearch highlighting.
8093 Change type from `boolean' to `choice'. Doc fix.
8094 (replace-highlight, replace-dehighlight, perform-replace):
8095 Use isearch highlighting if query-replace-highlight eq `isearch'.
8096
8097 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8098
8099 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8100 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8101
8102 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8103 case of \end{verbatim}.
8104
8105 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8106
8107 * term.el (term-termcap-format): Synchronyze with terminfo.
8108 (term-emulate-terminal): Handle reset.
8109 (term-reset-terminal): New function.
8110
8111 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8112
8113 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8114 (zone-fill-out-screen): New func.
8115 (zone-pgm-drip): Use `zone-fill-out-screen'.
8116 Also, no longer go to point-min on every cycle.
8117 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8118 (zone-pgm-random-life-wait): New user var.
8119 (zone-pgm-random-life): New func.
8120
8121 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8122
8123 * files.el (auto-mode-alist): Map .com to DCL mode.
8124
8125 2004-12-09 Richard M. Stallman <rms@gnu.org>
8126
8127 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8128
8129 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8130
8131 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8132 buffer with a display margin.
8133
8134 2004-12-08 Jay Belanger <belanger@truman.edu>
8135
8136 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8137 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8138
8139 2004-12-08 Richard M. Stallman <rms@gnu.org>
8140
8141 * faces.el: Delete code to set display table.
8142 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8143
8144 2004-12-08 Jay Belanger <belanger@truman.edu>
8145
8146 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8147
8148 * calc/calc-ext.el (math-read-replacement-list)
8149 (math-read-superscripts, math-read-preprocess-string): Move to
8150 calc-aent.el.
8151
8152 * calc/calc-aent.el (math-read-replacement-list)
8153 (math-read-superscripts, math-read-preprocess-string): Move from
8154 calc-ext.el.
8155
8156 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8157
8158 * isearch.el (isearch-quote-char): Fix up typo in last change.
8159
8160 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8161
8162 * mouse.el (mouse-set-font): Handle the case where the command was
8163 not invoked using the mouse.
8164
8165 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8166 (edmacro-finish-edit): Further update for keyboard macros that are
8167 lambda forms.
8168 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8169
8170 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8171
8172 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8173 (font-lock-default-unfontify-region): Don't save buffer state any more.
8174
8175 2004-12-07 Jay Belanger <belanger@truman.edu>
8176
8177 * calc/calc-help.el (calc-describe-key):
8178 Set calc-summary-indentation even when Calc Summary buffer exists.
8179
8180 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8181
8182 * calendar/holidays.el (holiday-easter-etc): Make arguments
8183 optional for backwards compatibility. Doc fix.
8184 Remove un-necessary local vars mandatory, output-list.
8185 (holiday-advent): Make arguments optional for backwards
8186 compatibility. Doc fix.
8187
8188 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8189
8190 * paren.el (show-paren-function): Fix last change (2004-12-02).
8191
8192 * international/mule-util.el (char-displayable-p): Return nil for
8193 unibyte mode.
8194
8195 * subr.el (subregexp-context-p): New function.
8196
8197 * isearch.el (isearch-quote-char): Use it.
8198
8199 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8200 (regexp-opt-not-groupie*-re): Remove.
8201 (regexp-opt): Properly handle inputs with duplicate entries.
8202
8203 2004-12-06 Richard M. Stallman <rms@gnu.org>
8204
8205 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8206
8207 * cus-edit.el (custom-file): Doc fix.
8208
8209 * textmodes/org.el: New file.
8210
8211 2004-12-06 Kenichi Handa <handa@m17n.org>
8212
8213 * ldefs-boot.el: Update international/mule-util.el section.
8214
8215 2004-12-05 Sam Steingold <sds@gnu.org>
8216
8217 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8218 Fix `tramp-time-diff' comparison logic.
8219
8220 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8221
8222 * progmodes/which-func.el (which-function):
8223 Use `run-hook-with-args-until-success' instead of a custom loop.
8224 Fixes bug with local hooks.
8225
8226 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8227
8228 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8229 Use delete-dups when calculating the initial value.
8230 (bibtex-autokey-get-title): Use <=.
8231 (bibtex-goto-line): New function.
8232 (bibtex-reposition-window): Use line numbers instead of point
8233 positions. Use window-body-height.
8234 (bibtex-find-crossref): Use bibtex-reposition-window.
8235 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8236 position of entry if key is found or nil if not found.
8237
8238 2004-12-05 Richard M. Stallman <rms@gnu.org>
8239
8240 * cus-edit.el (custom-file): Doc fix.
8241
8242 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8243
8244 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8245
8246 * simple.el (blink-matching-open):
8247 * textmodes/tex-mode.el (tex-validate-region):
8248 Obey syntax-table text properties.
8249
8250 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8251
8252 * wid-edit.el (widget-specify-field): Add `real-field' property to
8253 boundary.
8254 (widget-field-at): Use it.
8255
8256 2004-12-02 Richard M. Stallman <rms@gnu.org>
8257
8258 * progmodes/cc-mode.el (awk-mode autoload):
8259 Supply t meaning interactive function.
8260
8261 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8262 (isearch-mode-map): No special definition for space.
8263 (isearch-whitespace-chars): Command deleted.
8264 (isearch-forward-regexp): Doc fix.
8265 (isearch-quote-char): When a space is not inside brackets,
8266 use `[ ]' instead of just space.
8267 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8268
8269 * imenu.el (imenu--generic-function): Delete code to exclude
8270 matches in comments.
8271
8272 * man.el (Man-reverse-face): Change default to `highlight'.
8273
8274 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8275 (occur-engine): Use `face' prop rather than `font-lock-face'
8276 when specifying use of `match-face'.
8277 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8278
8279 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8280
8281 * add-log.el (add-log-current-defun): Handle the case where point
8282 is in the header part of a DEFUN construct.
8283
8284 2004-12-02 Dave Love <fx@gnu.org>
8285
8286 * progmodes/python.el (python-font-lock-syntactic-keywords):
8287 Fix previous change.
8288
8289 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8290
8291 * paren.el (show-paren-function): Check for matching chars
8292 specified by text props.
8293
8294 2004-12-02 Jay Belanger <belanger@truman.edu>
8295
8296 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8297 when reading a new key sequence.
8298
8299 2004-12-02 Kim F. Storm <storm@cua.dk>
8300
8301 * faces.el (escape-glyph): Rename from glyph.
8302 (standard-display-table): Set it here. Add escape-glyph face to
8303 extra slot characters.
8304
8305 * disp-table.el: Undo 2004-12-01 change. Display table is now
8306 setup in faces.el.
8307
8308 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8309
8310 * xml.el (xml-parse-dtd): Don't show validity messages when
8311 xml-validating-parser is nil.
8312 (xml-substitute-special): Fix validity error messages to
8313 actually show the unexpandable entity. Added validity error if &
8314 isn't followed by an entity.
8315 (xml-parse-tag): Concatenate any string following the a
8316 <![CDATA[]]> section to the parsed CDATA.
8317 (xml-parse-dtd): Skip parameter entity declarations and use of
8318 parameter entities.
8319
8320 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8321
8322 * kmacro.el (kmacro-default-counter-format): New var.
8323 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8324 (kmacro-display): Remove `nil' from `and' form. Delete call to
8325 `format' inside `message'.
8326 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8327
8328 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8329
8330 * pcvs.el (cvs-header-msg): New function.
8331 (cvs-update-header): Use it. Change calling convention.
8332 Correctly handle the case of having simultaneous active processes.
8333 (cvs-sentinel): Don't call cvs-update-header any more.
8334 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8335
8336 2004-12-01 Jay Belanger <belanger@truman.edu>
8337
8338 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8339 Change message.
8340
8341 2004-12-01 Juri Linkov <juri@jurta.org>
8342
8343 * progmodes/prolog.el (prolog-mode-variables):
8344 Fix imenu-generic-expression.
8345
8346 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8347
8348 * faces.el (glyph): New face.
8349
8350 * disp-table.el: Add an autoloaded table, that doesn't require
8351 this library, with glyph face.
8352
8353 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8354 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8355 (conf-quote-normal): Allow normalizing only ' or ".
8356 (conf-mode): Regexp-quote constructed comment-start and don't
8357 match section {} where "name" contains braces.
8358
8359 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8360 files.
8361
8362 2004-12-01 Kenichi Handa <handa@m17n.org>
8363
8364 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8365 (x-select-text): Don't treat eight-bit-control/graphic chars
8366 specially. Store the encoded text in the X cut buffer.
8367 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8368 with x-last-selected-text-cut-encoded.
8369
8370 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8371
8372 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8373
8374 2004-11-30 Markus Rost <rost@ias.edu>
8375
8376 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8377 AUCTeX.
8378
8379 2004-11-30 Jay Belanger <belanger@truman.edu>
8380
8381 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8382 on signs of intervals.
8383 (math-pow-of-zero): Strengthen checks for positive and negative
8384 exponents.
8385
8386 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8387 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8388 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8389 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8390 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8391 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8392 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8393 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8394 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8395 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8396 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8397 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8398 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8399 with provide statements.
8400
8401 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8402
8403 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8404
8405 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8406 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8407 functions by require statements.
8408 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8409
8410 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8411 (calc-gnuplot-print): Give them values.
8412
8413 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8414 autoloads.
8415 Add calc-do-embedded-activate to autoloads.
8416 (calc-gnuplot-name, calc-gnuplot-plot-command)
8417 (calc-gnuplot-print-command): Move them to calc-graph.el.
8418
8419 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8420
8421 * term/mac-win.el (ccl-encode-mac-roman-font)
8422 (ccl-encode-mac-cyrillic-font)
8423 (ccl-encode-mac-centraleuropean-font, encoder-list)
8424 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8425 Support Cyrillic, CentralEuropean, and Dingbat font display
8426
8427 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8428
8429 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8430
8431 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8432 still nil.
8433
8434 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8435
8436 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8437 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8438
8439 2004-11-29 Jay Belanger <belanger@truman.edu>
8440
8441 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8442 cases of the base and exponent.
8443
8444 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8445
8446 * simple.el (next-error-buffer-p): Allow for inclusive and
8447 exclusive tests for finding a buffer.
8448 (next-error-find-buffer): Pass the exclusive and inclusive tests
8449 to next-error-buffer-p.
8450
8451 * replace.el (occur-next-error): Switch to the Occur buffer when
8452 appropriate, use the exclusive filter to next-error-find-buffer to
8453 do it. Use the absolute value of the motion amount.
8454
8455 2004-11-29 Kenichi Handa <handa@m17n.org>
8456
8457 * startup.el (command-line): Decode all default-directory by
8458 locale-coding-system.
8459
8460 2004-11-29 Jay Belanger <belanger@truman.edu>
8461
8462 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8463 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8464 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8465 Replace calls to calc-extensions by appropriate require, replace
8466 calc-extensions-loaded by appropriate featurep.
8467
8468 * calc/calc-ext.el: Move require to end of file.
8469 Remove redundant loading of calc.el.
8470 (calc-extensions-loaded): Remove unnecessary variable.
8471 (calc-extensions): Remove unnecessary function.
8472 (calc-load-everything): Replace calc-need-macros by appropriate require.
8473
8474 * calc/calc-macs.el: Move provide to end of file.
8475 (calc-need-macros): Remove unnecessary function.
8476
8477 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8478 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8479 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8480 Replace calc-extensions by appropriate require.
8481 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8482
8483 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8484 Replace calc-need-macros by appropriate require.
8485
8486 * calc/calc.el: Move require to end of file.
8487 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8488 Remove unnecessary variable.
8489 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8490 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8491 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8492 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8493 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8494 (math-format-number, math-format-bignum, math-read-number)
8495 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8496 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8497 by appropriate require.
8498 (calc-check-defines): Replace calc-need-macros by appropriate require.
8499
8500 2004-11-29 Kim F. Storm <storm@cua.dk>
8501
8502 * macros.el (insert-kbd-macro): Handle kmacro functions.
8503
8504 2004-11-28 Juri Linkov <juri@jurta.org>
8505
8506 * compare-w.el (compare-windows-highlight): Attach each overlay
8507 to its window to properly highlight differences while comparing
8508 two windows of the same buffer. Fix arguments.
8509 (compare-windows-sync-default-function): Fix arguments of
8510 `compare-windows-highlight'.
8511
8512 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8513 Use `read-expression-history'. Set initial contents only if
8514 `edebug-global-break-condition' is non-nil. Set histpos to 1
8515 if initial contents is equal to the last history element.
8516 (edebug-set-conditional-breakpoint): Instead of temporarily
8517 prepending the current condition to the history, set initial
8518 contents to the current condition. Set histpos to 1 if initial
8519 contents is equal to the last history element.
8520
8521 * info.el (Info-search-whitespace-regexp): Remove shy group.
8522 (Info-search): Forward line if search is on the header line.
8523 Use search-whitespace-regexp in two other places.
8524
8525 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8526
8527 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8528 warning. Delay real definition, which uses
8529 `set-fringe-indicators-1' till after the definition of that function.
8530
8531 2004-11-28 Kim F. Storm <storm@cua.dk>
8532
8533 * fringe.el (fringe): New defgroup.
8534 (fringe-mode): Move to fringe group.
8535 (fringe-indicators): New defcustom.
8536 (set-fringe-indicators-1): New defun.
8537
8538 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8539 (menu-bar-showhide-fringe-ind-menu): New keymap.
8540 (menu-bar-showhide-fringe-ind-empty)
8541 (menu-bar-showhide-fringe-ind-mixed)
8542 (menu-bar-showhide-fringe-ind-box)
8543 (menu-bar-showhide-fringe-ind-right)
8544 (menu-bar-showhide-fringe-ind-left)
8545 (menu-bar-showhide-fringe-ind-none): New defuns.
8546 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8547
8548 2004-11-27 Richard M. Stallman <rms@gnu.org>
8549
8550 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8551
8552 * generic.el (define-generic-mode): Doc fix.
8553
8554 * menu-bar.el (menu-bar-options-save): For the options
8555 that are toggled with menu-bar-make-mm-toggle, don't check
8556 for customized-value prop.
8557
8558 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8559
8560 * mail/supercite.el (sc-cite-region): Handle the case where
8561 sc-cite-frame-alist is a symbol.
8562 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8563 a symbol.
8564 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8565 a symbol.
8566
8567 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8568
8569 * wid-edit.el (widget-narrow-to-field): New function.
8570 (widget-complete): Use it.
8571
8572 2004-11-27 Jay Belanger <belanger@truman.edu>
8573
8574 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8575 variable.
8576 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8577 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8578 (math-alg-inequalities): Move declaration to earlier in the file.
8579
8580 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8581 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8582 Declare them.
8583
8584 * calc/calc-lang.el (math-expr-data, math-expr-token)
8585 (math-exp-old-pos): Declare them.
8586
8587 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8588 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8589
8590 2004-11-27 Kim F. Storm <storm@cua.dk>
8591
8592 * progmodes/flymake.el: Use (featurep 'xemacs).
8593 (flymake-makehash): Change to defsubst. Use fboundp.
8594 (flymake-time-to-float): Remove.
8595 (flymake-float-time): Merge code from flymake-time-to-float here.
8596 (flymake-replace-regexp-in-string): Change to defsubst.
8597 (flymake-split-string-remove-empty-edges):
8598 Rename to flymake-split-string.
8599 (flymake-split-string): Remove previous defalias.
8600 (flymake-get-temp-dir): Change to defsubst.
8601 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8602 Define for xemacs only.
8603 (flymake-master-file-count-limit): Change into compiler defvar only.
8604 (flymake-find-possible-master-files): Let-bind it dynamically while
8605 sorting files using flymake-master-file-compare.
8606
8607 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8608
8609 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8610 of defun-prompt-regexp matches inside a comment/string but the
8611 beginning is correctly outside everything.
8612
8613 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8614 appears within a string or a comment.
8615
8616 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8617 rather than make-symbol for symbols which are used in
8618 a symbol-macrolet or equivalent.
8619
8620 2004-11-26 Jay Belanger <belanger@truman.edu>
8621
8622 * calc-misc.el (calc-last-why-command): Declare it.
8623
8624 * calc-vec.el (math-grade-vec): New variable.
8625 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8626 Replace variable grade-vec by declared variable.
8627 (math-rb-close): New variable.
8628 (math-read-brackets, math-read-vector): Replace variable close by
8629 declared variable.
8630
8631 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8632 (calc-one-window, calc-edit-handler, calc-restore-trail)
8633 (calc-allow-ret): Declare them.
8634
8635 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8636 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8637 (math-radix-float-cache-tag, math-random-cache)
8638 (math-max-digits-cache, math-integral-cache, math-units-table)
8639 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8640 (math-moc-func): New variable.
8641 (math-map-over-constants, math-map-over-constants-rec):
8642 Replace variable func by declared variable.
8643
8644 * calc/calc-store.el (calc-given-value, calc-store-opers):
8645 Declare them.
8646 (calc-var-name-map): Move declaration to earlier in the file.
8647 (calc-pv-pos): New variable.
8648 (calc-permanent-variable, calc-insert-permanent-variable):
8649 Replace variable pos by declared variable.
8650
8651 * calc/calc-mtx.el (calc-det-lu): New variable.
8652 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8653
8654 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8655 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8656 and arg by declared variables.
8657 (calcFunc-reducer): Fix incorrect variable.
8658 (math-inner-mul-func, math-inner-add-func): New variables.
8659 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8660 and add-func by declared variables.
8661
8662 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8663 (calc-digit-value): Declare them.
8664
8665 * calc/calc-help.el (Info-history): Declare it.
8666 (calc-describe-key): Make calc-summary-indentation a local variable.
8667 (calc-help-long-names): Move declaration to earlier in file.
8668
8669 * calc/calc-embed.el (calc-original-buffer): Declare it.
8670 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8671 (calc-embed-bot): New variables.
8672 (calc-do-embedded, calc-embedded-mark-formula)
8673 (calc-embedded-find-bounds, calc-embedded-duplicate)
8674 (calc-embedded-new-formula, calc-embedded-make-info):
8675 Replace vars outer-top, outer-bot, bot and top by declared variables.
8676 (calc-embed-prev-modes): New variable.
8677 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8678 prev-modes with declared variable.
8679 (calc-embed-vars-used): New variable.
8680 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8681 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8682 vars-used by declared variable.
8683
8684 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8685 (math-format-radix-float): Remove unnecessary setq.
8686 (math-radix-float-cache): Declare it.
8687
8688 * calc/calcsel2.el (calc-keep-selection): Declare it.
8689
8690 * calc/calc-maint.el: Remove file.
8691
8692 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8693
8694 * textmodes/bibtex.el (bibtex-sort-entry-class)
8695 (bibtex-comment-start): Use defcustom.
8696 (bibtex-entry-field-alist): Use nil if initial content of the
8697 field is undefined. Fix docstring.
8698 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8699 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8700 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8701 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8702 Fix docstring.
8703 (bibtex-autokey-title-terminators): Use only one regexp.
8704 (bibtex-string-maybe-empty-head): New variable.
8705 (bibtex-remove-delimiters-string): New function.
8706 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8707 Use bibtex-remove-delimiters-string.
8708 (bibtex-progress-message, bibtex-field-left-delimiter)
8709 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8710 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8711 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8712 Simplify.
8713 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8714 Use eq and bibtex-remove-delimiters-string. For end markers use
8715 insertion type so that marker stays after inserted text.
8716 (bibtex-autokey-get-names): Return empty string if name is missing.
8717 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8718 calling bibtex-autokey-name-case-convert.
8719 (bibtex-autokey-demangle-title):
8720 Call bibtex-autokey-titleword-case-convert. Remove call to
8721 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8722 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8723 (bibtex-read-key): New optional arg global.
8724 (bibtex-files-expand): New optional arg force.
8725 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8726 (bibtex-complete-crossref-cleanup): Rename from
8727 bibtex-complete-key-cleanup. Simplify code.
8728 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8729 Operate on current entry.
8730 (bibtex-button): Add docstring.
8731 (bibtex-entry): Simplify.
8732 (bibtex-make-field): Replace optional arg called-by-yank with more
8733 specific args move and interactive.
8734 (bibtex-end-of-entry): Use forward-sexp.
8735 (bibtex-find-entry-globally): Remove.
8736 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8737 Bound to C-c C-x.
8738 (bibtex-find-entry): New optional args global and display.
8739 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8740 (bibtex-validate): Use arg force of bibtex-files-expand.
8741 (bibtex-clean-entry): Bugfix, clean string entries properly.
8742 Always keep point at beginning of entry.
8743 (bibtex-complete): Bugfix. Handle string entries properly.
8744 Call cleanup functions only if needed.
8745 (bibtex-String): Use bibtex-read-string-key.
8746 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8747 case of replacement text.
8748
8749 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8750
8751 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8752 (tramp-perl-directory-files-and-attributes): New constant.
8753 (tramp-file-name-handler-alist): Delete file-directory-files, add
8754 directory-files-and-attributes.
8755 (tramp-perl-file-attributes): Surround uid and gid by double
8756 quotes. Change parameter id-format from nonnumeric.
8757 (tramp-convert-file-attributes): New function.
8758 (tramp-handle-file-attributes): Use it.
8759 (tramp-maybe-send-perl-script): New function.
8760 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8761 file mode. Change parameter id-format from nonnumeric.
8762 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8763 from nonnumeric.
8764 (tramp-post-connection): Don't send tramp-perl-file-attributes
8765 script. Reset connection property "perl-scripts".
8766 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8767 in use.
8768
8769 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8770
8771 * desktop.el (desktop-read): Replace mapcar with mapc.
8772 (desktop-create-buffer): Replace mapcar with mapc.
8773 Remove redundant piece of code.
8774
8775 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8776
8777 * progmodes/gud.el (gud-display-line): Use display-buffer
8778 for GDB-UI as for GUD.
8779
8780 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8781 Delete variables.
8782 (gdb-ann3): Don't make GUD buffer dedicated.
8783 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8784 (gdb-display-source-buffer): Delete function.
8785 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8786 (menu): Delete menu bindings for viewing source/assembler.
8787 (gdb-setup-windows, gdb-restore-windows):
8788 Don't dedicate GUD. No assembler now.
8789 (gdb-reset): No need to undedicate source buffers now.
8790 (gdb-source-info): No assembler now.
8791
8792 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8793
8794 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8795 width to those for special frames.
8796 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8797 Use display-buffer.
8798 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8799 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8800 (gdb-frame-assembler-buffer): Rework like
8801 gdb-frame-breakpoints-buffer.
8802
8803 2004-11-25 Richard M. Stallman <rms@gnu.org>
8804
8805 * progmodes/flymake.el: Reindent.
8806 (flymake-split-string): Turn into defalias.
8807 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8808 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8809 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8810 (flymake-build-relative-filename): Rename from ...path.
8811 Fix error message.
8812
8813 2004-11-25 Cheng Gao <chenggao@gmail.com>
8814
8815 * progmodes/flymake.el: Much whitespace and capitalization change.
8816 Move `provide' to end. Require `compile' only when compiling.
8817
8818 2004-11-24 Jay Belanger <belanger@truman.edu>
8819
8820 * calc/calc-alg.el: Added comment.
8821 (math-polynomial-base): Replace variable mpb-top-expr by
8822 math-poly-base-top-expr.
8823
8824 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8825 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8826 variable.
8827 (math-poly-base-total-base): New variable.
8828 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8829 mpb-total-base by declared variable.
8830 (math-factored-vars, math-to-list): Declare it.
8831 (math-fact-expr): New variable.
8832 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8833 (math-factor-expr-try, math-factor-expr-part): Replace variable
8834 expr by declared variable.
8835 (math-fet-x): New variable.
8836 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8837 by declared variable.
8838 (math-factor-poly-coefs): Make temp a local variable.
8839
8840 * calc/calc-units.el (calc-convert-units): Make units a local
8841 variable.
8842 (calc-num-units, calc-den-units): New variables.
8843 (calc-explain-units, calc-explain-units-rec): Replace variables
8844 num-units and den-units by declared variables.
8845 (math-cu-unit-list): New variable.
8846 (math-build-units-table, math-compare-unit-names)
8847 (math-convert-units, math-convert-units-rec): Replace variable
8848 unit-list by declared variable.
8849 (math-fbu-base, math-fbu-entry): New variables.
8850 (math-find-base-units, math-find-base-units-rec): Replace variables
8851 base and entry by declared variables.
8852 (math-which-standard): New variable.
8853 (math-to-standard-units, math-to-standard-rec): Replace variable
8854 which-standard by declared variable.
8855 (math-fcu-u): New variable.
8856 (math-find-compatible-unit, math-find-compatible-unit-rec):
8857 Replace variable u by declared variable.
8858 (math-cu-new-units, math-cu-pure): New variables.
8859 (math-convert-units, math-convert-units-rec): Replace variables
8860 new-units and pure by declared variables.
8861 (math-try-cancel-units): New variable.
8862 (math-simplify-units-quotient): Replace variable try-cancel-units by
8863 declared variable.
8864
8865 2004-11-24 Richard M. Stallman <rms@gnu.org>
8866
8867 * textmodes/ispell.el (ispell-check-version):
8868 If default-directory is nonexistent, use home dir.
8869
8870 * progmodes/grep.el (grep-regexp-alist):
8871 Don't match parens around line numbers.
8872
8873 * progmodes/cperl-mode.el (cperl-indent-region)
8874 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8875 Don't print progress messages.
8876
8877 * progmodes/compile.el (compilation-mode-map):
8878 Don't inherit from compilation-minor-mode-map;
8879 copy its bindings instead. But the menu bar Compile
8880 entry now does inherit from compilation-menu-map.
8881
8882 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8883 Use with-no-warnings around compiler-macroexpand.
8884
8885 * imenu.el: Don't always require newcomment.
8886 (imenu--generic-function): Call comment-normalize-vars
8887 if we have a comment syntax.
8888 Exit the loop if REGEXP matches the null string.
8889 Test comment-start as well as comment-start-skip
8890 when deciding whether to check for comments.
8891
8892 * tooltip.el (tooltip-mode): Doc fix.
8893
8894 * term.el (term-escape-char, term-mode): Doc fixes.
8895
8896 2004-11-24 Dave Love <fx@gnu.org>
8897
8898 * progmodes/python.el (python-font-lock-syntactic-keywords):
8899 Check for escapes in the regexp.
8900 (python-quote-syntax): Don't do it here.
8901
8902 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8903
8904 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8905 (gdb-frames-mode-map, gdb-threads-mode-map)
8906 (gdb-registers-mode-map, gdb-locals-mode-map)
8907 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8908 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8909
8910 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8911 (dedicated-switch-to-buffer): Rework.
8912 (gdb-var-evaluate-expression-handler, gdb-put-string):
8913 Remove unused variable bindings.
8914 (gdb-setup-windows, gdb-display-buffer):
8915 Simplify. Use pop-to-buffer.
8916 (gdb-view-source-function): Simplify.
8917 (gdb-frame-breakpoints-buffer):
8918 Use pop-to-buffer, special-display-regexps.
8919
8920 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8921
8922 * progmodes/f90.el (f90-smart-end)
8923 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8924 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8925 (f90-end-of-block): Doc fix. Make check of outermost block
8926 conditional on value of `f90-smart-end'.
8927 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8928 Handle case where END-BLOCK is nil.
8929 (f90-match-end): Handle un-named PROGRAM blocks.
8930 (f90-backslash-not-special): New function.
8931
8932 2004-11-24 Jay Belanger <belanger@truman.edu>
8933
8934 * calc/calc.el (calc-embedded-active): Removed unnecessary
8935 declaration.
8936 (calc-show-banner): Removed redundant declaration.
8937
8938 * calc/calc-graph.el (calc-gnuplot-default-device)
8939 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8940 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8941 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8942 Remove redundant initial values.
8943
8944 * calc/calc-arith.el (math-scalar-functions)
8945 (math-nonscalar-functions, math-scalar-if-args-functions)
8946 (math-real-functions, math-positive-functions)
8947 (math-nonnegative-functions, math-real-scalar-functions)
8948 (math-real-if-arg-functions, math-integer-functions)
8949 (math-num-integer-functions, math-rounding-functions)
8950 (math-float-rounding-functions, math-integer-if-args-functions)
8951 (math-super-types): Move declarations to earlier in file.
8952 (math-unit-prefixes): Declared it.
8953 (math-floor-prec, math-trunc-prec): New variables.
8954 (math-trunc-fancy): Replace variable prec by declared variable.
8955 (math-floor-fancy): Replace variable prec by declared variable.
8956 (math-com-bterms): New variable.
8957 (math-commutative-equal, math-commutative-collect):
8958 Replace variable bterms by declared variable.
8959
8960 * calc/calc-misc.el (math-trunc): Replace variable prec by
8961 math-trunc-prec.
8962 (math-floor): Replace variable prec by math-floor-prec.
8963
8964 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8965 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8966 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8967 (math-format-date, math-format-date-part): Replace variables
8968 date, dt, year, month, day, weekday, hour, minute, second and
8969 bc-flag by declared variables.
8970 (math-pd-str): New variable.
8971 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8972 Replace variable str by declared variable.
8973 (math-daylight-savings-hook, math-tzone-names): Move definitions
8974 to earlier in the file.
8975 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8976 (math-sh-year): New variable.
8977 (math-setup-add-holidays, math-setup-holidays)
8978 (math-setup-year-holidays): Replace variable `year' by declared
8979 variable.
8980
8981 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8982 New variables.
8983 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8984 n, nf and nfm1 by declared variables.
8985 (math-nri-n): New variable.
8986 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8987 n by declared variable.
8988 (calcFunc-log): Removed misplaced condition.
8989
8990 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8993
8994 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8995
8996 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8997 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8998 Dedicate gdb-related windows.
8999 (gdb-display-buffer): Dedicate gdb-related windows.
9000 Don't grab other frames.
9001 (gdb-reset): Remove dedicated property after debugging.
9002
9003 2004-11-24 Jay Belanger <belanger@truman.edu>
9004
9005 * calc/calc-sel.el: Add comment.
9006
9007 * calc/calc.el (math-stack-value-offset): Replace variables c,
9008 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9009
9010 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9011 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9012 (math-stack-value-offset-fancy): Replace variables c, wid and off
9013 by declared variables.
9014 (math-comp-just, math-comp-comma-spc): New variables.
9015 (math-compose-expr, math-compose-matrix): Replace variables `just'
9016 and comma-spc by declared variable.
9017 (math-comp-vector-prec): New variable.
9018 (math-compose-expr, math-compose-matrix, math-compose-rows):
9019 Replace variable vector-prec by declared variable.
9020 (math-comp-left-bracket, math-comp-right-bracket)
9021 (math-comp-comma): New variables.
9022 (math-compose-expr, math-compose-rows): Replace variables
9023 left-bracket, right-bracket and comma by declared variables.
9024 (math-comp-full-width): New variable.
9025 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9026 Replace variable full-width by declared variable.
9027 (math-comp-highlight, math-comp-word, math-comp-level)
9028 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9029 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9030 New variables.
9031 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9032 (math-comp-sel-flat-term): Replace variables comp-highlight,
9033 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9034 declared variables.
9035 (math-comp-simplify, math-comp-simplify-term)
9036 (math-comp-add-string, math-comp-add-string-sel):
9037 Replace variables comp-highlight, comp-buf, comp-base,
9038 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9039
9040 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9041
9042 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9043
9044 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9045 and x-server-version may throw.
9046
9047 2004-11-23 Kim F. Storm <storm@cua.dk>
9048
9049 * subr.el (substitute-key-definition-key): Optimize.
9050 Don't call indirect-function for nil defn (always signals error).
9051
9052 * ido.el (ido-read-internal): Fix require-match check when
9053 ido-directory-too-big is set.
9054
9055 2004-11-23 Jay Belanger <belanger@truman.edu>
9056
9057 * calc/calc-ext.el (math-read-replacement-list)
9058 (math-read-superscripts): New variables.
9059 (math-read-preprocess-string): New function.
9060 (math-read-expr): Filter input through math-read-preprocess-string.
9061
9062 * calc/calc-aent.el (math-read-exprs): Filter input through
9063 math-read-preprocess-string.
9064
9065 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9066
9067 * progmodes/compile.el (compilation-start): In cd command use
9068 substitute-env-vars -- not quite shell compatible but better than
9069 nothing.
9070 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9071 handle the newer versions messages, which are more parseable.
9072
9073 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9074
9075 * reveal.el (reveal-mode-map): New var.
9076 (reveal-mode): Use it.
9077
9078 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9079
9080 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9081 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9082
9083 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9084
9085 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9086 header-line when needed.
9087 Use fixed-pitch only in the header-line.
9088 Build the underline automatically. Use emdash if available.
9089
9090 2004-11-22 Richard M. Stallman <rms@gnu.org>
9091
9092 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9093 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9094
9095 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9096
9097 * progmodes/gdb-ui.el (gdb-resync): New function.
9098 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9099 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9100 Use it to fail more gracefully.
9101 (gdb-variables): Delete variable.
9102 Re-order variables to reduce byte-compiler warnings.
9103
9104 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * descr-text.el (describe-char):
9107 * paren.el (show-paren-function):
9108 * subr.el (syntax-after): Undo last change.
9109
9110 * progmodes/python.el (run-python): Don't hard code *Python*.
9111 Don't modify global process-environment.
9112 (python-send-region, python-load-file): Don't assume that
9113 python-buffer == (process-buffer (python-proc)).
9114 (python-switch-to-python): Simplify.
9115
9116 * dired.el (dired-align-file): Don't assume line starts with spaces.
9117
9118 2004-11-21 Jay Belanger <belanger@truman.edu>
9119
9120 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9121 Replace variable `lines' by math-read-big-lines.
9122 (math-read-big-expr): Replace variables the-baseline, the-h2
9123 and err-msg by math-read-big-baseline, math-read-big-h2 and
9124 math-read-err-msg.
9125 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9126
9127 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9128 (math-read-big-balance): Replace unbound variable by value.
9129 (math-read-big-lines): New variable.
9130 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9131 (math-read-big-error, math-read-big-balance): Replace variable
9132 `lines' by declared variable.
9133 (math-read-big-baseline, math-read-big-h2): New variables.
9134 (math-read-big-rec): Replace variables the-baseline and the-h2
9135 by declared variables.
9136 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9137 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9138 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9139 declared variables.
9140 (math-read-big-err-msg): New variable.
9141 (math-read-big-error): Replace variable err-msg by declared variable.
9142
9143 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * ses.el: Add coding cookie.
9146 Fix up docstrings, follow new commenting conventions.
9147 (ses-header-line-menu): Fix missing variable rename for header-row.
9148 (ses-cell-size): Remove.
9149 (ses-make-cell): New function.
9150 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9151 (ses-calculate-cell): Remove unused var `symbol'.
9152 (ses-narrowed-p): New function.
9153 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9154 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9155 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9156 (ses-setup): Use restore-buffer-modified-p.
9157 (ses-cleanup): Remove unused var `end'.
9158 (ses-header-string-left-offset): Remove.
9159 (ses-create-header-string): Adjust to new behavior of `align-to'.
9160 Truncate excessively large fields to preserve alignment.
9161 (ses-reconstruct-all): Remove unused var `refs'.
9162 (ses-read-cell-printer): Remove unused var `prompt'.
9163 (ses-delete-row): Remove unused var `pos'.
9164 (ses-delete-column): Remove unused var `new'.
9165
9166 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9167
9168 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9169 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9170 Eliminate eval-and-compile usage.
9171 (ps-insert-file): Use insert-file-contents instead of insert-file.
9172 (ps-setup): Code fix.
9173
9174 * printing.el (pr-setup, lpr-setup): Code fix.
9175
9176 2004-11-21 Jay Belanger <belanger@truman.edu>
9177
9178 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9179 (calc-original-buffer): Declare them.
9180 (calc-user-formula-alist): New variable.
9181 (calc-user-define-formula, calc-fix-user-formula)
9182 (calc-user-define-composition, calc-finish-formula-edit):
9183 Replace variable `alist' by declared variable.
9184 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9185 (var-q7, var-q7, var-q8, var-q9): Declare them.
9186 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9187 are bound.
9188 (calcFunc-typeof): Replace undeclared variable by expression.
9189 (math-exp-env): New variable.
9190 (math-define-body, math-define-exp): Replace exp-env by declared var.
9191 (math-define-exp): Replace misplaced variable by expression.
9192
9193 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9194 (calc-curve-model, calc-curve-coefnames): New variables.
9195 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9196 varnames, model and coefnames by declared variables.
9197 (math-root-widen): New variable.
9198 (math-search-root, math-find-root): Replace variable root-widen by
9199 declared variable.
9200 (var-DUMMY): Declare it.
9201 (math-root-vars, math-min-vars): Move the declarations to earlier in
9202 the file.
9203 (math-brent-min): Make d a local variable.
9204 (math-find-minimum): Replace non-existent variable.
9205 (math-ninteg-romberg): Remove unnecessary variable.
9206 (math-ninteg-temp): New variable.
9207 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9208 integ-temp by declared variable.
9209 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9210 New variables.
9211 (math-general-fit): Replace variables first-var, first-coef and
9212 new-coefs by declared variables.
9213 (calcFunc-fitvar): Replace variable first-var by declared variable.
9214 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9215 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9216 (math-all-vars-vars, math-all-vars-found): New variables.
9217 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9218 found by declared variable math-all-vars-vars.
9219
9220 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9221
9222 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9223 of `defconst'.
9224
9225 2004-11-20 Richard M. Stallman <rms@gnu.org>
9226
9227 * isearch.el (isearch-mode-map): Don't bind SPC.
9228 (isearch-whitespace-chars): Function deleted.
9229 (isearch-search): Bind search-spaces-regexp.
9230 (isearch-lazy-highlight-search): Likewise.
9231 (search-whitespace-regexp): Doc fix.
9232 (isearch-forward-regexp): Doc fix.
9233
9234 * emacs-lisp/bytecomp.el (byte-compile-form):
9235 Move the calls to byte-compile-set-symbol-position,
9236 to avoid having two for the same symbol occurrence.
9237
9238 * comint.el (comint-input-ring-size): Increase to 150.
9239
9240 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9241 New variables.
9242 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9243 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9244
9245 * imenu.el (imenu--generic-function):
9246 Ensure we keep moving backward even if BEG isn't further back.
9247
9248 * replace.el (query-replace-read-to, query-replace-read-from):
9249 Specify t for KEEP-ALL in read-from-minibuffer.
9250
9251 * progmodes/python.el (python-switch-to-python):
9252 If Python isn't running, start it.
9253 Don't alter debug-ignored-errors.
9254
9255 * progmodes/cperl-mode.el (cperl-indent-region):
9256 Don't mind imenu-scanning-message.
9257
9258 * bindings.el (global-map): Bind C-e to move-end-of-line.
9259
9260 * simple.el (line-move-finish): New arg FORWARD.
9261 Ignore invisible newlines, not intangible ones.
9262 Conditions for acceptable stopping positions depend on FORWARD.
9263 (line-move): Pass FORWARD arg to line-move-finish.
9264
9265 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9266 of HEADER. Compensate for this change in the code to add display
9267 properties. Don't make the first line intangible.
9268
9269 * info.el (Info-search): Fix previous change.
9270
9271 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9272
9273 * Makefile.in (recompile): Revert 2004-11-19 change.
9274 (compile): Likewise.
9275
9276 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9277
9278 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9279
9280 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9281
9282 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9283 defgroup and defcustom. Eliminate eval-and-compile usage.
9284
9285 * progmodes/ebnf-otz.el: Fix typos.
9286
9287 2004-11-19 Jay Belanger <belanger@truman.edu>
9288
9289 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9290 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9291 disp-trail by declared variable.
9292
9293 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9294 (calc-finish-selection-edit): Replace variable disp-trail by
9295 declared variable.
9296 (calc-selection-cache-entry): Move declaration to earlier in the file.
9297 (calc-selection-cache-num, calc-selection-cache-comp)
9298 (calc-selection-cache-offset, calc-selection-true-num)
9299 (calc-final-point-line, calc-final-point-column)
9300 (calc-original-buffer): Declare them.
9301 (calc-fnp-op, calc-fnp-num): New variables.
9302 (calc-find-nth-part, calc-find-nth-part-rec)
9303 (calc-select-previous): Replace op and num by declared variables.
9304 (calc-rsf-old, calc-rsf-new): New variables.
9305 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9306 Replace variables old and new by declared variables.
9307 (calc-sel-reselect): New variable.
9308 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9309 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9310 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9311 reselect with declared variable.
9312
9313 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9314 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9315 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9316 (math-import-list, math-rewrite-phase): Declare them.
9317 (math-rewrite): Use let* to declare variables.
9318 (calc-rewrite-selection): Make rules a local variable.
9319 (calc-rewr-sel): New variable.
9320 (calc-rewrite-selection, calc-locate-selection-marker)
9321 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9322 of sel.
9323 (math-rewrite-whole-expr): New variable.
9324 (math-rewrite, math-rewrite-phase): Replace variable expr by
9325 declared variable.
9326 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9327 (math-rewrite-heads-blanks ): New variables.
9328 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9329 heads, skips and blanks by declared variables.
9330 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9331 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9332 New variables.
9333 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9334 old, new, old-func and new-func by declared variables.
9335 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9336 Remove unnecessary variable.
9337 (math-apply-rw-regs): New variable.
9338 (math-apply-rewrites, math-rwapply-replace-regs)
9339 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9340 (math-apply-rw-ruleset): New variable.
9341 (math-apply-rewrites, math-rwapply-remember): Replace variable
9342 ruleset by declared variable.
9343
9344 2004-11-19 Richard M. Stallman <rms@gnu.org>
9345
9346 * info.el (Info-search): Use search-whitespace-regexp.
9347
9348 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9349
9350 * vc-rcs.el (vc-rcs-parse): New function.
9351 (vc-rcs-annotate-command): Likewise.
9352 (vc-rcs-annotate-current-time): Likewise.
9353 (vc-rcs-annotate-time): Likewise.
9354 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9355
9356 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9357
9358 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9359
9360 2004-11-18 Jay Belanger <belanger@truman.edu>
9361
9362 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9363
9364 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9365
9366 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9367 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9368 Use make-temp-file to generate PostScript files in any situation.
9369 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9370 (pr-interactive-p): Eliminate var.
9371 (pr-save-interactive): Eliminate macro.
9372 (pr-interface, pr-ps-directory-preview)
9373 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9374 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9375 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9376 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9377 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9378 (pr-ps-region-ps-print, pr-ps-mode-preview)
9379 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9380 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9381 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9382 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9383 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9384 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9385 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9386 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9387 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9388 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9389 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9390 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9391 Eliminate pr-save-interactive usage.
9392 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9393 Eliminate pr-interactive-p usage.
9394 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9395 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9396 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9397 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9398 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9399 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9400 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9401 New funs.
9402 (pr-ps-file): Use make-temp-file to generate a temporary file.
9403
9404 2004-11-17 Jay Belanger <belanger@truman.edu>
9405
9406 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9407 a local variable.
9408 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9409 (math-top-only): New variable.
9410 (math-simplify, math-simplify-step): Replace variable top-only by
9411 declared variable math-top-only.
9412 (math-simplify-expr): Declare it.
9413 Replace argument expr in all calls of math-defsimplify by
9414 math-simplify-expr.
9415 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9416 (math-simplify-divisor, math-simplify-one-divisor)
9417 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9418 (math-simplify-pow): Replace variable expr by declared variable
9419 math-simplify-expr.
9420 (math-simplify-divisor): Remove local variables temp and op.
9421 (math-simplify-one-divisor): Make temp and op local variables.
9422 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9423 New variables.
9424 (math-simplify-divisor, math-simplify-one-divisor):
9425 Replace variables nover and dover by declared variables.
9426 (math-expr-subst-new, math-expr-subst-old): New variables.
9427 (math-expr-subst, math-expr-subst-rec): Replace variables new
9428 and old by declared variables.
9429 (math-is-poly-degree, math-is-poly-loose): New variables.
9430 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9431 and loose by declared variables.
9432 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9433 (math-polynomial-base, math-polynomial-base-rec):
9434 Replace variables const-ok and mpb-pred by declared variables.
9435
9436 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9437
9438 * calc/calc-ext.el (math-defsimplify): Change the argument in
9439 the created function to math-simplify-expr.
9440
9441 * calc/calc-units.el (math-simplify-expr): Declare it.
9442 Replace argument expr in all calls of math-defsimplify by
9443 math-simplify-expr.
9444 (math-simplify-units-prod): Replace variable expr by declared
9445 variable math-simplify-expr.
9446
9447 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9450 Replace mapcar->dolist, format->string.
9451
9452 2004-11-17 Miles Bader <miles@gnu.org>
9453
9454 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9455 * progmodes/idlwave.el: Remove RCS keywords.
9456
9457 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9458
9459 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9460 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9461 Update to IDLWAVE version 5.5. Too many changes to list them here.
9462 * progmodes/idlw-help.el: New file.
9463
9464 2004-11-16 Richard M. Stallman <rms@gnu.org>
9465
9466 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9467 Discard spaces after \i according to TeX rules.
9468
9469 * international/mule.el (set-buffer-file-coding-system):
9470 New arg NOMODIFY.
9471 (after-insert-file-set-coding): Pass that new arg.
9472 Prevent set-buffer-multibyte from trying to lock the file.
9473
9474 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9475
9476 * saveplace.el (save-place): Doc fix.
9477
9478 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9479 temporarily widen before finding the following word to copy.
9480
9481 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9482 (cl-map-keymap): Definition deleted.
9483
9484 * subr.el (map-keymap-internal): New function.
9485
9486 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9489 when pressing rather than when releasing mouse-2. Simplify.
9490
9491 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9492
9493 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9494 (compilation-mode): Set it here instead.
9495
9496 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9497
9498 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9499 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9500
9501 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9502
9503 * progmodes/compile.el (compilation-internal-error-properties):
9504 Fix up a transposition-typo. Check end-col before using it.
9505
9506 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9507
9508 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9509 Discard whitespace after macro \i when converting it.
9510
9511 2004-11-16 Juri Linkov <juri@jurta.org>
9512
9513 * emacs-lisp/find-func.el (find-function-regexp):
9514 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9515 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9516 Remove invalid `\W' from [^cgv\W]. Doc fix.
9517 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9518
9519 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9520
9521 * play/life.el: Maintainer is now FSF.
9522 (life-patterns, life-neighbor-deltas, life-window-start)
9523 (life-current-generation, life-generation-string): Use defvar
9524 instead of defconst.
9525
9526 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9527
9528 * progmodes/compile.el (compilation-move-to-column): New fun.
9529 (compilation-internal-error-properties)
9530 (compilation-next-error-function): Use it to make sure we don't go past
9531 the end of line.
9532
9533 2004-11-15 John Paul Wallington <jpw@gnu.org>
9534
9535 * autoinsert.el (auto-insert-alist): Insert the user's name in
9536 copyright notice, rather than Free Software Foundation, for the
9537 Emacs Lisp header case too.
9538
9539 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9540
9541 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9542 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9543 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9544 return the list of string in a string.
9545 (pr-call-process): Message if calling process returns an error, that
9546 is, the exit status is different of zero.
9547
9548 2004-11-15 Jay Belanger <belanger@truman.edu>
9549
9550 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9551 variable var-thing.
9552 (math-integ-depth, math-integ-level, math-integral-limit)
9553 (math-enable-subst, math-any-substs, math-integ-msg)
9554 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9555 (math-int-threshold, math-int-factors, math-double-roots)
9556 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9557 (var-GenCount): Declare these variables.
9558 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9559 (math-integral-cache, math-integral-cache-state):
9560 Move declarations to earlier in the file.
9561 (math-deriv-var, math-deriv-total, math-deriv-symb)
9562 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9563 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9564 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9565 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9566 (math-solve-res): New variables
9567 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9568 (math-integral, math-replace-integral-parts)
9569 (math-integrate-by-parts, calc-dump-integral-cache)
9570 (math-try-integral, math-do-integral, math-do-integral)
9571 (math-do-integral-methods, math-try-solve-for)
9572 (math-try-solve-prod, math-solve-poly-funny-powers)
9573 (math-solve-crunch-poly, math-decompose-poly)
9574 (math-solve-find-root-term, math-find-root-in-prod)
9575 (math-integ-try-linear-substitutions)
9576 (math-integ-try-substitutions, math-expr-rational-in)
9577 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9578 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9579 (math-solve-for, math-solve-system, math-solve-system-rec)
9580 (math-solve-get-sign, math-solve-get-int)
9581 (math-solve-system-subst): Replace undeclared variables with newly
9582 declared variables.
9583
9584 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9585
9586 * winner.el (winner-active-region, winner-edges, winner-window-list):
9587 Define at toplevel.
9588 (winner-mode-map): Move init inside declaration.
9589
9590 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9591
9592 * files.el (convert-standard-filename): Doc fix.
9593
9594 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9595
9596 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9597 passwd, group, shadow, default/* and pam.d/*.
9598
9599 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9600
9601 * printing.el (pr-menu-spec): Adjust menu specification.
9602
9603 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9604
9605 * printing.el: Doc fix. Insert :version tag into all defcustom.
9606 Handle interactive-p as is recommended in Emacs Lisp Reference.
9607 Set the file permission bits for newly created files.
9608 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9609 The printing menu specification (in `pr-menu-spec') was merged.
9610 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9611 (pr-version): New version number (6.8.3).
9612 (pr-file-modes): New option.
9613 (pr-interactive-p): New var.
9614 (pr-save-interactive, pr-save-file-modes): New macros.
9615 (pr-setup): Code fix.
9616 (pr-menu-spec): Menu specification merged.
9617 (pr-call-process, pr-text2ps): Set file permission bits.
9618 (pr-despool-print): Set file permission bits. Handle interactive-p as
9619 is recommended.
9620 (pr-interface, pr-ps-directory-preview)
9621 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9622 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9623 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9624 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9625 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9626 (pr-ps-region-ps-print, pr-ps-mode-preview)
9627 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9628 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9629 (pr-despool-using-ghostscript, pr-despool-ps-print)
9630 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9631 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9632 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9633 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9634 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9635 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9636 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9637 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9638 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9639 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9640 Handle interactive-p as is recommended.
9641
9642 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9643
9644 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9645 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9646
9647 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9648 so it doesn't forget to highlight the beginning of the region either.
9649
9650 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9651
9652 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9653 (c-font-lock-init): Eliminate obsolete make-local-hook.
9654 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9655 (awk-mode): Use run-mode-hooks.
9656
9657 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9658
9659 2004-11-13 Kim F. Storm <storm@cua.dk>
9660
9661 * mouse.el (mouse-drag-copy-region): Add :version.
9662 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9663 while dragging mode line, so mode line can be dragged downwards.
9664 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9665 while pressing mouse button so window doesn't scroll until we
9666 release the mouse if clicking on partially visible line.
9667
9668 2004-11-12 Jay Belanger <belanger@truman.edu>
9669
9670 * calc/calc-graph.el (calc-dumb-map): Declare it.
9671 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9672 than unbound.
9673 (calc-graph-name): Made `end' a local variable.
9674 (calc-graph-lookup): Made `varname' a local variable.
9675 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9676 Declare them.
9677 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9678 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9679 the unused variable y3vec.
9680 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9681 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9682 calc-graph-prev-kill-hook.
9683 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9684 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9685 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9686 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9687 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9688 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9689 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9690 (calc-graph-y3value, calc-graph-y3name)
9691 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9692 (calc-graph-stepcount, calc-graph-is-splot)
9693 (calc-graph-surprise-splot, calc-graph-blank)
9694 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9695 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9696 (calc-graph-recompute-2d, calc-graph-compute-3d)
9697 (calc-graph-format-data): Replace undeclared variables with the
9698 above newly declared variables.
9699
9700 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9701
9702 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9703 `rsf-beep' and `rsf-sleep-after-message'.
9704
9705 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9706 list if `message-sender' is non-nil.
9707
9708 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9709
9710 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9711 consing by using mapc instead of mapcar.
9712
9713 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9714
9715 * tooltip.el (require): Explain why CL is needed.
9716
9717 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9718
9719 * printing.el: Insert :version into defgroup (printing). All reference
9720 to Files option in menubar were changed to File.
9721 (pr-version): New version number (6.8.2).
9722 (pr-get-symbol): Call easy-menu-intern.
9723 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9724 compilation gripes.
9725
9726 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9727
9728 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9729 new byte-compile-function-environment binding to t.
9730
9731 * font-lock.el (font-lock-fontify-syntactically-region):
9732 Don't forget to highlight the last char when we hit `end'.
9733
9734 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9735 (mwheel-scroll): Adjust accordingly.
9736
9737 * cvs-status.el: Reduce spurious warnings.
9738 (cvs-status-checkout): Remove.
9739 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9740
9741 * pcvs.el (cvs-mode-checkout): New command.
9742
9743 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9744
9745 * tooltip.el: Require CL.
9746
9747 * emacs-lisp/bytecomp.el: Use push.
9748 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9749 (defalias): Remove the `byte-compile' property and add
9750 a `byte-hunk-handler'.
9751
9752 2004-11-11 Juri Linkov <juri@jurta.org>
9753
9754 * info.el (Info-search): Save match data for isearch.
9755 Skip Tag Table node.
9756
9757 * descr-text.el (describe-char): Replace syntax-after with code
9758 from its previous version.
9759
9760 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9761 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9762
9763 * international/mule.el (sgml-html-meta-auto-coding-function):
9764 Remove > after <html to allow HTML attributes.
9765
9766 2004-11-11 Jay Belanger <belanger@truman.edu>
9767
9768 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9769 a variable.
9770 (calcFunc-dfac): Replace unbound max by n.
9771 (math-stirling-local-cache): New variable.
9772 (math-stirling-number, math-stirling-1, math-stirling-2):
9773 Replace the variable `cache' by the declared variable
9774 math-stirling-local-cache.
9775 (var-RandSeed): Declare it as a variable.
9776 (math-init-random-base, math-random-digit): Don't check to see if
9777 var-RandSeed is bound.
9778 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9779 Declare them instead of just setting them.
9780 (math-init-random-base): Made i a local variable.
9781 (math-random-digit): Made math-random-last a local variable.
9782 (math-prime-test-cache): Move declaration to before it is used.
9783 (math-prime-test-cache-k, math-prime-test-cache-q)
9784 (math-prime-test-cache-nm1, math-prime-factors-finished):
9785 Declare them as variables.
9786
9787 2004-11-11 Jay Belanger <belanger@truman.edu>
9788
9789 * calc/calc-ext.el (math-defcache): Use defvar for the new
9790 variables it creates.
9791
9792 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9793
9794 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9795 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9796 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9797 (desktop-save): Add :version.
9798
9799 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9800
9801 * printing.el (pr-get-symbol): Don't downcase.
9802
9803 2004-11-10 Jay Belanger <belanger@truman.edu>
9804
9805 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9806 string to kill-ring.
9807
9808 * calc/calc-aent.el (calc-alg-exp, math-toks)
9809 (math-exp-pos,math-exp-old-pos, math-exp-token)
9810 (math-exp-keep-spaces, math-exp-str): New variables.
9811 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9812 (calcAlg-enter): Use declared variable calc-alg-exp.
9813 (math-build-parse-table, math-find-user-token): Use declared
9814 variable math-toks.
9815 (math-read-exprs, math-read-token, calc-check-user-syntax)
9816 (calc-match-user-syntax, match-factor-after, math-read-factor):
9817 Use declared variables math-exp-pos math-exp-old-pos.
9818 (math-read-exprs, math-read-token, math-read-expr-level)
9819 (calc-check-user-syntax, calc-match-user-syntax)
9820 (match-factor-after, math-read-factor): Use declared variable
9821 math-exp-token.
9822 (math-read-exprs, math-read-expr-list, math-read-token)
9823 (math-read-factor): Use declared variable math-exp-keep-spaces.
9824 (math-read-exprs, math-read-token): Use declared variable
9825 math-exp-str.
9826 (calc-match-user-syntax): Make m a local variable.
9827
9828 * calc/calc-ext.el (math-read-expr): Use declared variables
9829 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9830 math-exp-keep-spaces.
9831
9832 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9833 variables math-exp-pos, math-exp-str.
9834
9835 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9836 math-exp-old-pos.
9837 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9838 (math-parse-eqn-prime): Use declared variable math-exp-token.
9839
9840 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9841 Use declared variable math-exp-pos.
9842 (math-check-for-commas): Use declared variable math-exp-str.
9843 (math-read-brackets): Use declared variables math-exp-old-pos,
9844 math-exp-keep-spaces.
9845 (math-read-brackets, math-read-vector, math-read-matrix):
9846 Use declared variable math-exp-token.
9847
9848 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9849
9850 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9851 where the keymap is a symbol.
9852 (easy-menu-add-item): Use keymap-prompt. Simplify.
9853
9854 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9855
9856 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9857 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9858
9859 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9860
9861 * ebuff-menu.el: Doc fixes throughout.
9862 (electric-buffer-menu-mode-hook): New defvar.
9863
9864 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9865
9866 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9867 The resulting compiler warnings appear to be harmless.
9868
9869 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9870
9871 * textmodes/conf-mode.el: New file.
9872
9873 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9874
9875 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9876
9877 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9878
9879 2004-11-09 Jay Belanger <belanger@truman.edu>
9880
9881 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9882
9883 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9884 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9885 (calc-z-prefix-help, calc-user-function-list): Use declared
9886 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9887 (math-map-tree, math-map-tree-rec): Use declared variables
9888 math-mt-many, math-mt-func.
9889 (math-read-expression, math-read-string): Use declared variable
9890 math-expr-data.
9891
9892 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9893 variable math-normalize-a.
9894
9895 * calc/calc.el (math-normalize-a): New variable.
9896 (math-normalize): Use declared variable math-normalize-a.
9897
9898 * calc/calc-poly.el (math-expand-form): Use declared variable
9899 math-mt-many.
9900
9901 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9902 Use declared variable math-mt-many.
9903 (math-rewrite): Use declared variable math-mt-func.
9904
9905 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9906 (math-read-matrix): Use declared variable math-expr-data.
9907
9908 * calc/calc-lang.el (math-parse-fortran-vector)
9909 (math-parse-fortran-vector-end, math-parse-tex-sum)
9910 (math-parse-eqn-matrix, math-parse-eqn-prime)
9911 (math-read-math-subscr): Use declared variable math-expr-data.
9912
9913 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9914 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9915 (calc-match-user-syntax, math-read-if, math-factor-after)
9916 (math-read-factor): Use declared variable math-expr-data.
9917
9918 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9919
9920 * calendar/diary-lib.el (diary-from-outlook)
9921 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9922 interactive-p; but rather new optional argument NOCONFIRM.
9923
9924 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9925
9926 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9927 (easy-menu-name-match): Revert correspondingly.
9928
9929 2004-11-09 Richard M. Stallman <rms@gnu.org>
9930
9931 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9932 Turn off warnings for the new function even if definition not constant.
9933 If the definition isn't a quoted symbol, record (FUNCTION . t).
9934 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9935 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9936 (display-call-tree, byte-compile-arglist-warn):
9937 Handle t returned by byte-compile-fdefinition.
9938
9939 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9940
9941 * Makefile.in (maintainer-clean): Depend on distclean.
9942
9943 * help-fns.el (help-C-file-name): File name must be in build-files
9944 to be returned.
9945
9946 2004-11-09 Jay Belanger <belanger@truman.edu>
9947
9948 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9949 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9950
9951 * calc/calc.el (calc, calc-trail-display, calc-mode):
9952 Remove obsolete sections.
9953
9954 * calc/calc.el (calc-x-paste-text): Remove.
9955
9956 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9957 mouse-2.
9958
9959 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9960
9961 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9962 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9963 current frame (in case of recursive calls).
9964 (gdb-show-changed-values): Add :version keyword.
9965
9966 2004-11-09 Kenichi Handa <handa@m17n.org>
9967
9968 * international/mule-cmds.el: Change coding: tag back to
9969 iso-2022-7bit.
9970
9971 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9972
9973 * international/mule-cmds.el: Change coding-system to utf-8.
9974 (select-safe-coding-system-interactively):
9975 New function extracted from select-safe-coding-system.
9976 (select-safe-coding-system): Use it.
9977
9978 2004-11-08 Richard M. Stallman <rms@gnu.org>
9979
9980 * subr.el (syntax-after): Doc fix.
9981
9982 * paren.el (show-paren-function): Change calls to syntax-after
9983 for new way of returning the value.
9984
9985 * menu-bar.el (menu-bar-file-menu): Make this the real name
9986 and menu-bar-files-menu the alias. Use the former.
9987 (global-map): Use `file', not `files', as the symbol.
9988
9989 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9990
9991 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9992 Don't use beginning-of-buffer.
9993 (filesets-cmd-show-result): Use with-no-warnings.
9994
9995 2004-11-08 Juri Linkov <juri@jurta.org>
9996
9997 * progmodes/compile.el (compile): Don't overwrite last command in
9998 minibuffer history with default command if they are not equal.
9999
10000 2004-11-08 Jay Belanger <belanger@truman.edu>
10001
10002 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10003 non-linear substitutions.
10004
10005 2004-11-08 Jay Belanger <belanger@truman.edu>
10006
10007 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10008 (math-do-integral): Set `math-linear-subst-tried' to nil.
10009 (math-do-integral-methods): Use `math-linear-subst-tried' to
10010 determine what type of substitution to try.
10011 (math-integ-try-linear-substituion):
10012 Set `math-linear-subst-tried' to t.
10013
10014 2004-11-08 Kim F. Storm <storm@cua.dk>
10015
10016 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10017
10018 2004-11-07 Juri Linkov <juri@jurta.org>
10019
10020 * info-look.el (info-lookup): Allow reusing in the current buffer
10021 not only *info* buffer, but all (even renamed) Info buffers
10022 by checking for major-mode instead of *info* buffer name.
10023 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10024 (octave-mode, maxima-mode) <doc-spec>:
10025 Allow long dashes generated by Texinfo 4.7 before definitions.
10026 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10027 definitions with argument separated by space.
10028
10029 2004-11-06 Richard M. Stallman <rms@gnu.org>
10030
10031 * simple.el (next-error group, face): Move before first use.
10032 (next-error-highlight, next-error-highlight-no-select): Likewise.
10033
10034 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10035 (line-move): New args NOERROR and TO-END.
10036 Return t if if succeed in moving specified number of lines.
10037 (move-end-of-line): New function.
10038
10039 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10040 (end-of-buffer-other-window): Likewise.
10041
10042 * simple.el (line-move-ignore-invisible): Default to t.
10043
10044 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10045
10046 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10047
10048 * international/iso-cvt.el (iso-cvt-define-menu):
10049 Rename menu-bar-files-menu to menu-bar-file-menu.
10050
10051 * net/browse-url.el (browse-url-gnome-moz-program)
10052 (browse-url-gnome-moz-arguments): Move up before first use.
10053
10054 * net/tramp.el (tramp group): Add :version.
10055
10056 * progmodes/ada-xref.el (ada-gdb-application):
10057 Use goto-char instead of beginning-of-buffer.
10058
10059 * progmodes/cperl-mode.el (cperl-info-on-command):
10060 Use goto-char instead of beginning-of-buffer.
10061
10062 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10063 Move up before first use.
10064 (idlwave-shell-temp-pro-file): Likewise.
10065 (idlwave-shell-temp-rinfo-save-file): Likewise.
10066 (idlwave-shell-temp-file): Minor doc fix.
10067
10068 * textmodes/flyspell.el (flyspell-external-point-words):
10069 Use goto-char instead of beginning-of-buffer.
10070
10071 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10072
10073 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10074 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10075 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10076
10077 2004-11-06 David Ponce <david@dponce.com>
10078
10079 * recentf.el (recentf-menu-path): Use menu item name.
10080
10081 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10082
10083 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10084 display doesn't support images.
10085
10086 2004-11-06 Andreas Schwab <schwab@suse.de>
10087
10088 * tempo.el (tempo-match-finder): Doc fix.
10089
10090 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10091
10092 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10095 (easy-menu-lookup-name): New fun to replace it.
10096 (easy-menu-get-map): Use it to obey menu item names (rather than just
10097 keys) when looking up `path'.
10098 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10099 (easy-menu-convert-item-1): Adjust to new name.
10100
10101 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10102
10103 * outline.el (hide-body): Don't hide lines at the top of the file
10104 that precede the first header line.
10105
10106 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10107
10108 * align.el (align-areas): Delete whitespace before reindenting, so
10109 that tabs are never placed after spaces.
10110
10111 2004-11-06 Alan Shutko <ats@acm.org>
10112
10113 * macros.el (insert-kbd-macro): Do completions based on macros,
10114 rather than all commands.
10115
10116 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10117
10118 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10119 to solve a bug whereby tags with 'b' don't match.
10120
10121 2004-11-05 Juri Linkov <juri@jurta.org>
10122
10123 * info.el (Info-search): Don't search in node header lines
10124 and file headers.
10125
10126 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10127 symbol-constituent characters after dot, not only digits.
10128
10129 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10130
10131 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10132
10133 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10134
10135 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10136 if a dialog will be used, read-file-name otherwise.
10137
10138 2004-11-04 Richard M. Stallman <rms@gnu.org>
10139
10140 * textmodes/table.el (table group): Add :version.
10141
10142 * textmodes/ispell.el (ispell-word):
10143 Don't alter args; set them only thru `interactive' spec.
10144
10145 * textmodes/flyspell.el (flyspell-word):
10146 Don't alter FOLLOWING; set it only thru `interactive' spec.
10147
10148 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10149
10150 * net/browse-url.el (browse-url-maybe-new-window):
10151 Use called-interactively-p.
10152
10153 * mail/supercite.el (sc-cite-region):
10154 Don't use interactive-p. Add arg INTERACTIVE.
10155 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10156
10157 * international/mule-cmds.el (set-input-method, toggle-input-method):
10158 Don't use interactive-p. Add arg INTERACTIVE.
10159
10160 * eshell/esh-mode.el (eshell-show-maximum-output):
10161 Don't use interactive-p.
10162 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10163
10164 * mouse.el (mouse-show-mark): Get positions to delete from mark
10165 and point, not from mouse-drag-overlay.
10166
10167 * imenu.el (imenu-eager-completion-buffer): Add :version.
10168
10169 * filesets.el (filesets group): Add :version.
10170
10171 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10172
10173 * files.el (xml-based-modes): Delete var.
10174 (magic-mode-alist): New more general var.
10175 (set-auto-mode): Use it.
10176
10177 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10178 when clicking from another window.
10179
10180 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10181
10182 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10183 (vc-cvs-annotate-time): Incorporate value of deleted var.
10184 Remove special-case handling of beginning-of-buffer cruft.
10185 Cache ending position (point) and return value in text property
10186 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10187
10188 * vc-cvs.el (vc-cvs-annotate-command):
10189 Delete extraneous lines from beginning of buffer.
10190 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10191
10192 * progmodes/grep.el (grep-default-command): Take empty string
10193 for tag if all other methods yield nil. Shell-quote the tag.
10194
10195 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10196 spec in `interactive' form, and mention it in the docstring.
10197 Also, make sure point is at bol after calling `annotate-time'.
10198
10199 2004-11-02 Richard M. Stallman <rms@gnu.org>
10200
10201 * cus-edit.el (customize-group-other-window):
10202 Select the window that displays the custom buffer.
10203 (custom-buffer-create-other-window): Likewise.
10204
10205 * comint.el (comint-insert-input): Fix previous change.
10206
10207 * emacs-lisp/elp.el (elp-instrument-function):
10208 Use called-interactively-p.
10209
10210 * emacs-lisp/easymenu.el (easy-menu-intern):
10211 Don't downcase; rather, case-flip the first letter of each word.
10212
10213 * emacs-lisp/easy-mmode.el (define-minor-mode):
10214 Use called-interactively-p.
10215
10216 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10217 Add interactive-only.
10218 (byte-compile-warnings): Add interactive-only as option.
10219 (byte-compile-interactive-only-functions): New variable.
10220 (byte-compile-form): Warn about calls to functions
10221 in byte-compile-interactive-only-functions.
10222
10223 * emacs-lisp/autoload.el (update-file-autoloads):
10224 Don't use interactive-p; take new arg SAVE-AFTER.
10225
10226 * emacs-lisp/advice.el (ad-make-advised-definition):
10227 Use called-interactively-p.
10228
10229 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10230
10231 * files.el (find-file-existing): New function.
10232
10233 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10234 find-file-existing. Add "New File..." that calls find-file.
10235
10236 * diropen.pbm, diropen.xpm: New files.
10237
10238 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10239 icon diropen. New tool bar item find-file-existing uses icon open.
10240
10241 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10242 instead of read-file-name.
10243
10244 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10245
10246 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10247 (icalendar--split-value): Change name of work buffer.
10248 (icalendar--get-weekday-abbrev): Return nil on error.
10249 (icalendar--date-to-isodate): New function.
10250 (icalendar-convert-diary-to-ical)
10251 (icalendar-extract-ical-from-buffer): Use only two args for
10252 make-obsolete (XEmacs compatibility).
10253 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10254 (icalendar-export-region): Doc fix.
10255 If error, return non-nil and write errors to a buffer.
10256 Use correct weekday for weekly recurring events.
10257 Check whether date has been parsed for ordinary events.
10258 Make weekly events start in the year 2000.
10259 DTEND is non-inclusive, shift end date by one day if
10260 necessary (not for entries that have date and time).
10261 Rename local let variables: oops -> found-error, datestring ->
10262 startdatestring.
10263
10264 2004-11-02 Kim F. Storm <storm@cua.dk>
10265
10266 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10267 keep-mode-if-same variable. Add it as optional arg instead.
10268 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10269
10270 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10271 substitute-command-keys will select lower-case bindings like those
10272 used in the static help texts.
10273
10274 * descr-text.el (describe-text-properties): Don't err if called in
10275 the *Help* buffer; output to *Help-2* buffer instead.
10276
10277 * kmacro.el (group kmacro): Add :version.
10278 (kmacro-keyboard-quit): New function to cleanup on C-g.
10279 (kmacro-start-macro): Set defining-kbd-macro to append when
10280 appending to last macro.
10281
10282 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10283
10284 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10285
10286 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10287 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10288 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10289 Add :version keyword.
10290
10291 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10292
10293 * progmodes/flymake.el (flymake-err-line-patterns):
10294 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10295 `compilation-error-regexp-alist-alist' to internal Flymake format.
10296
10297 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10298
10299 2004-11-01 Jay Belanger <belanger@truman.edu>
10300
10301 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10302 with `interactive "s"'.
10303
10304 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10305
10306 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10307 Revert change from 2004-10-16. '*' checks the current buffer, but the
10308 mouse click may be in another buffer.
10309
10310 2004-11-01 John Paul Wallington <jpw@gnu.org>
10311
10312 * files.el (large-file-warning-threshold): Add :version keyword.
10313 (kill-some-buffers): Doc fix.
10314
10315 * thumbs.el (group thumbs): Add :version keyword.
10316
10317 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10318
10319 2004-11-01 Richard M. Stallman <rms@gnu.org>
10320
10321 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10322
10323 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10324
10325 * allout.el (allout group): Add :version.
10326 (allout-init): Don't use interactive-p.
10327 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10328 (allout-forward-current-level, allout-backward-current-level):
10329 Don't use interactive-p.
10330
10331 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10332 (bibtex-find-text): Likewise.
10333
10334 * progmodes/vhdl-mode.el (vhdl-fill-region)
10335 (vhdl-beginning-of-statement): Don't use interactive-p.
10336
10337 * progmodes/idlwave.el (idlwave-update-routine-info):
10338 Don't use interactive-p.
10339
10340 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10341 Don't use interactive-p.
10342
10343 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10344 Don't use interactive-p.
10345
10346 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10347 Don't use interactive-p.
10348
10349 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10350 (fortune-in-buffer): Doc fix.
10351
10352 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10353
10354 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10355 don't select the temporary buffer.
10356 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10357 (eudc-get-phone): Likewise.
10358
10359 2004-11-01 Kim F. Storm <storm@cua.dk>
10360
10361 * man.el (Man-xref-normal-file): Fix help-echo.
10362
10363 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10364
10365 * reveal.el (reveal-last-tick): New var.
10366 (reveal-post-command): Use it to avoid closing overlays when we're
10367 appending text to them.
10368
10369 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10370
10371 * textmodes/bibtex.el: Require button.
10372 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10373 (bibtex-reference-keys): Distinguish between header keys and
10374 crossref keys.
10375 (bibtex-beginning-of-field): New function.
10376 (bibtex-url-map): Remove.
10377 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10378 (bibtex-font-lock-url-regexp): Assume that field names begin at
10379 the beginning of a line.
10380 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10381 Remove field delimiters. Use bibtex-beginning-of-field.
10382 Bugfix, point can be inside a field with a url.
10383 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10384 New functions.
10385 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10386 (bibtex-key-in-head): Simplify.
10387 (bibtex-current-line): Use bolp.
10388 (bibtex-parse-keys): Remove unused arg `add'.
10389 Use bibtex-type-in-head and bibtex-key-in-head.
10390 (bibtex-parse-entry, bibtex-autofill-entry):
10391 Use bibtex-type-in-head and bibtex-key-in-head.
10392 (bibtex-autokey-get-field): Do not alter case of replacement text.
10393 (bibtex-autokey-get-names): Do all processing of name list.
10394 (bibtex-autokey-get-year): New function.
10395 (bibtex-autokey-get-title): Do all processing of title words.
10396 (bibtex-generate-autokey): Simplify.
10397 (bibtex-string-files-init): Use default-directory.
10398 Allow for absolute file names in bibtex-string-files.
10399 (bibtex-files, bibtex-file-path): New variables.
10400 (bibtex-files-expand): New function.
10401 (bibtex-find-entry-globally): New command.
10402 (bibtex-summary-function): New variable.
10403 (bibtex-summary): Default value of bibtex-summary-function.
10404 (bibtex-find-crossref): New optional args pnt and split.
10405 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10406 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10407 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10408 Fix handling of required and alternative fields.
10409 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10410 Use cons and display-buffer.
10411 (bibtex-validate-globally): New command.
10412 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10413 bibtex-parse-keys and bibtex-parse-strings for updating
10414 bibtex-reference-keys and bibtex-strings.
10415 (bibtex-realign): Remove blank lines past the last entry.
10416 (bibtex-reformat): Use bibtex-entry-format as default.
10417 (bibtex-choose-completion-string): Remove.
10418 (bibtex-complete): Do not use bibtex-choose-completion-string.
10419 (bibtex-url): Simplify.
10420
10421 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10422
10423 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10424 (x-dnd-types-alist, x-dnd-open-file-other-window)
10425 (x-dnd-known-types): Add :version.
10426
10427 2004-10-31 John Paul Wallington <jpw@gnu.org>
10428
10429 * ibuffer.el (group ibuffer): Add :version keyword.
10430
10431 2004-10-31 Kim F. Storm <storm@cua.dk>
10432
10433 * ido.el (group ido): Add :version keyword.
10434 (ido-mode): Remove :version keyword.
10435
10436 * emulation/cua-base.el (group cua): Add :version keyword.
10437 (cua-mode): Remove :version keyword.
10438
10439 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10440
10441 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10442
10443 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10444 compiler warning.
10445 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10446 function.
10447 (help-at-pt-display-when-idle): Remove autoload.
10448
10449 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10450
10451 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10452
10453 2004-10-30 Juri Linkov <juri@jurta.org>
10454
10455 * help.el (function-called-at-point):
10456 * help-fns.el (variable-at-point): Read -> intern.
10457
10458 2004-10-30 Simon Josefsson <jas@extundo.com>
10459
10460 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10461 Recognize AS_* too.
10462
10463 2004-10-29 Simon Josefsson <jas@extundo.com>
10464
10465 * subr.el (read-passwd): Move back from password.el.
10466
10467 * password.el: Remove, not ready yet.
10468
10469 2004-10-29 Andreas Schwab <schwab@suse.de>
10470
10471 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10472
10473 2004-10-29 Sam Steingold <sds@gnu.org>
10474
10475 * mouse.el (mouse-show-mark): Replace the last occurrence of
10476 x-lost-selection-hooks with x-lost-selection-functions.
10477
10478 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10479
10480 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10481 x-lost-selection-functions is bound.
10482
10483 * mouse-sel.el (mouse-sel-mode):
10484 * emacs-lisp/lselect.el: Adjust to new names for
10485 x-(lost|sent)-selection-functions.
10486
10487 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10488 New obsolete aliases of x-lost-selection-functions and
10489 x-sent-selection-functions.
10490
10491 2004-10-28 Kim F. Storm <storm@cua.dk>
10492
10493 * imenu.el (imenu-scanning-message): Remove.
10494 (imenu-progress-message): Make it a no-op.
10495
10496 2004-10-28 John Paul Wallington <jpw@gnu.org>
10497
10498 * files.el (set-auto-mode): Call `throw' correctly.
10499
10500 2004-10-28 Juri Linkov <juri@jurta.org>
10501
10502 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10503 to search `Info-...' commands in `info' manual.
10504 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10505 Add 'info-file "emacs" property.
10506 (Info-find-emacs-command-nodes): Fix index line number regexp.
10507 Set real line number (instead of fake 0) in first element of the
10508 returned list.
10509 (Info-goto-emacs-command-node): Use line number of first element
10510 to set point in the first found Info node.
10511
10512 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10513 code to `grep-mode-font-lock-keywords'.
10514 (grep-mode-font-lock-keywords): Delete grep markers instead
10515 of making them invisible.
10516
10517 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10518
10519 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10520 and x-server-version in bug report.
10521
10522 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10523
10524 * files.el (set-auto-mode-0): New function.
10525 (set-auto-mode): Use it to handle aliased modes and to
10526 be consistent between C-x C-f and C-x C-w.
10527
10528 2004-10-28 Kenichi Handa <handa@m17n.org>
10529
10530 * international/utf-8.el (utf-translate-cjk-charsets):
10531 Add katakana-jisx0201.
10532
10533 * international/subst-jis.el: Add data for JISX0201.
10534
10535 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10536
10537 * obsolete/hilit19.el (hilit-mode): New function.
10538 Move all the toplevel side-effecting stuff into it, so that loading
10539 hilit19 doesn't mess everything up any more.
10540
10541 2004-10-27 Richard M. Stallman <rms@gnu.org>
10542
10543 * add-log.el (add-change-log-entry): Set up mailing address
10544 and full name later, and don't alter add-log-mailing-address
10545 or add-log-full-name.
10546
10547 * elide-head.el (elide-head): Change error to message.
10548 (elide-head-show): Likewise.
10549
10550 * apropos.el (apropos-macrop): Doc fix.
10551
10552 * mouse.el (mouse-show-mark): Do most processing the same
10553 regardless of transient-mark-mode.
10554
10555 * shadowfile.el (shadow-copy-files): Use interactive-p
10556 only to control whether to print a message.
10557
10558 * tar-mode.el (tar-mode): Use write-contents-functions,
10559 not write-contents-hooks.
10560
10561 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10562 directory-sep-char.
10563
10564 2004-10-27 Richard M. Stallman <rms@gnu.org>
10565
10566 * strokes.el (strokes-unload-hook): Fix previous change.
10567
10568 * type-break.el (type-break-run-at-time): Always use run-at-time;
10569 forget the alternatives.
10570 (type-break-cancel-function-timers): Always use cancel-function-timers;
10571 forget the alternatives.
10572
10573 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10574
10575 2004-10-27 Kenichi Handa <handa@m17n.org>
10576
10577 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10578
10579 * international/subst-gb2312.el: Likewise.
10580
10581 * international/subst-big5.el: Likewise.
10582
10583 * international/subst-ksc.el: Likewise.
10584
10585 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10586 New variable.
10587 (utf-translate-cjk-set-unicode-range): New function.
10588 (utf-translate-cjk-unicode-range): Make it customizable.
10589 (utf-8-post-read-conversion):
10590 Use utf-translate-cjk-unicode-range-string.
10591 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10592 Unicode ranges.
10593
10594 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10595
10596 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10597 trivial variants to shorten the list.
10598 (xml-based-modes): New var.
10599 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10600 declaration higher priority than auto-mode-alist.
10601
10602 * find-file.el (cc-other-file-alist): Bring it in line with
10603 cc-mode's auto-mode-alist entries and use \' instead of $.
10604
10605 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10606 and add "Id" and "Name" submenus to it.
10607
10608 * imenu.el (imenu--generic-function): Skip matches in comments.
10609
10610 2004-10-26 Jay Belanger <belanger@truman.edu>
10611
10612 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10613 (full-calc-keypad, calc-trail-display): Use an extra argument
10614 instead of `interactive-p'.
10615
10616 * calc/calc-misc.el (calc-other-window): Use an extra argument
10617 instead of `interactive-p'.
10618
10619 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10620 `interactive-p'.
10621
10622 2004-10-26 Kim F. Storm <storm@cua.dk>
10623
10624 * help.el (describe-key): Describe both down-event and up-event
10625 for a mouse click.
10626
10627 2004-10-26 Richard M. Stallman <rms@gnu.org>
10628
10629 * woman.el (woman): Don't call interactive-p.
10630
10631 * pcomplete.el (pcomplete): Instead of interactive-p,
10632 use an arg set non-nil by the interactive spec.
10633
10634 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10635 use an arg set non-nil by the interactive spec.
10636
10637 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10638 use an arg set non-nil by the interactive spec.
10639
10640 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10641
10642 * progmodes/flymake.el (flymake-split-string):
10643 Use `flymake-split-string-remove-empty-edges' in any case.
10644
10645 2004-10-26 Masatake YAMATO <jet@gyve.org>
10646
10647 * progmodes/flymake.el (flymake-err-line-patterns):
10648 Use `compilation-error-regexp-alist-alist' instead of
10649 `compilation-error-regexp-alist'.
10650
10651 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10652
10653 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10654 verbatim face on the \ of \end{verbatim}.
10655
10656 2004-10-25 Jay Belanger <belanger@truman.edu>
10657
10658 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10659 erasing minibuffer.
10660
10661 2004-10-25 Simon Josefsson <jas@extundo.com>
10662
10663 * subr.el (read-passwd): Move to net/password.el.
10664
10665 * net/password.el (read-passwd): Add. Autoload it.
10666
10667 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10668
10669 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10670
10671 * simple.el (process-file): Fix logic.
10672
10673 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10674
10675 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10676 (increase-right-margin): Remove erroneous call to `interactive-p'.
10677
10678 2004-10-24 Kim F. Storm <storm@cua.dk>
10679
10680 * help.el (describe-mode): Fix 2004-10-13 change.
10681 Copy pure "Auto Fill" string so it can be propertized later
10682 without causing a read-only error.
10683
10684 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10685
10686 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10687 style indexes.
10688
10689 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10690
10691 * simple.el (process-file): Accept nil for INFILE. Reported by
10692 Luc Teirlinck.
10693
10694 2004-10-24 Masatake YAMATO <jet@gyve.org>
10695
10696 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10697 Handle periods and underscores in a function name.
10698 Remove the address fontification.
10699
10700 2004-10-24 Masatake YAMATO <jet@gyve.org>
10701
10702 * progmodes/asm-mode.el (asm-font-lock-keywords):
10703 Use font-lock-variable-name-face for registers.
10704
10705 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10706
10707 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10708 kill-all-local-variables.
10709 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10710 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10711 Use kill-all-local-variables and provide mode-hooks.
10712 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10713 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10714 Suggested by Masatake YAMATO <jet@gyve.org>.
10715
10716 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10717
10718 * simple.el (process-file): New function, similar to call-process
10719 but supports file handlers.
10720 * vc.el (vc-do-command): Use it, instead of call-process.
10721 * net/tramp-vc.el (vc-do-command): Do not advise it if
10722 process-file is fboundp.
10723 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10724 process-file.
10725 (tramp-handle-process-file): New function.
10726 (tramp-file-name-for-operation): Support process-file.
10727
10728 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10729
10730 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10731 (icalendar-weekdayabbrev-table)
10732 (icalendar-monthnumber-table): Delete.
10733 (icalendar--get-month-number): Use calendar-month-name-array.
10734 (icalendar--get-weekday-number): New function.
10735 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10736 (icalendar-export-region): Handle multi-line entries.
10737 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10738
10739 2004-10-23 John Paul Wallington <jpw@gnu.org>
10740
10741 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10742 `wildcards' set to t in interactive spec.
10743
10744 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10745 interactive spec rather than use `interactive-p'.
10746 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10747 rather than use function `interactive-p'.
10748
10749 2004-10-22 Kenichi Handa <handa@m17n.org>
10750
10751 * international/mule.el (translate-region): Implement it in Lisp
10752 as a front end of translate-region-internal.
10753
10754 2004-10-21 Jay Belanger <belanger@truman.edu>
10755
10756 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10757 Declare these variables with defvar.
10758
10759 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10760 is bound, only check to see if it is bound.
10761
10762 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10763
10764 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10765 Don't output messages.
10766
10767 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10768
10769 2004-10-21 John Paul Wallington <jpw@gnu.org>
10770
10771 * calc/calc-graph.el (calc-graph-init):
10772 Use `set-process-query-on-exit-flag'.
10773
10774 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10775
10776 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10777 dir right and also allow argumentless cd.
10778
10779 2004-10-19 Richard M. Stallman <rms@gnu.org>
10780
10781 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10782
10783 * eshell/em-unix.el (eshell-grep):
10784 Don't bind compilation-process-setup-function.
10785
10786 * comint.el (comint-insert-input): Use @ in `interactive'.
10787 (comint-input-filter-functions): Doc fix.
10788 (comint-kill-whole-line, comint-get-source): Doc fix.
10789
10790 * progmodes/compile.el (compilation-setup):
10791 Don't set buffer-read-only if MINOR is non-nil.
10792
10793 2004-10-19 Jay Belanger <belanger@truman.edu>
10794
10795 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10796 (calc-emacs-type-gnu19): Remove.
10797 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10798 Remove check for old emacs versions.
10799
10800 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10801 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10802 for current Emacs.
10803
10804 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10805 the end of the minibuffer.
10806 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10807 copy `esc-map'.
10808
10809 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10810
10811 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10812 call that would be given when the current emacs was used.
10813
10814 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10815
10816 * calendar/icalendar.el: Set coding to utf-8.
10817 (icalendar-version): Increase to 0.07.
10818 (icalendar-monthnumber-table): Change March pattern.
10819 (icalendar-get-all-event-properties)
10820 (icalendar-set-event-property): Delete.
10821 (icalendar-all-events): No longer interactive.
10822 (icalendar-convert-diary-to-ical)
10823 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10824 their replacements.
10825 (icalendar-export-file, icalendar-export-region): New functions;
10826 essentially old `icalendar-convert-diary-to-ical' but appending to
10827 target rather than overwriting.
10828 (icalendar-import-file): Append to target file rather than
10829 overwriting. Fourth arg deleted.
10830 (icalendar-import-buffer): New name for old
10831 `icalendar-extract-ical-from-buffer'.
10832 (icalendar--convert-string-for-import): New name for
10833 old `icalendar-convert-for-import'.
10834 (include-icalendar-files): Delete.
10835 Prefix for all internal functions changed from `icalendar-'
10836 to `icalendar--'.
10837
10838 2004-10-19 Richard M. Stallman <rms@gnu.org>
10839
10840 * paths.el (news-path): Fix previous change.
10841
10842 2004-10-18 Jay Belanger <belanger@truman.edu>
10843
10844 * calc/calc-help.el (calc-describe-bindings):
10845 Set `buffer-read-only' to nil while working in the keybindings buffer;
10846 remove some extra information from the keybindings buffer.
10847
10848 2004-10-18 David Ponce <david@dponce.com>
10849
10850 * mouse.el (mouse-drag-move-window-top): New function.
10851 (mouse-drag-mode-line-1): Use it.
10852
10853 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10854
10855 * info.el (Info-fontify-node): For multiline refs,
10856 arrange to unfontify newline and surrounding whitespace.
10857
10858 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10861 directory is missing.
10862
10863 2004-10-17 John Paul Wallington <jpw@gnu.org>
10864
10865 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10866 New customizable variable; whether to display buffers that match
10867 `ibuffer-maybe-show-predicates' by default.
10868 (ibuffer-maybe-show-predicates): Mention it in docstring.
10869 (ibuffer-display-maybe-show-predicates): New variable.
10870 (ibuffer-update): Prefix arg now toggles whether buffers that
10871 match `ibuffer-maybe-show-predicates' should be displayed.
10872 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10873 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10874 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10875
10876 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10877
10878 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10879 work correctly.
10880
10881 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10882
10883 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10884 (Buffer-menu-beginning): New helper function.
10885 (Buffer-menu-execute): Use it.
10886 (Buffer-menu-select): Use it.
10887 (Buffer-menu-sort): Use it and also keep markers.
10888
10889 2004-10-17 Richard M. Stallman <rms@gnu.org>
10890
10891 * paths.el (news-directory): Rename from news-path. Old name alias.
10892 (rmail-spool-directory): Use defvar.
10893 (sendmail-program): Use defcustom.
10894 (remote-shell-program): Use defcustom.
10895 (term-file-prefix): Use defvar.
10896 (abbrev-file-name): Use defvar.
10897
10898 * term.el: Add maintainer.
10899
10900 * subr.el (with-local-quit): Return nil if there's a quit.
10901 (read-passwd): Use with-local-quit. Doc fix.
10902
10903 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10904 (strokes-unload-hook): Set as a variable with add-hook.
10905
10906 * startup.el (fancy-splash-tail, normal-splash-screen):
10907 Update copyright year.
10908
10909 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10910
10911 * server.el (server-unload-hook): Set as a variable with add-hook.
10912
10913 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10914
10915 * frame.el (special-display-popup-frame):
10916 Make the buffer current as its frame is created.
10917
10918 * delsel.el (delsel-unload-hook): Set as a variable.
10919
10920 * comint.el (comint-output-filter-functions):
10921 Add comint-watch-for-password-prompt.
10922 (comint-read-noecho): Function deleted.
10923 (send-invisible): Use read-passwd.
10924
10925 * fringe.el (fringe-mode-initialize): New function.
10926 (fringe-mode): Use fringe-mode-initialize as :initialize.
10927
10928 2004-10-17 Kim F. Storm <storm@cua.dk>
10929
10930 * language/indian.el (indian-script-language-alist): Swap value and doc.
10931 (indian-font-char-index-table): Doc fix.
10932
10933 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10936
10937 2004-10-16 Juri Linkov <juri@jurta.org>
10938
10939 * progmodes/compile.el (compilation-start): Move let-binding of
10940 `process-environment' into `with-current-buffer' body.
10941 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10942
10943 2004-10-16 Richard M. Stallman <rms@gnu.org>
10944
10945 * pcvs-util.el (cvs-bury-buffer):
10946 Don't call get-buffer-window for effect.
10947
10948 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10949
10950 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10951
10952 * msb.el (msb-unload-hook): Set the variable.
10953
10954 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10955 Use * to err if buffer is readonly.
10956
10957 * subr.el (looking-back): Return only t or nil.
10958
10959 * whitespace.el (whitespace-unload-hook): Set the variable.
10960
10961 * view.el (view-mode-enable): Set view-page-size and
10962 view-half-page-size to nil.
10963 (view-set-half-page-size-default): view-half-page-size = nil
10964 means the default.
10965 (View-scroll-page-forward): Use view-page-size-default.
10966 (View-scroll-page-backward): Likewise.
10967 (view-page-size, view-half-page-size): Doc fixes.
10968
10969 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10970
10971 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10972
10973 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10974 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10975 (byte-compile-log-1): Bind inhibit-read-only.
10976 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10977 (byte-compile-log-warning): Likewise.
10978 (byte-compile-file-form-require): Detect "cl" from the arg value.
10979
10980 * progmodes/compile.el (compilation-start): Assume compilation-mode
10981 will make the buffer read-only.
10982 (compilation-mode): Take arg name-of-mode.
10983 (compilation-setup): Make buffer read-only.
10984 (compilation-handle-exit): Bind inhibit-read-only.
10985
10986 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10987 (ispell-message): Likewise.
10988 (ispell-show-choices): Don't call get-buffer-window uselessly.
10989 (ispell-init-process): Use set-process-query-on-exit-flag.
10990
10991 2004-10-16 Kim F. Storm <storm@cua.dk>
10992
10993 * fringe.el (fringe-bitmaps): Only initialize when defined.
10994
10995 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10996 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10997
10998 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10999
11000 2004-10-15 Simon Josefsson <jas@extundo.com>
11001
11002 * net/password.el: Add.
11003
11004 2004-10-14 Masatake YAMATO <jet@gyve.org>
11005
11006 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11007 (gdb-script-end-of-defun): New function.
11008 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11009 `gdb-script-end-of-defun' as *-of-defun-function.
11010
11011 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11012
11013 * button.el (button-activate): Allow a marker to display as an action.
11014
11015 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11016
11017 * help.el (describe-mode): Use it to make minor mode list into
11018 hyperlinks.
11019
11020 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11021
11022 * vc.el (vc-annotate-display-select): Fix typo.
11023
11024 * subr.el (substitute-key-definition-key): New function.
11025 (substitute-key-definition): Use it with map-keymap.
11026 (event-modifiers): Use push.
11027 (mouse-movement-p, with-temp-buffer): Simplify.
11028
11029 2004-10-12 Jay Belanger <belanger@truman.edu>
11030
11031 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11032 New variables.
11033 (calc-help-index-entries): New function.
11034 (calc-describe-function): Use `calc-help-function-list' instead of
11035 obarray for completion.
11036 (calc-describe-variable): Use `calc-help-variable-list' instead
11037 of obarray for completion.
11038
11039 2004-10-12 Richard M. Stallman <rms@gnu.org>
11040
11041 * info-look.el (info-lookup-file): Add info-file property.
11042 (info-lookup-symbol): Likewise.
11043
11044 * info.el (info-xref): Add underlining.
11045 (info): Add info-file property.
11046 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11047
11048 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11049
11050 Sync with Tramp 2.0.45.
11051
11052 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11053 defined. This is not the case for XEmacs without package "edebug".
11054 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11055 remote files to the permissions of the original file. This is not
11056 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11057 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11058 (tramp-perl-decode): Fix an error in Perl implementation.
11059 $pending must be cleared every loop. Reported by Benjamin Place
11060 <benjaminplace@sprintmail.com>
11061
11062 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11063 Don't activate advice during definition. This is done later on,
11064 depending on test result of `substitute-in-file-name'.
11065 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11066
11067 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11068
11069 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11070
11071 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11072
11073 2004-10-12 David Ponce <david@dponce.com>
11074
11075 * recentf.el (recentf-edit-list): Update the menu when the recentf
11076 list has been modified.
11077
11078 2004-10-12 Simon Josefsson <jas@extundo.com>
11079
11080 * net/tls.el (tls-certtool-program): New variable.
11081 (tls-certificate-information): New function, based on
11082 ssl-certificate-information.
11083
11084 2004-10-12 Kenichi Handa <handa@m17n.org>
11085
11086 * international/mule.el (coding-system-equal): Move from mule-util.el.
11087
11088 * international/mule-util.el (coding-system-equal): Move to mule.el.
11089
11090 2004-10-12 Kim F. Storm <storm@cua.dk>
11091
11092 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11093 reset kmacro-initial-counter-value if set.
11094 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11095 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11096 (kmacro-display): Show macro counter if non-zero.
11097
11098 * subr.el (substitute-key-definition): Mention command remapping
11099 in doc string.
11100
11101 2004-10-11 Jay Belanger <belanger@truman.edu>
11102
11103 * calc/calc-misc.el (calc-info-goto-node): New function.
11104 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11105 node in one step.
11106 (calc-describe-copying, calc-describe-distribution)
11107 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11108 Go to appropriate info node in one step.
11109
11110 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11113
11114 * font-lock.el (font-lock-apply-highlight): Fix last change.
11115
11116 2004-10-11 Simon Josefsson <jas@extundo.com>
11117
11118 * mail/smtpmail.el (smtpmail-open-stream): Look for
11119 starttls-gnutls-program instead of starttls-program iff
11120 starttls-use-gnutls is non-nil.
11121 (smtpmail-open-stream): Don't overwrite user settings of
11122 starttls-extra-arguments and starttls-extra-args.
11123
11124 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11125
11126 * comint.el (comint-mouse-insert-input): Remove.
11127 (comint-insert-input): Make it work for mouse bindings.
11128 (comint-mode-map): Move defs into the declaration.
11129 (comint-output-filter): Typo.
11130
11131 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11132
11133 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11134
11135 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11136 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11137 ange-ftp-remote-shell.
11138
11139 2004-10-10 Andreas Schwab <schwab@suse.de>
11140
11141 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11142 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11143 Reported by <sri@asu.edu>.
11144
11145 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11146
11147 * vc.el (vc-annotate-mode): Remove variable.
11148 (vc-annotate-display-select): Only call vc-annotate-mode
11149 if we're not in that mode already.
11150
11151 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11152
11153 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11154 (imenu-choose-buffer-index): Check here for rescan instead.
11155
11156 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11157 where the face expression evals to nil.
11158
11159 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11160 (tex-font-lock-keywords-2): Use it.
11161 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11162
11163 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11164
11165 2004-10-09 Kim F. Storm <storm@cua.dk>
11166
11167 * subr.el (progress-reporter-update): Define before first usage.
11168 (make-progress-reporter): Doc fix.
11169
11170 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11171
11172 * textmodes/paragraphs.el (sentence-end-double-space)
11173 (sentence-end-without-period, sentence-end-without-space)
11174 (sentence-end): Doc fixes.
11175
11176 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11177
11178 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11179 Change paragraph-start regexp so we don't fill code starting with #'(.
11180
11181 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11182
11183 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11184 New defcustom.
11185 (extract-address-components): Use it.
11186
11187 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11188
11189 * subr.el (make-progress-reporter, progress-reporter-update)
11190 (progress-reporter-force-update, progress-reporter-do-update)
11191 (progress-reporter-done): New functions.
11192
11193 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11194
11195 * progmodes/etags.el (etags-tags-completion-table): Use progress
11196 reporter.
11197 (etags-tags-apropos): Likewise.
11198
11199 2004-10-08 Alan Mackenzie <acm@muc.de>
11200
11201 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11202 of current line.
11203
11204 2004-10-08 Masatake YAMATO <jet@gyve.org>
11205
11206 * server.el (server-process-filter): Wrap `process-send-region'
11207 by `condition-case' to guard the case when the pipe to PROC is closed.
11208
11209 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11210
11211 * xml.el (xml-substitute-special): Limit handling of external entities.
11212
11213 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11214
11215 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11216
11217 2004-10-06 John Paul Wallington <jpw@gnu.org>
11218
11219 * xml.el (xml-parse-dtd): Fix `error' call.
11220
11221 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11222
11223 * xml.el (xml-substitute-special): Return a single string instead
11224 of a list of strings if an entity substitution is made.
11225
11226 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11227
11228 * calendar/icalendar.el: New file.
11229
11230 2004-10-05 Juri Linkov <juri@jurta.org>
11231
11232 * isearch.el (isearch-done): Set mark after running hook.
11233 Reported by Drew Adams <drew.adams@oracle.com>.
11234
11235 * info.el (Info-history, Info-toc): Fix Info headers.
11236 (Info-toc): Narrow buffer before Info-fontify-node.
11237 (Info-build-toc): Don't check for special Info file names.
11238 Set main-file to nil if Info-find-file returns a symbol.
11239
11240 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11241
11242 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11243 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11244 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11245
11246 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11247
11248 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11249 for old interactive spec from calendar-goto-iso-date.
11250 (calendar-goto-iso-date): Use it.
11251 (calendar-goto-iso-week): New function. Suggested by Emilio
11252 C. Lopes <eclig@gmx.net>.
11253
11254 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11255
11256 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11257 `set-right-margin' bindings that follow the minor mode conventions.
11258
11259 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11260
11261 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11262 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11263 (latex-block-args-alist): Add minipage and picture.
11264 (latex-block-body-alist): Use reftex-label if enabled.
11265 (latex-insert-block): Don't insert a \n if not necessary.
11266 (tex-compile-commands): Make sure dvips doesn't send to printer.
11267 (tex-compile-default): Handle the case where no executable is found.
11268 (latex-noindent-environments): New var.
11269 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11270 If tex-indent-allhanging is non-nil, make sure we only align for macros
11271 at beginning of line.
11272
11273 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11274
11275 * newcomment.el (comment-beginning): Doc fix and don't choke on
11276 unset `comment-end-skip' when at beginning of comment.
11277
11278 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11279
11280 * term.el (term-adjust-current-row-cache): Don't allow the current
11281 row to become negative.
11282 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11283 the end of the line. Fix scroll down. Add comments.
11284 (term-handle-ansi-escape): Don't exceed terminal width when moving
11285 right.
11286 (term-scroll-region): Move the cursor after setting the scroll region.
11287
11288 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11289
11290 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11291 to `width' for consistency with docstring. Doc fix.
11292
11293 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11294
11295 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11296 This is necessary for derived modes.
11297
11298 2004-09-30 Kim F. Storm <storm@cua.dk>
11299
11300 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11301 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11302
11303 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11304 kmacro-extract-lambda functions.
11305 (edit-kbd-macro): Handle kmacro lambda forms.
11306 Include counter and counter format in edit buffer.
11307 (edmacro-finish-edit): Get counter and format from edit buffer and
11308 update kmacro bindings when found.
11309
11310 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11311
11312 * textmodes/paragraphs.el (forward-paragraph):
11313 Avoid args-out-of-range error when point winds up at the beginning of
11314 the buffer and hard newlines are enabled.
11315
11316 * newcomment.el (comment-multi-line): Doc fix.
11317
11318 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11319
11320 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11321 (diff-fixup-modifs): Catch unified-diff file-headers.
11322
11323 2004-09-29 Kim F. Storm <storm@cua.dk>
11324
11325 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11326 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11327 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11328
11329 * fringe.el (fringe-bitmap-p): New macro.
11330 (fringe-bitmaps): Add standard fringe bitmaps on load.
11331
11332 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11333
11334 * dired.el (dired-view-command-alist): Use more efficient regexps.
11335 Remove dubious arguments.
11336 (dired-align-file): New function.
11337 (dired-insert-directory): Use it.
11338 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11339 (dired-buffers-for-dir): Remove unused var `pattern'.
11340
11341 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11342
11343 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11344 from diary display excursion. Store diary buffer's point for
11345 `simple-diary-display'.
11346 (simple-diary-display): Set window point and start when
11347 displaying buffer, to preserve point.
11348
11349 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11350
11351 * textmodes/enriched.el (enriched-translations): Replace defconst
11352 with defvar.
11353
11354 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11355
11356 * printing.el: Doc fix.
11357 (pr-version): New version number (6.8.1).
11358 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11359 make-temp-name.
11360 (pr-delete-file): Check if file exists before deleting it.
11361 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11362
11363 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * term.el (term-display-table): New variable.
11366 (term-mode): Use it.
11367 (term-exec-1): Set the coding system to binary.
11368 (term-emulate-terminal): Decode the string before inserting it.
11369
11370 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11371
11372 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11373 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11374 (map): Bind S-prior, S-next and S-insert.
11375 (term-mode): Set `indent-tabs-mode' to nil.
11376 (term-paste): New function to be bound to S-insert.
11377 (term-send-del, term-send-backspace): Change the strings sent.
11378 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11379 (term-handle-colors-array): Fix handling of underline and reverse.
11380 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11381 (term-erase-in-line): Fix comparison.
11382 (term-emulate-terminal): Fix line wrap handling.
11383 (term-start-output-log): Rename from `term-set-output-log'.
11384 (term-stop-output-log): Rename from `term-stop-photo'.
11385 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11386
11387 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11388
11389 * dired.el (dired-move-to-filename): Don't output a message if
11390 raise-error is non-nil. Fix return position and value.
11391
11392 * files.el (insert-directory): Obey --dired even with symlinks.
11393
11394 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11395
11396 * ls-lisp.el (ls-lisp-format): Mark file names with property
11397 dired-filename.
11398
11399 2004-09-25 Kim F. Storm <storm@cua.dk>
11400
11401 * ido.el (ido-max-directory-size): New defcustom.
11402 (ido-decorations): Add "too big" element.
11403 (ido-directory-too-big): New dynamic var.
11404 (ido-may-cache-directory): Don't cache big directories.
11405 (ido-directory-too-big-p): New defun.
11406 (ido-set-current-directory): Update ido-directory-too-big.
11407 (ido-read-internal): Make empty ido-cur-item if too-big.
11408 (ido-buffer-internal): Use ido-read-internal directly instead of
11409 ido-read-buffer.
11410 (ido-file-internal): Init ido-directory-too-big.
11411 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11412 and redo completion with full list.
11413 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11414 it, and show completions.
11415 (ido-all-completions): Let bind ido-directory-too-big to nil.
11416 (ido-exhibit): Handle ido-directory-too-big.
11417 (ido-read-buffer): Handle fallback to read-buffer.
11418 Init ido-directory-too-big.
11419 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11420 Init ido-directory-too-big.
11421
11422 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11423
11424 * subr.el (delay-mode-hooks): Doc fix.
11425
11426 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11427
11428 * textmodes/enriched.el
11429 (enriched-default-text-properties-local-flag): New variable.
11430 (enriched-mode): Make sure that enabling and disabling the mode is
11431 a no-op. Doc fix.
11432
11433 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11434
11435 * calendar/holidays.el (holiday-advent): Report on a specified day
11436 offset from advent, not just advent.
11437 (holiday-easter-etc): Report on one specified day offset from
11438 easter, not all easter holidays. Various Easter holidays moved to
11439 `christian-holidays' variable in calendar.el.
11440 * calendar/calendar.el (christian-holidays): Adapt for new
11441 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11442
11443 2004-09-23 Kim F. Storm <storm@cua.dk>
11444
11445 * image.el (insert-sliced-image): Add doc string.
11446
11447 * ido.el (ido-choice-list): New dynamic var for `list' context.
11448 (ido-context-switch-command): New dynamic var.
11449 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11450 (ido-read-internal): Handle new `list' context.
11451 Handle insert-buffer and insert-file ido-exit values.
11452 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11453 ido-context-switch-command. Handle insert-file ido-exit value.
11454 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11455 unless it is already bound by caller.
11456 (ido-file-internal): New arg switch-cmd. Use it to setup
11457 ido-context-switch-command. Handle insert-buffer ido-exit value.
11458 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11459 used for context switching.
11460 (ido-all-completions): Handle new `list' context.
11461 (ido-make-choice-list): Return choices for `list' context.
11462 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11463 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11464 (ido-insert-buffer, ido-insert-file): Setup context switching.
11465 (ido-exhibit): Handle `list' context.
11466 (ido-read-file-name): Disable context switching. Handle fallback.
11467 (ido-read-directory-name): Disable context switching.
11468 (ido-completing-read): New defun like completing-read. Setup and
11469 use new `list' context.
11470
11471 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11472
11473 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11474
11475 2004-09-21 Jay Belanger <belanger@truman.edu>
11476
11477 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11478 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11479 separate window.
11480
11481 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11482
11483 * subr.el (after-change-major-mode-hook): Doc fix.
11484
11485 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11486
11487 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11488 of ghostscript for monochrome PostScript file in Windows.
11489
11490 2004-09-21 Kenichi Handa <handa@m17n.org>
11491
11492 * descr-text.el (describe-char): Checking of quail activation fixed.
11493
11494 2004-09-21 Jay Belanger <belanger@truman.edu>
11495
11496 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11497
11498 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11499
11500 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11501 after the mode hooks instead of before. Doc fix.
11502
11503 2004-09-20 Jason Rumney <jasonr@gnu.org>
11504
11505 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11506 _emacs, but revert to .emacs if neither exists in home directory.
11507
11508 2004-09-20 John Paul Wallington <jpw@gnu.org>
11509
11510 * bindings.el (completion-ignored-extensions): Add .dfsl.
11511
11512 2004-09-20 Richard M. Stallman <rms@gnu.org>
11513
11514 * bindings.el (scroll-left): Make it disabled.
11515
11516 * files.el (enable-local-eval): Doc fix.
11517
11518 * indent.el (move-to-left-margin): Special case for minibuffer.
11519
11520 * term.el (term-emulate-terminal): Turn off undo for output.
11521 Use with-current-buffer and save-selected-window.
11522
11523 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11524
11525 * progmodes/make-mode.el (makefile-fill-paragraph):
11526 Don't insist on spaces when looking for comments. # is enough.
11527
11528 * files.el (hack-local-variables): Copy the variables list
11529 to another buffer, strip prefixes and suffixes there, then read.
11530 (enable-local-eval): Doc fix.
11531 (ignored-local-variables): Initialize to nil.
11532 (risky-local-variable-p): Don't check ignored-local-variables here.
11533 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11534
11535 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11536
11537 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11538 of = to "." (punctuation).
11539
11540 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11541
11542 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11543
11544 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11545
11546 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11547 (enriched-before-change-major-mode): New function.
11548 Add it to `change-major-mode-hook'.
11549 (enriched-after-change-major-mode): New function.
11550 Add it to `after-change-major-mode-hook'.
11551 (enriched-mode): Make it work correctly if called from
11552 `after-change-major-mode-hook'.
11553 No longer set `indent-line-function'.
11554
11555 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11556
11557 * subr.el (after-change-major-mode-hook): New variable.
11558 (run-mode-hooks): Implement it.
11559
11560 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11561
11562 * battery.el (battery-linux-proc-apm): Use string-to-number.
11563 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11564 Use dolist (and less indentation). Use erase-buffer.
11565 Pre-initialize `design-capacity', `warn', and `low'.
11566 (battery-format): Use replace-regexp-in-string.
11567
11568 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11569
11570 * battery.el: Delete superfluous empty lines.
11571 (battery-linux-proc-acpi): Attempt to gather information from all
11572 battery subdirectories regardless of their file name.
11573 (battery-linux-proc-apm): Replace all occurrences of
11574 battery-hex-to-int-2 with string-to-int (base 16).
11575 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11576 (battery-hex-map): Delete variable.
11577
11578 2004-09-18 John Paul Wallington <jpw@gnu.org>
11579
11580 * calc/calc-units.el (calc-quick-units): Fix overzealous
11581 s/or/unless/.
11582
11583 2004-09-17 Jay Belanger <belanger@truman.edu>
11584
11585 * calc/calc.el (calc-mode-var-list): Fix the value of
11586 `calc-matrix-brackets'.
11587
11588 2004-09-17 Romain Francoise <romain@orebokech.com>
11589
11590 * ibuf-ext.el (define-ibuffer-filter filename):
11591 Expand dired-directory since buffer-file-name is absolute.
11592
11593 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11594
11595 * ediff-init.el (ediff-current-diff-face-A)
11596 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11597 (ediff-current-diff-face-Ancestor)
11598 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11599 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11600 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11601 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11602 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11603 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11604 Use min-colors.
11605
11606 * term.el (term-down): Perform vertical motion if DOWN is negative.
11607 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11608 (term-termcap-format): Synchronyze with the eterm terminfo entry
11609 in etc/e/eterm.ti.
11610 (term-handle-colors-array): If the current foreground or
11611 background are zero (i.e. unspecified), use the foreground and
11612 background of the default face for reverse video.
11613 (term-ansi-at-eval-string, term-ansi-default-fg)
11614 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11615 (term-mem): Delete ununsed function.
11616 (term-protocol-version): Increment.
11617 (term-current-face): Set to default.
11618
11619 2004-09-15 Jay Belanger <belanger@truman.edu>
11620
11621 * calc/calc.el (calc-mode-var-list): Define this variable.
11622 (calc-always-load-extensions, calc-line-numbering)
11623 (calc-line-breaking, calc-display-just, calc-display-origin)
11624 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11625 (calc-group-char, calc-point-char, calc-frac-format)
11626 (calc-prefer-frac, calc-hms-format, calc-date-format)
11627 (calc-float-format, calc-full-float-format, calc-complex-format)
11628 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11629 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11630 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11631 (calc-matrix-brackets, calc-language, calc-language-option)
11632 (calc-left-label, calc-right-label, calc-word-size)
11633 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11634 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11635 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11636 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11637 (calc-window-height, calc-display-trail, calc-show-selections)
11638 (calc-use-selections, calc-assoc-selections)
11639 (calc-display-working-message, calc-auto-why, calc-timing)
11640 (calc-mode-save-mode, calc-standard-date-formats)
11641 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11642 (calc-user-parse-tables, calc-gnuplot-default-device)
11643 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11644 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11645 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11646 (calc-invocation-macro, calc-show-banner): Give these values as
11647 part of `calc-mode-var-list's initialization after the variables
11648 are declared with defvar.
11649 (calc-bug-address): Change email address to send bug reports to.
11650 Change the maintainer address at the top.
11651 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11652 than "\\.emacs" to determine if it is the user-init-file.
11653
11654 * calc/calc-embed.el (calc-embedded-set-modes): Use
11655 `calc-mode-var-list' correctly.
11656
11657 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11658
11659 * vc.el (annotate-time): Document point handling.
11660 (vc-annotate-display-autoscale): Doc fix.
11661
11662 2004-09-15 Miles Bader <miles@gnu.org>
11663
11664 * generic.el (generic-make-keywords-list): Use symbol rather than
11665 word anchors in regexp.
11666
11667 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11668
11669 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11670 no file name consider `dired-directory'.
11671
11672 2004-09-14 Kim F. Storm <storm@cua.dk>
11673
11674 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11675
11676 2004-09-14 Simon Josefsson <jas@extundo.com>
11677
11678 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11679
11680 * textmodes/dns-mode.el: Add.
11681
11682 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11683
11684 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11685 (disabled-command-function): Make the ?\ char more obvious.
11686
11687 * vc-arch.el (vc-arch-root, vc-arch-registered):
11688 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11689
11690 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11691
11692 * windmove.el (windmove-frame-edges): Report coordinates of
11693 outside edges of frame, not inside edges.
11694 (windmove-coordinates-of-position): Convert into wrapper to new
11695 function `windmove-coordinates-of-window-position';
11696 `compute-motion' always applies to selected window.
11697 (windmove-coordinates-of-position): Update documentation to refer
11698 to Emacs 21 Lisp Reference Manual.
11699 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11700
11701 2004-09-13 Kim F. Storm <storm@cua.dk>
11702
11703 * isearch.el (isearch-resume-in-command-history): Rename from
11704 isearch-resume-enabled and change default to nil.
11705
11706 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11707
11708 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11709 (vc-registered): Use it.
11710 (vc-find-root): New fun.
11711
11712 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11713 Don't tell to use \\{...} when it's already done.
11714
11715 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11716 Provide a sample complex default.
11717 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11718 (bibtex-entry): Use mapc.
11719
11720 2004-09-12 Kim F. Storm <storm@cua.dk>
11721
11722 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11723
11724 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11725 inhibit-field-text-motion to t so rectangles work in comint buffers.
11726
11727 * simple.el (choose-completion-string): Set buffer before running
11728 choose-completion-string-functions hook so it can be buffer-local.
11729
11730 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11731
11732 * progmodes/compile.el (compilation-start): Parse command to see
11733 if it starts with a cd, and if so perform it for the *compilation*
11734 buffer. Change the header to reflect this.
11735
11736 2004-09-11 Kim F. Storm <storm@cua.dk>
11737
11738 * ido.el (ido-enable-dot-prefix): Doc fix.
11739 (ido-enable-dot-prefix): New defcustom.
11740 (ido-set-matches1): Use it.
11741
11742 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11743
11744 * textmodes/bibtex.el (bibtex-mark-active)
11745 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11746
11747 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11748
11749 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11750 used in a case insensitive environment.
11751 (bibtex-mode-map): Rearrange order of menus.
11752 (bibtex-quoted-string-re): Obsolete.
11753 (bibtex-complete-key-cleanup): Variable replaced by new function.
11754 (bibtex-font-lock-keywords): Use backquotes.
11755 (bibtex-font-lock-url-regexp): New internal variable.
11756 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11757 "OPT" and "ALT".
11758 (bibtex-insert-current-kill, bibtex-make-field)
11759 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11760 (bibtex-parse-field-text): Simplify.
11761 (bibtex-string=): New helper function.
11762 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11763 (bibtex-map-entries): Use bibtex-string=.
11764 (bibtex-search-entry): Use not.
11765 (bibtex-enclosing-field): Fix docstring.
11766 (bibtex-assoc-regexp): Obsolete.
11767 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11768 (bibtex-autokey-get-names): Handle empty name field.
11769 (bibtex-parse-strings): Use assoc-string and unless.
11770 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11771 Use assoc-string.
11772 (bibtex-pop): Simplify.
11773 (bibtex-mode): Set font-lock-extra-managed-props.
11774 (bibtex-entry-update): Use assoc-string.
11775 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11776 (bibtex-autofill-entry): Use bibtex-string=.
11777 (bibtex-print-help-message): Simplify.
11778 (bibtex-find-entry): New optional arg START.
11779 (bibtex-validate): Use bibtex-string= and assoc-string.
11780 Do not call obsolete function compilation-parse-errors.
11781 (bibtex-remove-delimiters): Only remove delimiters if present.
11782 (bibtex-copy-entry-as-kill): Add docstring.
11783 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11784 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11785 (bibtex-complete): Use bibtex-predefined-month-strings,
11786 bibtex-string=, and new function bibtex-complete-key-cleanup.
11787 (bibtex-generate-url-list): New variable.
11788 (bibtex-url): New command bound to C-c C-l and mouse-2.
11789 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11790 (bibtex-font-lock-url): New function.
11791
11792 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11793
11794 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11795
11796 2004-09-09 Kim F. Storm <storm@cua.dk>
11797
11798 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11799 counter and format with binding.
11800 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11801 the declared macro uses own macro counter and format. Give symbol
11802 kmacro property.
11803 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11804 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11805 (kmacro-end-and-call-macro): Doc fix.
11806
11807 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11808
11809 * desktop.el (desktop-clear-preserve-buffers):
11810 Remove make-obsolete-variable.
11811
11812 2004-09-08 Richard M. Stallman <rms@gnu.org>
11813
11814 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11815 with the buffer as argument.
11816
11817 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11818
11819 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11820
11821 2004-09-08 Juri Linkov <juri@jurta.org>
11822
11823 * replace.el (perform-replace): Use `query-replace-descr'.
11824
11825 * cus-start.el (history-delete-duplicates): Specify customization.
11826
11827 * diff-mode.el (diff-mode-map):
11828 * progmodes/compile.el (compilation-mode-map):
11829 * progmodes/grep.el (grep-mode-map):
11830 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11831 to `next-error-follow-minor-mode'.
11832
11833 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11834
11835 * isearch.el (isearch-lazy-highlight-update): Take into account
11836 the case of zero-length match at the search bound.
11837
11838 2004-09-08 Kim F. Storm <storm@cua.dk>
11839
11840 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11841 change. Use zero width overlays when necessary.
11842
11843 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11844
11845 * subr.el (split-string): Docfix.
11846
11847 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11848
11849 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11850 (display-call-tree): Ensure newline after caller/calls blocks.
11851
11852 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11853
11854 * startup.el (command-line-1): Make option
11855 --directory/-L modify `load-path' straight away.
11856
11857 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11858
11859 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11860
11861 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11862
11863 * emacs-lisp/autoload.el (make-autoload):
11864 Handle `define-compilation-mode'.
11865
11866 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11867 Specify `doc-string-elt' property.
11868
11869 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11870
11871 * bs.el (bs-mode): Doc fix.
11872
11873 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11874
11875 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11876
11877 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11878
11879 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11880
11881 2004-09-08 Kenichi Handa <handa@m17n.org>
11882
11883 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11884 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11885 ps-mule-next-point -> 1+).
11886
11887 * composite.el (encode-composition-rule): Add autoload cooky.
11888
11889 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11890
11891 * format.el (buffer-auto-save-file-format): Make it permanent local.
11892
11893 2004-09-07 Kim F. Storm <storm@cua.dk>
11894
11895 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11896 (authors-fixed-entries): Fix typo.
11897 (authors-canonical-author-name): Compact multiple spaces.
11898 Ignore trivial names (e.g. only first name).
11899
11900 * term.el (term-window-width): Only use full window width on
11901 window system if overflow-newline-into-fringe is enabled.
11902 (term-mode): Don't disable overflow-newline-into-fringe.
11903
11904 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11905
11906 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11907 motion as seen on my Mac OS X xterms.
11908
11909 * newcomment.el (uncomment-region-default, comment-region-default):
11910 New functions extracted from uncomment-region and comment-region.
11911 (comment-region, comment-region-function, uncomment-region)
11912 (uncomment-region-function): Use them.
11913
11914 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11915
11916 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11917 It's not crucial but can make sense at times.
11918
11919 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11920 the first commit.
11921
11922 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11923 Disable obsolete code.
11924
11925 2004-09-07 Juri Linkov <juri@jurta.org>
11926
11927 * progmodes/grep.el (grep-highlight-matches): Change default from
11928 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11929 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11930 if grep option `--color' is available, or to `nil' otherwise.
11931 (grep-process-setup): Call `grep-compute-defaults' if
11932 `grep-highlight-matches' is not computed. Set env-vars only
11933 if `grep-highlight-matches' is `t'.
11934 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11935 is already defined).
11936
11937 * progmodes/compile.el (compilation-start): Use copy of
11938 `process-environment' created by `copy-sequence' to not
11939 modify env-vars in the global `process-environment'.
11940
11941 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11942
11943 * simple.el (next-error-follow-minor-mode): Fix last change.
11944
11945 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11946
11947 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11948 permanent local.
11949
11950 2004-09-04 Richard M. Stallman <rms@gnu.org>
11951
11952 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11953 highlighting if the search string is empty.
11954
11955 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11956
11957 * facemenu.el (facemenu-active-faces): Change condition of inner
11958 `while' loop to also check the first two elements of `face-atts'
11959 and `mask-atts'.
11960
11961 2004-09-04 John Paul Wallington <jpw@gnu.org>
11962
11963 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11964 (thumbs-view-image-mode): Make buffer read-only.
11965
11966 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11967
11968 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11969 (ispell-check-version): Set it.
11970 (ispell-send-replacement): New function.
11971 (ispell-process-line): Call ispell-send-replacement.
11972
11973 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11974
11975 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11976 Support choosing seconds with "s".
11977
11978 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11979
11980 * terminal.el (te-escape): Show `?' in prompt for help key.
11981
11982 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11983
11984 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11985
11986 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11987
11988 * simple.el (next-error-follow-minor-mode)
11989 (next-error-follow-mode-post-command-hook): New functions.
11990 (next-error-follow-last-line): New defvar.
11991
11992 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11993 * progmodes/compile.el (compilation-mode-map): Likewise.
11994 * progmodes/grep.el (grep-mode-map): Likewise.
11995 * replace.el (occur-mode-map): Likewise.
11996
11997 * newcomment.el (uncomment-region): Bind comment-use-global-state
11998 to nil.
11999
12000 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12001
12002 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12003 locally around the call to `revert-buffer'.
12004
12005 2004-09-03 Juri Linkov <juri@jurta.org>
12006
12007 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12008 `isearch-adjusted' to `t'.
12009 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12010 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12011 (isearch-other-meta-char): Restore isearch-point unconditionally.
12012 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12013 Set point to start of match if region is not active in transient
12014 mark mode (to include the current match to region boundaries).
12015 Push the search string to `query-replace-from-history-variable'.
12016 Add prompt "Query replace regexp" for isearch-regexp.
12017 Add region beginning/end as last arguments of `perform-replace.'
12018 (isearch-query-replace-regexp): Replace code by the call to
12019 `isearch-query-replace' with arg `t'.
12020
12021 2004-09-03 Richard M. Stallman <rms@gnu.org>
12022
12023 * startup.el (normal-top-level): Undo previous TERM change.
12024
12025 2004-09-03 Kim F. Storm <storm@cua.dk>
12026
12027 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12028 highlight overlays; allow using RET when cursor is over a button.
12029 (cua--highlight-rectangle): Use it.
12030 (cua--rectangle-set-corners): Don't move backwards at eol.
12031 (cua--forward-line): Don't move into void after eob.
12032
12033 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12034 point is set (and displayed) inside rectangle.
12035 (cua--rectangle-operation): Fix for highlight of empty lines.
12036 (cua--highlight-rectangle): Fix highlight for tabs.
12037 Position cursor at left/right edge of rectangle using new `cursor'
12038 property on overlay strings.
12039 (cua--indent-rectangle): Don't tabify.
12040 (cua-rotate-rectangle): Ignore that point has moved.
12041
12042 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12043
12044 * term/mac-win.el: Add ASCII equivalents for some function keys.
12045 (mode-line-frame-identification): Sync with x-win.el.
12046
12047 2004-09-02 Juri Linkov <juri@jurta.org>
12048
12049 * progmodes/compile.el (compilation-buffer-name): Compare major
12050 mode with second element of compilation-arguments instead of third
12051 to reflect latest changes in compilation-arguments structure.
12052 (recompile): Use global variable `compilation-directory' to get
12053 recent compilation directory only when `recompile' is invoked NOT
12054 in the compilation buffer. Otherwise, use `default-directory' of
12055 the compilation buffer.
12056 (compilation-error-properties): Allow to funcall col and end-col.
12057 (compilation-mode-font-lock-keywords): Check col and end-col by
12058 `integerp'.
12059 (compilation-goto-locus): If end-mk is non-nil in transient mark
12060 mode don't activate the mark (and don't display message in
12061 push-mark), but highlight overlay between mk and end-mk.
12062
12063 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12064 (grep-regexp-alist): Add rule to highlight grep matches.
12065 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12066
12067 * info.el (Info-fontify-node): Don't compute other-tag
12068 if Info-hide-note-references=hide.
12069
12070 * help.el (function-called-at-point):
12071 * help-fns.el (variable-at-point):
12072 Try `find-tag-default' when other methods failed.
12073
12074 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12075 Do not push mark if inhibit-mark-movement is non-nil.
12076
12077 * textmodes/ispell.el (ispell-html-skip-alists):
12078 Fix backslashes in docstring.
12079
12080 2004-09-01 Juri Linkov <juri@jurta.org>
12081
12082 * isearch.el (isearch-wrap-function)
12083 (isearch-push-state-function): New defvars.
12084 (isearch-pop-fun-state): New defsubst.
12085 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12086 (isearch-push-state): Set the result of calling
12087 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12088 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12089 restore the mode-specific starting point of terminated search.
12090 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12091 (isearch-repeat): Call `isearch-wrap-function' if defined.
12092 (isearch-message-prefix): Don't add prefix "over" to the message
12093 for wrapped search if `isearch-wrap-function' is defined.
12094 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12095 restore the mode-specific starting point of failed search.
12096
12097 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12098 (Info-search): Add new optional arguments for the sake of isearch.
12099 Replace whitespace in Info-search-whitespace-regexp literally.
12100 Add backward search. Don't call `Info-select-node' if regexp is
12101 found in the same Info node. Don't add node to Info-history for
12102 wrapped isearch.
12103 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12104 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12105 (Info-mode): Set local variables `isearch-search-fun-function',
12106 `isearch-wrap-function', `isearch-push-state-function',
12107 `search-whitespace-regexp'.
12108
12109 * isearch.el: Remove ancient Change Log section.
12110 (isearch-string, isearch-message-string, isearch-point)
12111 (isearch-success, isearch-forward-flag, isearch-other-end)
12112 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12113 (isearch-barrier, isearch-within-brackets)
12114 (isearch-case-fold-search): Add suffix `-state' to state-related
12115 defsubsts to avoid name clashes with other function names.
12116
12117 * simple.el (next-error): New defgroup and defface.
12118 (next-error-highlight, next-error-highlight-no-select):
12119 New defcustoms.
12120 (next-error-no-select): Let-bind next-error-highlight to the value
12121 of next-error-highlight-no-select before calling `next-error'.
12122
12123 * progmodes/compile.el (compilation-goto-locus):
12124 Use `next-error' face instead of `region'. Set 4-th argument of
12125 `move-overlay' to `current-buffer' to move overlay to different
12126 source buffers. Use new variable `next-error-highlight'.
12127
12128 * simple.el (next-error-find-buffer): Move the rule
12129 "if current buffer is a next-error capable buffer" after the
12130 rule "if next-error-last-buffer is set to a live buffer".
12131 Simplify to test all rules in one `or'.
12132 (next-error): Doc fix.
12133 (next-error, previous-error, first-error)
12134 (next-error-no-select, previous-error-no-select):
12135 Make arguments optional.
12136
12137 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12138
12139 * macros.el (apply-macro-to-region-lines): Make it operate on all
12140 lines that begin in the region, rather than on all complete lines
12141 in the region.
12142
12143 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12144
12145 * x-dnd.el (x-dnd-protocol-alist): Document update.
12146 (x-dnd-known-types): Defcustom it.
12147 (x-dnd-handle-motif): Print message-atom in error message.
12148
12149 2004-08-30 John Paul Wallington <jpw@gnu.org>
12150
12151 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12152 strings rather than programatically constructing message.
12153
12154 2004-08-30 Richard M. Stallman <rms@gnu.org>
12155
12156 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12157 Don't return a string that would read as the wrong character code.
12158
12159 2004-08-29 Kim F. Storm <storm@cua.dk>
12160
12161 * emulation/cua-base.el (cua-auto-expand-rectangles):
12162 Remove automatic rectangle padding feature; replace by non-destructive
12163 virtual rectangle edges feature.
12164 (cua-virtual-rectangle-edges): New defcustom.
12165 (cua-auto-tabify-rectangles): New defcustom.
12166 (cua-paste): If paste into a marked rectangle, insert rectangle at
12167 current column, even if virtual; also paste exactly as many lines
12168 as has been marked (ignore additional lines or add empty lines),
12169 but paste whole source if only one line is marked.
12170 (cua--update-indications): No longer use overwrite-cursor to
12171 indicate rectangle padding
12172
12173 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12174 (cua--rectangle-virtual-edges): New defun.
12175 (cua--rectangle-get-corners): Remove optional PAD arg.
12176 (cua--rectangle-set-corners): Never do padding.
12177 (cua--forward-line): Remove optional PAD arg. Simplify.
12178 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12179 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12180 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12181 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12182 (cua--rectangle-move): Never do padding. Simplify.
12183 (cua--tabify-start): New defun.
12184 (cua--rectangle-operation): Add tabify arg. All callers changed.
12185 (cua--pad-rectangle): Remove.
12186 (cua--delete-rectangle): Handle delete with virtual edges.
12187 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12188 (cua--insert-rectangle): Handle insert at virtual column.
12189 Perform auto-tabify if necessary.
12190 (cua--activate-rectangle): Remove optional FORCE arg.
12191 Never do padding. Simplify.
12192 (cua--highlight-rectangle): Enhance for virtual edges.
12193 (cua-toggle-rectangle-padding): Remove command.
12194 (cua-toggle-rectangle-virtual-edges): New command.
12195 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12196 (cua--rectangle-post-command): Don't force rectangle padding.
12197 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12198
12199 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12200
12201 * indent.el (edit-tab-stops-buffer): Doc fix.
12202
12203 2004-08-28 Richard M. Stallman <rms@gnu.org>
12204
12205 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12206 (grep-tag-default): Function deleted.
12207
12208 * subr.el (find-tag-default): Move from etags.el.
12209
12210 * progmodes/etags.el (find-tag-default): Move to subr.el.
12211
12212 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12213 into the basic character if it has an uppercase form.
12214
12215 2004-08-27 Kenichi Handa <handa@m17n.org>
12216
12217 * international/utf-8.el (utf-8-post-read-conversion): If the
12218 buffer is unibyte, temporarily make it multibyte.
12219
12220 2004-08-27 Masatake YAMATO <jet@gyve.org>
12221
12222 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12223
12224 2004-08-25 John Paul Wallington <jpw@gnu.org>
12225
12226 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12227 0, 1, and many mismatches in message.
12228 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12229
12230 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12231 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12232
12233 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12234
12235 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12236 vc-diff-switches differently.
12237
12238 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12239
12240 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12241 before and a real defvar after
12242 `speedbar-supported-extension-expressions'. This is to silence
12243 the compiler without breaking bootstrapping.
12244
12245 2004-08-22 Richard M. Stallman <rms@gnu.org>
12246
12247 * textmodes/flyspell.el (flyspell-word):
12248 Use set-process-query-on-exit-flag.
12249 (flyspell-highlight-duplicate-region): Take POSS as arg.
12250 (flyspell-word): Pass POSS as arg.
12251
12252 * progmodes/ada-xref.el: Many doc and style fixes.
12253 (ada-find-any-references): Use compilation-start.
12254 (ada-get-ali-file-name): Improve error msg.
12255 (ada-get-ada-file-name): Likewise.
12256
12257 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12258 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12259
12260 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12261 Add forward defvar.
12262
12263 * whitespace.el (global-whitespace-mode): New alias
12264 for whitespace-global-mode.
12265
12266 * speedbar.el (speedbar-file-regexp): Move definition up.
12267 (speedbar-mode, speedbar-set-mode-line-format):
12268 Use with-no-warnings.
12269 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12270
12271 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12272 controls whether to display the error buffer.
12273
12274 * ps-mule.el: Delete compatibility code for old Emacses.
12275 (ps-mule-find-wrappoint): Don't use chars-in-region.
12276
12277 * frame.el (display-mouse-p, display-selections-p):
12278 Use with-no-warnings.
12279
12280 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12281
12282 2004-08-22 David Kastrup <dak@gnu.org>
12283
12284 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12285 information.
12286
12287 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12288
12289 2004-08-22 Andreas Schwab <schwab@suse.de>
12290
12291 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12292
12293 2004-08-22 Masatake YAMATO <jet@gyve.org>
12294
12295 * cvs-status.el (cvs-status-checkout): New function.
12296 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12297
12298 2004-08-21 David Kastrup <dak@gnu.org>
12299
12300 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12301 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12302 has been converted to use hashtables, the relation `nil=none' is
12303 no longer valid, as `nil' is not a hashtable. This patch tries to
12304 reduce the number of resulting errors.
12305
12306 2004-08-21 John Paul Wallington <jpw@gnu.org>
12307
12308 * subr.el (process-kill-without-query): Made obsolete in
12309 version 21.4, not 21.5.
12310
12311 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12312 (vc-previous-comment, vc-next-comment)
12313 (vc-comment-search-reverse, vc-comment-search-forward)
12314 (vc-comment-to-change-log): Likewise.
12315
12316 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12317
12318 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12319
12320 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12321 Correct indentation of DEFMETHODS with non-standard method
12322 combinations (e.g., PROGN, MIN, MAX).
12323
12324 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 * startup.el (normal-top-level-add-subdirs-to-load-path):
12327 Avoid unnecessarily checking system-type.
12328 (normal-top-level): Set TERM to "dumb". Simplify.
12329
12330 * avoid.el (mouse-avoidance-ignore-p): New fun.
12331 Also ignore switch-frame, select-window, double, and triple clicks.
12332 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12333 (mouse-avoidance-fancy-hook): Use it.
12334
12335 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12336
12337 * avoid.el (mouse-avoidance-nudge-mouse)
12338 (mouse-avoidance-banish-destination): Stay within the current window
12339 to avoid problems with mouse-autoselect-window.
12340
12341 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12344 the newer format of some messages in cvs-1.12.1.
12345
12346 2004-08-19 Masatake YAMATO <jet@gyve.org>
12347
12348 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12349 (elp-results-jump-to-definition-by-mouse)
12350 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12351 (elp-output-result): Use elp-output-insert-symname.
12352
12353 2004-08-18 Kenichi Handa <handa@m17n.org>
12354
12355 * language/cyrillic.el: Register koi8-r in
12356 ctext-non-standard-encodings-alist.
12357 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12358
12359 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12360
12361 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12362 that replaces 20xy with xy.
12363
12364 2004-08-17 John Paul Wallington <jpw@gnu.org>
12365
12366 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12367 (reb-force-update): Doc fix.
12368
12369 2004-08-16 Richard M. Stallman <rms@gnu.org>
12370
12371 * progmodes/which-func.el (which-func-update-1): Doc fix.
12372
12373 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12374 (sh-mode-abbrev-table): New variable.
12375
12376 * progmodes/compile.el (compilation-mode): Doc fix.
12377
12378 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12379 Don't cons a new symbol each time.
12380 (eval-last-sexp-fake-value): New variable.
12381
12382 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12383 (copyright-update-year): Detect continuation of list of years.
12384
12385 * term.el (term-default-fg-color, term-default-bg-color)
12386 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12387
12388 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12389
12390 2004-08-16 Davis Herring <herring@lanl.gov>
12391
12392 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12393 (isearch-success, isearch-forward-flag, isearch-other-end)
12394 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12395 (isearch-barrier, isearch-within-brackets)
12396 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12397
12398 2004-08-16 Kenichi Handa <handa@m17n.org>
12399
12400 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12401
12402 2004-08-15 Kenichi Handa <handa@m17n.org>
12403
12404 * term/x-win.el (x-selection-value): If utf8 was successful but
12405 ctext was not, use utf8 string.
12406
12407 2004-08-14 Davis Herring <herring@lanl.gov>
12408
12409 * isearch.el: Remove accidental changes of March 4. Fix backing
12410 up when a regexp isearch is made more general. Use symbolic
12411 accessor functions for isearch stack frames to make usage clearer.
12412 (search-whitespace-regexp): Made groups in documentation shy (as
12413 is the group in the default value).
12414 (isearch-fallback): New function, addresses problems with regexps
12415 liberalized by `\|', adds support for liberalization by `\}' (the
12416 general repetition construct), and incorporates behavior for
12417 `*'/`?'.
12418 (isearch-}-char): New command, calls `isearch-fallback' with
12419 arguments appropriate to a typed `}'.
12420 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12421 appropriately.
12422 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12423 (isearch-string, isearch-message,string, isearch-point)
12424 (isearch-success, isearch-forward-flag, isearch-other-end)
12425 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12426 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12427 New inline functions to read fields of a stack frame.
12428
12429 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12430
12431 * battery.el (battery-linux-proc-acpi): Look into battery
12432 directories matching the literal string "CMB", too (required for
12433 Linux kernel version 2.6.7).
12434
12435 2004-08-14 John Paul Wallington <jpw@gnu.org>
12436
12437 * cus-start.el (read-file-name-completion-ignore-case): Add.
12438 (blink-cursor-alist): Change version to "21.4".
12439
12440 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12441
12442 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12443
12444 * speedbar.el (speedbar-scan-subdirs): New option.
12445 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12446 dolist.
12447 (speedbar-insert-files-at-point): Take an extra argument and use
12448 it to optionally find out if a subdir is empty. Also unreadable
12449 files don't get expand buttons.
12450 (speedbar-directory): New image (unused pixmap already existed).
12451 (speedbar-expand-image-button-alist): Use it.
12452
12453 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12454
12455 CC Mode update to 5.30.9:
12456
12457 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12458 Move from cc-vars to cc-defs for dependency reasons. Fix the
12459 POSIX char class test to check that it works in
12460 `skip-chars-(forward|backward)' too.
12461
12462 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12463 first argument starts with a special brace list.
12464
12465 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12466 when `c-opt-type-concat-key' is used (i.e. in Pike).
12467
12468 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12469 Fix bug when the inner char pair doesn't have paren syntax,
12470 i.e. "(<>)".
12471
12472 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12473 whitespace safe.
12474
12475 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12476 position for `arglist-intro', `arglist-cont-nonempty' and
12477 `arglist-close' when there are two arglist open parens on the same
12478 line and there's nothing in front of the first.
12479
12480 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12481 locking of qualified names in Java, which previously could fontify
12482 common indexing expressions in many cases. The standard Java
12483 naming conventions are used to tell them apart.
12484
12485 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12486 Fix inconsistency wrt opening parens on the first line inside a paren
12487 block.
12488
12489 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12490 compile time for the sake of `c-major-mode-is'.
12491
12492 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12493 `c-major-mode-is' in the event that this is used inside a
12494 `c-lang-defconst'.
12495
12496 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12497 `c-lang-defconst' so that it works better with fallback languages.
12498
12499 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12500 it to fail to record the base mode.
12501
12502 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12503 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12504 is used. Reorder the syntax checks to get more efficient
12505 skipping in some situations.
12506
12507 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12508 continuation which might precede the newly inserted '{'.
12509
12510 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12511 Fix cases where it could loop indefinitely.
12512
12513 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12514 size specs correctly. Only fontify identifiers in front of '('
12515 with as functions - don't accept any paren char. Tighten up
12516 initializer skipping to stop before function and class blocks.
12517
12518 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12519 the point could be left directly after an open paren when finding
12520 the beginning of the first decl in the block.
12521
12522 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12523 table when filtering out legitimate open parens to be recorded.
12524 This could cause cache inconsistencies when e.g.
12525 `c++-template-syntax-table' was temporarily in use.
12526
12527 * progmodes/cc-engine.el (c-on-identifier)
12528 (c-simple-skip-symbol-backward): Small fix for handling "-"
12529 correctly in `skip-chars-backward'. Affected the operator lfun
12530 syntax in Pike.
12531
12532 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12533 Fix bug that could cause an error from `after-change-functions' when
12534 the changed region is at bob.
12535
12536 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12537
12538 CC Mode update to 5.30.9:
12539
12540 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12541 to say that <TAB> doesn't insert WS into a CPP line.
12542 (c-indent-command, c-tab-always-indent): Amend doc strings.
12543
12544 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12545 checks for user errors, thus eliminating cryptic and unhelpful
12546 Emacs error messages. (1) Check the arg to `c-set-style' is a
12547 string. (2) Check that settings to `c-offsets-alist' are not
12548 spuriously quoted.
12549
12550 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12551 which precedes the newly inserted `{'.
12552
12553 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12554
12555 Sync with Tramp 2.0.44.
12556
12557 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12558 function "tramp_file_attributes". Otherwise, file names
12559 containing spaces are misinterpreted. Reported by Magnus Henoch
12560 <mange@freemail.hu>.
12561 (tramp-handle-file-truename): FILENAME must be expanded first.
12562 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12563 obscure results. Reported by D. Goel <deego@gnufans.org>.
12564 (tramp-handle-verify-visited-file-modtime): If file does not
12565 exist, say it is not modified if and only if that agrees with the
12566 buffer's record. Check whether a file is visiting the buffer, or
12567 the buffer has no recorded last modification time. Return t in
12568 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12569 <teirllm@auburn.edu>.
12570 (tramp-handle-write-region): Pass modtime explicitely to
12571 `set-visited-file-modtime', because filename can be different
12572 from (buffer-file-name) if `file-precious-flag' is set.
12573 `set-visited-file-modtime' must be called always when `visit' is t
12574 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12575 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12576 nil, don't apply the whole body. If the file doesn't exists, set
12577 modtime to '(-1 65535). Suggested by Luc Teirlinck
12578 <teirllm@auburn.edu>.
12579
12580 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12581
12582 * help.el (describe-bindings): Doc fix.
12583
12584 * subr.el (kbd): Doc fix.
12585
12586 2004-08-08 John Paul Wallington <jpw@gnu.org>
12587
12588 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12589 instead of `string-to-int'.
12590 (define-ibuffer-column mode): Fix indentation.
12591
12592 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12593
12594 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12595
12596 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12597
12598 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12599
12600 * novice.el (disabled-command-function): New variable renamed from
12601 `disabled-command-hook'.
12602 (disabled-command-hook): Keep the _variable_ as alias for
12603 `disabled-command-function' and make obsolete.
12604 (disabled-command-function): Function renamed from
12605 `disabled-command-hook'. Adapt code to name change of the variable.
12606
12607 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12608
12609 * simple.el (completion-root-regexp): New defvar.
12610 (completion-setup-function): Use it instead of a literal string.
12611
12612 2004-08-07 John Paul Wallington <jpw@gnu.org>
12613
12614 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12615 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12616 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12617 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12618
12619 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12620
12621 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12622 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12623
12624 2004-08-04 Kenichi Handa <handa@m17n.org>
12625
12626 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12627 Fix previous change.
12628
12629 2004-08-03 Kenichi Handa <handa@m17n.org>
12630
12631 * international/encoded-kb.el: The following changes are to
12632 utilize key-translation-map instead of minor mode map.
12633 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12634 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12635 (encoded-kbd-last-key): New function.
12636 (encoded-kbd-iso2022-single-shift): New function.
12637 (encoded-kbd-iso2022-designation)
12638 (encoded-kbd-self-insert-iso2022-7bit)
12639 (encoded-kbd-self-insert-iso2022-8bit)
12640 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12641 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12642 key-translation-map.
12643 (encoded-kbd-setup-keymap): Setup key-translation-map.
12644 (saved-key-translation-map): New variable.
12645 (encoded-kbd-mode): Save/restore key-translation-map.
12646 Adjust for the change of encoded-kbd-setup-keymap.
12647
12648 2004-08-02 Kim F. Storm <storm@cua.dk>
12649
12650 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12651 and call compute-motion with nil for topos and width to get proper
12652 usable width and height for both window and non-window systems.
12653
12654 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12655 calculate usable window width and height.
12656
12657 * window.el (window-buffer-height): Call compute-motion with nil width.
12658
12659 2004-08-01 David Kastrup <dak@gnu.org>
12660
12661 * replace.el (query-replace-read-from):
12662 Use `query-replace-compile-replacement'.
12663 (query-replace-compile-replacement): New function.
12664 (query-replace-read-to): Use `query-replace-compile-replacement'
12665 for repeating the last command.
12666
12667 2004-08-01 John Paul Wallington <jpw@gnu.org>
12668
12669 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12670 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12671 (pr-switches): Remove period from end of error messages.
12672
12673 * help-mode.el (help-go-back): Likewise.
12674
12675 * abbrev.el (only-global-abbrevs): Doc fix.
12676 (edit-abbrevs-map): Define within defvar.
12677 (quietly-read-abbrev-file): Doc fix.
12678
12679 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12680
12681 * novice.el (enable-command, disable-command): Doc fixes.
12682
12683 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12684
12685 2004-07-30 Richard M. Stallman <rms@gnu.org>
12686
12687 * subr.el (with-local-quit): Doc fix.
12688
12689 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12690
12691 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12692
12693 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12694
12695 * custom.el (defcustom): Doc fix.
12696
12697 2004-07-28 Masatake YAMATO <jet@gyve.org>
12698
12699 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12700
12701 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12702
12703 * imenu.el (imenu-prev-index-position-function)
12704 (imenu-extract-index-name-function, imenu-name-lookup-function)
12705 (imenu--index-alist): Docstring redundancy fix.
12706
12707 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12708
12709 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12710 binding dired-backup-overwrite.
12711
12712 2004-07-25 John Paul Wallington <jpw@gnu.org>
12713
12714 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12715
12716 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12717
12718 * term/tty-colors.el (tty-color-approximate): Doc fix.
12719
12720 * select.el (x-get-selection, x-set-selection): Doc fixes.
12721
12722 * frame.el (make-frame): Doc fix.
12723
12724 2004-07-24 Richard M. Stallman <rms@gnu.org>
12725
12726 * mail/rmail.el (rmail-mime-charset-pattern):
12727 Don't include semicolon in the charset value.
12728
12729 * replace.el (occur-next-error): Call set-window-point.
12730 (occur-engine): Handle negative NLINES.
12731
12732 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12733
12734 * frame.el (modify-all-frames-parameters): Minor doc fix.
12735 (set-frame-configuration): Doc fix.
12736
12737 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12738
12739 * simple.el (completion-setup-function): Compute the common parts
12740 and the first difference place correctly when
12741 partial-completion-mode is on.
12742
12743 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12744
12745 * ps-print.el: Doc fix.
12746 (ps-print-version): New version 6.6.5.
12747 (ps-printing-region): Doc fix.
12748 (ps-generate-string-list): Comment fix.
12749 (ps-message-log-max): Code fix.
12750
12751 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12752
12753 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12754 generated PostScript.
12755
12756 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12757
12758 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12759 with Gnus v5_10 branch.)
12760
12761 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12762
12763 * calendar/time-date.el (time-to-number-of-days): New function.
12764 Imported from from Gnus.
12765
12766 2004-07-22 Kim F. Storm <storm@cua.dk>
12767
12768 * progmodes/make-mode.el: Fix comments.
12769
12770 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12771
12772 * printing.el: Doc fix.
12773
12774 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12775
12776 * frame.el (modify-all-frames-parameters): Minor doc fix.
12777
12778 2004-07-20 Richard M. Stallman <rms@gnu.org>
12779
12780 * textmodes/fill.el (fill-nobreak-p): If this break point is
12781 at the end of the line, don't consider the newline which follows
12782 as a reason to return t.
12783
12784 2004-07-19 John Paul Wallington <jpw@gnu.org>
12785
12786 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12787
12788 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12789
12790 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12791 Delete irrelevant code.
12792
12793 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12794
12795 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12796 New docstring. From Luc Teirlinck.
12797
12798 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12799
12800 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12801 section.
12802 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12803 non-file buffers. We know it is nil.
12804
12805 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12806
12807 Sync with Tramp 2.0.43.
12808
12809 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12810 Remove outdated comment.
12811 (tramp-locked, tramp-locker): New variables for implementing a
12812 global lock.
12813 (tramp-sh-file-name-handler): Use them to implement the global lock.
12814
12815 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12816
12817 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12818 calls to respective `xxx` calls.
12819 (tramp-process-alive-regexp): Precise doc string.
12820 (tramp-multi-action-process-alive): New defun.
12821 (tramp-multi-actions): Use it.
12822 (tramp-handle-find-backup-file-name): `copy-tree' is available
12823 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12824 in order to avoid this function.
12825 (tramp-handle-write-region): Set current buffer. If connection
12826 wasn't open, `file-modes' has changed it accidently. Reported by
12827 David Kastrup <dak@gnu.org>.
12828 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12829 HOST.
12830 (tramp-action-password, tramp-multi-action-password): Apply it.
12831 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12832 name must still contain the port number. Otherwise, we have two
12833 Tramp buffers, with all the confusion. Reported by Myron Selby
12834 <myron@xytech.com> and Rolf Dubitzky
12835 <Dubitzky@physi.uni-heidelberg.de>.
12836
12837 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12838 HOST to `tramp-enter-passwd'.
12839
12840 * net/tramp-vc.el (all): Code cleanup. Change all
12841 `tramp-handle-xxx' calls to respective `xxx` calls.
12842
12843 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12844
12845 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12846 functions that are not erroneous if either 1-valued or
12847 multi-valued. Detect functions in this class.
12848 (testcover-1value-functions, testcover-compose-functions)
12849 (testcover-progn-functions) Add some additional functions to lists.
12850 (testcover-mark): Bugfix when marking up the definition for an
12851 empty function.
12852
12853 2004-07-17 Richard M. Stallman <rms@gnu.org>
12854
12855 * replace.el (occur-read-primary-args): Pass default to
12856 read-from-minibuffer.
12857
12858 * mail/footnote.el (footnote-section-tag): Use defcustom.
12859
12860 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12861 Compile font-lock-keywords, not KEYWORDS.
12862 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12863 Add warn, check-type. Handle cerror like error.
12864
12865 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12866
12867 * progmodes/which-func.el (which-func-keymap): New var.
12868 (which-func-face): New face.
12869 (which-func-format): Use them.
12870
12871 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12872
12873 * buff-menu.el (list-buffers-noselect): Append the buffer's
12874 process status to its mode name.
12875
12876 2004-07-16 Kim F. Storm <storm@cua.dk>
12877
12878 * simple.el (inhibit-mark-movement): New defvar.
12879 (beginning-of-buffer, end-of-buffer): Do not push mark if
12880 inhibit-mark-movement is non-nil or C-u prefix is given.
12881
12882 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12883 Init to beginning-of-buffer and end-of-buffer.
12884 (cua--undo-push-mark): New defvar.
12885 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12886 already active and command is in cua--preserve-mark-commands.
12887 Also fix check for shift modifier on non-window systems.
12888 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12889
12890 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12891
12892 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12893 of two integers, instead of a cons.
12894
12895 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12896 `visited-file-modtime' now returns a list of two integers, instead
12897 of a cons.
12898
12899 * dired.el (dired-directory-changed-p): Ditto.
12900
12901 * progmodes/grep.el (grep): Doc fix.
12902
12903 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12904
12905 * autorevert.el (auto-revert-tail-mode)
12906 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12907 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12908 in both at the same time.
12909 (auto-revert-tail-mode): New command.
12910 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12911 (auto-revert-handler): Revert only either tail or whole file.
12912
12913 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12914 add auto-revert-tail-mode.
12915
12916 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12917
12918 * printing.el: Doc fix. Change name of some funs.
12919 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12920 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12921 (pr-standard-file-name): New fun. Replace pr-standard-path.
12922 (pr-call-process): Code fix.
12923
12924 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12925
12926 * subr.el (with-selected-window): Doc fix.
12927
12928 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12929
12930 * subr.el (get-buffer-window-list): Doc fix.
12931
12932 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12933
12934 * files.el (switch-to-buffer-other-window): Doc fix.
12935
12936 * window.el (save-selected-window, one-window-p)
12937 (split-window-keep-point, split-window-vertically)
12938 (split-window-horizontally): Doc fixes.
12939
12940 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12941
12942 * printing.el: Doc fix. Now it uses call-process instead of
12943 shell-command for low command execution.
12944 (pr-version): New version number (6.8).
12945 (pr-shell-file-name): Option removed.
12946 (pr-shell-command): Fun removed.
12947 (pr-call-process): New fun. Replace pr-shell-command.
12948 (pr-standard-path, pr-remove-nil-from-list): New funs.
12949 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12950 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12951 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12952 (pr-ps-utility-process, pr-txt-print): Code fix.
12953
12954 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12955
12956 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12957 boolean.
12958
12959 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12960
12961 * wid-edit.el (widget-field-buffer): Doc fix.
12962
12963 2004-07-09 John Paul Wallington <jpw@gnu.org>
12964
12965 * emacs-lisp/re-builder.el (reb-update-overlays):
12966 Distinguish between one and several matches in message.
12967
12968 2004-07-09 Richard M. Stallman <rms@gnu.org>
12969
12970 * mouse.el (mouse-set-region-1): If transient-mark-mode
12971 is `identity', change it to `only'.
12972
12973 * simple.el (current-word): Doc fix.
12974
12975 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12976
12977 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12978 so that it is more understanding of whitespace.
12979
12980 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12981 (("ns" . "element") (attr-list) children) instead of
12982 ((:ns . "element") (attr-list) children) in order to reduce the
12983 number of symbols used.
12984 (xml-skip-dtd): Change to use xml-parse-dtd but set
12985 xml-validating-parsing to nil.
12986 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12987 (xml-substitute-entity): Remove in favor of new entity substitution.
12988 (xml-substitute-special): Rewrite in to substitute complex
12989 entities from DOCTYPE declarations.
12990 (xml-parse-fragment): Parse fragments from entity deleclarations.
12991 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12992 (xml-parse-dtd, xml-substitute-special): Make validity checks
12993 conditioned on xml-validating-parser. Add "Not Well Formed" to
12994 error messages about well-formedness.
12995
12996 2004-07-08 Steven Tamm <steventamm@mac.com>
12997
12998 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12999 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13000 Do not treat double clicks and triple clicks specially in the
13001 scroll bar (preventing strange repositioning problems)
13002
13003 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13004
13005 * replace.el (query-replace-regexp-eval): Fix last change.
13006
13007 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13008
13009 * replace.el (query-replace-descr): New fun.
13010 (query-replace-read-from, query-replace-read-args): Default to the
13011 previous from&to.
13012 (query-replace-read-to): Quote the `from' string when displaying it.
13013 (query-replace-regexp-eval): Immediately check read-only status.
13014 Use query-replace-read-from to get the \n checking.
13015 Quote the `from' string when displaying it.
13016 (map-query-replace-regexp, occur-read-primary-args):
13017 Quote the `from' string when displaying it.
13018
13019 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13020 delimited-ness of the search to query-replace.
13021
13022 * replace.el (query-replace-read-from, query-replace-read-to):
13023 New funs extracted from query-replace-read-args.
13024 (query-replace-read-args): Use them.
13025
13026 * replace.el (query-replace-interactive, query-replace-read-args):
13027 Remove the `initial' special value.
13028 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13029 (occur-engine): Remove unused var `matchend'.
13030
13031 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13032 Use the search string without prompting.
13033
13034 2004-07-05 Kenichi Handa <handa@m17n.org>
13035
13036 * international/mule.el (decode-coding-inserted-region):
13037 Set last-coding-system-used only when coding is nil.
13038
13039 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13040
13041 * progmodes/grep.el (grep-compute-defaults, grep-command)
13042 (grep-program, find-program, grep-find-use-xargs, grep-history)
13043 (grep-find-history, grep-tag-default, grep-find-command)
13044 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13045 Add autoload cookies, for unbundled packages that load `compile'
13046 and expect all grep-related symbols to become defined.
13047
13048 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13049
13050 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13051 (iimage-mode-image-search-path): New user option to search the
13052 image file.
13053 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13054 have locate-file.
13055 (iimage-mode-buffer): Use it.
13056
13057 2004-07-03 Nick Roberts <nickrob@gnu.org>
13058
13059 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13060 carefully.
13061 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13062
13063 2004-07-03 Juri Linkov <juri@jurta.org>
13064
13065 * replace.el (query-replace-read-args): Swallow space after 'foo,
13066 not after (quote foo). Match space only immediately after symbol,
13067 not anywhere in the whole string.
13068
13069 2004-07-02 Richard M. Stallman <rms@gnu.org>
13070
13071 * replace.el (query-replace-read-args): Swallow space after
13072 symbols, not after closeparens. But avoid error if string ends there.
13073
13074 * progmodes/python.el (python-beginning-of-statement):
13075 Exit the loop if backward-up-list gets error.
13076
13077 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13078
13079 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13080
13081 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13082 only if vc-consult-headers is non-nil.
13083
13084 2004-07-02 Juri Linkov <juri@jurta.org>
13085
13086 * pcvs.el (cvs-mode-diff-repository): New command.
13087
13088 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13089
13090 2004-07-01 Juri Linkov <juri@jurta.org>
13091
13092 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13093 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13094 C-M-% to isearch-query-replace-regexp.
13095 (minibuffer-local-isearch-map): Add arrow key bindings.
13096 Bind C-f to isearch-yank-char-in-minibuffer.
13097 (isearch-forward): Doc fix.
13098 (isearch-edit-string): Doc fix.
13099 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13100 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13101 (isearch-yank-char): Add optional arg.
13102 (isearch-yank-char-in-minibuffer): New fun.
13103
13104 * replace.el (query-replace-interactive): Change type from boolean
13105 to choice. Add value `initial'.
13106 (query-replace-read-args): Handle value `initial' of
13107 query-replace-interactive.
13108
13109 2004-06-29 Kim F. Storm <storm@cua.dk>
13110
13111 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13112 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13113
13114 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13115 Add :group 'ada.
13116
13117 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13118
13119 2004-06-29 Juri Linkov <juri@jurta.org>
13120
13121 * replace.el (query-replace-read-args): Swallow a space after
13122 everything except )]" which in most cases means after a symbol.
13123
13124 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13125
13126 2004-06-28 Richard M. Stallman <rms@gnu.org>
13127
13128 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13129 More changes to go with previous change in font-lock.el.
13130
13131 2004-06-26 David Kastrup <dak@gnu.org>
13132
13133 * replace.el (perform-replace): Highlight the match even in
13134 non-query mode if there is potential replace string editing.
13135
13136 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13137
13138 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13139 agree with new return value of `file-remote-p'.
13140 This syncs with Tramp 2.0.42.
13141
13142 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13143 according to new documentation of `file-remote-p'.
13144
13145 * files.el (file-remote-p): Fix doc to say that return value is
13146 identification of remote system, if not nil.
13147 (file-relative-name): Use new return value of `file-remote-p'.
13148
13149 2004-06-26 Nick Roberts <nickrob@gnu.org>
13150
13151 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13152 (gdb-goto-breakpoint): Fix breakage.
13153
13154 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13155
13156 * man.el (Man-getpage-in-background): Add windows-nt to the list
13157 of systems where shell-file-name should be used instead of
13158 literal "sh".
13159
13160 2004-06-25 Sam Steingold <sds@gnu.org>
13161
13162 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13163 function names `(setf symbol)'.
13164
13165 2004-06-24 Richard M. Stallman <rms@gnu.org>
13166
13167 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13168
13169 * font-lock.el (font-lock-keywords): Change format of compiled values.
13170 Document it.
13171 (font-lock-add-keywords): If font-lock-keywords is compiled,
13172 extract the uncompiled version, modify, then recompile.
13173 (font-lock-remove-keywords): Likewise.
13174 (font-lock-fontify-keywords-region): Handle changed format.
13175 (font-lock-compile-keywords): Handle changed format.
13176 (font-lock-set-defaults): Compile the keywords explicitly here.
13177
13178 2004-06-24 David Kastrup <dak@gnu.org>
13179
13180 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13181 replacements here.
13182 (query-replace-regexp): Doc string explaining this and the new
13183 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13184 is better placed in `query-replace-read-args'.
13185 (replace-regexp): Explain `\,', `\#' and `\?'.
13186 (replace-match-data): New function for thorough reuse/destruction
13187 of old match-data.
13188 (replace-match-maybe-edit): Function for implementing `\?' editing.
13189 (perform-replace): Fix maintaining of the match stack including
13190 already matched regions, implement `\?', fix various problems
13191 with regions while editing and other stuff.
13192 (replace-highlight): Simplify.
13193
13194 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13195
13196 * progmodes/grep.el (grep-error-screen-columns): New variable.
13197 (grep-regexp-alist): Give it the full functionality of gnu style
13198 compilation messages with line and column ranges. Ask me for the
13199 perl script I'm working on, that uses these.
13200
13201 2004-06-23 Nick Roberts <nickrob@gnu.org>
13202
13203 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13204 Remove.
13205 (comint-insert-input, comint-mouse-insert-input): New functions
13206 based on comint-insert-clicked-input for two bindings but just
13207 one functionality.
13208
13209 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13210
13211 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13212
13213 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13214
13215 * files.el (write-contents-functions): Doc fix.
13216
13217 2004-06-21 Juanma Barranquero <lektu@terra.es>
13218
13219 * image.el (image-library-alist): Rewrite docstring in active voice.
13220
13221 2004-06-20 Richard M. Stallman <rms@gnu.org>
13222
13223 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13224
13225 * isearch.el (isearch-repeat): Avoid testing old match data.
13226 (isearch-message): Display trailing space in special font
13227 when search is failing.
13228 (isearch-search-fun-function): Doc fix.
13229
13230 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13231
13232 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13233
13234 * frame.el (show-trailing-whitespace): Doc fix.
13235
13236 * cus-edit.el (custom-variable-documentation): New function.
13237 (custom-variable): Use it.
13238
13239 2004-06-19 Nick Roberts <nickrob@gnu.org>
13240
13241 * man.el (Man-getpage-in-background): Revert previous change but
13242 make cygwin a special case.
13243
13244 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13245
13246 * autorevert.el (global-auto-revert-non-file-buffers):
13247 Update docstring.
13248
13249 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13250
13251 * progmodes/compile.el (compilation-error-properties): Store one
13252 more than end-col, if present, so that transient-mark-mode will
13253 highlight last char too.
13254 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13255 ranges, if present.
13256
13257 2004-06-18 Jason Rumney <jasonr@gnu.org>
13258
13259 * makefile.w32-in: Double percent signs in for loops.
13260
13261 2004-06-17 David Kastrup <dak@gnu.org>
13262
13263 * replace.el (query-replace-read-args): Only warn about use of \n
13264 and \t when we are doing a regexp replacement and the actual
13265 escaped character is n or t.
13266 (query-replace-regexp): Add \, and \# interpretation to
13267 interactive call and document it.
13268 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13269 as shortkey for replace-count.
13270 (replace-quote): New function for doubling backslashes.
13271
13272 2004-06-17 Juanma Barranquero <lektu@terra.es>
13273
13274 * files.el (parse-colon-path, cd): Mention in docstring that the
13275 path separator is colon in GNU-like systems.
13276
13277 * newcomment.el (comment-region-internal): Fix docstring.
13278
13279 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13280 (ewoc-invalidate, ewoc-collect): Doc fixes.
13281 (ewoc--create-node, ewoc--delete-node-internal):
13282 Fix typos in docstring.
13283
13284 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13285
13286 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13287 manual to docstring.
13288
13289 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13290
13291 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13292
13293 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13294
13295 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13296 Add hyperlink to emacs-xtra manual to docstring.
13297
13298 * autorevert.el (global-auto-revert-non-file-buffers):
13299 Add hyperlink to emacs-xtra manual to docstring, as well as an
13300 info-link.
13301
13302 2004-06-14 Juanma Barranquero <lektu@terra.es>
13303
13304 * image.el (image-library-alist): New variable to map image types
13305 to external libraries. Initialized to nil, unless system-specific
13306 configs change it.
13307 (image-type-available-p): Determine whether an image type is
13308 available by calling `init-image-library'.
13309
13310 * term/w32-win.el (image-library-alist): Initialize to a known set
13311 of probable library names.
13312
13313 2004-06-14 Kenichi Handa <handa@m17n.org>
13314
13315 * international/code-pages.el (windows-1256, cp1125): Fix tables
13316 for several characters.
13317
13318 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13319
13320 2004-06-13 Richard M. Stallman <rms@gnu.org>
13321
13322 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13323
13324 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13325 not "`pc-selection-mode'".
13326
13327 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13328
13329 * simple.el (previous-matching-history-element): Specify a default.
13330
13331 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13332
13333 * cus-face.el (custom-declare-face): Simplify code.
13334
13335 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13336
13337 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13338
13339 * files.el (before-save-hook): Add `time-stamp' to the options.
13340
13341 * time-stamp.el (time-stamp): Recommend adding it to
13342 `before-save-hook', rather than `write-file-functions'.
13343 Make a similar change in `Commentary' section.
13344
13345 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13346
13347 * diff-mode.el (diff-current-defun): If at start of hunk, use
13348 position of first change.
13349
13350 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13351
13352 * dired-x.el (dired-mark-omitted): Bind to "*O".
13353
13354 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13355
13356 * bookmark.el (bookmark-bmenu-relocate): New function, as
13357 suggested by David J. Biesack <David.Biesack@sas.com>.
13358 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13359 (bookmark-bmenu-mode): Describe binding in doc string.
13360 (bookmark-set-filename): Save the bookmark list if it's time.
13361
13362 2004-06-13 Kenichi Handa <handa@m17n.org>
13363
13364 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13365 (ccl-untranslated-to-ucs): Fix typo.
13366
13367 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13368
13369 * progmodes/python.el (python-open-block-statement-p):
13370 Fix indentation after a block opening that contains a comment.
13371
13372 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13373
13374 * bindings.el (completion-ignored-extensions): Add file extensions
13375 of Python byte-compiled files.
13376
13377 2004-06-12 Juri Linkov <juri@jurta.org>
13378
13379 * info.el (Info-goto-node): Add autoload.
13380 (Info-toc): Add substring-no-properties on Info file name.
13381 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13382 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13383
13384 2004-06-12 Kenichi Handa <handa@m17n.org>
13385
13386 * international/mule-cmds.el (set-language-environment):
13387 Load subst tables if necessary.
13388
13389 * international/mule.el (decode-char): Load subst tables if necessary.
13390 (encode-char): Likewise.
13391
13392 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13393 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13394 (utf-16le-decode-loop): Set r5 to -1 before loop.
13395 (utf-16be-decode-loop): Likewise.
13396 (ccl-decode-mule-utf-16le): Add EOF processing block.
13397 (ccl-decode-mule-utf-16be): Likewise.
13398 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13399 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13400 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13401 (ccl-mule-utf-16-encode-untrans): New CCL.
13402 (utf-16-decode-to-ucs): Handle pre-read character.
13403 (utf-16le-encode-loop): Handle surrogate pair.
13404 (utf-16be-encode-loop): Likewise.
13405 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13406 of utf-16le-encode-loop.
13407 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13408 of utf-16be-encode-loop.
13409 (mule-utf-16-post-read-conversion):
13410 Call utf-8-post-read-conversion at first.
13411 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13412 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13413 Add post-read-conversion and pre-write-conversion.
13414
13415 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13416 (utf-translate-cjk-unicode-range): New variable.
13417 (utf-translate-cjk-load-tables): New function.
13418 (utf-lookup-subst-table-for-decode): New function.
13419 (utf-lookup-subst-table-for-encode): New function.
13420 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13421 tables here. Update safe-charsets of utf-* coding systems.
13422 (ccl-mule-utf-untrans): New CCL.
13423 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13424 at end of each branch.
13425 (ccl-mule-utf-8-encode-untrans): New CCL.
13426 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13427 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13428 length of encoding. Don't return r0.
13429 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13430 (utf-8-post-read-conversion): Narrow to region properly.
13431 If utf-translate-cjk-mode is on, load tables if necessary.
13432 Call utf-8-compose with hash-table arg if necessary.
13433 Call XXX-compose-region instead of XXX-post-read-convesion.
13434 (utf-8-pre-write-conversion): New function.
13435 (mule-utf-8): Include CJK charsets in safe-charsets if
13436 utf-translate-cjk-mode is on. Add pre-write-conversion.
13437
13438 * international/characters.el: Temporarily set
13439 utf-translate-cjk-mode to nil.
13440
13441 * language/devan-util.el (devanagari-compose-region):
13442 Add autoload cookie.
13443
13444 * international/ccl.el (ccl-dump-call): Fix printing the
13445 subroutine name.
13446
13447 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13448
13449 * dired.el (dired-revert): If buffer is marked unmodified before
13450 reverting, keep it marked unmodified.
13451 Adapt to new conventions for commenting out code.
13452 (dired-make-relative): Adapt to new conventions for commenting out code.
13453
13454 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13455
13456 * eshell/esh-module.el (eshell-load-defgroups):
13457 Bind `vc-handled-backends' to nil when opening files.
13458
13459 2004-06-11 Juanma Barranquero <lektu@terra.es>
13460
13461 * files.el (parse-colon-path, cd): Doc fixes (refer to
13462 `path-separator', not colon).
13463
13464 2004-06-10 Juanma Barranquero <lektu@terra.es>
13465
13466 * newcomment.el (comment-search-forward)
13467 (comment-search-backward): Fix typos in docstring.
13468 (comment-region): Doc fix.
13469
13470 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13471
13472 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13473 switch is no longer stored in `dired-switches-alist'.
13474
13475 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13476 `dired-switches-alist'.
13477
13478 2004-06-10 Kim F. Storm <storm@cua.dk>
13479
13480 * pcvs.el (cvs-mode-diff-yesterday): New command.
13481
13482 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13483
13484 2004-06-10 Juri Linkov <juri@jurta.org>
13485
13486 * emacs-lisp/edebug.el (edebug-eval-defun):
13487 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13488 Fix docstring.
13489
13490 * simple.el (eval-expression-print-format): Don't print additional
13491 information on the first call to `eval-print-last-sexp'.
13492 (next-error-find-buffer): Fix punctuation.
13493 (killing) <defgroup>: Fix punctuation.
13494 (yank-excluded-properties): Change group from editing to killing.
13495
13496 * replace.el (perform-replace): Use `limit' to terminate the
13497 while-loop explicitly.
13498
13499 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13500
13501 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13502 Use lc-*.xpm as prefix instead of *-locol.xpm.
13503
13504 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13505 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13506 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13507 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13508 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13509 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13510 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13511 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13512 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13513 * toolbar/lc-up_arrow.xpm:
13514 Rename from *-locol.xpm.
13515
13516 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13517
13518 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13519 include forms like &<str>; as valid url patterns.
13520
13521 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13522
13523 * dired.el (dired-diff, dired-backup-diff)
13524 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13525 (dired-do-chown, dired-do-touch, dired-do-print)
13526 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13527 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13528 (dired-create-directory, dired-do-copy, dired-do-symlink)
13529 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13530 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13531 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13532 (dired-maybe-insert-subdir, dired-next-subdir)
13533 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13534 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13535 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13536 (dired-run-shell-command, dired-query): Remove redundant,
13537 or incorrect, autoloads.
13538
13539 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13540 does not end in a slash. Add optional argument KILL-ROOT.
13541 Update docstring.
13542 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13543 (dired-query): Add autoloads.
13544
13545 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13546
13547 * progmodes/compile.el (compilation-set-window-height):
13548 Rearrange the save-* functions because a buffer can have several current
13549 point in different windows.
13550 (compilation-error-regexp-alist-alist): Recognize {standard input}
13551 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13552
13553 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13554
13555 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13556 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13557 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13558 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13559 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13560 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13561 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13562 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13563 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13564 * toolbar/up_arrow-locol.xpm:
13565 New versions of icons that uses fewer colors.
13566
13567 * toolbar/tool-bar.el (tool-bar-local-item)
13568 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13569 if display-color-cells is 256 or less.
13570
13571 2004-06-08 Kim F. Storm <storm@cua.dk>
13572
13573 * wid-edit.el (widget-specify-button): Use hand pointer rather
13574 than mouse-face as visible mouse-over effect.
13575
13576 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13577
13578 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13579 and `print-level' to nil when writing out `save-place-alist'.
13580 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13581
13582 2004-06-07 Juanma Barranquero <lektu@terra.es>
13583
13584 * completion.el (completion-kill-region): Doc fix.
13585
13586 * format.el (format-insert-annotations)
13587 (format-annotate-location): Doc fixes.
13588 (format-subtract-regions): Make arguments match their use in docstring.
13589
13590 * simple.el (kill-region): Doc fix.
13591
13592 * subr.el (insert-buffer-substring-no-properties)
13593 (insert-buffer-substring-as-yank): Doc fixes.
13594
13595 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13596
13597 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13598 Update docstring.
13599 (dired-reset-subdir-switches): New function.
13600
13601 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13602 Limit scope of `buffer-read-only' binding.
13603
13604 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13605
13606 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13607 eshell-explicit-command-char.
13608
13609 2004-06-06 Juanma Barranquero <lektu@terra.es>
13610
13611 * help-fns.el (help-argument-name): Inherit from italic face only
13612 if the frame supports it.
13613
13614 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13615
13616 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13617 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13618 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13619 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13620 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13621 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13622 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13623 New conversions from xpm files.
13624
13625 * toolbar/README: New file.
13626
13627 2004-06-06 Richard M. Stallman <rms@gnu.org>
13628
13629 * isearch.el (isearch-mode-map): Undo previous change.
13630
13631 2004-06-05 Juri Linkov <juri@jurta.org>
13632
13633 * bindings.el (debug-ignored-errors): Add regexps for history
13634 related messages. Remove $ from "No further undo information".
13635 Move Ediff's messages to ediff.el.
13636
13637 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13638
13639 * cus-edit.el (custom-display): Add `min-colors'.
13640
13641 * custom.el (defface): Add `supports' to docstring.
13642
13643 * help-fns.el (help-argument-name): Add :group 'help.
13644
13645 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13646
13647 * find-dired.el (find-ls-subdir-switches): New user option.
13648 (find-dired): No longer call `abbreviate-file-name' on DIR.
13649 Set `dired-subdir-switches' buffer-locally.
13650
13651 * locate.el: Merge the two `Commentary' sections.
13652 (locate-ls-subdir-switches): New user option.
13653 (locate): Update for other changes.
13654 (locate-mode-map): Restore Dired binding for mouse-2.
13655 Bind `locate-mouse-view-file' to M-mouse-2.
13656 Bind `l' to `locate-do-redisplay'.
13657 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13658 (locate-mouse-view-file, locate-tags, locate-find-directory):
13659 Print message if used outside main listing.
13660 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13661 Various changes to support inserted subdirectories.
13662 (locate-insert-header): Change header of *Locate* buffer.
13663
13664 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13665 Change interactive default switches.
13666 (dired-rename-subdir-2): Update `dired-switches-alist'.
13667 (dired-insert-subdir, dired-kill-subdir):
13668 Handle `dired-switches-alist'. Do not mark buffer modified.
13669 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13670 (dired-insert-subdir-doinsert): Omit messages.
13671 Handle `dired-subdir-switches'.
13672 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13673
13674 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13675 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13676 subdirs if -R switch is used for a subdir.
13677 (dired-mode): Set `dired-switches-alist'.
13678 (dired-build-subdir-alist): Only print number of directories in
13679 echo area when invoked interactively.
13680
13681 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13682
13683 * dired-x.el (dired-omit-mode): Rename from
13684 dired-omit-files-p. Use define-minor-mode to define it.
13685 (dired-omit-files-p): Add as alias for dired-omit-mode.
13686 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13687 dired-mark-omitted.
13688 (dired-mark-omitted): Add. Bind to M-O.
13689
13690 2004-06-05 Kenichi Handa <handa@m17n.org>
13691
13692 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13693
13694 2004-06-05 Juanma Barranquero <lektu@terra.es>
13695
13696 * help-fns.el (help-argument-name): Reintroduce face.
13697 (help-default-arg-highlight): Use it, now that
13698 `face-differs-from-default-p' can be trusted.
13699
13700 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13701
13702 * textmodes/table.el: Sentence commands added to Point Motion
13703 group; kill and backward-kill commands added to Extraction group.
13704
13705 2004-06-04 Mario Lang <mlang@delysid.org>
13706
13707 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13708 systems appear to use mW, make the code handle this. Fix a
13709 division-by-zero bug while at it, and handle kernels with
13710 a slightly different layout in /proc/acpi.
13711
13712 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13713
13714 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13715 because the latter is a CL-ism. This fixes the bug reported by
13716 Shawn Boyette <mdxi@collapsar.net> in
13717 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13718
13719 2004-06-04 Miles Bader <miles@gnu.org>
13720
13721 * faces.el (display-supports-face-attributes-p): Function moved to
13722 C code. Previously only the tty-related portion of this function
13723 was done in C; however the previous attempt to do a halfway-proper
13724 job for non-tty displays in lisp didn't work properly because of
13725 funny conditions during Emacs startup.
13726 (face-differs-from-default-p): Simplify, now that
13727 display-supports-face-attributes-p works properly on all display
13728 types. Remove :stipple from comparison; it doesn't really work
13729 in emacs anyway.
13730
13731 2004-06-04 Miles Bader <miles@gnu.org>
13732
13733 * faces.el (face-differs-from-default-p): Use a different
13734 implementation, so we can really check whether FACE displays
13735 differently or not.
13736
13737 2004-06-04 Miles Bader <miles@gnu.org>
13738
13739 * faces.el (display-supports-face-attributes-p): Implement a
13740 `different from default' check for non-tty displays.
13741
13742 2004-06-03 David Kastrup <dak@gnu.org>
13743
13744 * woman.el (woman-mapcan): More concise code.
13745 (woman-topic-all-completions, woman-topic-all-completions-1)
13746 (woman-topic-all-completions-merge): Replace by a simpler and
13747 much faster implementation based on O(n log n) sort/merge instead
13748 of the old O(n^2) behavior.
13749
13750 2004-06-03 Miles Bader <miles@gnu.org>
13751
13752 * subr.el (read-number): Use canonical format for default in prompt.
13753
13754 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13755 Add regexp for " [...]" style defaults.
13756
13757 2004-06-02 Romain Francoise <romain@orebokech.com>
13758
13759 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13760 groups: if the user asks for a hidden buffer, open the
13761 corresponding filter group to expose it.
13762
13763 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13764 `ibuffer-jump-to-buffer'.
13765 (ibuffer-jump-offer-only-visible-buffers): New user option.
13766
13767 2004-06-02 Juanma Barranquero <lektu@terra.es>
13768
13769 * faces.el (frame-update-faces): Add empty docstring so the one
13770 for `ignore' doesn't show through.
13771
13772 * subr.el (process-kill-without-query): Remove spurious "\n" on
13773 obsolescence string.
13774 (focus-frame, unfocus-frame): Add obsolescence declaration and
13775 empty docstring.
13776
13777 * international/mule.el (register-char-codings): Make alias for
13778 `ignore'. Move docstring to obsolescence info and remove redundancy.
13779
13780 2004-06-02 Kim F. Storm <storm@cua.dk>
13781
13782 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13783 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13784
13785 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13786
13787 * comint.el (comint-replace-by-expanded-history-before-point):
13788 Obey `start' as the docstring says.
13789 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13790 (comint-update-fence): Prevent font-lock from running unnecessarily.
13791 (comint-dynamic-list-completions): Use with-current-buffer.
13792
13793 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13794
13795 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13796 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13797 (bibtex-entry-update): Handle alternatives and optional fields.
13798 (bibtex-parse-entry): Bugfix, handle empty key.
13799
13800 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13801
13802 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13803
13804 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13805
13806 * desktop.el (desktop-save): Don't save minor modes without a
13807 known mode initialization function.
13808
13809 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13810
13811 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13812
13813 * autorevert.el: Update `Commentary' section.
13814
13815 2004-05-30 Juanma Barranquero <lektu@terra.es>
13816
13817 * dos-fns.el (convert-standard-filename):
13818 * files.el (convert-standard-filename):
13819 * w32-fns.el (convert-standard-filename):
13820 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13821
13822 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13823
13824 Sync with Tramp.
13825
13826 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13827 (tramp-let-maybe): Move to an earlier spot in the file.
13828 Patch by Andreas Schwab.
13829
13830 2004-05-30 Andreas Schwab <schwab@suse.de>
13831
13832 * dired.el (dired-get-filename): Don't use dired-re-dot.
13833
13834 2004-05-30 Richard M. Stallman <rms@gnu.org>
13835
13836 * files.el (find-file): Doc fix.
13837
13838 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13839
13840 2004-05-30 Nick Roberts <nickrob@gnu.org>
13841
13842 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13843 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13844 modeline of the locals buffer.
13845 (gdb-goto-breakpoint): Handle gdbmi.
13846 (gdb-get-frame-number): Change for gdbmi.
13847
13848 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13849
13850 * files.el (file-remote-p): Apply file name handler for operation
13851 `file-remote-p'. It isn' a property any longer.
13852 (file-relative-name): `fh' and `fd' get the required value via
13853 `find-file-name-handler' already.
13854
13855 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13856 (top): Remove setting of `file-remote-p' property for
13857 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13858
13859 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13860
13861 Version 2.0.41 of Tramp released.
13862
13863 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13864 Throw away if process has died.
13865 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13866 (tramp-out-of-band-prompt-regexp): Rename to
13867 `tramp-process-alive-regexp', because its usage is widen.
13868 (tramp-actions-copy-out-of-band): Apply it.
13869 (tramp-actions-before-shell, tramp-multi-actions):
13870 Add `tramp-action-process-alive' action.
13871 (tramp-action-process-alive): New defun.
13872 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13873 Add entry for `file-remote-p'.
13874 (tramp-handle-file-remote-p): New defun.
13875 (top): Remove setting of `file-remote-p'. Don't set
13876 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13877
13878 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13879 `file-remote-p'.
13880
13881 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13882 counted for (last) line. [They should or they shouldn't? --Stef]
13883 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13884
13885 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13886
13887 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13888 not really necessary but seems to keep the shell history smaller
13889 in some cases. It is no substitute for setting HISTFILE and
13890 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13891 though. Suggested by Luc Teirlinck.
13892 (tramp-open-connection-setup-interactive-shell): Export variables
13893 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13894 (tramp-set-process-query-on-exit-flag): New compat function.
13895 (tramp-open-connection-multi, tramp-open-connection-su)
13896 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13897 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13898 (tramp-let-maybe): New macro, let-binds a variable only if it
13899 isn't obsolete.
13900 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13901 (tramp-handle-file-truename): Use it.
13902 (tramp-completion-file-name-regexp-unified): Avoid matching
13903 filenames starting with "/:" -- those are reserved for
13904 file-name-non-special.
13905
13906 * tramp-smb.el (tramp-smb-open-connection):
13907 Use tramp-set-process-query-on-exit-flag compat function.
13908
13909 2004-05-29 Richard M. Stallman <rms@gnu.org>
13910
13911 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13912
13913 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13914 (eval-last-sexp-print-value): Print char equivalent regardless
13915 of standard-output value.
13916
13917 * thumbs.el (thumbs-subst-char-in-string): Delete.
13918 (thumbs-thumbname): Use subst-char-in-string.
13919 (thumbs-resize-image): Use condition-case, not ignore-errors.
13920 (thumbs-kill-buffer): Likewise.
13921
13922 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13923 (thumbs-mode): Make buffer read-only.
13924 (thumbs-make-thumb): Unconditionally accept an existing file.
13925 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13926 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13927 (thumbs-show-thumbs-list): Error if images not supported.
13928 (thumbs-save-current-image): Improve prompt string.
13929 (thumbs-mode-map): Define u, R, x.
13930 (thumbs-unmark): New command.
13931 (thumbs-emboss-image): Minor cleanup.
13932 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13933 (thumbs-rename-images): New command.
13934 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13935
13936 * thumbs.el (thumbs-current-image): New function.
13937 (thumbs-file-list, thumbs-file-alist): New functions.
13938 (thumbs-find-image): Delete arg L.
13939 Don't set up thumbs-fileL as buffer-local global var.
13940 (thumbs-find-image-at-point): Use thumbs-current-image.
13941 (thumbs-set-image-at-point-to-root-window): Likewise.
13942 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13943 Record and warn about errors. Update thumbs-markedL for deletions.
13944 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13945 (thumbs-redraw-buffer): Use thumbs-file-list.
13946 (thumbs-mark): Use thumbs-current-image.
13947 (thumbs-show-name): Use thumbs-current-image.
13948
13949 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13950 and imenu--last-menubar-index-alist.
13951
13952 * subr.el (with-selected-window): Undo previous change.
13953
13954 2004-05-29 John Paul Wallington <jpw@gnu.org>
13955
13956 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13957 (thumbs-mouse-find-image): New command.
13958 (thumbs-mode-map): Bind it to mouse-2.
13959 (thumbs-mode): Make mode-class special.
13960 (thumbs-view-image-mode): Likewise.
13961
13962 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13963
13964 * flymake.el: New file.
13965
13966 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13967
13968 * files.el (find-file-noselect-1): Do not bind
13969 `inhibit-read-only' to t during execution of
13970 `find-file-not-found-functions'.
13971
13972 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13973
13974 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13975 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13976
13977 2004-05-28 Juri Linkov <juri@jurta.org>
13978
13979 * simple.el (eval-expression-print-format): New fun.
13980
13981 * simple.el (eval-expression):
13982 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13983 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13984 (edebug-eval-expression): Print additionally the value returned by
13985 `eval-expression-print-format'.
13986
13987 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13988 (insert-pair): Make arguments optional. Find character pair
13989 from `insert-pair-alist' according to the last input event.
13990 (insert-parentheses): Make arguments optional.
13991 (raise-sexp, delete-pair): New funs.
13992
13993 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13994 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13995 Bind C-M-q to `indent-pp-sexp'.
13996
13997 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13998 `pp-to-string' modified to be able to format text with newlines.
13999 (pp-to-string): Move the buffer-formatting part of the code to
14000 `pp-buffer'. Call `pp-buffer'.
14001
14002 * info.el (Info-desktop-buffer-misc-data): Don't save information
14003 about virtual files.
14004 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14005 buffers with names obtained from the desktop file instead of the
14006 default *info* buffer.
14007
14008 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14009
14010 * subr.el (with-selected-window): Only save/restore the selected window.
14011
14012 * progmodes/compile.el (compilation-error-regexp-alist):
14013 Use expand-file-name and data-directory.
14014
14015 * progmodes/grep.el (grep-tree): Rework previous fix.
14016
14017 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14018 after the user marked text with the mouse.
14019
14020 * startup.el (command-line): Keep the first regexp of
14021 auto-save-file-name-transforms intact.
14022
14023 2004-05-28 Juanma Barranquero <lektu@terra.es>
14024
14025 * cus-edit.el (customize-face, customize-face-other-window)
14026 (custom-face-edit-delete): Make arguments match their use in
14027 docstring.
14028 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14029 docstring.
14030
14031 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14032 not `cvs-butlast'.
14033
14034 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14035 `nbutlast' are in subr.el).
14036
14037 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14038 (set-w32-system-coding-system): Doc fixes.
14039
14040 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14041 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14042 Make arguments match their use in docstring.
14043 (artist-draw-region-trim-line-endings)
14044 (artist-mouse-choose-operation): Fix typo in docstring.
14045 (artist-key-set-point-common): Doc fix.
14046
14047 2004-05-28 Simon Josefsson <jas@extundo.com>
14048
14049 * mail/smtpmail.el (smtpmail-open-stream):
14050 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14051
14052 2004-05-26 Simon Josefsson <jas@extundo.com>
14053
14054 * starttls.el: Merge with my GNUTLS based starttls.el.
14055 (starttls-gnutls-program, starttls-use-gnutls)
14056 (starttls-extra-arguments, starttls-process-connection-type)
14057 (starttls-connect, starttls-failure, starttls-success): New variables.
14058 (starttls-program, starttls-extra-args): Doc fix.
14059 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14060 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14061 and pass on to corresponding *-gnutls function if it is set.
14062
14063 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14064
14065 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14066 remote files.
14067
14068 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14069
14070 * files.el (file-name-non-special): There are more operations
14071 which need handling: `find-backup-file-name',
14072 `insert-file-contents', `verify-visited-file-modtime',
14073 `write-region'. Rename t value of method to `add'. Add new
14074 methods `quote' and `unquote-then-quote' to file-arg-indices.
14075
14076 2004-05-25 Juri Linkov <juri@jurta.org>
14077
14078 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14079 (Info-index-nodes): Enclose code in condition-case to catch errors.
14080 (Info-index-node): Don't search all index nodes if request is only
14081 for the current node and file is not in the cache of index nodes.
14082 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14083 for consistency with dired-copy-filename-as-kill.
14084 Bind `S' to Info-search-case-sensitively.
14085 (Info-copy-current-node-name): New arg. With zero prefix arg put
14086 the name inside a function call to `info'. Display copied text in
14087 the echo area.
14088
14089 2004-05-25 Sam Steingold <sds@gnu.org>
14090
14091 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14092 strip the package prefix from the symbol name, if any.
14093 Make it the `find-tag-default-function' for `lisp-mode'.
14094
14095 2004-05-25 John Paul Wallington <jpw@gnu.org>
14096
14097 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14098 instead of obsolete `process-kill-without-query'.
14099
14100 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14101 Declare as variable, not constant.
14102
14103 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14104
14105 * files.el (find-file-noselect-1): Fix bug introduced by
14106 Revision 1.694. As a side effect, `inhibit-read-only'
14107 is again, by default, t during execution of
14108 `find-file-not-found-functions'.
14109 (insert-directory): Check that lines were really inserted by
14110 the --dired switch, before erasing them.
14111
14112 2004-05-24 Nick Roberts <nickrob@gnu.org>
14113
14114 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14115 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14116 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14117 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14118 gud-minor-mode (gdbmi).
14119
14120 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14121
14122 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14123 explicitly select the text to be taken as URL.
14124
14125 2004-05-23 Juri Linkov <juri@jurta.org>
14126
14127 * info.el (Info-index-nodes): New var and fun.
14128 (Info-goto-index, Info-index, info-apropos)
14129 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14130 (Info-index): Fix docstring. Store and restore Info-history-list.
14131 (Info-complete-nodes): New var.
14132 (Info-complete-menu-item): Use it.
14133 (Info-index-node): New fun.
14134 (Info-final-node, Info-forward-node, Info-backward-node)
14135 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14136 Use Info-index-node.
14137 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14138 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14139 (Info-find-node-2): If a node with period in its name not found,
14140 try to find a node without the name part after period.
14141 (Info-select-node): Call Info-fontify-node only if
14142 Info-fontify-maximum-menu-size is not nil.
14143 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14144 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14145 Preserve Info-history-list.
14146 (Info-toc): Set Info-current-file.
14147 (Info-build-toc): Move point to the beginning of the buffer.
14148 Add main-file variable.
14149 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14150 Use backslashed representation of the control character ^_.
14151
14152 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14153 numbers in the new Texinfo 4.7 format.
14154
14155 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14156 regexps for function and variable names.
14157
14158 * descr-text.el (describe-property-list): Add [show] button for
14159 `syntax-table' property with action to pp to a separate buffer.
14160 (describe-char): Replace search-forward by re-search-forward with
14161 whitespace regexp after "character:" to not fail in too narrow windows.
14162
14163 * simple.el (next-error-find-buffer): Add a rule to return
14164 next-error capable buffer if one window on the selected frame
14165 displays such buffer.
14166
14167 2004-05-23 Nick Roberts <nickrob@gnu.org>
14168
14169 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14170 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14171 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14172 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14173 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14174 Handle new value for gud-minor-mode (gdbmi).
14175 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14176 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14177 Change from local to global gdb variable set.
14178 (gdb-ann3): Initialise above gdb variable set.
14179 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14180 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14181 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14182 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14183 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14184 (gdb-info-locals-handler, gdb-invalidate-assembler)
14185 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14186 set as global variables.
14187 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14188 Handle gdbmi.
14189 (gdb-info-breakpoints-custom): Fix regexp.
14190 (def-gdb-var): Delete.
14191
14192 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14193 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14194 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14195 a new mode. The file (gdb-mi.el) for this mode will be included
14196 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14197 primary interface.
14198
14199 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14200
14201 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14202 interpreted as a directory.
14203
14204 2004-05-22 Richard M. Stallman <rms@gnu.org>
14205
14206 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14207 as a close quote.
14208
14209 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14210
14211 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14212 Use assoc-string, not assoc-ignore-case.
14213
14214 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14215
14216 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14217 If moving back then fwd gets a defun that ends before point,
14218 try again moving fwd then back.
14219
14220 * files.el (file-name-non-special): Allow t in file-arg-indices
14221 to mean requote the return value. Use `identity' as an element
14222 rather than as the whole value.
14223
14224 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14225
14226 2004-05-22 Juanma Barranquero <lektu@terra.es>
14227
14228 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14229 `help-make-usage'.
14230 (help-highlight-arguments): Skip function name before searching
14231 for arguments.
14232
14233 2004-05-21 Juanma Barranquero <lektu@terra.es>
14234
14235 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14236 Don't mention in the docstring these arguments meant for
14237 internal (recursive) use only.
14238 (allout-char-spec): Comment out (it's not implemented).
14239 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14240 obsolescence declaration.
14241 (allout-flatten-exposed-to-buffer)
14242 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14243 (my-mark-marker): Doc fix.
14244 (produce-allout-mode-map, allout-sibling-index)
14245 (allout-isearch-expose, allout-distinctive-bullet)
14246 (allout-open-topic, allout-reindent-body)
14247 (allout-rebullet-heading, allout-process-exposed)
14248 (allout-insert-listified, allout-latex-verb-quote)
14249 (allout-insert-latex-header, allout-insert-latex-trailer):
14250 Make arguments match their use in docstring.
14251 (allout-primary-bullet, allout-old-style-prefixes)
14252 (allout-inhibit-protection, allout-init, allout-mode)
14253 (allout-before-change-protect, allout-flag-region):
14254 Use "Emacs" instead of "emacs" in docstrings.
14255
14256 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14257
14258 * international/characters.el: Modify syntax of more characters.
14259
14260 2004-05-21 Masatake YAMATO <jet@gyve.org>
14261
14262 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14263 (etags-tags-completion-table): Show parsing progress.
14264
14265 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14266
14267 * locate.el (locate-prompt-for-command): Shorten first line of
14268 docstring.
14269 (locate-mode): Expand docstring and include keymap summary.
14270
14271 * files.el (find-file-noselect-1): Limit the scope of the
14272 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14273 is, by default, nil during the execution of
14274 `find-file-not-found-functions' and `find-file-hook'.
14275
14276 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14277
14278 * facemenu.el (facemenu-color-name-equal): New function.
14279 (list-colors-display): Use it to compare colors instead of
14280 facemenu-color-equal.
14281
14282 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14283
14284 * compare-w.el (compare-windows-face): Use min-colors instead of
14285 checking for tty or pc types.
14286
14287 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14288
14289 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14290 (completion-setup-function): Use with-current-buffer.
14291 Properly save excursion. Simplify.
14292 Don't assume there is necessarily a `mouse-face' property somewhere.
14293
14294 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14295
14296 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14297
14298 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14299 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14300 Use with-current-buffer.
14301 (byte-goto-log-buffer): Delete.
14302 (byte-compile-log-file): Call compilation-forget-errors.
14303
14304 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14305
14306 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14307 output messages into the search result.
14308
14309 2004-05-19 Masatake YAMATO <jet@gyve.org>
14310
14311 * wid-edit.el (widget-radio-button-notify): Revert my last
14312 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14313
14314 2004-05-19 Kenichi Handa <handa@m17n.org>
14315
14316 * international/characters.el: Fix syntax (open/close) of CJK chars.
14317
14318 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14319
14320 * help-mode.el (help-go-back): Don't depend on position of back button.
14321
14322 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14323
14324 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14325 files files don't contain an accidental additional /.
14326
14327 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14328 in source buffer.
14329
14330 2004-05-18 Masatake YAMATO <jet@gyve.org>
14331
14332 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14333 to widget-apply. :action method assumes 2 arguments, not 3.
14334
14335 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14336
14337 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14338 New constants.
14339 (hs-special-modes-alist): Add an f90-mode entry.
14340
14341 2004-05-17 Sam Steingold <sds@gnu.org>
14342
14343 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14344 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14345
14346 2004-05-16 Kim F. Storm <storm@cua.dk>
14347
14348 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14349
14350 2004-05-15 John Wiegley <johnw@newartisans.com>
14351
14352 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14353 (eshell-output-object-to-target): Improve output speed 20% by not
14354 calling `eshell-stringify' if something is already known to be a string.
14355
14356 2004-05-15 Alex Ott <ott@jet.msk.su>
14357
14358 * textmodes/ispell.el (ispell-local-dictionary-alist):
14359 Add windows-1251 to the choice of coding systems.
14360 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14361 encoded in cp1251.
14362
14363 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14364
14365 * progmodes/compile.el (compilation-warning-face)
14366 (compilation-info-face): Use min-colors.
14367
14368 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14369
14370 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14371 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14372 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14373 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14374 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14375 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14376 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14377 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14378 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14379 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14380 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14381 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14382 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14383 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14384
14385 2004-05-15 Kim F. Storm <storm@cua.dk>
14386
14387 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14388 Use it to set triggered-p element of timer.
14389 (timer-event-handler): Set triggered-p element non-nil while running
14390 the timer function.
14391
14392 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14393
14394 * descr-text.el (describe-char-unicode-data)
14395 (describe-char-unicodedata-file): Re-enable the unicode code now that
14396 the licensing issues have been cleared in the unicode-4 license.
14397 (describe-text-properties-1): Remove unused `overlay' var.
14398 (describe-char): Remove unused var `buffer'.
14399
14400 2004-05-14 David Ponce <david@dponce.com>
14401
14402 * tree-widget.el: New file.
14403
14404 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14405
14406 * language/european.el ("Brazilian Portuguese"): Add support for
14407 Brazilian Portuguese.
14408
14409 2004-05-13 John Wiegley <johnw@newartisans.com>
14410
14411 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14412 `recentf-mode' if this variable has been customized to t.
14413
14414 * eshell/esh-test.el (eshell-test): Call the function
14415 `emacs-version' rather than trying to build a custom version string.
14416
14417 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14418
14419 * net/telnet.el (telnet-mode): Use define-derived-mode.
14420 Don't modify the global value of comint-prompt-regexp.
14421
14422 2004-05-13 John Paul Wallington <jpw@gnu.org>
14423
14424 * version.el (emacs-version): Check for `gtk' feature before
14425 `x-toolkit' feature.
14426
14427 2004-05-13 Juanma Barranquero <lektu@terra.es>
14428
14429 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14430 arguments in the docstring, they're used only in recursive calls.
14431
14432 * help-fns.el (help-arg-highlighting-function)
14433 (help-argument-name): Delete.
14434 (help-default-arg-highlight): New function.
14435 (help-do-arg-highlighting): Use it.
14436
14437 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14438
14439 * calendar/appt.el (appt-disp-window):
14440 Use `calendar-set-mode-line' for a centered mode-line.
14441
14442 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14443
14444 * calendar/appt.el (appt-disp-window): Do not split window
14445 excessively when `split-height-threshold' is low.
14446
14447 2004-05-12 Nick Roberts <nickrob@gnu.org>
14448
14449 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14450 kill-buffer-hook here and make it local.
14451 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14452
14453 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14454
14455 * progmodes/compile.el (compilation-set-window-height):
14456 Use save-excursion to protect against misplaced marker.
14457
14458 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14459
14460 * custom.el (defface): Document that type can have value gtk.
14461
14462 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14463
14464 2004-05-12 Kenichi Handa <handa@m17n.org>
14465
14466 * descr-text.el: Require quail at comile time.
14467 (describe-char): If an input method is on and it supports the
14468 character, show how to input it.
14469
14470 * international/quail.el (quail-install-decode-map): Accept a
14471 char-table whose subtype is `quail-decode-map'.
14472 (quail-store-decode-map-key, quail-gen-decode-map1)
14473 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14474 (quail-show-key): New functions.
14475
14476 2004-05-12 Juanma Barranquero <lektu@terra.es>
14477
14478 * generic.el (define-generic-mode): Remove redundant arglist info.
14479
14480 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14481 Make arguments match their use in docstring.
14482 (help-arg-highlighting-function): New variable.
14483 (help-argument-name): Mention it in the docstring.
14484 (help-do-arg-highlight): Use it. Expand regexp to accept also
14485 ARG-xxx and xxx-ARG references.
14486
14487 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14488
14489 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14490 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14491 and "mailto:addr1?to=addr2" equal.
14492
14493 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14494
14495 * man.el (Man-getpage-in-background): Use shell-file-name
14496 and shell-command-switch variables instead of hard-coded values.
14497
14498 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14499
14500 * iimage.el: New file.
14501
14502 2004-05-11 Juanma Barranquero <lektu@terra.es>
14503
14504 * custom.el (custom-initialize-default, defcustom):
14505 Fix typo in docstring.
14506
14507 * files.el (set-visited-file-name, file-expand-wildcards):
14508 Fix docstring.
14509
14510 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14511
14512 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14513
14514 * subr.el (eventp): Be more discriminating with integers.
14515
14516 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14517
14518 * progmodes/compile.el (compile): Add universal prefix arg.
14519 (compilation-error-regexp-alist-alist): Add edg patterns.
14520
14521 2004-05-10 Sam Steingold <sds@gnu.org>
14522
14523 * textmodes/ispell.el (ispell-message):
14524 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14525
14526 2004-05-10 Dave Love <fx@gnu.org>
14527
14528 * progmodes/python.el (help-buffer): Autoload when compiling.
14529 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14530 (run-python): Prepend to any existing PYTHONPATH.
14531
14532 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14533
14534 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14535 for pending breakpoints.
14536
14537 2004-05-10 Richard M. Stallman <rms@gnu.org>
14538
14539 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14540 directly without calling any functions in Rmail.
14541 (unrmail-unprune): Function deleted.
14542
14543 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14544
14545 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14546 C-c C-z binding.
14547
14548 2004-05-10 Kenichi Handa <handa@m17n.org>
14549
14550 * descr-text.el (describe-char): Fix previous change. Don't make
14551 a unibyte character to multibyte in the *Help* buffer.
14552
14553 2004-05-10 Miles Bader <miles@gnu.org>
14554
14555 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14556 buffer an error if the debugger process is actually running.
14557
14558 2004-05-10 Juanma Barranquero <lektu@terra.es>
14559
14560 * help-fns.el (help-argument-name): Default to italic.
14561 (help-highlight-arguments): Return always (usage . doc), even when
14562 usage is nil.
14563
14564 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14565 (define-ibuffer-filter): Add usage info.
14566 (define-ibuffer-op): Add usage info (but CL-style defaults for
14567 keyword args are not shown).
14568
14569 * subr.el (remove-overlays, read-passwd): Fix docstring.
14570 (start-process-shell-command): Fix docstring. Put usage info in a
14571 format usable by `describe-function'.
14572 (open-network-stream, open-network-stream-nowait)
14573 (open-network-stream-server): Fix docstring.
14574
14575 2004-05-09 Jason Rumney <jasonr@gnu.org>
14576
14577 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14578 Only define cp125* if windows-125* is already defined.
14579
14580 * language/korean.el (cp949): Add alias.
14581
14582 * language/chinese.el (cp936, cp950): Add aliases.
14583
14584 * language/japanese.el (cp932): Add alias.
14585
14586 * term/w32-win.el: Require code-pages.
14587
14588 * international/mule-cmds.el (set-locale-environment):
14589 On MS-Windows use ansi code-page for default coding-systems.
14590 Set up paper sizes for Windows 3 letter languages.
14591
14592 * international/code-pages.el (cp932, cp936, cp949, cp950):
14593 Add aliases. Also add cp125* if not already defined.
14594
14595 2004-05-09 Juanma Barranquero <lektu@terra.es>
14596
14597 * help-fns.el (help-highlight-arguments): Don't try to highlight
14598 missing or autoloaded arglists. Accept structured arguments, like
14599 the first ones of `do' and `flet'.
14600
14601 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14602 (cvs-get-marked): Remove redundant arglist info.
14603
14604 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14605 Don't use CL-style default args.
14606
14607 2004-05-08 Andreas Schwab <schwab@suse.de>
14608
14609 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14610
14611 * international/subst-ksc.el: Fix references to utf-translate-cjk
14612 into utf-translate-cjk-mode.
14613 * international/subst-big5.el: Likewise.
14614 * international/subst-gb2312.el: Likewise.
14615 * international/subst-jis.el: Likewise.
14616 * international/utf-16.el: Likewise.
14617 * international/utf-8.el: Likewise.
14618
14619 2004-05-08 John Wiegley <johnw@newartisans.com>
14620
14621 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14622 "virtual buffers" (off by default), which makes it possible to
14623 switch to the "virtual" buffers of recently visited files. When a
14624 buffer name search fails, and this option is on, iswitchb will
14625 look at the list of recently visited files, and permit matching
14626 against those names. When the user hits RET on a match, it will
14627 revisit that file.
14628 (iswitchb-read-buffer): Add two optional arguments, which makes
14629 isearchb.el possible.
14630 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14631 (iswitchb-next-match): Add support for virtual buffers.
14632
14633 * isearchb.el: This module extends iswitchb to provide "as you
14634 type" buffer selection.
14635
14636 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14637 Ignore the read-only property when flyspell highlighting is on.
14638 Not ignoring it leads to a series of confusing errors.
14639 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14640 but also make sure to call flyspell-incorrect-hook.
14641 (flyspell-maybe-correct-transposition): Perform transposition test
14642 by bit twiddling a string, rather than using a temp buffer.
14643 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14644 buffer. This is also the original version of the code, which
14645 could not be checked in before due to a previous lack of
14646 assignment papers. This version has seen heavy usage on my system
14647 for several years now.
14648
14649 * calendar/cal-bahai.el: New file, which adds support for the
14650 Baha'i calendar to Emacs. This calendar is based on a solar year
14651 of 19 months of 19 days, with 4 intercalary days. Each year
14652 begins on March 21, with the calendar starting in 1844.
14653
14654 * calendar/cal-menu.el, calendar/calendar.el
14655 * calendar/diary-lib.el, calendar/holidays.el:
14656 Added support for using cal-bahai.el.
14657
14658 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14659 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14660 function can be used outside of eshell buffers.
14661 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14662
14663 2004-05-08 Juanma Barranquero <lektu@terra.es>
14664
14665 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14666 word constituent so FOO-ARG is not recognized as an arg.
14667 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14668
14669 * simple.el (next-error): Fix typo in docstring.
14670 (open-line): Make argument names match their use in docstring.
14671 (split-line): Fix docstring.
14672
14673 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14674 usable by `describe-function'.
14675 (gensym, gentemp, typep, ignore-errors): Make argument names match
14676 their use in docstring.
14677
14678 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14679 argument to `help-setup-xref'.
14680
14681 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14682
14683 Version 2.0.40 of Tramp released.
14684
14685 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14686 Use symbol-function to invoke functions only known on some Emacs
14687 flavors. This avoids byte-compiler warnings. Reported by Kevin
14688 Scaldeferri <kevin@scaldeferri.com>.
14689 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14690 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14691 consistent with the other tramp-do-* functions.
14692 (tramp-do-copy-or-rename-file): Calls adjusted.
14693 (tramp-process-initial-commands): Avoid liveness check on shell --
14694 we know that it must be alive since we're opening a connection at
14695 this moment.
14696 (tramp-last-cmd): New internal variable.
14697 (tramp-process-echoes): New tunable.
14698 (tramp-send-command): Set tramp-last-cmd.
14699 (tramp-wait-for-output): Delete echo, if applicable.
14700 (tramp-read-passwd): Construct the key for the password cache in a
14701 way that works for multi methods, too.
14702 (tramp-bug): Add backup-directory-alist and
14703 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14704
14705 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14706
14707 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14708
14709 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14710 (tramp-actions-copy-out-of-band): New defcustoms.
14711 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14712 used instead of a synchronous one. Allows password entering.
14713 (tramp-action-out-of-band): New defun.
14714 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14715 Remove restriction with password from doc string.
14716 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14717 `tramp-out-of-band-prompt-regexp',
14718 `tramp-actions-copy-out-of-band', `password-cache' and
14719 `password-cache-expiry'.
14720 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14721 password caching.
14722 (tramp-touch): FILE can be a local file, too.
14723 (TODO): Remove items done.
14724 (tramp-handle-insert-directory): Properly quote file name also if
14725 not full-directory-p. Handle wildcard case. Reported by Andreas
14726 Schwab <schwab@suse.de>.
14727 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14728 new file.
14729 (tramp-handle-file-local-copy, tramp-handle-write-region):
14730 The permissions of the temporary file are set if filename exists.
14731 Reported by Ted Stern <stern@cray.com>.
14732 (tramp-backup-directory-alist)
14733 (tramp-bkup-backup-directory-info): New defcustoms.
14734 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14735 (tramp-handle-find-backup-file-name): New function.
14736 Implements Tramp's find-backup-file-name.
14737
14738 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14739 for `find-backup-file-name'.
14740
14741 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14742 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14743
14744 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14745
14746 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14747
14748 2004-05-07 Juanma Barranquero <lektu@terra.es>
14749
14750 * subr.el (lambda): Add arglist description to docstring.
14751 (declare): Fix typo in docstring.
14752 (open-network-stream): Fix docstring.
14753 (process-kill-without-query): Fix docstring and add obsolescence info.
14754 (last, butlast, nbutlast): Make arguments match their use in docstring.
14755 (insert-buffer-substring-no-properties): Likewise.
14756 (insert-buffer-substring-as-yank): Likewise.
14757 (split-string): Fix docstring.
14758
14759 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14760 Make argument names match their use in docstring.
14761
14762 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14763
14764 2004-05-06 Nick Roberts <nickrob@gnu.org>
14765
14766 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14767 Fit first sentence on one line for apropos-command.
14768
14769 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14770
14771 Changes largely merged in from Dave Love's code.
14772 * progmodes/python.el: Doc fixes.
14773 (python-mode-map): Add python-complete-symbol.
14774 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14775 (python-comment-indent, python-complete-symbol)
14776 (python-symbol-completions, python-partial-symbol)
14777 (python-try-complete): New.
14778 (python-indent-line): Remove optional arg. Use python-block-end-p.
14779 (python-check): Bind compilation-error-regexp-alist.
14780 (inferior-python-mode): Use rx. Move keybindings to top level.
14781 Set comint-input-filter.
14782 (python-preoutput-filter): Use rx.
14783 (python-input-filter): Re-introduce.
14784 (python-proc): Start new process if necessary.
14785 Check python-buffer non-nil.
14786 (view-return-to-alist): Defvar.
14787 (python-send-receive): New.
14788 (python-eldoc-function): Use it.
14789 (python-mode-running): Don't defvar.
14790 (python-mode): Set comment-indent-function.
14791 Maybe update hippie-expand-try-functions-list.
14792 (python-indentation-levels): Initialize differently.
14793 (python-block-end-p): New.
14794 (python-indent-line): Use it.
14795 (python-compilation-regexp-alist): Augment.
14796 (run-python): Import `emacs' module to Python rather than loading
14797 code directly. Set python-buffer differently.
14798 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14799 Use python-proc.
14800 (python-send-command): Go to end of comint buffer.
14801 (python-load-file): Use python-proc, emacs.eimport.
14802 (python-describe-symbol): Simplify interactive form.
14803 Use emacs.help. Do use temp-buffer-show-hook.
14804 Call print-help-return-message.
14805 (hippie-exp): Require when compiling.
14806 (python-preoutput-continuation): Use rx.
14807
14808 * diff-mode.el (diff-make-unified): Fix regexp.
14809
14810 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14811
14812 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14813 filter groups from the buffer when rebuilding the Ibuffer buffer
14814 and `ibuffer-show-empty-filter-groups' is nil.
14815
14816 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14817
14818 * ps-print.el (ps-print-quote): Call ps-value-string.
14819 (ps-setup): Call ps-comment-string.
14820 (ps-value-string, ps-comment-string): New funs.
14821
14822 2004-05-06 Juanma Barranquero <lektu@terra.es>
14823
14824 * ehelp.el (electric-help-command-loop): Check whether the last
14825 character is visible, not (point-max).
14826
14827 * help-fns.el (help-argument-name): Default to bold; don't inherit
14828 from font-lock-variable-name-face.
14829 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14830
14831 2004-05-05 Kenichi Handa <handa@m17n.org>
14832
14833 * descr-text.el (describe-char): Copy the character with text
14834 properties and overlays into the first line, and call
14835 describe-text-properties on it.
14836
14837 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14838
14839 * iswitchb.el (iswitchb-global-map): Fix typo.
14840 Remove unwanted ###autoloads from source file.
14841
14842 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14843
14844 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14845 in run-hooks. Use substitute-command-keys in message.
14846 (wdired-abort-changes): Add message.
14847
14848 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14849
14850 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14851 (sql-emacs20-p): Remove.
14852 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14853 (sql-builtin-face, sql-doc-face): Remove.
14854 (sql-mode-ansi-font-lock-keywords)
14855 (sql-mode-oracle-font-lock-keywords)
14856 (sql-mode-postgres-font-lock-keywords)
14857 (sql-mode-linter-font-lock-keywords)
14858 (sql-mode-ms-font-lock-keywords)
14859 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14860 (sql-product-font-lock): Fix font-lock reset when font rules change.
14861 (sql-highlight-product): Remove incorrect font-lock reset logic.
14862
14863 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14864
14865 * ses.el (ses-set-parameter): Fix typo.
14866
14867 2004-05-04 Kim F. Storm <storm@cua.dk>
14868
14869 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14870 Must expand directory for completion to work; and don't mess with
14871 process-environment.
14872 (ido-read-file-name): If command has ido property, don't use ido
14873 if value is ignore, or read as directory if value is dir.
14874 Set ido ignore property for dired-do-rename command.
14875
14876 2004-05-04 Juanma Barranquero <lektu@terra.es>
14877
14878 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14879 (electric-help-help): Check against unmapped commands.
14880
14881 * help-fns.el (help-argument-name): New face, inheriting from
14882 font-lock-variable-name-face, to highlight function arguments in
14883 `describe-function' and `describe-key'.
14884 (help-do-arg-highlight): Auxiliary function to highlight a given
14885 list of arguments in a string.
14886 (help-highlight-arguments): Highlight the function arguments and
14887 all uses of them in the docstring.
14888 (describe-function-1): Use it. Do docstring output via `insert',
14889 not 'princ', so text attributes are preserved.
14890
14891 * winner.el (winner-mode-map): Move `winner-undo' and
14892 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14893 previous bindings conflict with `prev-buffer', `next-buffer').
14894
14895 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14896
14897 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14898 (bibtex-entry-update): New command bound to C-c C-u.
14899 (bibtex-text-in-string): Fix regexp.
14900 (bibtex-assoc-of-regexp): Remove.
14901 (bibtex-progress-message): Fix docstring.
14902 (bibtex-inside-field): Use if.
14903 (bibtex-assoc-regexp): New function.
14904 (bibtex-format-entry): Make code more robust so that it formats
14905 also old entries.
14906 (bibtex-autokey-demangle-title): Merge with obsolete function
14907 bibtex-assoc-of-regexp.
14908 (bibtex-field-list): New function.
14909 (bibtex-entry): Use bibtex-field-list.
14910 (bibtex-parse-entry): Fix docstring.
14911 (bibtex-print-help-message): Use bibtex-field-list.
14912 (bibtex-make-field): Use bibtex-field-list.
14913 (bibtex-entry-index): Bugfix. Return crossref key if required.
14914 (bibtex-lessp): Fix docstring.
14915
14916 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14917
14918 * select.el (xselect-convert-to-string): Move comment to intended line.
14919
14920 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14921
14922 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14923 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14924
14925 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14926
14927 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14928 x-get-selection.
14929
14930 2004-05-03 Jason Rumney <jasonr@gnu.org>
14931
14932 * makefile.nt: Remove.
14933
14934 2004-05-03 Kim F. Storm <storm@cua.dk>
14935
14936 * emulation/cua-base.el (cua--update-indications): Fix last change.
14937 (cua-mode): Deactivate mark when cua-mode is enabled.
14938
14939 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14940
14941 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14942
14943 2004-05-03 Nick Roberts <nickrob@gnu.org>
14944
14945 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14946 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14947 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14948 window over visible frames.
14949 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14950
14951 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14952
14953 * progmodes/compile.el (compilation-gcpro): New var.
14954 (compilation-fake-loc): Use it.
14955 (compilation-forget-errors): Reset it.
14956
14957 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14958
14959 * diff-mode.el (diff-header-face, diff-file-header-face):
14960 Use min-colors.
14961
14962 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14963
14964 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14965 (bibtex-clean-entry): Disentangle code.
14966 (bibtex-realign): New function.
14967 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14968 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14969 Remove undocumented optional arg called-by-convert-alien.
14970 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14971 for sorting instead of bibtex-sort-buffer.
14972
14973 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14974
14975 * progmodes/compile.el (compilation-start): In the
14976 no-async-subprocesses branch, call sit-for to give redisplay a
14977 chance to show the updated process status in the mode line, and
14978 fontify the buffer explicitly after the process exits.
14979
14980 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14981
14982 * progmodes/python.el (python-compilation-line-number): Remove.
14983 (python-compilation-regexp-alist): Don't use it any more.
14984 (python-orig-start, python-input-filter): Remove.
14985 (inferior-python-mode): Don't set up comint-input-filter-functions.
14986 (python-send-region): Use compilation-fake-loc.
14987
14988 * progmodes/compile.el (compilation-messages-start): New var.
14989 (compilation-mode): Don't setup next-error-function here.
14990 (compilation-setup): Set it up here instead (for minor modes as well).
14991 Make compilation-messages-start buffer local.
14992 (compilation-next-error-function): Use it.
14993 (compilation-forget-errors): Set compilation-messages-start.
14994
14995 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
14996
14997 * ielm.el (ielm-prompt-read-only): Update docstring.
14998
14999 * comint.el (comint-prompt-read-only): Update docstring.
15000 (comint-update-fence, comint-kill-whole-line)
15001 (comint-kill-region): New functions.
15002
15003 * simple.el (kill-whole-line): Use "p" instead of "P" in
15004 interactive form.
15005
15006 2004-05-01 Juanma Barranquero <lektu@terra.es>
15007
15008 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15009 format arglist so default values in CL-style argument lists are
15010 correctly shown.
15011
15012 2004-05-01 Jason Rumney <jasonr@gnu.org>
15013
15014 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15015
15016 2004-05-01 Kenichi Handa <handa@m17n.org>
15017
15018 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15019 quail file if it is up to date.
15020
15021 2004-04-30 Juri Linkov <juri@jurta.org>
15022
15023 * cus-edit.el (custom-mode-map):
15024 Add key binding `C-x C-s' to `Custom-save'.
15025
15026 * outline.el (outline-blank-line): New var.
15027 (outline-next-preface, outline-show-heading)
15028 (outline-end-of-subtree): Use it.
15029
15030 * dired-aux.el (dired-touch-initial): New fun.
15031 (dired-do-chxxx): Call it for op-symbol `touch'.
15032 (dired-diff): Use `dired-dwim-target-directory'
15033 if current dired buffer has no buffer mark.
15034
15035 * bindings.el (propertized-buffer-identification):
15036 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15037 Add C-M-arrow keys for consistency.
15038
15039 * files.el (confirm-kill-emacs):
15040 Change group from top-level `emacs' to `convenience'.
15041
15042 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15043 Push mark on the first call of successive command calls.
15044 (insert-pair): New fun created from `insert-parentheses' with
15045 `open' and `close' arguments added. Enclose active regions
15046 in paired characters. Compare adjacent characters syntax with
15047 inserted characters syntax before inserting a space.
15048 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15049
15050 * delsel.el: Don't put `delete-selection' property
15051 on `insert-parentheses' symbol to take advantage of
15052 region handling in `insert-pair' function.
15053 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15054
15055 2004-04-30 Kim F. Storm <storm@cua.dk>
15056
15057 * emulation/cua-base.el: Add support for changing cursor types;
15058 based on patch from Michael Mauger.
15059 (cua-normal-cursor-color, cua-read-only-cursor-color)
15060 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15061 Customization cursor type and/or cursor color.
15062 (cua--update-indications): Handle cursor type changes.
15063 (cua-mode): Update cursor indications if enabled.
15064
15065 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15066
15067 * mouse.el (mouse-drag-copy-region): New defcustom.
15068 (mouse-set-region, mouse-drag-region-1): Use it.
15069
15070 * simple.el (kill-ring-save): If region face background color is
15071 unspecified (if no highlighting), show extent of fully visible
15072 region even if transient-mark-mode is enabled.
15073
15074 * emulation/cua-base.el (cua--standard-movement-commands):
15075 Add cua-scroll-up and cua-scroll-down.
15076 (cua-scroll-up, cua-scroll-down): New commands.
15077 (cua--init-keymaps): Remap scroll-up and scroll-down.
15078
15079 * emulation/cua-rect.el (cua--convert-rectangle-as):
15080 New defmacro.
15081 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15082 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15083 New commands (suggested by Jordan Breeding).
15084
15085 2004-04-30 Juanma Barranquero <lektu@terra.es>
15086
15087 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15088
15089 2004-04-30 Mario Lang <mlang@delysid.org>
15090
15091 * diff.el (diff-switches): Fix typo in docstring.
15092
15093 2004-04-30 Alex Schroeder <alex@gnu.org>
15094
15095 * xml.el (xml-debug-print-internal): Don't add newline and
15096 indentation to text nodes and write empty elements as empty tags
15097 instead of opening and closing tags.
15098 (xml-debug-print): Take optional indent-string argument.
15099 (xml-print): Alias for xml-debug-print.
15100
15101 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15102
15103 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15104 than duplicate call to `line-beginning-position'.
15105
15106 * progmodes/f90.el (f90-get-present-comment-type):
15107 Return whitespace, as well as comment chars, for consistent filling
15108 of comment blocks. Use `match-string-no-properties'.
15109 (f90-break-line): Trim trailing whitespace when filling comments.
15110
15111 2004-04-30 Dave Love <fx@gnu.org>
15112
15113 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15114 (diary-from-outlook-internal, diary-from-outlook)
15115 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15116 New functions to import diary entries from Outlook-format
15117 appointments in mail messages.
15118
15119 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15120
15121 * progmodes/python.el (python-send-command): New fun.
15122 (python-send-region, python-load-file): Use it.
15123
15124 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15125
15126 * help-fns.el (help-C-file-name): Use new subr-name.
15127 Prepend `src/' to the file name.
15128 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15129 (describe-function-1, describe-variable): Only find a C source file
15130 name if DOC is already loaded.
15131
15132 * help-mode.el (help-function-def, help-variable-def):
15133 Use the new find-function-search-for-symbol functionality.
15134 Allow FILE to be `C-source'.
15135
15136 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15137 (find-function-C-source): New fun.
15138 (find-function-search-for-symbol): Use it.
15139
15140 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15141
15142 * progmodes/sql.el (sql-product-alist): Rename variable
15143 `sql-product-support'. Add Postgres login parameters.
15144 (sql-set-product, sql-product-feature): Update with renamed variable.
15145 (sql-connect-postgres): Add username prompt.
15146 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15147 Make patterns less product specific.
15148 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15149 (sql-mode-abbrev-table): Modify initialization.
15150 (sql-builtin-face): Add variable.
15151 (sql-keywords-re): Add macro.
15152 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15153 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15154 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15155 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15156 (sql-mode-linter-font-lock-keywords)
15157 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15158 (sql-mode-sybase-font-lock-keywords)
15159 (sql-mode-informix-font-lock-keywords)
15160 (sql-mode-interbase-font-lock-keywords)
15161 (sql-mode-ingres-font-lock-keywords)
15162 (sql-mode-solid-font-lock-keywords)
15163 (sql-mode-sqlite-font-lock-keywords)
15164 (sql-mode-db2-font-lock-keywords): Default to nil.
15165 (sql-product-font-lock): Always highlight ANSI keywords.
15166 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15167 (sql-send-string): Add function.
15168
15169 2004-04-29 Dave Love <fx@gnu.org>
15170
15171 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15172 (cfengine-end-of-defun): Ensure progress through buffer.
15173
15174 * info-look.el (cfengine-mode): Accept a terminal ().
15175
15176 2004-04-29 Juri Linkov <juri@jurta.org>
15177
15178 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15179 instead of isearch-yank-word-or-char. Add new key bindings for
15180 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15181 (isearch-del-char): New fun.
15182 (isearch-forward, isearch-edit-string): Update docstring.
15183 (isearch-yank-char): Doc fix.
15184 (isearch-other-meta-char): Restore point after scrolling.
15185
15186 * progmodes/compile.el (compilation-context-lines): Add nil option
15187 to disable compilation output window scrolling.
15188 (compilation-set-window): Use it.
15189
15190 * outline.el (outline-next-preface, outline-show-heading):
15191 Don't leave unhidden blank line before heading.
15192 (outline-end-of-subtree): Include last newline into subtree.
15193 (hide-entry): Leave point at beginning of heading instead of end.
15194 (outline-up-heading): Push mark for the first call of successive
15195 command calls.
15196
15197 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15198
15199 * comint.el (comint-prompt-read-only): New variable.
15200 (comint-output-filter): Implement it.
15201
15202 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15203 (ielm-prompt-internal): New variable.
15204 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15205 (ielm-send-input): Delete unused variable `buf'.
15206 (ielm-eval-input): Use `ielm-prompt-internal'.
15207 (inferior-emacs-lisp-mode): Use new variables
15208 `comint-prompt-read-only' and `ielm-prompt-internal'.
15209 Get rid of obsolete variable `directory-sep-char'.
15210 (ielm): Use `zerop'.
15211
15212 2004-04-29 John Paul Wallington <jpw@gnu.org>
15213
15214 * thumbs.el (toplevel): Require cl at compile time.
15215 Remove conditional definitions of `ignore-errors' and `caddar'
15216 because they occur at run time.
15217
15218 2004-04-28 Nick Roberts <nickrob@gnu.org>
15219
15220 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15221 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15222 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15223 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15224
15225 * progmodes/gud.el (gud-common-init): Throw an error if program is
15226 already running under gdb.
15227
15228 2004-04-28 John Paul Wallington <jpw@gnu.org>
15229
15230 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15231 (thumbs-show-image-num): Move assignment of
15232 `thumbs-current-image-filename' within scope of `i'.
15233 (thumbs-emboss-image): Don't use `evenp'.
15234
15235 2004-04-28 Richard M. Stallman <rms@gnu.org>
15236
15237 * progmodes/compile.el (compilation-context-lines): Default now 0.
15238
15239 2004-04-28 Juanma Barranquero <lektu@terra.es>
15240
15241 Use `time-less-p' from calendar/time-date.el instead of defining
15242 custom versions of it.
15243
15244 * pcomplete.el (pcomplete-time-less-p): Remove.
15245
15246 * thumbs.el (time-less-p): Remove.
15247
15248 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15249 (timeclock-generate-report): Use `time-less-p'.
15250
15251 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15252 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15253
15254 2004-04-28 Masatake YAMATO <jet@gyve.org>
15255
15256 * subr.el (remove-overlays): Make arguments optional.
15257
15258 * wid-edit.el (widget-specify-button): Put evaporate to the
15259 overlay for sample.
15260 (widget-specify-sample): Put evaporate to the overlay for sample.
15261 (widget-specify-doc): Put evaporate to the overlay for documentation.
15262
15263 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15264
15265 * info.el (info-apropos): Make it an index node. Align node names
15266 like makeinfo.
15267
15268 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15269
15270 * net/browse-url.el (browse-url-netscape-sentinel)
15271 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15272 (browse-url-epiphany-sentinel, browse-url-mosaic):
15273 Use browse-url-*-program instead of a literal program name.
15274
15275 2004-04-27 Kevin Ryde <user42@zip.com.au>
15276
15277 * eshell/em-alias.el:
15278 * eshell/em-dirs.el:
15279 * eshell/em-hist.el:
15280 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15281 features when M-x customize-group loads modules before the main
15282 eshell.el.
15283
15284 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15285
15286 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15287 either a character representation of an event or an event
15288 description list.
15289
15290 * type-break.el: Capitalise Emacs and Lisp.
15291 (type-break-good-break-interval, type-break-demo-boring-stats)
15292 (type-break-terse-messages, type-break-file-name): New defcustoms.
15293 (type-break-post-command-hook)
15294 (type-break-warning-countdown-string): Quote variable names in doc.
15295 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15296 (type-break-mode): Document type-break-good-break-interval and the
15297 "session" file. Schedule break according to the session file.
15298 Kill session file buffer on exit. Organise for save-some-buffers
15299 to always save the session file.
15300 (type-break-mode-line-message-mode, type-break-query-mode):
15301 Uppercase arguments.
15302 (type-break-file-time, type-break-file-keystroke-count, timep)
15303 (type-break-choose-file, type-break-get-previous-time)
15304 (type-break-get-previous-count): New defuns.
15305 (type-break): Avoid break querying after a completed break in the
15306 case where the query was initiated during user invocation of the
15307 break. Optional terse messages.
15308 Use type-break-good-break-interval if type-break-good-rest-interval is
15309 nil. File the break time.
15310 (type-break-schedule): New optional args for overriding the use of
15311 the current time.
15312 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15313 after a break.
15314 (type-break-check): File the keystroke count.
15315 (type-break-do-query): Prevent a second query when the break is
15316 interrupted. Optional terse message.
15317 (type-break-keystroke-reset): Record the start of a typing interval.
15318 (type-break-demo-boring): Optional terse messages. Display word
15319 per minute and keystroke counts according to
15320 type-break-demo-boring-stats.
15321
15322 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15323
15324 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15325 directories, make sure they exist under archive-tmpdir.
15326
15327 2004-04-27 Juri Linkov <juri@jurta.org>
15328
15329 * help.el (view-emacs-news): With argument, display info for the
15330 selected version by finding it among different NEWS files, and
15331 narrowing the buffer to the selected version.
15332
15333 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15334 same-window-buffer-names.
15335 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15336 non-numeric prefix argument, append the number to the buffer name
15337 for numeric prefix argument.
15338 (info-other-window): Bind same-window-regexps to nil.
15339 (Info-reference-name): Rename to Info-point-loc.
15340 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15341 and Info-find-index-name for stringy Info-point-loc.
15342 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15343 without middle `.', but with final `.' and optional line number
15344 for it. Set Info-point-loc for index nodes.
15345 (Info-index): Remove middle `.' from index entry regexp.
15346 Modify line number regexp.
15347 (Info-index-next): Decrement line number.
15348 (info-apropos): Remove middle `.' from index entry regexp.
15349 Add optional line number regexp at the end. Add matched value
15350 for line number to the result list and insert it to the buffer.
15351 Replace match-string by match-string-no-properties.
15352 Reorder result list.
15353 (Info-fontify-node): Hide index line numbers.
15354 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15355 empty matches.
15356 (Info-follow-reference): Use `str' instead of
15357 Info-following-node-name-re.
15358 (Info-toc): Use full file names. Set Info-current-node to "Top".
15359 (Info-fontify-node): Compare file names without directory name.
15360 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15361 Set second arg of Info-extract-menu-node-name for index nodes.
15362 (info-xref-visited): Use magenta3 instead of magenta4.
15363 (Info-mode): Add info-apropos to docstring.
15364
15365 * log-view.el (log-view-diff): Replace interactive code "r"
15366 by a list to allow to call it even if region is not active.
15367
15368 * paren.el (show-paren-highlight-openparen): New var.
15369 (show-paren-function): Turn on openparen highlighting when
15370 matching forward if show-paren-highlight-openparen is non-nil.
15371
15372 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15373 the constant value 1.
15374 (completions-common-part): Expand docstring.
15375
15376 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15377
15378 2004-04-27 Kim F. Storm <storm@cua.dk>
15379
15380 * image.el (insert-sliced-image): Use line-height instead of
15381 line-spacing property on newline.
15382
15383 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15384
15385 * desktop.el (desktop-buffer-misc-data-function): Rename to
15386 desktop-save-buffer and change docstring.
15387 (desktop-buffer-modes-to-save): Delete.
15388 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15389 desktop-buffer-modes-to-save.
15390 (desktop-save): Rename desktop-buffer-misc-data-function to
15391 desktop-save-buffer and allow non-function value.
15392 (desktop-missing-file-warning): Correct docstring.
15393
15394 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15395 to desktop-save-buffer.
15396
15397 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15398 desktop-save-buffer.
15399
15400 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15401
15402 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15403
15404 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15405
15406 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15407
15408 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15409
15410 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15411 (ielm): Only go to the end of the buffer when starting a new process.
15412
15413 2004-04-25 Juanma Barranquero <lektu@terra.es>
15414
15415 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15416 mode line. Bind `inhibit-read-only' to t before modifying
15417 properties of text in the buffer.
15418 (ielm): Force point to the end of buffer, even when running ielm
15419 from inside itself.
15420
15421 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15422
15423 * info.el (info-apropos): Reset Info-complete-cache.
15424
15425 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15426
15427 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15428 Also recognize severe Irix et al. messages.
15429 (compilation-normalize-filename, compile-abbreviate-directory):
15430 Delete functions.
15431 (compilation-get-file-structure): New function inherits
15432 functionality of the two preceding ones.
15433 (compilation-internal-error-properties, compilation-fake-loc):
15434 Use it so that different paths to the same file share the same
15435 markers. Also optimize finding adjacent marker slightly.
15436
15437 2004-04-25 Kim F. Storm <storm@cua.dk>
15438
15439 * image.el (insert-sliced-image): Add line-spacing t property
15440 to newlines separating image lines.
15441
15442 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15443
15444 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15445
15446 * ielm.el (ielm-prompt-read-only): New user option.
15447 (ielm-prompt): Expand docstring to describe new behavior.
15448 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15449 mention it in the docstring.
15450
15451 2004-04-24 Andreas Schwab <schwab@suse.de>
15452
15453 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15454
15455 * diff.el (diff): Set default-directory in diff buffer.
15456
15457 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15458
15459 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15460 mail was being composed if the terminal cannot display more than
15461 one frame; instead, switch to previous frame.
15462
15463 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15464 (rmail-start-mail): Support rmail-mail-new-frame even on
15465 terminals that can display only one frame at a time.
15466
15467 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15468
15469 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15470 (checkdoc-output-font-lock-keywords): Remove error regexp.
15471 (checkdoc-output-mode-map): Remove.
15472 (checkdoc-output-mode): Derive from compilation-mode.
15473 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15474
15475 * dired.el (dired-mode-map): Add a menu entry for wdired.
15476
15477 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15478 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15479
15480 * wdired.el (wdired-mode-map): Move init into declaration.
15481 Fix `return' binding.
15482 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15483 Use force-mode-line-update.
15484 (wdired-get-filename): Use `unless'.
15485 (wdired-preprocess-files): Don't assume names have no \n and use / for
15486 dir separator.
15487 (wdired-normalize-filename): Use replace-regexp-in-string.
15488 (wdired-load-hooks): Remove.
15489 (wdired-mode-hooks): Rename to wdired-mode-hook.
15490
15491 * info-look.el: Add support for cfengine-mode.
15492 (info-lookup-setup-mode): Use dolist.
15493
15494 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15495
15496 * wdired.el: New file.
15497
15498 2004-04-23 Juanma Barranquero <lektu@terra.es>
15499
15500 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15501
15502 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15503 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15504 (pcomplete--help, pcomplete--here): Doc fixes.
15505
15506 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15507
15508 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15509 handles wrong-number-of-arguments in backend call.
15510
15511 * vc.el (vc-print-log): Likewise.
15512
15513 2004-04-20 Dave Love <fx@gnu.org>
15514
15515 * emacs-lisp/rx.el: Doc fixes.
15516 (rx-constituents): Add/extend many forms.
15517 (rx-check): Check form is a list.
15518 (bracket): Defvar.
15519 (rx-check-any, rx-any, rx-check-not): Modify.
15520 (rx-not): Simplify.
15521 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15522 (rx-kleene): Use rx-trans-forms.
15523 (rx-quote-for-set): Delete.
15524 (rx): Allow multiple args.
15525
15526 2004-04-23 Kenichi Handa <handa@m17n.org>
15527
15528 * international/mule-util.el (char-displayable-p): Simplify by
15529 using internal-char-font.
15530
15531 2004-04-23 Juanma Barranquero <lektu@terra.es>
15532
15533 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15534
15535 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15536
15537 * diff-mode.el (diff-next-error): New fun.
15538 (diff-mode): Use it.
15539
15540 * simple.el (next-error): Change arg name.
15541 Add support for the documented C-u C-x ` usage.
15542
15543 * frame.el (special-display-popup-frame, next-multiframe-window)
15544 (previous-multiframe-window): Only consider frames on same display.
15545
15546 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15547
15548 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15549 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15550
15551 2004-04-22 Kim F. Storm <storm@cua.dk>
15552
15553 * net/telnet.el (telnet): Add optional port arg.
15554
15555 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15556
15557 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15558 Minor sanity check on the `hyperlink' slot.
15559
15560 * Makefile.in (recompile): Compile new files.
15561
15562 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15563 Add byte-recompile-directory's optional `arg'.
15564
15565 * cvs-status.el (cvs-tree-use-charset): New var.
15566 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15567 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15568 (cvs-status-cvstrees): Use it.
15569
15570 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15571 Make it a normal major mode.
15572 (checkdoc-buffer-label): Make sure the file name is meaningful.
15573 (checkdoc-output-to-error-buffer): Remove.
15574 (checkdoc-error, checkdoc-start-section): Rewrite.
15575
15576 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15577 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15578 (Info-title-4-face): Use new syntax.
15579 (info-xref-visited): Inherit from info-xref.
15580
15581 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15582
15583 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15584
15585 * simple.el (next-error-last-buffer, next-error-function):
15586 New variables for the next-error framework.
15587 (next-error-buffer-p): New function.
15588 (next-error-find-buffer): Generalize compilation-find-buffer.
15589 (next-error, previous-error, first-error, next-error-no-select)
15590 (previous-error-no-select): Move from compile.el.
15591
15592 * replace.el (occur-next-error, occur-1): Hook into the next-error
15593 framework.
15594
15595 * progmodes/compile.el (compilation-start):
15596 Set next-error-last-buffer so next-error knows where to jump.
15597 (compilation-setup): Set the buffer-local variable
15598 next-error-function to 'compilation-next-error-function.
15599 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15600 alternate way to find if a buffer is a compilation buffer, for
15601 next-error convenience.
15602 (next-error-no-select, previous-error-no-select, next-error)
15603 (previous-error, first-error): Move to simple.el.
15604 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15605 (compilation-last-buffer): Remove.
15606 (compilation-start, compilation-next-error, compilation-setup)
15607 (compilation-next-error-function, compilation-find-buffer):
15608 Remove compilation-last-buffer use.
15609
15610 2004-04-21 Juanma Barranquero <lektu@terra.es>
15611
15612 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15613 (font-lock-warning-face): Fix spacing.
15614
15615 * makefile.w32-in (WINS): Add url/ directory.
15616
15617 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15618
15619 * desktop.el (desktop-buffer-mode-handlers): New variable.
15620 Alist of major mode specific functions to restore a desktop buffer.
15621 (desktop-buffer-handlers): Make variable obsolete.
15622 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15623 Catch errors signaled in handlers. Update buffer count.
15624 Evaluate desktop-buffer-point.
15625 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15626 move to dired.el.
15627 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15628 move to info.el.
15629 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15630 move to mail/rmail.el.
15631 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15632 to mh-e/mh-e.el.
15633 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15634 On fail, print message (to message buffer) even if
15635 desktop-missing-file-warning is nil.
15636 (desktop-buffer-misc-data-function): New buffer local variable.
15637 Function returning major mode specific data.
15638 (desktop-buffer-misc-functions): Make variable obsolete.
15639 (desktop-save): Use desktop-buffer-misc-data-function.
15640 (desktop-buffer-dired-misc-data): Rename to
15641 dired-desktop-buffer-misc-data and move to dired.el.
15642 (desktop-buffer-info-misc-data): Rename to
15643 Info-desktop-buffer-misc-data and move to info.el.
15644 (desktop-read): Add message about number of buffers restored/failed.
15645
15646 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15647 Add parameters. Pause to display error only when
15648 desktop-missing-file-warning is non-nil.
15649 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15650 (dired-mode): Bind desktop-buffer-misc-data-function.
15651
15652 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15653 Add Parameters.
15654 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15655 (Info-mode): Bind desktop-buffer-misc-data-function.
15656
15657 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15658 Add Parameters.
15659
15660 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15661 Add Parameters.
15662
15663 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15664
15665 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15666 the case of letters in case-insensitive expansions when the
15667 abbrev is preceded by characters with letter syntax.
15668
15669 2004-04-21 Richard M. Stallman <rms@gnu.org>
15670
15671 * progmodes/cperl-mode.el (cperl-putback-char):
15672 Delete Emacs 18 definition.
15673
15674 * international/mule.el (ctext-post-read-conversion):
15675 Use assoc-string, not assoc-ignore-case.
15676
15677 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15678
15679 * emacs-lisp/easymenu.el (easy-menu-add):
15680 Do call x-popup-menu, but only if it's defined.
15681
15682 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15683
15684 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15685 Handle multiple args: compile like progn.
15686
15687 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15688 take all args as &rest arg.
15689
15690 * autoinsert.el (auto-insert-alist): Insert the user's name in
15691 copyright notice, rather than Free Software Foundation.
15692
15693 2004-04-21 Kenichi Handa <handa@m17n.org>
15694
15695 * descr-text.el (describe-char): Make it work on *Help* buffer.
15696
15697 2004-04-21 Kim F. Storm <storm@cua.dk>
15698
15699 * image.el (insert-image): Add optional SLICE arg.
15700 (insert-sliced-image): New defun.
15701
15702 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15703
15704 * subr.el (read-number): Check whether `default' is nil.
15705
15706 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15707
15708 * progmodes/compile.el (compilation-error-properties):
15709 Split into two.
15710 (compilation-internal-error-properties): New one.
15711 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15712
15713 2004-04-20 Richard M. Stallman <rms@gnu.org>
15714
15715 * window.el (split-window-save-restore-data):
15716 Don't update the data if OLD-INFO is nil.
15717
15718 * view.el (view-return-to-alist): Mark it permanent local.
15719
15720 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15721
15722 * recentf.el (recentf-save-list): Catch and warn about errors.
15723
15724 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15725 so "Buffers" won't be pure.
15726
15727 * help-mode.el (help-mode-finish): Set help-return-alist first
15728 thing, setting only the entry for the selected window.
15729
15730 * help-fns.el (describe-function-1): If many non-control non-meta
15731 keys run the command, don't list all of them.
15732
15733 2004-04-20 Juanma Barranquero <lektu@terra.es>
15734
15735 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15736 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15737
15738 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15739
15740 2004-04-20 Kenichi Handa <handa@m17n.org>
15741
15742 * international/quail.el (quail-lookup-key): New optional arg
15743 NOT-RESET-INDICES.
15744 (quail-get-translations): Call quail-lookup-key with
15745 NOT-RESET-INDICES t.
15746 (quail-completion): Likewise.
15747 (quail-lookup-map-and-concat): Likewise.
15748
15749 2004-04-20 Kenichi Handa <handa@m17n.org>
15750
15751 * international/quail.el (quail-update-translation): Don't insert
15752 such an unsupported multibyte char in a unibyte buffer.
15753
15754 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15755
15756 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15757 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15758 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15759 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15760 (gdb-frame-assembler-buffer): Improve behaviour with
15761 multiple frames.
15762 (gdb-display-buffer): Extend search to all visible frames.
15763
15764 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15765
15766 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15767 characters left after base64 decoding.
15768 (rmail-decode-region): Use -dos variety of `coding', to remove any
15769 ^M characters left after qp or base64 decoding.
15770
15771 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15772
15773 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15774 messages.
15775
15776 2004-04-19 Stephen Eglen <stephen@gnu.org>
15777
15778 * add-log.el (add-change-log-entry): Update doc string to mention
15779 add-log-full-name and add-log-mailing-address.
15780
15781 2004-04-18 Juri Linkov <juri@jurta.org>
15782
15783 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15784 (Info-find-node-2): Simplify error message.
15785 (Info-insert-dir): Use Info-following-node-name.
15786 (Info-goto-node): Remove *info-history* and *info-toc*.
15787 (Info-history): Create a node of the virtual history file.
15788 (Info-toc): Create a node of the virtual toc file.
15789 (Info-insert-toc): New arg `curr-file' for reference file names.
15790 (info-apropos): Remove redundant var binding for temp-file.
15791 (Info-index, Info-index-next, Info-mode): Doc fix.
15792 (Info-goto-emacs-command-node): Don't jump to *info* from
15793 non-*info* Info buffers.
15794 (Info-fontify-node): Don't show the file name of external
15795 references if `Info-hide-note-references' is `hide'. Don't hide
15796 newlines at the end of paragraphs.
15797
15798 * international/mule-diag.el (list-input-methods):
15799 Fix args to help-xref-button.
15800
15801 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15802 to put into effect local variables from TUTORIAL files.
15803
15804 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15805 with default value taken from the variable `sentence-end'.
15806 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15807 Add nil const to :type.
15808 (sentence-end-without-period, sentence-end-double-space)
15809 (sentence-end-without-space): Doc fix.
15810
15811 * textmodes/paragraphs.el (forward-sentence):
15812 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15813 (fill-delete-newlines):
15814 * progmodes/cc-cmds.el (c-beginning-of-statement):
15815 Use function `sentence-end' instead of variable `sentence-end'.
15816
15817 2004-04-18 Andreas Schwab <schwab@suse.de>
15818
15819 * progmodes/compile.el (compilation-start): Set window start to
15820 point-min if compilation-scroll-output is nil.
15821
15822 2004-04-18 John Wiegley <johnw@newartisans.com>
15823
15824 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15825
15826 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15827
15828 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15829 (gdb-info-breakpoints-custom): Revert previous change.
15830 (gdb-view-assembler): Update assembler if necessary.
15831 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15832 (gdb-display-source-buffer): Update properly when both source and
15833 assembler are visible.
15834
15835 2004-04-17 John Wiegley <johnw@newartisans.com>
15836
15837 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15838 which limits the number of names shown in the minibuffer. Off by
15839 default.
15840 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15841 up iswitchb for users with a multitude of open buffers by showing
15842 only the first and last N/2 buffers in the completion list (which
15843 is enough to aid C-s/C-r, and to know that more characters are
15844 needed to refine the completion list).
15845
15846 2004-04-17 Richard M. Stallman <rms@gnu.org>
15847
15848 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15849 (file-truename): Expand all ~ constructs directly.
15850 (insert-directory): Delete any error msg output by the
15851 `insert-directory-program'.
15852
15853 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15854 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15855 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15856 (allout-init): Use find-file-hook, not find-file-hooks.
15857 (allout-mode): Eliminate Emacs 18 support.
15858 Use write-contents-functions, not local-write-file-hooks.
15859
15860 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15861
15862 * progmodes/compile.el (compilation-error-properties): Fix for
15863 adding messages when there are already markers for their file.
15864 (compilation-fake-loc): New function.
15865
15866 2004-04-16 Dave Love <fx@gnu.org>
15867
15868 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15869 (python-load-file): Fix python-orig-start setting.
15870
15871 * progmodes/compile.el: Doc fixes.
15872 (compilation-error-regexp-alist-alist)
15873 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15874 (compilation-assq): Wrap in eval-when-compile.
15875 (compilation-mode-font-lock-keywords): Don't use list*.
15876 (compilation-start): Avoid warning.
15877 (compilation-compat-error-properties)
15878 (compilation-directory-properties): Add keymap property.
15879 (compilation-parsing-end): Make it a marker for better compatibility.
15880
15881 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15882
15883 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15884
15885 * xml.el: Doc fixes.
15886 (xml-get-children): Only looks at sub-tags and ignore strings.
15887
15888 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15889
15890 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15891
15892 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15893
15894 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15895
15896 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15897
15898 * vc.el (vc-print-log): Likewise.
15899
15900 2004-04-16 Masatake YAMATO <jet@gyve.org>
15901
15902 * simple.el (completion-setup-function): Set an initial value
15903 to `element-common-end' before entering loop. Set a value
15904 to `element-common-end' at the end of loop.
15905 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15906 (completions-common-part): Rename from completion-de-emphasis.
15907 (completions-first-difference): Rename from completion-emphasis.
15908 Suggested by RMS.
15909
15910 2004-04-16 Juanma Barranquero <lektu@terra.es>
15911
15912 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15913 (bookmark-edit-annotation-mode): Add mode name.
15914
15915 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15916
15917 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15918 for nested conflict markers.
15919 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15920
15921 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15922
15923 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15924
15925 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15926
15927 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15928
15929 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15930 Give a backtrace if requested.
15931
15932 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15933
15934 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15935 Remove unused functions.
15936 (python-orig-start-line, python-orig-file): Remove.
15937 (python-orig-start): New var.
15938 (python-input-filter, python-compilation-line-number)
15939 (python-send-region, python-load-file): Use it.
15940
15941 * info.el (info): Always jump to *info*.
15942
15943 * subr.el (posn-set-point): New function.
15944
15945 * mouse.el (mouse-set-point): Use it.
15946
15947 * progmodes/compile.el (compile-goto-error): Use it.
15948 (compilation-button-map): New keymap.
15949 (compilation-error-properties): Use it.
15950 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15951
15952 * smerge-mode.el (smerge-popup-context-menu): Use it.
15953
15954 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15955 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15956 mouse and non-mouse case.
15957
15958 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15959 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15960
15961 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15962 Make it work for non-mouse events.
15963
15964 * pcvs-info.el (cvs-status-map): Update binding name.
15965
15966 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15967
15968 * xml.el (xml-maybe-do-ns): New function to handle namespace
15969 parsing of both attribute and element names.
15970 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15971 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15972 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15973 (xml-parse-attlist): Make it do its own namespace parsing.
15974
15975 2004-04-14 Dave Love <fx@gnu.org>
15976
15977 * progmodes/python.el (run-python): Fix use of \n.
15978 (python-load-file): Remove `try' from Python fragment.
15979 (python-describe-symbol): Fix message.
15980
15981 * comint.el: Doc fixes.
15982 (comint-last-input-start, comint-last-input-end)
15983 (comint-last-output-start): Give them values.
15984 (comint-arguments): Avoid warning.
15985 (comint-skip-prompt): Use line-end-position.
15986 (comint-backward-matching-input): Rename arg to agree with doc.
15987 (comint-extract-string): Use syntax-ppss.
15988 (comint-dynamic-simple-complete): Delete useless list construction.
15989 (comint-redirect-subvert-readonly): New.
15990 (comint-redirect-preoutput-filter): Use it.
15991
15992 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15993 Correctly handle negative arguments when calling hook functions.
15994
15995 2004-04-14 Jesper Harder <harder@ifa.au.dk>
15996
15997 * info.el (info-apropos): Don't clobber Info-history-list.
15998
15999 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16000
16001 * progmodes/compile.el (compilation-setup):
16002 Localize overlay-arrow-position.
16003 (compilation-sentinel): Restructure code equivalently.
16004 (compilation-next-error): Find message on same line after point if
16005 not found before point.
16006 (compile-mouse-goto-error): Restore function so that compilation
16007 buffer need not be current and use compile-goto-error.
16008 (compile-goto-error): Restore function.
16009 (next-error): Set overlay-arrow-position.
16010 (compilation-forget-errors): Don't localize already local
16011 compilation-locs and remove FIXME about refontifying.
16012
16013 2004-04-14 Kim F. Storm <storm@cua.dk>
16014
16015 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16016 (command-line): New option -Q. Like -q --no-site-file, but
16017 in addition it also disables menu-bar, tool-bar, scroll-bars,
16018 tool-tips, and the blinking cursor.
16019 (command-line-1): Skip startup screen if -Q.
16020 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16021
16022 * emulation/cua-base.el (cua-read-only-cursor-color)
16023 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16024
16025 2004-04-13 Dave Love <fx@gnu.org>
16026
16027 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16028 (syntax): Don't require.
16029 (python) <defgroup>: Add :version.
16030 (python-quote-syntax): Re-written.
16031 (inferior-python-mode): Move stuff here from run-python and add
16032 some more.
16033 (python-preoutput-continuation, python-preoutput-result)
16034 (python-dotty-syntax-table): New.
16035 (python-describe-symbol): Use them.
16036 (run-python): Move stuff to inferior-python-mode. Modify code
16037 loaded into Python.
16038 (python-send-region): Use python-proc, python-send-string.
16039 (python-send-string): Send newlines too. Callers changed.
16040 (python-load-file): Re-written.
16041 (python-eldoc-function): New.
16042 (info-look): Don't require.
16043 (python-after-info-look): New. A modified version of former
16044 top-level code for use with eval-after-load.
16045 (python-maybe-jython, python-guess-indent): Use widened buffer.
16046 (python-fill-paragraph): Re-written.
16047 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16048 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16049
16050 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16051
16052 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16053 Set compilation-error-regexp-alist earlier.
16054
16055 * progmodes/compile.el (compilation-minor-mode-map)
16056 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16057 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16058
16059 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16060
16061 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16062 corresponding to the event.
16063
16064 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16065
16066 * loadup.el: Add cygwin to system-type list, for unexec() support.
16067
16068 2004-04-12 John Paul Wallington <jpw@gnu.org>
16069
16070 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16071 (ibuffer-restore-window-config-on-quit): New variable to replace
16072 `ibuffer-delete-window-on-quit'. Update all references.
16073 (ibuffer-prev-window-config): New variable.
16074 (ibuffer-quit): Restore previous window configuration instead of
16075 deleting window.
16076 (ibuffer): Save window configuration before showing Ibuffer buffer.
16077
16078 * help.el (describe-mode): Doc fix.
16079
16080 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16081
16082 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16083 not to treat nil as a function.
16084
16085 * vc-arch.el (vc-arch-root): Be a bit more careful.
16086 (vc-arch-register): Save the buffer if we modified it.
16087 (vc-arch-delete-rej-if-obsolete): Save excursion.
16088 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16089 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16090
16091 * net/ldap.el (ldap-search): Use list*.
16092
16093 2004-04-12 Juri Linkov <juri@jurta.org>
16094
16095 * info.el (Info-follow-reference): Allow multiline reference name.
16096
16097 2004-04-11 Dave Love <fx@gnu.org>
16098
16099 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16100
16101 * progmodes/python.el: New file.
16102
16103 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16104
16105 * vc-hooks.el (vc-arg-list): Function removed.
16106 (vc-default-workfile-unchanged-p): Use condition-case to check for
16107 backward compatibility.
16108
16109 * vc.el (vc-print-log): Use condition-case to check for backward
16110 compatibility.
16111
16112 2004-04-11 Juri Linkov <juri@jurta.org>
16113
16114 * dired.el (dired-faces): New defgroup.
16115 (dired-header, dired-mark, dired-marked, dired-flagged)
16116 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16117 New faces.
16118 (dired-header-face, dired-mark-face, dired-marked-face)
16119 (dired-flagged-face, dired-warning-face, dired-directory-face)
16120 (dired-symlink-face, dired-ignored-face): New face variables.
16121 (dired-font-lock-keywords): Use them instead of font-lock faces.
16122 Split the rule for dired marks into 3 separate rules: for marks,
16123 marked file names and flagged file names.
16124
16125 * help-mode.el (help-make-xrefs): Add a final newline to the
16126 *Help* buffer.
16127
16128 2004-04-11 John Paul Wallington <jpw@gnu.org>
16129
16130 * replace.el (occur-engine): Distinguish between one and several
16131 matches in the matches per buffer heading.
16132
16133 2004-04-11 Kim F. Storm <storm@cua.dk>
16134
16135 * ido.el (ido-confirm-unique-completion): New defcustom.
16136 (ido-complete): Use it.
16137 (ido-write-file): Set it to t unconditionally.
16138
16139 2004-04-10 Miles Bader <miles@gnu.org>
16140
16141 RCS keyword removal (only non-comment changes are enumerated here):
16142
16143 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16144 (byte-compile-insert-header): Don't use `byte-compile-version'.
16145 * forms.el (forms-version): Variable removed.
16146 (forms-mode): Don't use `forms-version'.
16147 * recentf.el (recentf-version): Variable removed.
16148 * progmodes/delphi.el (delphi-version): Variable removed.
16149 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16150
16151 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16152
16153 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16154
16155 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16156
16157 * info.el (info-apropos): Improve menu item regexp.
16158
16159 2004-04-09 Simon Josefsson <jas@extundo.com>
16160
16161 * mail/smtpmail.el: Add comment, based on report by
16162 kdc@rcn.com (Kevin D. Clark).
16163
16164 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16165
16166 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16167 Redo one more thing that I didn't notice Daniel had undone.
16168
16169 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16170
16171 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16172 (gdb-goto-breakpoint, gdb-display-buffer)
16173 (gdb-display-source-buffer, gdb-view-source-function)
16174 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16175 (gdb-source-info, gdb-frame-handler): Don't specify a window
16176 for display.
16177 (gdb-info-breakpoints-custom): Remove superfluous update of
16178 assembler buffer.
16179 (gdb-many-windows): Make settable outside gdb.
16180
16181 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16182
16183 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16184 Derive from fundamental-mode rather than text-mode.
16185
16186 2004-04-08 Juri Linkov <juri@jurta.org>
16187
16188 * info.el (Info-history): Doc fix.
16189 (Info-history-list): New var.
16190 (info-xref): Change magenta4 to blue, remove bold for dark and
16191 light backgrounds, change bold to underline for non-color classes.
16192 (info-xref-visited): New face.
16193 (Info-fontify-visited-nodes): New custom.
16194 (Info-hide-note-references): Add new value `hide'. Doc fix.
16195 (Info-reference-name): New var.
16196 (Info-selection-hook): New custom.
16197 (Info-edit-mode-hook): New var.
16198 (Info-find-file): New fun.
16199 (Info-find-node): Move part of code to Info-find-file.
16200 (Info-find-node-2): Add anchors to Info-history-list. Move point
16201 to the place with the reference name if name is defined.
16202 (Info-select-node): Add current node to Info-history-list.
16203 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16204 (Info-search-whitespace-regexp): New custom.
16205 (Info-search-case-fold): New var.
16206 (Info-search): Add "case-sensitively" to the prompt.
16207 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16208 (Info-search-case-sensitively, Info-search-next): New fun.
16209 (Info-up): Move point to the menu item of the current node.
16210 (Info-history): New fun. Add *info-history* to
16211 same-window-buffer-names.
16212 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16213 (Info-insert-toc): New fun.
16214 (Info-build-toc): New fun.
16215 (Info-follow-reference): Add new arg `fork'. Doc fix.
16216 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16217 with the same name prefer the reference closest to point.
16218 (Info-next-reference): Replace * by + in the *Note regexp.
16219 Add regexp for http:// and ftp://. Skip the *Note prefix.
16220 (Info-prev-reference): Replace * by + in the *Note regexp.
16221 Add regexp for http:// and ftp://. Skip the *Note prefix.
16222 (Info-follow-nearest-node): Add new arg `fork'.
16223 (Info-try-follow-nearest-node): Add new arg `fork'.
16224 Call browse-url for http:// and ftp:// references.
16225 Set Info-reference-name for index entries.
16226 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16227 Info-search-next, Info-history, Info-toc, clone-buffer.
16228 (Info-menu-update): Replace * by + in the *Note regexp.
16229 (Info-mode): Add documentation for Info-history, Info-toc,
16230 Info-search-case-sensitively, Info-search-next, clone-buffer.
16231 (Info-fontify-menu-headers): Remove fun. Move code to
16232 Info-fontify-node.
16233 (Info-fontify-node): Add docstring. Add local vars
16234 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16235 then fontify header line, titles, menu headers, http and ftp
16236 references, refill paragraphs. If not-fontified-p is t or
16237 fontify-visited-p is t then fontify cross references, menu items.
16238 Fontify menu headers. Fontify http and ftp references.
16239 Change regexp for cross references to require whitespace after *Note,
16240 add matching groups for file and node names. Remove hack for quote.
16241 Use display property for Info-hide-note-references=t. Use fifth
16242 or fourth match for help-echo. Display visited nodes in a
16243 different face. Unhide file names of external references.
16244 Unhide newlines. Display visited menu items in a different face.
16245
16246 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16247
16248 * progmodes/compile.el: Require CL.
16249 (compilation-mode-font-lock-keywords): Re-install the "line as
16250 function" patch.
16251
16252 * help-fns.el (help-C-source-directory): New var.
16253 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16254 (describe-function-1, describe-variable): Use them.
16255
16256 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16257 to C source files specially.
16258
16259 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16260
16261 * info.el (Info-hide-cookies-node): New function.
16262 (Info-select-node): Use it.
16263 (Info-display-images-node): Remove message with image file name.
16264
16265 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16266
16267 * progmodes/compile.el (compilation-warning-face)
16268 (compilation-info-face, compilation-skip-threshold)
16269 (compilation-skip-visited, compilation-context-lines):
16270 Declare :version when added to Emacs.
16271 (compilation-error-regexp-alist-alist): Extend caml and irix.
16272 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16273 (compilation-mode-font-lock-keywords): Temporarily undo line as
16274 function patch, which wasn't ready.
16275
16276 2004-04-07 Kenichi Handa <handa@m17n.org>
16277
16278 * international/latin1-disp.el (latin1-display-setup): Check each
16279 character is displayable or not instead of calling
16280 latin1-display-check-font.
16281
16282 2004-04-06 Kenichi Handa <handa@m17n.org>
16283
16284 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16285 New variable.
16286 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16287 instead of sera-being-called-by-w3.
16288 (ethio-fidel-to-sera-buffer): Likewise.
16289 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16290 instead of sera-being-called-by-w3.
16291 (ethio-write-file): Likewise.
16292
16293 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16294
16295 * printing.el: Doc fix.
16296
16297 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16298
16299 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16300 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16301 (gdb-setup-windows): Only use separate IO buffer if required.
16302
16303 2004-04-06 Kim F. Storm <storm@cua.dk>
16304
16305 * term.el (term-is-xemacs): Remove.
16306 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16307 (term-window-width): New function.
16308 (term-mode, term-check-size): Use it.
16309 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16310
16311 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16312
16313 * cus-edit.el (custom-add-parent-links): Change unbound variable
16314 `symbol' to `name'.
16315
16316 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16317 * info.el (info-apropos): New function.
16318 (Info-mode-menu): Add it.
16319 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16320
16321 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16322 inherited docstring.
16323
16324 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16325
16326 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16327
16328 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16329
16330 * progmodes/compile.el (font-lock): Don't require any more.
16331 (compilation-error-properties, compilation-start, compilation-sentinel)
16332 (compilation-filter, next-error): Use with-current-buffer.
16333 (compilation-skip-to-next-location, compilation-skip-threshold)
16334 (compilation-skip-visited): Move to silence the byte-compiler.
16335 (compilation-setup): Simplify.
16336 (compilation-next-error): Use line-(beginning|end)-position.
16337 Make sure `pt' is non-nil before using compilation-loop.
16338 (compile-goto-error): Add optional event arg. Use it.
16339 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16340 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16341 Update the binding for mouse-2.
16342 (first-error): Set compilation-current-error to nil rather than bob.
16343 (compilation-parsing-end, compilation-parse-errors-function)
16344 (compilation-error-list, compilation-old-error-list):
16345 "New" compatibility variables.
16346 (compile-buffer-substring, compilation-compat-error-properties)
16347 (compilation-compat-parse-errors, compilation-forget-errors):
16348 New compatibility functions.
16349 (compilation-mode-font-lock-keywords): Use them.
16350
16351 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16352
16353 * autorevert.el (auto-revert-handler): If point (or a window
16354 point) is at the end of the buffer, keep it there after
16355 reverting. This allows to tail a file.
16356 Mention this in the `Commentary'.
16357
16358 * format.el (format-write-file): Add optional argument CONFIRM
16359 and make it behave like the analogous argument to `write-file'.
16360
16361 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16362
16363 * progmodes/ebnf2ps.el: Doc fix.
16364 (ebnf-version): New version number (4.2).
16365 (ebnf-syntax): Customization and docstring fix.
16366 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16367 Put autoloaded funs before first use.
16368 (ebnf-style-database): Add dtd entry.
16369 (ebnf-syntax-alist): Add dtd initialization.
16370 (ebnf-token-sequence): New fun.
16371 (ebnf-comment-table): Add new comment action character.
16372 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16373
16374 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16375 Type Definition for XML).
16376
16377 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16378 * progmodes/ebnf-bnf.el (ebnf-sequence):
16379 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16380 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16381 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16382 Code simplification: call ebnf-token-sequence.
16383
16384 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16385
16386 * calendar/timeclock.el (timeclock-relative)
16387 (timeclock-get-project-function, timeclock-get-workday-function)
16388 (timeclock-query-out, timeclock-when-to-leave)
16389 (timeclock-when-to-leave-string, timeclock-log-data)
16390 (timeclock-generate-report, timeclock-in): Doc fixes.
16391
16392 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16393
16394 * url/: New dir. Import the URL package from its repository.
16395
16396 2004-04-03 Andreas Schwab <schwab@suse.de>
16397
16398 * diff-mode.el (diff-mode): Fix missing quote.
16399
16400 2004-04-03 Juri Linkov <juri@jurta.org>
16401
16402 * descr-text.el (describe-property-list): Add `font-lock-face'.
16403
16404 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16405
16406 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16407
16408 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16409 Use utf-16le on little endian machines and utf-16be otherwise.
16410
16411 2004-04-02 David Kastrup <dak@gnu.org>
16412
16413 * net/browse-url.el (browse-url-generic): Use call-process
16414 instead of start-process to allow browsers that fork and detach.
16415
16416 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16417
16418 * compile.el (compilation-current-error): New var.
16419 (compilation-setup, compile-mouse-goto-error)
16420 (compile-goto-error, next-error): Use it.
16421 (compilation-skip-to-next-location): Default to t, which gives
16422 contiguous skipping like old compile (where this was redundant).
16423 (compilation-next-error): Prevent previous-* commands from moving
16424 back to message at or just before point.
16425
16426 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16427
16428 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16429 (gdb-source-info): Don't display source at startup, if required.
16430 (gdb-show-main): New option.
16431 (gdba): Update documentation.
16432 (gdb-source): Cover case of auto-display output.
16433
16434 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16435
16436 * autorevert.el: Delete obsolete autoload's and defvar's.
16437 (auto-revert-check-vc-info): New user option.
16438 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16439 (auto-revert-handler-vc): Delete.
16440 (auto-revert-handler): Treat return value `fast' of
16441 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16442
16443 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16444 return `fast'.
16445
16446 * files.el (buffer-stale-function): Doc change.
16447
16448 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16449
16450 * printing.el: New tip on Tips section.
16451 (pr-version): New version number (6.7.4).
16452 (pr-shell-file-name): Initialization fix.
16453
16454 2004-03-31 Juri Linkov <juri@jurta.org>
16455
16456 * dired.el: Add autoload for `dired-do-touch'.
16457 (dired-touch-program): New var.
16458 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16459 (dired-no-confirm): Add `touch' to docstring.
16460
16461 * dired-aux.el (dired-do-touch): New fun.
16462 (dired-do-chxxx): Add argument -t for touch operation.
16463
16464 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16465 `dired-move-to-filename-regexp'.
16466
16467 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16468
16469 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16470
16471 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16472
16473 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16474 and only if the buffer was modified.
16475
16476 2004-03-30 Kenichi Handa <handa@m17n.org>
16477
16478 * international/characters.el: Delete pairs for U+2308..U+230B.
16479
16480 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16481
16482 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16483 to detect the beginning of a level 2 or 3 annotation.
16484
16485 2004-03-29 Kenichi Handa <handa@m17n.org>
16486
16487 * international/ucs-tables.el (ucs-insert): Fix the error message.
16488
16489 2004-03-29 Kenichi Handa <handa@m17n.org>
16490
16491 * international/mule-util.el (char-displayable-p): Fix generation
16492 of XLFD file name.
16493
16494 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16495 before finding directories by `find'.
16496
16497 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16498
16499 * subr.el (interactive-form): Delete. Now implemented in C.
16500
16501 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16502
16503 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16504 (vc-diff-label): New fun.
16505 (vc-diff-internal): Use it.
16506
16507 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16508
16509 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16510
16511 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16512
16513 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16514 specify XML (EBNFX).
16515
16516 * progmodes/ebnf2ps.el: Doc fix.
16517 (ebnf-version): New version number (4.1).
16518 (ebnf-syntax): Adjust customization.
16519 (ebnf-style-database): Add ebnfx entry.
16520 (ebnf-syntax-alist): Add ebnfx initialization.
16521 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16522
16523 * printing.el: Doc fix.
16524 (pr-version): New version number (6.7.3).
16525 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16526 returns nil for mouse position. Reported by Drew Adams
16527 <drew.adams@oracle.com>.
16528 (pr-update-menus): Modify interactive declaration. Reported by Drew
16529 Adams <drew.adams@oracle.com>.
16530
16531 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16532
16533 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16534 (gud-gdba-marker-filter): Log the process input and output, if
16535 required. From Stefan Monnier.
16536 (gdb-debug-log, gdb-enable-debug-log): New variables.
16537 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16538
16539 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16540
16541 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16542 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16543
16544 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16545
16546 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16547 Call vc-find-file-hook here instead of in auto-revert-buffers.
16548 (auto-revert-buffers): Delete call to vc-find-file-hook.
16549 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16550 (global-auto-revert-mode, auto-revert-set-timer)
16551 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16552
16553 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16554
16555 * woman.el (woman-change-fonts): Rename local variable
16556 woman-font-alist to font-alist to avoid a compiler warning.
16557
16558 2004-03-27 Dave Love <fx@gnu.org>
16559
16560 * emacs-lisp/rx.el (rx): Doc fix.
16561 Fix copyright years.
16562
16563 * strokes.el (strokes-global-set-stroke-string): New function.
16564 (strokes-list-strokes): Cope with strings, not just commands.
16565 Set foreground colour of image.
16566 (strokes-global-set-stroke): Doc fix.
16567
16568 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16569
16570 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16571 Auto Revert mode.
16572 (Buffer-menu-files-only): New variable.
16573 (Buffer-menu-toggle-files-only): New function.
16574 (Buffer-menu-mode-map): Bind it to `T'.
16575 (Buffer-menu-mode): Mention `T' in docstring.
16576 Set buffer-stale-function.
16577 (list-buffers-noselect): Mark buffer non-modified and set
16578 Buffer-menu-files-only.
16579
16580 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16581
16582 * autorevert.el (auto-revert-handler): Print revert message
16583 before, rather than after, reverting.
16584 (buffer-stale-function): Move to files.el.
16585
16586 * files.el (buffer-stale-function): Move here from autorevert.el.
16587
16588 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16589
16590 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16591
16592 * calc/calc.el (calc-mode-map): Use mapc.
16593
16594 * apropos.el (apropos-mode): Don't autoload.
16595 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16596 (apropos): Use it.
16597 (apropos-print): Add optional `text' argument.
16598 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16599 Don't assume point-min == 1.
16600
16601 * bs.el (bs-buffer-list): Use buffer-local-value.
16602 (bs--set-toggle-to-show): Use with-current-buffer.
16603
16604 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16605 New funs.
16606 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16607
16608 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16609
16610 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16611 (dabbrev--find-expansion): Use pop.
16612 (dabbrev--search): Use match-string-no-properties.
16613
16614 * dired.el (dired-mode): Use run-mode-hooks.
16615 (dired-move-to-end-of-filename): Use match-string.
16616
16617 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16618 is bound before using it.
16619 (ediff-verbose-p): Make it into a var since it's not constant.
16620
16621 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16622
16623 * faces.el (read-face-font): Don't cons up unnecessarily.
16624 (header-line, tool-bar): Share common parts.
16625
16626 * files.el (file-relative-name): Use compare-strings.
16627
16628 * finder.el (finder-mode): Follow coding convention.
16629
16630 * subr.el (read-number): New function.
16631
16632 * ses.el (ses-read-number): Move to subr.el.
16633 (ses-set-header-row): Use read-number.
16634
16635 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16636
16637 * vc-hooks.el (vc-arg-list): New function, which handles both
16638 compiled and uncompiled code.
16639 (vc-default-workfile-unchanged-p): Use it.
16640
16641 * vc.el (vc-print-log): Undo prev change, use new function
16642 vc-arg-list from vc-hooks.el.
16643
16644 2004-03-26 Masatake YAMATO <jet@gyve.org>
16645
16646 * simple.el (completion-setup-function): Emphasize the
16647 first uncommon characters in the completions; and de-emphasize
16648 the common prefix substrings.
16649 (completion-emphasis): New face.
16650 (completion-de-emphasis): New face.
16651
16652 2004-03-25 Juanma Barranquero <lektu@terra.es>
16653
16654 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16655 Comment out (it's unused and unfinished code).
16656
16657 2004-03-25 Sam Steingold <sds@gnu.org>
16658
16659 * vc.el (vc-print-log): Fix a bug in the last patch:
16660 backend-function may be a byte-compiled object, not a lambda.
16661
16662 2004-03-25 Juri Linkov <juri@jurta.org>
16663
16664 * descr-text.el (describe-property-list): Add a button
16665 for `face' property that calls `describe-face'.
16666 Suggested by luis fernandes <elf@ee.ryerson.ca>
16667
16668 * international/mule.el (keyboard-coding-system):
16669 * kmacro.el (kmacro-call-macro): Fix docstring.
16670
16671 * dired.el: Fix comments.
16672
16673 * textmodes/fill.el (fill): Fix Info link.
16674
16675 * font-lock.el (fast-lock, lazy-lock):
16676 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16677 Info node.
16678
16679 * eshell/eshell.el (eshell): Fix broken info-link.
16680
16681 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16682 * eshell/em-banner.el (eshell-banner):
16683 * eshell/em-smart.el (eshell-smart):
16684 * eshell/esh-cmd.el (eshell-cmd):
16685 Comment out broken info-links to incomplete Info manual.
16686
16687 * info-xref.el: Fix commentary.
16688
16689 2004-03-25 Kevin Ryde <user42@zip.com.au>
16690
16691 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16692 Remove spurious node duplicate suppression, doesn't work, not wanted.
16693 (info-xref-output): Take format style args, add "sit-for 0" to let
16694 user see the results as they progress.
16695 (info-xref-check-all-custom): New function.
16696
16697 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16698
16699 * gdb-ui.el: Moved to progmodes.
16700
16701 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16702
16703 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16704
16705 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16706
16707 * calendar/appt.el (appt-check): Remove superfluous progn.
16708 When finished with diary buffer: if it was not being displayed
16709 before, kill it; otherwise restore its original state.
16710 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16711
16712 * calendar/calendar.el (calendar-set-mode-line): Use total
16713 available mode-line width, rather than frame-width.
16714
16715 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16716 after mode change so effect not lost.
16717
16718 2004-03-23 Dave Love <fx@gnu.org>
16719
16720 * dired.el (dired) <defgroup>: Add link to manual.
16721 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16722 (dired-revert): Use dolist.
16723 (dired-mode-map): Add U binding.
16724 (dired-mode): Add font-lock-beginning-of-syntax-function.
16725 (dired-garbage-files-regexp): Make it a defcustom.
16726
16727 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16728
16729 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16730 is equivalent to nil.
16731 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16732 (vc-arch-mode-line-string): Accept `added' state.
16733 (vc-arch-state): Use inode-sigs if available.
16734 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16735 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16736 (vc-arch-tagline-re): New var.
16737 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16738 New functions.
16739 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16740 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16741
16742 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16743 (vc-file-not-found-hook): Use it.
16744
16745 * diff-mode.el (diff-default-read-only): Change default.
16746 (diff-mode-hook): Make it a defcustom. Add some options.
16747 (diff-mode-map): Bind diff-refine-hook.
16748 (diff-yank-handler): New var.
16749 (diff-yank-function): New fun.
16750 (diff-font-lock-keywords): Use them.
16751 (diff-end-of-file): Handle case where file-header looks like diff text.
16752 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16753 (diff-file-kill): Delete a subsequent empty line, if applicable.
16754 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16755 (diff-find-file-name): Use it.
16756 (diff-tell-file-name): New command.
16757 (diff-mode): Be careful with view-mode.
16758 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16759 New functions, for use in diff-mode-hook.
16760 (diff-find-source-location): Catch "regex too large" errors.
16761 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16762 (diff-refine-hunk): New command.
16763
16764 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16765 (smerge-context-menu-map): Remove unused var.
16766 (smerge-keep-all): Preserve markers.
16767 (smerge-keep-n): New fun.
16768 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16769 (smerge-keep-current, smerge-ediff): Use it.
16770 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16771 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16772 (smerge-resolve): Resolve trivial 3-part conflicts.
16773
16774 2004-03-23 Juri Linkov <juri@jurta.org>
16775
16776 * man.el (Man-width): New var.
16777 (Man-getpage-in-background): Use it.
16778 (Man-support-local-filenames): New var and fun.
16779 (Man-build-man-command): Don't add a second %s.
16780 (Man-fontify-manpage): Clean up message.
16781 (Man-mode): Set outline-regexp, outline-level,
16782 imenu-generic-expression.
16783
16784 * woman.el (woman-fill-frame): Doc fix.
16785 (woman-decode-region): Use window-width instead of frame-width.
16786
16787 * abbrevlist.el (list-one-abbrev-table):
16788 * descr-text.el (describe-char):
16789 * international/mule-diag.el (describe-current-coding-system):
16790 * international/quail.el (quail-insert-decode-map):
16791 Use window-width instead of frame-width.
16792
16793 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16794 (jka-compr-mode-alist-additions): Add tbz.
16795 (jka-compr-write-region, jka-compr-insert-file-contents):
16796 Add message for undefined compress-program.
16797 (jka-compr-write-region): Remove redundant var bindings.
16798
16799 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16800 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16801 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16802 (dired-man): Use dired-guess-shell-command.
16803 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16804 Change default nil to t.
16805
16806 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16807 (dired-compare-directories): Add default value for empty input.
16808
16809 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16810
16811 * time.el (display-time-string-forms): Fix help-echo date format.
16812
16813 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16814
16815 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16816 (buffer-stale-function): New variable.
16817 (auto-revert-list-diff, auto-revert-dired-file-list)
16818 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16819 (auto-revert-handler): Take over some functionality of deleted
16820 functions.
16821 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16822
16823 * dired.el (dired-directory-changed-p): New fun, extracted from
16824 dired-internal-noselect.
16825 (dired-buffer-stale-p): New fun.
16826 (dired-internal-noselect): Use dired-directory-changed-p.
16827 Eliminate revert messages.
16828 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16829
16830 2004-03-23 Kenichi Handa <handa@m17n.org>
16831
16832 * international/characters.el: Setup syntaxes for more parentheses
16833 Unicode characters.
16834
16835 * international/mule-cmds.el (select-safe-coding-system):
16836 Merge coding-system and auto-cs before comparing them.
16837
16838 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16839
16840 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16841
16842 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16843 normal-auto-fill-function and comment-indent-function.
16844 The default values now work just as well.
16845 Don't set font-lock-beginning-of-syntax-function since we already set
16846 syntax-begin-function.
16847 (lisp-outline-level): Put ;;;###autoload at same level as (.
16848 (prin1-char): Quote special chars.
16849
16850 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16851 than with-no-warnings.
16852
16853 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16854 if the source location can't be found.
16855 (edebug-compute-previous-result): Use prin1-char.
16856
16857 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16858 (debug-ignored-errors): Add an entry.
16859
16860 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16861 (byte-compile-file): Output warning when deleting a file.
16862
16863 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16864 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16865
16866 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16867 (byte-compile-inline-expand): Use backquote.
16868 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16869 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16870
16871 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16872
16873 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16874
16875 2004-03-22 Juri Linkov <juri@jurta.org>
16876
16877 * finder.el (finder-known-keywords): Fix data, tex, unix.
16878
16879 * play/landmark.el: Fix keywords.
16880
16881 * language/ethio-util.el (ethio-find-file): Doc fix.
16882
16883 * emacs-lisp/warnings.el: Doc fix.
16884
16885 * textmodes/ispell.el (ispell-help): Doc fix.
16886
16887 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16888
16889 * format.el (format-insert-file): Always return a list of two
16890 elements, like insert-file-contents does.
16891
16892 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16893
16894 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16895 and vc-BACKEND-diff.
16896 (vc-print-log): If the print-log implementation supports it, use
16897 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16898 (vc-version-diff, vc-diff-internal): Doc fixes.
16899
16900 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16901 implementation supports it, let diff output go to *vc*,
16902 not *vc-diff*, since this is an internal call.
16903
16904 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16905
16906 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16907
16908 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16909
16910 2004-03-21 Dave Love <fx@gnu.org>
16911
16912 * progmodes/cfengine.el (cfengine-mode):
16913 Set parse-sexp-ignore-comments.
16914
16915 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16916
16917 2004-03-21 Juanma Barranquero <lektu@terra.es>
16918
16919 * allout.el (allout-mode): Fix docstring.
16920
16921 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16922
16923 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16924
16925 * autorevert.el (auto-revert-interval): Make new value take
16926 effect immediately when set through Custom.
16927 (auto-revert-set-timer): Add interactive declaration.
16928
16929 2004-03-19 David Ponce <david@dponce.com>
16930
16931 * ruler-mode.el (ruler-mode-header-line-format-old):
16932 Don't `make-variable-buffer-local'.
16933 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16934 (ruler-mode-header-line-format): Simply funcall the above.
16935 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16936 to save/restore a previous header line format.
16937 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16938 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16939 fringes and margins width.
16940 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16941
16942 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16943
16944 * log-edit.el (log-edit-font-lock-keywords): Typo.
16945
16946 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16947 (tex-send-tex-command): Rather than here.
16948 (tex-compilation-parse-errors): Simplify.
16949
16950 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16951
16952 * time.el (display-time-string-forms): Add help-echo with date on time.
16953
16954 * composite.el (compose-region): Use restore-buffer-modified-p.
16955
16956 * disp-table.el (standard-display-8bit): Simplify.
16957
16958 * server.el (server-process-filter): Delete temp frame.
16959
16960 * add-log.el (add-change-log-entry): Simplify.
16961
16962 2004-03-19 Kim F. Storm <storm@cua.dk>
16963
16964 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16965 (hexl-follow-line): Don't require 'fringe.
16966
16967 * progmodes/compile.el (compilation-start): Always set
16968 compilation-last-buffer and return it.
16969
16970 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16971
16972 * simple.el (clone-buffer): Doc fix.
16973
16974 2004-03-18 Juanma Barranquero <lektu@terra.es>
16975
16976 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16977
16978 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16979
16980 * log-edit.el (log-edit-font-lock-keywords): New var.
16981 (log-edit-mode): Use it.
16982
16983 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16984
16985 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16986 properly for watching in speedbar.
16987
16988 2004-03-17 Masatake YAMATO <jet@gyve.org>
16989
16990 * smerge-mode.el (smerge-popup-context-menu):
16991 Put `unwind-protect' around `overlay-put' and `popup-menu'.
16992
16993 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16994
16995 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16996 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16997 Take sealed revisions into account.
16998 (vc-arch-checkin): Extract a summary line from the message.
16999
17000 2004-03-16 Masatake YAMATO <jet@gyve.org>
17001
17002 * register.el (register): Provide `register' feature.
17003
17004 2004-03-15 Masatake YAMATO <jet@gyve.org>
17005
17006 Added context menu support in smerge mode.
17007 Most of the part is written by Stefan Monnier.
17008
17009 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17010 New keymap and menu.
17011 (smerge-text-properties): New function.
17012 (smerge-remove-props): New function.
17013 (smerge-popup-context-menu): New function.
17014 (smerge-resolve): Call `smerge-remove-props'.
17015 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17016 (smerge-keep-current): Ditto.
17017 (smerge-kill-current): New function.
17018 (smerge-match-conflict): Put text properties.
17019 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17020
17021 2004-03-15 David Ponce <david@dponce.com>
17022
17023 * ruler-mode.el (ruler-mode-left-fringe-cols)
17024 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17025 (ruler-mode-right-scroll-bar-cols): Remove.
17026 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17027 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17028 Use fringe-columns and scroll-bar-columns.
17029
17030 2004-03-15 Masatake YAMATO <jet@gyve.org>
17031
17032 * hl-line.el (hl-line-range-function): New variable.
17033 (hl-line-move): New function.
17034 (global-hl-line-highlight): Use `hl-line-move'.
17035 (hl-line-highlight): Ditto.
17036
17037 * scroll-bar.el (scroll-bar-columns):
17038 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17039
17040 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17041 (ruler-mode-left-fringe-cols)
17042 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17043 (ruler-mode-right-scroll-bar-cols)
17044 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17045 (ruler-mode-ruler-function): New variable.
17046 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17047 if the value for `ruler-mode-ruler-function'is given.
17048
17049 * hexl.el (hexl-mode-hook): Make the hook customizable.
17050 (hexl-address-area, hexl-ascii-area): New customize variables.
17051 (hexlify-buffer): Put font-lock-faces on the address area and
17052 the ascii area.
17053 (hexl-activate-ruler): New function.
17054 (hexl-follow-line): New function.
17055 (hexl-highlight-line-range): New function.
17056 (hexl-mode-ruler): New function.
17057
17058 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17059
17060 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17061 (vc-default-find-file-hook): New fun.
17062 (vc-find-file-hook): Call new find-file-hook operation.
17063
17064 * vc-arch.el: New file.
17065
17066 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17067
17068 * info-look.el (info-lookup): Reuse an existing Info window.
17069
17070 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17071
17072 * woman.el (woman-preserve-ascii): Default value changed to t and
17073 doc string revised.
17074
17075 2004-03-12 Richard M. Stallman <rms@gnu.org>
17076
17077 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17078 Fix minor bug.
17079
17080 * replace.el (occur-engine): Change message for count of matches.
17081
17082 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17083 For strings, do compare text properties.
17084
17085 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17086
17087 * progmodes/compile.el (compile-auto-highlight)
17088 (compilation-error-list, compilation-old-error-list)
17089 (compilation-parse-errors-function, compilation-parsing-end)
17090 (compilation-error-message, compilation-directory-stack)
17091 (compilation-enter-directory-regexp-alist)
17092 (compilation-leave-directory-regexp-alist)
17093 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17094 (compilation-current-file, compilation-regexps): Remove vars.
17095
17096 (compile-error-at-point, compilation-error-filedata)
17097 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17098 (compilation-next-error-locus, compilation-forget-errors)
17099 (count-regexp-groupings, compilation-parse-errors)
17100 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17101
17102 (compile-internal): Make obsolete.
17103
17104 (compilation-first-column, compilation-error)
17105 (compilation-directory-matcher, compilation-page-delimiter)
17106 (compilation-mode-font-lock-keywords, compilation-debug)
17107 (compilation-error-face, compilation-warning-face)
17108 (compilation-info-face, compilation-line-face)
17109 (compilation-column-face, compilation-enter-directory-face)
17110 (compilation-leave-directory-face, compilation-skip-threshold)
17111 (compilation-skip-visited, compilation-context-lines): New vars.
17112
17113 (compilation-warning-face, compilation-info-face)
17114 (compilation-message-face): New faces.
17115
17116 (compilation-error-regexp-alist-alist): New constant.
17117
17118 (compilation-face, compilation-directory-properties)
17119 (compilation-assq, compilation-error-properties, compilation-start)
17120 (define-compilation-mode, compilation-loop)
17121 (compilation-set-window): New functions.
17122
17123 (compile): Additional argument for interactive compiles like TeX.
17124
17125 * progmodes/grep.el (kill-grep): Move here from compile.el
17126 (grep-error, grep-hit-face, grep-error-face)
17127 (grep-mode-font-lock-keywords): New variables.
17128 (grep-regexp-alist): Simplify regexp and add `binary' case.
17129 (grep-mode): New mode.
17130 (grep-process-setup): Simplify.
17131
17132 2004-03-11 Jason Rumney <jasonr@gnu.org>
17133
17134 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17135 letters on DOS/Windows.
17136
17137 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17138
17139 * server.el (server-name): New var.
17140 (server-socket-dir): New var to replace server-socket-name.
17141 (server-start): Use them.
17142
17143 2004-03-11 Simon Josefsson <jas@extundo.com>
17144
17145 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17146 died to avoid infloop. Reported by Jonathan Glauner
17147 <jglauner@sbum.org>.
17148
17149 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17150
17151 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17152 (smerge-mode-menu): Use it to deactivate menu entries.
17153 (smerge-keep-current): New fun.
17154 (smerge-keep-current): Use it.
17155
17156 2004-03-10 John Paul Wallington <jpw@gnu.org>
17157
17158 * foldout.el (foldout-fold-list, foldout-modeline-string):
17159 Declare them as variables, not constants.
17160
17161 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17162
17163 * ps-print.el: Modification to print *Messages* buffer.
17164 (ps-print-version): New version 6.6.4.
17165 (ps-message-log-max): New fun.
17166 (ps-spool-without-faces, ps-spool-with-faces)
17167 (ps-count-lines-preprint): Code fix.
17168
17169 * printing.el: New tips in Tips section.
17170
17171 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17172
17173 * delim-col.el: Doc fix.
17174
17175 * printing.el: Doc fix. New doc section (Tips).
17176
17177 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17178
17179 * type-break.el (type-break-emacs-variant): Remove.
17180 (type-break-run-at-time, type-break-cancel-function-timers):
17181 Use fboundp rather than version name and number.
17182
17183 2004-03-09 Masatake YAMATO <jet@gyve.org>
17184
17185 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17186 `make-variable-buffer-local'.
17187
17188 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17189
17190 * find-dired.el (find-dired): Call `shell-command' instead of
17191 `start-process-shell-command'. By this, Tramp takes over
17192 handling of remote directories.
17193
17194 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17195
17196 * newcomment.el (comment-use-global-state): New var.
17197 (comment-search-forward): Use it.
17198
17199 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17200
17201 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17202
17203 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17204 (enable-kinsoku): Make it a defcustom.
17205 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17206 paragraph to same-comment-start-marker.
17207
17208 2004-03-07 Dave Love <fx@gnu.org>
17209
17210 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17211 (browse-url-mail): Use it.
17212
17213 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17214 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17215
17216 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17217
17218 * woman.el (woman-man.conf-path): Doc fix.
17219 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17220
17221 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17222
17223 * sort.el (sort-columns): Remove ms-dos from the list of systems
17224 where the external `sort' command is not used.
17225
17226 2004-03-07 Kim F. Storm <storm@cua.dk>
17227
17228 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17229 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17230 from overlay-arrow-variable-list.
17231 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17232
17233 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17234
17235 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17236 overlay arrow string properly for the assembler buffer.
17237
17238 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17239
17240 * mail/sendmail.el (mail-mode): Fix last change.
17241
17242 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17243
17244 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17245 for the assembler buffer.
17246 (gdb-assembler-custom): Position the overlay arrow.
17247 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17248
17249 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17250
17251 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17252
17253 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17254 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17255
17256 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17257
17258 * newcomment.el (uncomment-region): Allow non-terminated comment.
17259 (comment-normalize-vars): Check the user-specified comstart marker.
17260
17261 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17262
17263 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17264 Otherwise, do use it if the region only contains font-lock text
17265 properties.
17266
17267 2004-03-04 Masatake YAMATO <jet@gyve.org>
17268
17269 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17270 as the callback function for eldoc.
17271 (hexl-print-current-point-info): New function.
17272 (hexl-current-address): Print the address in both decimal
17273 and hexadecimal format.
17274
17275 2004-03-04 Richard M. Stallman <rms@gnu.org>
17276
17277 * mail/rmail.el (rmail-convert-to-babyl-format):
17278 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17279
17280 * mail/mail-utils.el (mail-unquote-printable-region):
17281 New arg UNIBYTE.
17282
17283 * startup.el (command-switch-alist): Doc fix.
17284
17285 * simple.el (undo): Temporarily set this-command to `undo-start',
17286 then set it to `undo' once undo-start returns without error.
17287
17288 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17289
17290 * simple.el (kill-line): Don't disregard trailing whitespace
17291 in eol condition, if show-trailing-whitespace is set.
17292
17293 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17294 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17295 When disabling, restore old values only if mouse-sel-has-been-enabled.
17296
17297 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17298 (isearch-{-char): New function.
17299 (isearch-mode-map): Bind { to isearch-{-char.
17300
17301 * font-lock.el (lisp-font-lock-keywords-2):
17302 Turn off the CL with-... and do-... general patterns.
17303 Instead, recognize several specific with... and do... constructs.
17304
17305 * files.el (switch-to-buffer-other-window):
17306 Bind same-window-buffer-names and same-window-regexps to nil.
17307 (switch-to-buffer-other-frame): Likewise.
17308
17309 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17310
17311 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17312 recognizing leading comment on code line.
17313
17314 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17315
17316 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17317 hidden files/directories.
17318
17319 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17320
17321 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17322 only comment-start (in case the mode hasn't set it).
17323
17324 * Makefile.in (AUTOGENEL): New var.
17325 (bootstrap-prepare): Rename from bootstrap-clean.
17326 Don't remove elc files.
17327 (maintainer-clean): New target.
17328
17329 * xml.el (xml-get-attribute-or-nil): Simplify.
17330
17331 2004-03-02 Juri Linkov <juri@jurta.org>
17332
17333 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17334 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17335 URL to prevent their substitution with the environment variable
17336 values by browsers.
17337
17338 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17339
17340 * ps-print.el: Doc fix.
17341 (ps-print-version): New version number (6.6.3).
17342 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17343 Docstring fix.
17344 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17345 before printing.
17346 (ps-time-stamp-yyyy-mm-dd): New fun.
17347 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17348
17349 2004-03-02 Kim F. Storm <storm@cua.dk>
17350
17351 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17352
17353 2004-03-01 Juanma Barranquero <lektu@terra.es>
17354
17355 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17356
17357 * desktop.el (desktop-file-version)
17358 (desktop-after-read-hook): Fix typos.
17359 (desktop-clear-preserve-buffers): Remove redundant info in
17360 docstring already shown by the obsolescence message.
17361 (desktop-truncate, desktop-internal-v2s)
17362 (desktop-value-to-string): Change argument name to match docstring.
17363
17364 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17365
17366 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17367 docstring.
17368
17369 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17370
17371 * printing.el: Replace "As Is..." in PostScript file print/preview by
17372 "No Preprocessing...". Suggested by Colin Marquardt
17373 <_marquardt_@zmd.de>.
17374 (pr-insert-section-4): Adjust buffer interface.
17375
17376 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17377
17378 Version 2.0.39 of Tramp released.
17379
17380 * net/tramp.el (tramp-handle-file-local-copy)
17381 (tramp-handle-write-region, tramp-open-connection-rsh):
17382 Variable name typo. Small change. From Patrick Tullmann
17383 <tullmann@flux.utah.edu>.
17384 (tramp-process-connection-type): New variable.
17385 (tramp-maybe-open-connection): Use it.
17386 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17387 (tramp-touch): Set last-modified time of a remote file.
17388 (tramp-handle-write-region): Say which function is used when encoding.
17389
17390 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17391
17392 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17393 case of non-existing filename, too. Reported by Christoph Bauer
17394 <c_bauer@informatik.uni-kl.de>.
17395 (tramp-smb-get-file-entries): The directory in question should
17396 have permissions "drwxrwxrwx". Just virtual, because we don't
17397 know the real permissions. Don't we know?
17398 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17399 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17400 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17401 output. If it was received chunkwise, there have been problems.
17402 Remove the "prompt not found" error message; it is obvious.
17403 Simplify algorithm.
17404 (tramp-smb-process-running): Remove. Since we acknowledge the
17405 virtual prompt for shares, there's no need for distinction of
17406 reading shares (process ends afterwards) and interactive mode of
17407 smblient.
17408 (tramp-smb-open-connection): Setting process sentinel removed.
17409 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17410 "NT_STATUS_NETWORK_ACCESS_DENIED".
17411 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17412 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17413 (top-level): Setting default value in `tramp-default-method-alist'
17414 corrected. Order of USER and HOST have been wrong.
17415 Nobody complained for months ...
17416 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17417 (tramp-smb-open-connection): Clear password cache if login has failed.
17418
17419 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17420 `tramp-unified-filenames'.
17421 (tramp-completion-mode): Make test for XEmacs explicitely.
17422 `event-to-character' can exists in Emacs packages too.
17423 Reported by Matt Swift <swift@alum.mit.edu>.
17424 (tramp-buffer-name): Buffer name must contain the user if exists.
17425 Reported by Adrian Phillips <a.phillips@met.no>.
17426 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17427 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17428 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17429 `tramp-do-copy-or-rename-file-one-local', because it handles also
17430 the case both files use the same out-of-band method.
17431 Implementation added.
17432 (tramp-handle-file-local-copy, tramp-handle-write-region):
17433 Out-of-band handling removed. `copy-file' called instead, which
17434 calls `tramp-do-copy-or-rename-file-out-of-band'.
17435 (tramp-action-password): Check for out-of-band method removed.
17436 This function is used for 'login-program.
17437 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17438 appropriate.
17439 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17440 and `tramp-parse-sknownhosts'.
17441 (tramp-completion-function-alist): It's a defvar now, because we
17442 want to apply the optimized `tramp-set-completion-function'
17443 instead of a static list.
17444 (tramp-set-completion-function): Implementation tuned.
17445 Avoid double entries, and entries where the function or the
17446 file/directory doesn't exist.
17447 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17448 for SSH2.
17449 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17450 (tramp-handle-dired-compress-file): New function.
17451 (tramp-async-proc): New variable.
17452 (tramp-handle-shell-command): Adding asynchronous processes.
17453 They are far from being perfect, but it works at least for
17454 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17455 (top-level): Require password.el if visible. Should be mandatory
17456 once No Gnus has found its way into (X)Emacs.
17457 (tramp-read-passwd): Invoke `password-read' if available,
17458 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17459 fallback any longer.
17460 (tramp-clear-passwd): New function.
17461 (tramp-process-actions, tramp-process-multi-actions):
17462 Clear password cache if login has failed.
17463
17464 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17465 its own module.
17466 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17467 `ange-ftp-ftp-name-res'. There could be incorrect values from
17468 previous calls in case the "ftp" method is used in the Tramp file
17469 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17470
17471 2004-02-28 Richard M. Stallman <rms@gnu.org>
17472
17473 * term.el (term-mouse-paste): Call mouse-set-point.
17474
17475 * thumbs.el: New file.
17476
17477 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17478
17479 * progmodes/ebnf-abn.el: Doc fix.
17480
17481 * progmodes/ebnf-bnf.el: Doc fix.
17482 (ebnf-repeat): Code fix.
17483
17484 * progmodes/ebnf2ps.el: Doc fix.
17485 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17486
17487 2004-02-28 Juri Linkov <juri@jurta.org>
17488
17489 * ffap.el (dired-at-point): Additional writability test for
17490 relative directory names.
17491 (dired-at-point-prompter): Treat directories as a directory, get
17492 the directory component from files.
17493 (ffap-string-at-point): Return string from region if region is active.
17494 (ffap-file-at-point): Remove redundant code.
17495
17496 2004-02-28 Kim F. Storm <storm@cua.dk>
17497
17498 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17499 Initialize margin area images to nil.
17500 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17501 (breakpoint-enabled-bitmap-face)
17502 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17503 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17504 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17505 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17506 (gdb-reset): Use gdb-remove-breakpoint-icons.
17507 (gdb-put-string): Add dprop arg to specify alternative display
17508 property (for setting fringe bitmap).
17509 (gdb-remove-strings): Doc fix.
17510 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17511 icon in fringe (if available), or else as icon or text in display
17512 margin. Creates necessary icons in breakpoint-bitmap,
17513 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17514 Also make left window margin if required.
17515 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17516 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17517 no longer needed.
17518 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17519 gdb-put-breakpoint-icon.
17520 (gdb-assembler-mode): Don't set left-margin-width here.
17521
17522 2004-02-27 Kevin Ryde <user42@zip.com.au>
17523
17524 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17525 comma, so that it DTRT in macros.
17526
17527 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17528
17529 * progmodes/sh-script.el (sh-shell-arg)
17530 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17531 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17532
17533 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17534
17535 * faces.el (face-spec-set-match-display): Add a new attribute,
17536 `min-colors'.
17537 (region, highlight, secondary-selection): Use `min-colors'.
17538
17539 * custom.el (defface): Add documentation for `min-colors'.
17540
17541 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17542 (font-lock-keyword-face, font-lock-function-name-face)
17543 (font-lock-variable-name-face, font-lock-constant-face):
17544 Use `min-colors'.
17545
17546 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17547
17548 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17549
17550 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17551 define assq-delete-all if it's not defined.
17552 (ebnf-generate-region): Code fix.
17553
17554 * printing.el: Doc fix.
17555 (pr-version): New version number (6.7.2).
17556 (pr-command): Return empty string if command is an empty string.
17557
17558 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17559
17560 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17561
17562 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17563 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17564 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17565 "tt" ["test"] ). Reported by Markus Dreyer
17566 <mdreyer@ix.urz.uni-heidelberg.de>.
17567 (ebnf-version): New version number (4.0).
17568 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17569 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17570 (ebnf-delete-style): New commands.
17571 (ebnf-directory, ebnf-file): New funs.
17572 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17573 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17574 (ebnf-syntax-alist): New var.
17575 (ebnf-element-width): New fun replacing ebnf-list-width.
17576 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17577 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17578 (ebnf-prologue): Adjust vars.
17579 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17580 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17581 (ebnf-check-style-values, ebnf-generate-production)
17582 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17583 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17584 (ebnf-token-repeat): Code fix.
17585
17586 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17587 %right, %left and %prec. Suggested by Matthew K. Junker
17588 <junker@alum.mit.edu>.
17589 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17590
17591 * progmodes/ebnf-iso.el: Doc fix.
17592 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17593 (ebnf-iso-lex): Code fix.
17594
17595 * progmodes/ebnf-bnf.el: Doc fix.
17596 (ebnf-bnf-lex): Code fix.
17597
17598 * progmodes/ebnf-otz.el: Doc fix.
17599
17600 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17601
17602 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17603 (abbrev-prefix-mark): Doc fix.
17604
17605 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17606
17607 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17608 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17609 (gdb-var-delete): Make interactive (really).
17610 (gdb-edit-value): Make non-interactive.
17611
17612 * progmodes/gud.el (gud-speedbar-menu-items):
17613 Add gdb-var-delete and, indirectly, gdb-edit-value.
17614 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17615 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17616 (gud-gdb-marker-filter): Add comment for annotations.
17617
17618 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17619
17620 * calendar/calendar.el (generate-calendar)
17621 (calendar-read-date): Prevent display of BC calendars once more -
17622 reverts 2003-10-01 change.
17623 (generate-calendar-month): Doc fix.
17624
17625 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17626
17627 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17628 return value of increment-calendar-month.
17629
17630 2004-02-21 Stephen Compall <s11@member.fsf.org>
17631
17632 * saveplace.el (save-place-forget-unreadable-files)
17633 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17634 (save-place-forget-unreadable-files): New function.
17635 (save-place-alist-to-file): Use it to filter out files that are
17636 no longer readable.
17637
17638 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17639 current Texinfo environment, using the same method as in
17640 `texinfo-insert-@end', and insert a space rather than a newline if
17641 point in a @table environment.
17642
17643 2004-02-21 Juri Linkov <juri@jurta.org>
17644
17645 * ffap.el (ffap-file-at-point): Try parent directories.
17646
17647 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17648
17649 * vcursor.el (vcursor-modifiers): New defcustom.
17650 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17651 hard-coded list.
17652
17653 2004-02-21 Masatake YAMATO <jet@gyve.org>
17654
17655 * play/animate.el (animate-birthday-present): Accept names other
17656 than `Sarah', too.
17657
17658 2004-02-21 Juri Linkov <juri@jurta.org>
17659
17660 * startup.el: Remove table of command line arguments from the
17661 Commentary section.
17662
17663 2004-02-20 John Wiegley <johnw@newartisans.com>
17664
17665 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17666 again" modifier from 'e' to 'E', since 'e' is also used by the
17667 "file extension" modifier.
17668
17669 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17670
17671 * help-fns.el (describe-categories): Doc fix.
17672
17673 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17674
17675 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17676 temporary file for buffer already visiting one. This change makes
17677 output likely to be directly usable by patch program.
17678 Suggested by Adrian Aichner <adrian@xemacs.org>
17679
17680 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17681
17682 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17683 case of variables defined in compound statements.
17684 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17685 Simplify constructions using switch-to-buffer.
17686
17687 2004-02-19 Simon Josefsson <jas@extundo.com>
17688
17689 * play/morse.el: Fix typo.
17690 (morse-code): Add @.
17691
17692 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17693
17694 * calendar/appt.el (appt-display-format): Change default to
17695 'ignore, for backwards compatibility.
17696 (appt-display-message): If appt-display-format is 'ignore,
17697 respect old vars appt-msg-window and appt-visible.
17698 (appt-activate): Don't depend on return value of cancel-timer.
17699
17700 * calendar/calendar.el (calendar-holidays): Doc fix.
17701
17702 * calendar/cal-coptic.el (coptic-prompt-for-date):
17703 Use assoc-string instead of assoc-ignore-case.
17704 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17705 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17706 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17707 * calendar/cal-islam.el (calendar-goto-islamic-date)
17708 (mark-islamic-diary-entries): Ditto.
17709 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17710 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17711 (calendar-read-mayan-tzolkin-date): Ditto.
17712 * calendar/calendar.el (calendar-read-date): Ditto.
17713 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17714
17715 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17716
17717 * progmodes/executable.el (executable-command-find-posix-p):
17718 Fix choice of the directory.
17719
17720 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17721
17722 * simple.el (interprogram-cut-function)
17723 (interprogram-paste-function, kill-new, kill-append):
17724 Doc fixes.
17725 (kill-region): Make it return nil. Doc fix.
17726 (yank-pop): Make its argument optional.
17727 (yank): Make ARG `-' equivalent to `-1'.
17728
17729 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17730
17731 * mail/rmail.el (rmail-get-new-mail): Don't reference
17732 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17733
17734 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17735
17736 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17737 if one of global-auto-revert-non-file-buffers or autorevert-mode
17738 is non-nil.
17739
17740 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17741
17742 * subr.el (delete-dups): A better implementation from Karl Heuer
17743 <kwzh@gnu.org>.
17744
17745 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17746
17747 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17748 correct place.
17749 * progmodes/icon.el (icon-indent-command): Ditto.
17750 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17751
17752 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17753
17754 * progmodes/grep.el (grep-compute-defaults): Undo change from
17755 2004-01-29: don't use executable-command-find-posix-p.
17756
17757 2004-02-16 Richard Sharman <rsharman@pobox.com>
17758
17759 * hilit-chg.el: Use require instead of eval-and-compile.
17760 (highlight-compare-buffers): New function.
17761
17762 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17763
17764 * man.el (Man-fontify-manpage): Render section headings in
17765 `Man-overstrike-face' even when overstrike was not used by man
17766 formatter for section headings.
17767
17768 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17769
17770 * rmail-spam-filter.el (vm-use-spam-filter)
17771 (rsf-min-region-length-added-to-spam-list): New variables.
17772 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17773 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17774 spam testing. Don't delete spam message if automatic deletion
17775 after output via variable rmail-delete-after-output is turned on.
17776 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17777 rsf-bbdb-dont-create-entries-for-spam.
17778 (check-field): New function, extracted from code in
17779 rmail-spam-filter to ease addition of header fields like content-type.
17780 (message-content-type): New variable to check the content-type:
17781 field added, also in defcustom of rsf-definitions-alist.
17782 (rmail-spam-filter): Replace repeated test code for header fields
17783 by calls to check-field; change the call to
17784 rmail-output-to-rmail-file such that rmail-current-message stays
17785 the same to avoid wrong deletion of unseen flags.
17786 (rsf-add-contents-type): New function to convert old format
17787 of rmail-spam-definitions-alist into new one.
17788 Change prefixes of all variables and functions from
17789 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17790
17791 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17792
17793 * loadhist.el (unload-hook-features-list): New defvar.
17794
17795 2004-02-16 Dave Love <fx@gnu.org>
17796
17797 * loadhist.el (unload-feature): Doc fix. Rename flist to
17798 unload-hook-features-list.
17799
17800 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17801
17802 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17803 cookie. Don't check if we are looking-at open-formula.
17804
17805 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17806
17807 * subr.el (match-string-no-properties): Use substring-no-properties.
17808
17809 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17810
17811 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17812 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17813 Use lower-case "rx" in all error message.
17814
17815 2004-02-16 Dave Love <fx@gnu.org>
17816
17817 * emacs-lisp/rx.el (rx-or): Put group around result.
17818 (rx-constituents): Add backref.
17819 (rx-syntax): Add string-delimiter, comment-delimiter.
17820 (rx-categories): Add combining-diacritic.
17821 (rx-check-not, rx-greedy, rx): Doc fix.
17822 (rx-backref, rx-check-backref): New.
17823
17824 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17825
17826 * newcomment.el (uncomment-region): Allow eob as comment end.
17827
17828 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17829
17830 * filecache.el: All message and error commands now use prefix
17831 "Filecache:" to make it easy to read *Messages* buffer.
17832
17833 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17834
17835 * autorevert.el: Add support to detect changed dired and VC buffers.
17836 (auto-revert-active-p, auto-revert-list-diff)
17837 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17838 (auto-revert-handler, auto-revert-active-p): New functions.
17839 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17840 and `auto-revert-active-p'.
17841 (eval-when-compile): Defvar dired-directory and vc-mode.
17842 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17843 (auto-revert-handler-vc): New functions.
17844
17845 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17846
17847 * progmodes/compile.el (compilation-directory): New defvar.
17848 (compile): Save current directory in compilation-directory.
17849 (recompile): Bind default-directory to compilation-directory if
17850 that is non-nil.
17851
17852 2004-02-16 Dave Love <fx@gnu.org>
17853
17854 * newcomment.el (comment-insert-comment-function)
17855 (comment-region-function, uncomment-region-function): New.
17856 (comment-indent): Use comment-insert-comment-function.
17857 (uncomment-region): Use uncomment-region-function.
17858 (comment-region): Use comment-region-function.
17859
17860 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17861
17862 2004-02-16 Richard Stallman <rms@gnu.org>
17863
17864 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17865 loaddefs* and ldefs-boot*.
17866
17867 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17868
17869 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17870 and email address at the beginning and end of the address.
17871
17872 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17873 anchored at the beginning of the email address.
17874
17875 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17876
17877 * international/ccl.el (ccl-compile-write): Pass `left' to
17878 ccl-embed-code to generate correct code of write-expr-register.
17879
17880 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17881
17882 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17883
17884 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17885
17886 * x-dnd.el: Mention support for Motif in commentary.
17887 (x-dnd-handle-drag-n-drop-event): Ditto.
17888
17889 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17890
17891 * ses.el: Use "ses--" prefixes for buffer-local variables.
17892 Use (point-min) instead of 1, even when we know the buffer
17893 is unnarrowed.
17894 (ses-build-load-map): Delete. Distribute its content to defconst's for
17895 the three maps.
17896 (ses-menu, ses-header-line-menu): New menus.
17897 (ses-mode-map): Use them.
17898 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17899
17900 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17901
17902 * Makefile.in: Fix the CC Mode recompile kludge so it works
17903 when building in a different directory.
17904
17905 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17906
17907 * simple.el (kill-new): Put yank-handler property on the entire string.
17908
17909 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17910
17911 * diff.el: Don't use compile any more, use diff-mode instead.
17912 (diff-regexp-alist, diff-old-file, diff-new-file)
17913 (diff-parse-differences, diff-process-setup): Remove.
17914 (diff-sentinel): New fun.
17915 (diff): Use it. Run the process ourselves.
17916 Use diff-mode for the rest of the processing.
17917
17918 * diff.el (diff): Simplify code handling `switch'.
17919
17920 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17921
17922 * pcvs-defs.el (cvs-menu): Add `tag'.
17923
17924 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17925
17926 * simple.el (kill-append): Doc fix.
17927
17928 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17929 Adapt outline-regexp to the new conventions for commenting out code.
17930
17931 2004-02-11 John Paul Wallington <jpw@gnu.org>
17932
17933 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17934
17935 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17936
17937 * diff.el (diff-switches): New fun.
17938 (diff, diff-backup): Use it.
17939 (diff): Clean up the args construction. Use backquote.
17940 Use listp instead of consp to avoid putting a nil arg.
17941 (diff): Add a revert-buffer function.
17942
17943 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17944
17945 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17946 handled by x-dnd-handle-file-name.
17947 (x-dnd-known-types): Add COMPOUND_TEXT.
17948 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17949 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17950 x-dnd-empty-state.
17951 (x-dnd-forget-drop): Ditto.
17952 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17953 (x-dnd-handle-one-url): Return private when inserting text.
17954 (x-dnd-insert-ctext): New function.
17955 (x-dnd-handle-file-name): New function for FILE_NAME.
17956 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17957 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17958 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17959
17960 2004-02-10 Kenichi Handa <handa@m17n.org>
17961
17962 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17963 instead of while loop.
17964
17965 2004-02-10 Miles Bader <miles@gnu.org>
17966
17967 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17968
17969 2004-02-09 Kenichi Handa <handa@m17n.org>
17970
17971 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17972 have end-of-line.
17973
17974 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17975
17976 * Makefile.in: Added extra dependencies in the recompile target
17977 needed to cope with the compile time macro expansions in CC Mode.
17978
17979 2004-02-09 Kim F. Storm <storm@cua.dk>
17980
17981 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17982 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17983 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17984 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17985 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17986 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17987 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17988 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17989 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17990 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17991 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17992
17993 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17994
17995 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17996 Don't allow shrink if there's a window on our right.
17997
17998 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17999 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18000 Bring together declaration and initialization.
18001 (prolog-mode-variables): Don't set the syntax table.
18002 Don't set paragraph-start and comment-indent-function.
18003 Add /*..*/ to the comment regexps.
18004 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18005 (prolog-mode-map): Don't bind TAB.
18006 (prolog-mode): Set the syntax table.
18007 (prolog-comment-indent): Remove.
18008 (inferior-prolog-mode-map): Initialize in the declaration.
18009 (inferior-prolog-mode-syntax-table)
18010 (inferior-prolog-mode-abbrev-table): New vars.
18011 (inferior-prolog-mode): Derive from comint-mode.
18012 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18013 minibuffer windows.
18014
18015 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18016 in file names, as long as it is unabmiguous.
18017
18018 2004-02-08 Andreas Schwab <schwab@suse.de>
18019
18020 * textmodes/reftex-toc.el
18021 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18022 format. Doc fix.
18023
18024 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18025 format string arguments.
18026
18027 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18028 string argument.
18029
18030 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18031
18032 * play/zone.el (zone-call): Fix format string.
18033
18034 * net/webjump.el (webjump-builtin): Add missing format string argument.
18035
18036 * midnight.el (midnight-delay-set): Remove extra format string argument.
18037
18038 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18039
18040 * hexl.el (hexl-insert-char): Add missing format string argument.
18041
18042 * format.el (format-decode): Fix format string.
18043
18044 * emulation/vi.el (vi-mode): Remove extra format string argument.
18045 (vi-repeat-last-search): Likewise.
18046 (vi-reverse-last-search): Likewise.
18047 (vi-goto-mark): Likewise.
18048 (vi-reverse-last-find-char): Likewise.
18049 (vi-repeat-last-find-char): Likewise.
18050 (vi-locate-def): Likewise.
18051
18052 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18053
18054 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18055 string argument.
18056 (ediff-toggle-regexp-match): Likewise.
18057
18058 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18059 format string argument.
18060
18061 * calc/calc-map.el (calc-get-operator): Remove extra format
18062 string argument.
18063
18064 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18065
18066 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18067 string argument.
18068
18069 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18070
18071 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18072
18073 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18074
18075 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18076 (cl-struct-setf-expander): Likewise.
18077
18078 * vc.el (with-vc-file): Fix unsafe uses of error.
18079 (vc-cancel-version): Likewise.
18080
18081 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18082
18083 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18084 thousands separator; fixes <class>:<line-number> regexp for
18085 non-english locales.
18086
18087 2004-02-08 Andreas Schwab <schwab@suse.de>
18088
18089 * view.el (view-mode-enable): Revert previous change.
18090
18091 2004-02-07 Kim F. Storm <storm@cua.dk>
18092
18093 * simple.el (line-number-at-pos): Rename from line-at-pos.
18094 Uses changed (what-line and vc-annotate-warp-version).
18095
18096 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18097
18098 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18099 (diff-mode): Remove aborted attempt at support for compile.el.
18100 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18101
18102 2004-02-06 Andreas Schwab <schwab@suse.de>
18103
18104 * view.el (view-mode-enable): Add view-mode-map to
18105 minor-mode-overriding-map-alist.
18106
18107 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18108
18109 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18110
18111 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18112
18113 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18114 with point inside rather than after the paragraph.
18115
18116 2004-02-04 Sam Steingold <sds@gnu.org>
18117
18118 * mail/smtpmail.el (smtpmail-try-auth-methods):
18119 Do not try authentication when no mechanism is available.
18120 Pass port-name as defaultport to `netrc-machine'.
18121
18122 2004-02-04 Stephen Eglen <stephen@gnu.org>
18123
18124 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18125 to show how minibuffer height can be constrained.
18126
18127 2004-02-04 John Paul Wallington <jpw@gnu.org>
18128
18129 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18130
18131 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18132
18133 * x-dnd.el: New file for drag and drop.
18134
18135 * term/x-win.el: require x-dnd, set after-make-frame-functions
18136 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18137 drag-n-drop event.
18138
18139 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18140 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18141 (dired-dnd-handle-file): New functions for drag and drop support.
18142 (dired-mode): Initialize drag and drop if x-dnd present.
18143
18144 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18145
18146 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18147 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18148 (cperl-mode): Set fill-paragraph-function.
18149 (cperl-fill-paragraph): Make it non-interactive.
18150
18151 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18152
18153 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18154
18155 2004-02-02 David Kastrup <dak@gnu.org>
18156
18157 * replace.el (perform-replace): Allow 'literal argument in
18158 regexp-flag to indicate literal replacement.
18159 (query-replace-regexp-eval): Use it.
18160
18161 2004-02-01 Andreas Schwab <schwab@suse.de>
18162
18163 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18164
18165 2004-02-01 Stephen Eglen <stephen@gnu.org>
18166
18167 * info-look.el: Add support for maxima-mode. Update commentary
18168 because info-lookup-symbol is now bound to C-h S.
18169
18170 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18171
18172 * simple.el (edit-and-eval-command): Bind print-level and
18173 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18174 Correct initial position in command-history.
18175
18176 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18177
18178 * files.el (read-directory-name): Adapt the docstring to recent
18179 change in Fread_file_name.
18180
18181 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18182
18183 * ses.el (ses-print-cell): If print format too wide for column
18184 width, truncate decimal places if that helps to avoid "#####" fill.
18185 * ses.el (ses-initial-column-width): Revert previous change.
18186
18187 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18188
18189 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18190 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18191 Add edebug info.
18192 (jit-lock-mode): Setup/cancel the new timer.
18193 (jit-lock-context-fontify): New fun. Extracted from
18194 context fontification code of jit-lock-stealth-fontify.
18195 (jit-lock-stealth-fontify): Don't do context fontification any more.
18196
18197 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18198 (jit-lock-fontify-now): Handle the `quit' case.
18199 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18200
18201 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18202
18203 * progmodes/executable.el (executable-command-find-posix-p):
18204 New. Check if find handles arguments Posix-style.
18205
18206 * progmodes/grep.el (grep-compute-defaults):
18207 Use executable-command-find-posix-p.
18208 (grep-find): Check `grep-find-command'.
18209
18210 * filecache.el (file-cache-find-posix-p): Delete.
18211 (file-cache-add-directory-using-find):
18212 Use `executable-command-find-posix-p'.
18213
18214 2004-01-29 Dave Love <fx@gnu.org>
18215
18216 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18217 Iterate the hook function if arg is given.
18218 (mark-defun, narrow-to-defun): Change order of finding the limits.
18219
18220 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18221 (byte-compile-format-warn): New.
18222 (byte-compile-callargs-warn): Use it.
18223 (Format, message, error): Add byte-compile-format-like property.
18224 (byte-compile-maybe-guarded): New.
18225 (byte-compile-if, byte-compile-cond): Use it.
18226 (byte-compile-lambda): Compile interactive forms,
18227 just to make warnings about them.
18228
18229 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18230
18231 * ses.el (ses-initial-column-width): Increase to 14, so it will
18232 work well with the default printer of "%.7g" for extreme values
18233 like "-1.234567e+07".
18234
18235 2004-01-29 Kenichi Handa <handa@m17n.org>
18236
18237 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18238
18239 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18240
18241 * dos-w32.el: Added support for the `default-printer-name' function.
18242
18243 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18244
18245 * server.el (server-socket-name): Don't use the hostname in the
18246 socket name since /tmp is local to the host anyway.
18247
18248 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18249 robust check of widening and fix var-naming.
18250
18251 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18252
18253 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18254 or rmail-spam- to rsf- in all function and variable names.
18255 (rsf-min-region-to-spam-list): New variable.
18256 (rsf-bbdb-auto-delete-spam-entries): Rename from
18257 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18258 scanned together with the recipients field for spam testing; Don't
18259 delete spam message if rmail-delete-after-output is non-nil;
18260 (rsf-check-field): New function, extracted from code in
18261 rmail-spam-filter to ease addition of header fields like
18262 content-type:;
18263 (message-content-type): New variable. The content-type: field was
18264 added also in defcustom of rsf-definitions-alist;
18265 (rmail-spam-filter): Replace repeated test code for header fields
18266 by calls to check-field; change the call to
18267 rmail-output-to-rmail-file such that rmail-current-message stays
18268 the same to avoid wrong deletion of unseen flags.
18269 (rmail-use-spam-filter): Add autoload cookie.
18270
18271 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18272
18273 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18274 (file-cache-add-directory-using-find): Add Cygwin support.
18275 (file-cache-find-command-posix-flag): New user variable.
18276
18277 * filecache.el (file-cache-add-directory): Check for
18278 directories an remove them from dir-files.
18279
18280 2004-01-27 Richard M. Stallman <rms@gnu.org>
18281
18282 * man.el (Man-fontify-manpage): Clean up message.
18283
18284 2004-01-27 Kenichi Handa <handa@m17n.org>
18285
18286 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18287 (sentence-end): Define using sentence-end-without-space.
18288
18289 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18290 a sentence ends with one of a character in sentence-end-without-space.
18291
18292 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18293
18294 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18295 (jit-lock): Group declaration moved to jit-lock.el.
18296 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18297 when necessary.
18298
18299 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18300 (jit-lock-context-unfontify-pos): Rename from
18301 jit-lock-first-unfontify-pos.
18302 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18303
18304 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18305
18306 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18307 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18308 (fortran-fill): When filling a string, adjust re-search-backward
18309 argument for special case of string just on fill-column.
18310 When filling non-string, allow one extra char if
18311 fortran-break-before-delimiters is non-nil.
18312 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18313 Use fortran-break-delimiters-re and fortran-no-break-re to
18314 correctly handle cases such as "**".
18315
18316 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18317 (f90-no-break-re): Add some extra tokens. Doc fix.
18318
18319 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18320
18321 * mail/rmail-spam-filter.el:
18322 Use two semicolons as Commentary line prefix.
18323 Add ";;; Code:" stylized comment.
18324 Delete end-of-line whitespace.
18325 Wrap (require 'cl) with `eval-when-compile'.
18326
18327 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18328
18329 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18330 at the top level of vc.el.
18331
18332 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18333
18334 * vc.el (vc-current-line): Function removed. This is now done by
18335 the new function line-at-pos in simple.el.
18336 (vc-annotate-warp-version): Use line-at-pos instead of
18337 vc-current-line.
18338
18339 2004-01-22 Kim F. Storm <storm@cua.dk>
18340
18341 * simple.el (line-at-pos): New defun.
18342 (what-line): Use it. Optimize by only counting lines in narrowed
18343 region once.
18344
18345 2004-01-22 Kenichi Handa <handa@m17n.org>
18346
18347 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18348 point (register r1) only for charset mule-unicode-0100-24ff.
18349
18350 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18351
18352 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18353 trailing white space and ensure a final newline.
18354
18355 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18356 Add autoload cookie.
18357
18358 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18359
18360 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18361 activate view-mode explicitly.
18362
18363 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18364
18365 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18366 menu-bar-enable-clipboard and make Paste use clipboard first.
18367
18368 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18369
18370 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18371 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18372 (vc-mcvs-cvs): Remove.
18373 (vc-mcvs-command): Remove use of assert.
18374
18375 * outline.el (outline-insert-heading): Tighten up match.
18376 (outline-demote, outline-move-subtree-down): Don't assume anything
18377 about outline-regexp.
18378
18379 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18380 (texinfo-show-structure): Explicitly add ^, and simplify.
18381
18382 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18383
18384 * calendar/appt.el (appt-check): Restore usage of
18385 appt-issue-message deleted in previous change.
18386 (top-level): Activate package when loaded (needed for backwards
18387 compatibility).
18388
18389 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18390
18391 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18392 following previous change to smtpmail-send-data.
18393
18394 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18395
18396 * vc.el (vc-default-previous-version): Doc enhancement.
18397 (vc-default-next-version): New function.
18398 (vc-print-log): New arg FOCUS-REV.
18399 (vc-annotate-mode): Derive from view-mode.
18400 (vc-annotate): New args REVISION, DISPLAY-MODE.
18401 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18402 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18403 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18404 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18405 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18406
18407 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18408
18409 2004-01-19 Karl Berry <karl@gnu.org>
18410
18411 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18412 or "TexInfo".
18413
18414 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18415
18416 * subr.el (delete-dups): New function.
18417
18418 2004-01-19 Karl Berry <karl@gnu.org>
18419
18420 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18421 with ^, since that's what texinfo-show-structure
18422 documentation says (plus it works much better in texinfo.txi).
18423
18424 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18425
18426 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18427
18428 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18429
18430 * progmodes/which-func.el (which-function-mode): Don't cancel
18431 which-func-update-timer if not set.
18432
18433 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18434
18435 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18436 Remove spurious left square bracket in XX:XXam regexp.
18437
18438 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18439
18440 * progmodes/cc-defs.el: Do not require cl at run time.
18441
18442 2004-01-16 Richard M. Stallman <rms@gnu.org>
18443
18444 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18445 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18446
18447 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18448 Call rmail-spam-filter. Delete and expunge spam.
18449 Print number of spam messages deleted.
18450 Save and restore the deletion status of old messages when reading
18451 new mail with spam filter, so that expunging spam does not expunge
18452 msgs deleted by the user.
18453 (rmail-only-expunge): Add an optional argument dont-show to
18454 prevent showing message after expunge.
18455
18456 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18457
18458 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18459 * subr.el (declare): New macro.
18460
18461 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18462
18463 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18464
18465 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18466
18467 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18468 Test window-system rather than system-type (for X11/Mac).
18469
18470 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18471
18472 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18473
18474 2004-01-12 Richard M. Stallman <rms@gnu.org>
18475
18476 * mail/rmail.el (rmail-convert-to-babyl-format):
18477 Use mail-unquote-printable-region.
18478 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18479 (rmail-hex-char-to-integer): Functions deleted.
18480
18481 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18482 (mail-unquote-printable-region): New arg NOERROR.
18483 For invalid encoding, either signal an error to just return nil.
18484
18485 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18486
18487 * calendar/appt.el: Update copyright and commentary.
18488 (appt-issue-message): Make obsolete.
18489 (appt-visible, appt-msg-window): Make obsolete, in favour of
18490 appt-display-format.
18491 (appt-display-mode-line, appt-display-duration)
18492 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18493 (appt-prev-comp-time, appt-display-count, appt-timer)
18494 (appt-convert-time): Doc change.
18495 (appt-disp-window-function, appt-delete-window-function):
18496 Use defcustom rather than defvar.
18497 (appt-display-format): New variable.
18498 (appt-display-message): New function with display code from appt-check.
18499 (appt-check): Add optional FORCE argument. Doc change.
18500 Add appt-make-list to diary-hook if displaying diary.
18501 Remove checking of view-diary-entries-initially.
18502 Message display section removed to new function appt-display-message.
18503 (appt-display-window): Doc change. Remove unused internal var
18504 this-buffer. Do not beep, since appt-display-message does that.
18505 (appt-make-list): Doc change. Use caar.
18506 (appt-sort-list): Simplify by using builtin sort function.
18507 (appt-update-list): New function for updating appts when diary is
18508 saved.
18509 (appt-activate): New autoloaded function to toggle package
18510 functionality.
18511
18512 * calendar/cal-x.el: (calendar-one-frame-setup)
18513 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18514
18515 * calendar/calendar.el: Update copyright.
18516 (view-diary-entries-initially, european-calendar-style): Doc change.
18517 (calendar-setup): Make defcustom rather than defvar.
18518 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18519 in let binding so local to function.
18520
18521 * calendar/diary-lib.el: Update copyright.
18522 (diary, diary-entry-time): Doc change.
18523 (list-diary-entries): Doc change. Trivial logic change.
18524 (fancy-diary-display): Restore make-face command mistakenly
18525 deleted 2003-05-08.
18526 (show-all-diary-entries): Allow to pop-up frame if needed.
18527
18528 2004-01-09 John Paul Wallington <jpw@gnu.org>
18529
18530 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18531 Temporarily select EVENT's window for changing eol type.
18532
18533 2004-01-09 Deepak Goel <deego@gnufans.org>
18534
18535 * calendar/diary-lib.el (diary-entry-time):
18536 Also accept time in the form XX[.XX][am/pm/AM/PM].
18537 (fancy-diary-font-lock-keywords): Likewise.
18538 (diary-font-lock-keywords): Likewise.
18539 * calendar/appt.el (appt-add): Likewise.
18540 (appt-make-list): Likewise.
18541 (appt-convert-time): Likewise.
18542
18543 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18544
18545 * gdb-ui.el (gdb-ann3): Revert previous change.
18546 (gdb-source-info): Allow for case of where compilation directory
18547 is not recorded.
18548
18549 2004-01-08 John Paul Wallington <jpw@gnu.org>
18550
18551 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18552
18553 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18554
18555 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18556
18557 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18558 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18559 problems.
18560 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18561
18562 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18563
18564 * files.el (write-file-functions, write-contents-functions):
18565 Clarify docstrings.
18566
18567 2004-01-07 Kenichi Handa <handa@m17n.org>
18568
18569 * international/mule.el (set-auto-coding): Fix for the case that
18570 end-of-line is only CR.
18571
18572 2004-01-07 Kim F. Storm <storm@cua.dk>
18573
18574 * subr.el (event-start, event-end): Doc fix.
18575 (posn-string, posn-image): New defuns.
18576 (posn-object): Return either image or string object.
18577 (posn-object-x-y): Return 8th element of position.
18578 (posn-object-width-height): New defun.
18579
18580 2004-01-06 Andreas Schwab <schwab@suse.de>
18581
18582 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18583 output.
18584
18585 2004-01-05 Karl Berry <karl@gnu.org>
18586
18587 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18588 / and *, too.
18589
18590 2003-12-31 Simon Josefsson <jas@extundo.com>
18591
18592 * files.el (before-save-hook): Add.
18593 (basic-save-buffer): Use before-save-hook.
18594
18595 * emacs-lisp/copyright.el: Fix comment to recommend
18596 before-save-hook instead of write-file-functions.
18597
18598 2004-01-05 Richard M. Stallman <rms@gnu.org>
18599
18600 * finder.el (finder-commentary): Call delete-other-windows.
18601
18602 * net/ange-ftp.el (ange-ftp-file-attributes):
18603 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18604
18605 2004-01-04 Karl Berry <karl@gnu.org>
18606
18607 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18608 comment characters % and # in the copyright year notice,
18609 as well as ;.
18610
18611 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18612
18613 * wid-edit.el (default): Define dummy :value-delete.
18614 Reported by Jesper Harder <harder@ifa.au.dk>.
18615
18616 2004-01-03 Richard M. Stallman <rms@gnu.org>
18617
18618 * progmodes/compile.el (compile-internal): Use point, not point-min,
18619 for set-window-point.
18620
18621 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18622
18623 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18624
18625 * progmodes/grep.el (grep-mode-map):
18626 Don't remap next-line, previous-line.
18627
18628 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18629
18630 * speedbar.el (speedbar-edit-line): Change regexp to position
18631 the cursor on the first character of this line's button.
18632
18633 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18634
18635 * subr.el (functionp): Doc fix.
18636
18637 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18638
18639 * progmodes/idlwave.el (idlwave-make-tags):
18640 * textmodes/flyspell.el (flyspell-large-region):.
18641 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18642 * emulation/viper-util.el (viper-glob-unix-files):
18643 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18644 * man.el (Man-init-defvars):
18645 * jka-compr.el (jka-compr-call-process):
18646 * files.el (get-free-disk-space,insert-directory):
18647 * ediff-ptch.el (ediff-test-patch-utility):
18648 * ediff-diff.el (ediff-test-utility):
18649 * dired-aux.el (dired-check-process):
18650 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18651 test the return value of call-process, because it can be a string.
18652
18653 2003-12-31 John Paul Wallington <jpw@gnu.org>
18654
18655 * bindings.el (completion-ignored-extensions): Add .pfsl.
18656
18657 2003-12-31 Kim F. Storm <storm@cua.dk>
18658
18659 * ido.el (ido-nonreadable-directory-p): New defun to check for
18660 nonreadable directory without activating tramp (to avoid problems
18661 with checking incomplete tramp paths).
18662 (ido-set-current-directory, ido-file-internal)
18663 (ido-file-name-all-completions1): Use it.
18664
18665 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18666
18667 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18668 documentation if the anchor (or node) name is preceded by `info
18669 anchor' or `Info anchor' in addition to earlier `info node' and
18670 `Info node'.
18671 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18672
18673 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18674
18675 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18676 error in arguments to base64-decode-region. Remove ^M characters
18677 after decoding base64.
18678
18679 2003-12-30 Simon Josefsson <jas@extundo.com>
18680
18681 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18682 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18683 have only been distributed with Emacs for some years.
18684 (texinfo-mode-hook): Customize.
18685
18686 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18687
18688 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18689 cleaner (suggested by Richard Stallman).
18690
18691 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18692 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18693 file-name clashes on 8+3 DOS filesystems.
18694
18695 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18696 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18697 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18698 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18699 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18700 file-name clashes on 8+3 filesystems.
18701
18702 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18703 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18704 file-name clashes on 8+3 DOS filesystems.
18705
18706 2003-12-29 Richard M. Stallman <rms@gnu.org>
18707
18708 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18709 Upcase the character.
18710
18711 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18712 Search for header separator alone on a line, literally,
18713 and search for it backward, not forward.
18714 (flyspell-abbrev-table): Always use global-abbrev-table
18715 if there is no local one.
18716
18717 * progmodes/sh-script.el (sh-get-indent-info):
18718 Don't move point back if at bob.
18719
18720 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18721
18722 * play/handwrite.el (handwrite): Make the handwrite credit message
18723 a comment rather than an output command.
18724
18725 * obsolete/sc.el: Display message that this file is obsolete.
18726
18727 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18728
18729 * mail/rfc822.el (rfc822-address-start): Declare variable.
18730 Renamed from address-start. All uses changed.
18731
18732 * term.el (term-exec): Set up sentinel.
18733 (term-sentinel): New function.
18734 (term-handle-exit): New function.
18735
18736 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18737 Use assoc-string, and mark them obsolete.
18738 (delay-mode-hooks): Mark as permanent local.
18739
18740 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18741
18742 * register.el (copy-rectangle-to-register): Doc fix.
18743
18744 * info.el (Info-insert-dir): Use assoc-string.
18745
18746 * info-look.el (info-lookup): Use assoc-string.
18747
18748 * frame.el (pop-up-frame-function): Use quote, not `function'.
18749 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18750 copying with lists as coordinate values.
18751
18752 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18753
18754 * find-dired.el (kill-find): New command.
18755 (find-dired): Make buffer read-only.
18756 Set up a keymap with C-c C-k running kill-find.
18757 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18758
18759 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18760
18761 * filecache.el (file-cache-ignore-case): New variable.
18762 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18763
18764 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18765 (comint-dynamic-complete-as-filename): Rename local vars.
18766 (comint-dynamic-list-filename-completions): Likewise.
18767
18768 * comint.el (comint-dynamic-list-completions-config): New var.
18769 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18770
18771 * comint.el (comint-file-name-chars): Add [].
18772 (comint-word): Use skip-chars-backward, not search.
18773
18774 * shell.el (shell-file-name-chars): Add [].
18775
18776 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18777
18778 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18779
18780 * generic.el (define-generic-mode): Doc fix.
18781
18782 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18783
18784 * files.el (kill-some-buffers): Doc fix.
18785
18786 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18787
18788 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18789 arg to send-invisible
18790 (send-invisible): Doc fix. The argument is now a prompt, not the
18791 string to send.
18792 (comint-read-noecho): Doc fix.
18793
18794 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18795
18796 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18797 "@", as required by some ISP hosting service. Fix defcustom
18798 argument syntax errors that prevented use of customization.
18799
18800 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18801
18802 * xml.el (xml-get-attribute-or-nil): Doc fix.
18803
18804 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18805
18806 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18807 write-file-hooks.
18808
18809 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18810
18811 * autorevert.el (auto-revert-interval): Doc fix.
18812
18813 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18814
18815 * xml.el (xml-get-attribute-or-nil): New function, like
18816 xml-get-attribute, but returns nil if the attribute was not found.
18817 (xml-get-attribute): Convert to defsubst, uses
18818 xml-get-attribute-or-nil.
18819
18820 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18821
18822 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18823
18824 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18825
18826 * custom.el (custom-declare-theme): Use `value' when putting
18827 properties on `theme'.
18828
18829 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18830
18831 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18832 for each yank-handler segment.
18833 (insert-for-yank-1): New function, with the body of the previous
18834 insert-for-yank.
18835
18836 * textmodes/table.el (table-yank-handler): New defcustom.
18837 (table--put-cell-indicator-property): Put yank-handler property
18838 that indicates the yank handler for the table cell.
18839
18840 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18841
18842 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18843 set of keywords.
18844
18845 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18846
18847 * international/mule-cmds.el (reset-language-environment)
18848 (set-language-environment): Don't invoke fontset-related functions
18849 if fontset-list is not fboundp.
18850
18851 2003-12-29 Kenichi Handa <handa@m17n.org>
18852
18853 * international/mule-cmds.el (reset-language-environment):
18854 Call set-overriding-fontspec-internal with nil.
18855 (set-language-environment): Call set-overriding-fontspec-internal
18856 if the language environment specify `overriding-fontspec'.
18857 (language-info-alist): Doc added.
18858
18859 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18860 characters of mule-unicode-0100-24ff.
18861 (ccl-encode-windows-1251-font): New CCL program.
18862 ("Bulgarian"): Specify overriding-fontspec.
18863 ("Belarusian"): Likewise.
18864
18865 2003-12-28 Sam Steingold <sds@gnu.org>
18866
18867 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18868 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18869
18870 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18871
18872 * progmodes/gud.el (gud-gdb-command-name): Set default to
18873 "gdb --annotate=3".
18874 (gud-gdb-marker-filter): Look out for annotations.
18875 (gdb-first-pre-prompt): New variable.
18876 Remove trailing white space.
18877
18878 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18879 if necessary.
18880 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18881 annotations are detected.
18882 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18883 instead of a local one to allow transition from
18884 gud-gdb-marker-filter.
18885 Remove trailing white space.
18886
18887 2003-12-27 Kim F. Storm <storm@cua.dk>
18888
18889 * ido.el: Handle non-readable directories.
18890 (ido-decorations): Add 9th element for non-readable directory.
18891 (ido-directory-nonreadable): New dynamic var.
18892 (ido-set-current-directory): Set it.
18893 (ido-read-buffer, ido-file-internal):
18894 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18895 (ido-file-name-all-completions1): Return empty list for
18896 non-readable directory.
18897 (ido-exhibit): Print [Not readable] if directory is not readable.
18898 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18899 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18900 Use it.
18901
18902 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18903
18904 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18905 calls to directory-files-and-attributes and file-attributes.
18906 (ls-lisp-format): Remove system dependent handling of user and
18907 group id's.
18908
18909 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18910
18911 * ffap.el (ffap-read-file-or-url): Revert previous change.
18912
18913 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18914
18915 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18916 new list of included files called `files-with-node-lines', that
18917 only have node lines. This way @include commands can include any
18918 file, such as version and update files without node lines, not
18919 just files that are chapters.
18920
18921 2003-12-25 Andreas Schwab <schwab@suse.de>
18922
18923 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18924 file not found.
18925
18926 2003-12-08 Miles Bader <miles@gnu.org>
18927
18928 * dired.el (dired-between-files): Always use dired-move-to-filename,
18929 which is more robust in non-english locales.
18930
18931 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18932
18933 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18934
18935 2003-12-24 Andreas Schwab <schwab@suse.de>
18936
18937 * shell.el (shell-file-name-quote-list): Add backslash.
18938
18939 * comint.el (comint-quote-filename): Correctly handle backslash
18940 in comint-file-name-quote-list.
18941
18942 2003-12-24 Kenichi Handa <handa@m17n.org>
18943
18944 * international/mule-cmds.el (set-default-coding-systems):
18945 Call ucs-set-table-for-input for all buffers that don't have local
18946 value of buffer-file-coding-system.
18947
18948 * international/ucs-tables.el (ucs-set-table-for-input):
18949 If translation-table-for-encode is a symbol, get its
18950 translation-table property.
18951
18952 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18953
18954 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18955 to `completing-read' on a recently fixed bug.
18956
18957 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18958 instead of SPACE, to get the list of possible fringe modes.
18959 SPACE only works if both `partial-completion-mode' and
18960 `completion-auto-help' are nil.
18961
18962 * complete.el (PC-is-complete-p): Delete.
18963 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18964 calls to `test-completion'.
18965
18966 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18967
18968 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18969 to edit values when there are no children.
18970
18971 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18972 a mode called "Assembler" already exists.
18973 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18974 (gud-watch): Use format option. Remove font properties from string.
18975 (gdb-var-create-handler, gdb-var-list-children-handler):
18976 Don't bother about properties as there are none.
18977 (gdb-var-create-handler, gdb-var-list-children-handler)
18978 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18979 with two arguments.
18980 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18981 Let speedbar show value changes with a different font.
18982 (gdb-edit-value): New defun.
18983 (gdb-clear-partial-output, gdb-clear-inferior-io)
18984 (def-gdb-auto-update-handler): Use erase-buffer.
18985 (gdb-frame-handler): Display watch expressions in
18986 FUNCTION::VARIABLE format if required.
18987
18988 2003-12-23 John Paul Wallington <jpw@gnu.org>
18989
18990 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18991 (Info-goto-emacs-command-node): Doc fixes.
18992
18993 2003-12-12 Jesper Harder <harder@ifa.au.dk>
18994
18995 * cus-edit.el (custom-add-parent-links): Define "many".
18996
18997 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
18998
18999 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19000 (widget-child-validate, widget-type-value-create)
19001 (widget-type-default-get, widget-type-match): New functions.
19002 (lazy): New widget.
19003 (menu-choice, checklist, radio-button-choice, editable-list)
19004 (group, documentation-string): Remove redundant (per 2003-10-25
19005 change) calls to `widget-children-value-delete'.
19006 (widget-choice-value-get, widget-choice-value-inline): Remove.
19007 (menu-choice): Update widget.
19008
19009 2003-12-03 Kenichi Handa <handa@m17n.org>
19010
19011 * language/cyrillic.el: Register "microsoft-cp1251" in
19012 ctext-non-standard-encodings-alist.
19013 ("Bulgarian"): Add ctext-non-standard-encodings.
19014 ("Belarusian"): Likewise.
19015
19016 * international/mule-conf.el (compound-text-with-extensions):
19017 Change the type to 2 (iso-2022 base).
19018
19019 * international/mule.el (ctext-non-standard-encodings-alist):
19020 Change the format.
19021 (ctext-non-standard-encodings): New variable.
19022 (ctext-post-read-conversion): Fully re-written.
19023 (ctext-non-standard-designations-alist): Delete it.
19024 (ctext-non-standard-encodings-table): New function.
19025 (ctext-pre-write-conversion): Fully re-written.
19026
19027 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19028
19029 * cus-edit.el (custom-add-parent-links): Add documentation links
19030 for parent, if the item has none of its own.
19031
19032 2003-11-30 Richard M. Stallman <rms@gnu.org>
19033
19034 * dired-aux.el (dired-do-query-replace-regexp):
19035 Report files visited read-only.
19036
19037 2003-11-30 Juri Linkov <juri@jurta.org>
19038
19039 * dired-aux.el (dired-compare-directories): New command.
19040 (dired-file-set-difference, dired-files-attributes): New functions.
19041
19042 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19043 Version 2.0.38 of Tramp released.
19044
19045 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19046 Charles Curley <charlescurley@charlescurley.com>.
19047 (tramp-multi-connection-function-alist): Add ssht entry which adds
19048 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19049 Aichner.
19050 (tramp-get-method-parameter): New function to retrieve a method
19051 parameter. This allows for omission of method parameters.
19052 Callers adjusted.
19053
19054 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19055
19056 * net/tramp.el: Add new optional parameter ID-FORMAT to
19057 `file-attributes'. Calls of `file-attributes' won't use this
19058 parameter for backward compatibility reasons.
19059 (tramp-perl-file-attributes): Add a new parameter to Perl script
19060 in order to handle uid/gid as strings, if desired.
19061 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19062 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19063 order to make the function more general.
19064 (tramp-handle-file-attributes): Replace proprietary optional
19065 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19066 (tramp-handle-file-attributes-with-perl): Handle parameter
19067 NONNUMERIC if set. This wasn't done in the past.
19068 (tramp-post-connection): Apply second parameter "$2" if
19069 `tramp-remote-perl' is called.
19070
19071 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19072 Correct cut'n'waste error (`filename' instead of `directory').
19073 (tramp-smb-handle-directory-files-and-attributes)
19074 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19075 introduced parameter ID-FORMAT.
19076 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19077 error (`directory' instead of `ldir').
19078
19079 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19080 `file-attributes' has a second parameter. If yes, apply it with
19081 value "'integer". Otherwise, don't use that parameter (default is
19082 integer format).
19083
19084 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19085
19086 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19087 (help-for-help): Add `C-h .' to the listed Help options.
19088 Remove trailing whitespace.
19089
19090 * help-at-pt.el: New file.
19091
19092 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19093
19094 * subr.el (noreturn, 1value): New macros for test coverage.
19095 See `testcover.el'.
19096
19097 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19098
19099 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19100 for macro `1value'.
19101 (testcover-1value): New function. Checks that a 1value form
19102 actually returns only one value. Requested by RMS.
19103
19104 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19105
19106 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19107 (gdb-var-list-children, gdb-var-list-children-handler)
19108 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19109 gdb commands that use mi to keep them out of the command history.
19110
19111 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19112
19113 * cus-start.el (all): Add use-file-dialog.
19114
19115 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19116
19117 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19118
19119 2003-11-27 Kim F. Storm <storm@cua.dk>
19120
19121 * subr.el (posn-object-x-y): New defun.
19122
19123 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19124
19125 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19126 Don't use `space' for \\\n.
19127 Be more selective as to which # are comment-starters.
19128
19129 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19130
19131 * subr.el (number-sequence): Improve handling of floating point
19132 arguments (suggested by Kim Storm). Allow negative arguments.
19133
19134 2003-11-26 Kenichi Handa <handa@m17n.org>
19135
19136 * international/mule-cmds.el (standard-display-european-internal):
19137 Cancel the standard-display-table setting for ` and '.
19138
19139 2003-11-26 Kim F. Storm <storm@cua.dk>
19140
19141 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19142 New defcustoms to add ffap-like functionality to ido.
19143 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19144 (ido-no-final-slash): New defun.
19145 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19146 (ido-read-file-name): ): Toggle VC checking via
19147 vc-handled-backends instead of vc-master-templates.
19148 (ido-file-internal): Handle ido-use-url-at-point and
19149 ido-use-filename-at-point via code borrowed from ffap-guesser.
19150 Handle new ido-exit code ffap.
19151 (ido-sort-list): Ignore final slash when sorting file names.
19152
19153 2003-11-25 Kim F. Storm <storm@cua.dk>
19154
19155 * emulation/cua-base.el (cua--standard-movement-commands):
19156 Add forward-sentence and backward-sentence.
19157
19158 2003-11-25 Stephen Eglen <stephen@gnu.org>
19159
19160 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19161 iswitchb-exit is set to 'usefirst when user selects buffer at head
19162 of list using RET. (Selecting buffers at the head of the list was
19163 broken if the substring was also a complete buffername.)
19164
19165 2003-11-23 Kim F. Storm <storm@cua.dk>
19166
19167 * progmodes/compile.el (grep-command, grep-use-null-device)
19168 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19169 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19170 (grep-regexp-alist, grep-program, find-program)
19171 (grep-find-use-xargs, grep-history, grep-find-history)
19172 (grep-process-setup, grep-compute-defaults)
19173 (grep-default-command, grep, grep-tag-default, grep-find)
19174 (grep-expand-command-macros, grep-tree-last-regexp)
19175 (grep-tree-last-files, grep-tree): Move grep variables, functions
19176 and commands to new file grep.el.
19177 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19178 (compilation-process-setup-function): Doc fix.
19179 (compilation-highlight-regexp, compilation-highlight-overlay): New
19180 defvars used for highlighting current compile error in source buffer.
19181 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19182 LOCAL-MAP which overrides compilation-highlight-regexp and
19183 compilation-mode-map for this compilation.
19184 Delay calling compilation-set-window-height until after running
19185 compilation-process-setup-function so it can buffer-local override
19186 compilation-window-height.
19187 Check buffer-local value of compilation-scroll-output.
19188 (compilation-set-window-height): Use buffer-local value of
19189 compilation-window-height.
19190 (compilation-revert-buffer): Don't pass (undefined)
19191 preserve-modes arg to revert-buffer.
19192 (next-error-no-select, previous-error-no-select): New commands.
19193 (compilation-goto-locus): Temporarily highlight current match in
19194 source buffer using compilation-highlight-regexp.
19195
19196 * progmodes/grep.el: New file with grep code from compile.el.
19197 (grep): New defcustom group.
19198 (grep-window-height): New defcustom, like compilation-window-height.
19199 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19200 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19201 (grep-command, grep-use-null-device, grep-find-command)
19202 (grep-tree-files-aliases, grep-tree-ignore-case)
19203 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19204 (grep-setup-hook): New hook variable.
19205 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19206 (grep-last-buffer): New defvar, override compilation-last-buffer.
19207 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19208 Call compile-internal with args highlight-regexp and grep-mode-map.
19209
19210 2003-11-23 Kim F. Storm <storm@cua.dk>
19211
19212 * subr.el (event-start, event-end): Doc fix.
19213 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19214 (posn-area, posn-actual-col-row, posn-object): New defuns.
19215 (posn-col-row): Simplify doc. Rewrite to use cond.
19216 (posn-point): Also return buffer position for events outside text
19217 area (that info is now present in the event position).
19218
19219 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19220 mouse-set-point so that hscroll still works now that clicks on
19221 fringes generate specific mouse events.
19222 (mouse-set-point): Note that it now works in fringes and margins
19223 too due to new semantics of posn-point in fringes and margins.
19224
19225 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19226 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19227
19228 2003-11-20 Kim F. Storm <storm@cua.dk>
19229
19230 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19231 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19232 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19233 to 100 for icons to avoid increasing line height when shown.
19234
19235 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19236
19237 * newcomment.el (comment-normalize-vars): Initialize properly if
19238 comment-start was nil.
19239
19240 2003-11-19 Andreas Schwab <schwab@suse.de>
19241
19242 * simple.el (set-variable): Fix indentation.
19243
19244 2003-11-17 Kenichi Handa <handa@m17n.org>
19245
19246 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19247 Fix docstring.
19248
19249 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19250
19251 * international/latin1-disp.el (latin1-display): Fix docstring.
19252
19253 2003-11-16 John Wiegley <johnw@newartisans.com>
19254
19255 * eshell/em-ls.el (eshell-ls-file): There are times with
19256 size-width is nil and uncomputed (when directories are created in
19257 dired, for example); in this case, 4 is reasonable default value,
19258 although it may caused skewed new entries (which could be avoided
19259 by returning the original value of 8 in all cases, but 99% of the
19260 time this is a waste of whitespace).
19261
19262 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19263
19264 * cc-engine.el (c-guess-continued-construct)
19265 (c-guess-basic-syntax): Check a little more carefully if it's a
19266 function declaration when an unknown construct followed by a block
19267 is found inside a statement context. This avoids macros followed
19268 by blocks to be taken as function declarations.
19269
19270 (c-guess-continued-construct): Change the analysis of a statement
19271 continuation with a brace open to `substatement-block', for
19272 consistency with recognized statements.
19273
19274 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19275 start is in a position so that `c-beginning-of-statement-1' jumped
19276 to the beginning of the same statement.
19277
19278 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19279 Don't accept binary operators in the arglist if we're in a function
19280 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19281 template recognition in cases like "if (a < b || c > d)".
19282
19283 (c-restricted-<>-arglists): New more appropriate name for
19284 `c-disallow-comma-in-<>-arglists'.
19285
19286 Accessing functions updated for the variable name change.
19287
19288 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19289 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19290
19291 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19292 labels.
19293
19294 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19295 instead of duplicating parts of it. This fixes bogus label
19296 recognition.
19297
19298 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19299 of checking the context in which to apply the minimum indentation,
19300 so that it isn't enforced in e.g. namespace blocks.
19301
19302 * cc-vars.el (c-inside-block-syms): New constant used by
19303 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19304 to somewhat reduce the risk of becoming stale.
19305
19306 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19307 cc-cmds to cc-engine to allow use from cc-align.
19308
19309 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19310 qualified identifiers containing "::".
19311
19312 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19313 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19314
19315 * cc-vars.el (c-emacs-features): Use a space in front of the name
19316 of the temporary buffer. That also avoids dumping problems in
19317 XEmacs due to undo info being left around after the buffer is killed.
19318
19319 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19320 arglist to see if it's a K&R style declaration.
19321
19322 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19323 before returning `knr-argdecl-intro'.
19324
19325 2003-11-16 John Wiegley <johnw@newartisans.com>
19326
19327 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19328 field in a long-listing always 8 characters, use `size-width',
19329 which has already been computed.
19330
19331 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19332
19333 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19334
19335 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19336
19337 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19338 Support operation while narrowed, with `diff-restrict-view'.
19339
19340 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19341
19342 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19343 Take additional optional arg NARROWFUN. For the generated functions:
19344 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19345 include frags that arrange to check for and save narrowing state before
19346 the move and then conditionally call NARROWFUN after the move.
19347
19348 2003-11-14 John Wiegley <johnw@newartisans.com>
19349
19350 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19351 that was optional, but obviously missing based on surrounding code.
19352
19353 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19354 string arguments to numbers unless the whole argument was seen as
19355 a number.
19356
19357 2003-11-14 Kenichi Handa <handa@m17n.org>
19358
19359 * international/mule.el (ctext-non-standard-encodings-alist):
19360 Fix coding systems.
19361
19362 2003-11-10 Kenichi Handa <handa@m17n.org>
19363
19364 * language/kannada.el ("Kannada"): Add sample-text.
19365
19366 * language/knd-util.el (kannada-compose-region)
19367 (kannada-compose-string, kannada-post-read-conversion):
19368 Add autoload cookie.
19369
19370 * international/quail.el (quail-completion): Change the message
19371 "corresponding translations" to "corresponding characters".
19372
19373 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19374
19375 * descr-text.el (describe-char): Fix typo.
19376
19377 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19378
19379 These changes are to support Kannada language/script.
19380
19381 * Makefile.in (DONTCOMPILE): Add kannada.el.
19382
19383 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19384
19385 * loadup.el: Preload kannada.el.
19386
19387 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19388 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19389 New variables.
19390
19391 * language/kannada.el: New file.
19392
19393 * language/knd-util.el: New file.
19394
19395 2003-11-07 Andreas Schwab <schwab@suse.de>
19396
19397 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19398 Also highlight AH_*.
19399
19400 * xml.el (xml-parse-dtd): Fix misplaced paren.
19401
19402 2003-11-07 Kenichi Handa <handa@m17n.org>
19403
19404 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19405
19406 2003-11-05 Juri Linkov <juri@jurta.org>
19407
19408 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19409 (desktop-buffer-file): Use saved buffer-file-coding-system
19410 for file reading. Set auto-insert to nil to prevent automatic
19411 insertion into restored empty files.
19412
19413 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19414
19415 * files.el (risky-local-variable-p): Make second argument optional.
19416
19417 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19418
19419 * subr.el (add-hook): Fix last change.
19420
19421 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19422
19423 * mail/rmail.el (rmail-convert-to-babyl-format):
19424 If base64-decode-region signals an error, catch it and silently
19425 ignore it.
19426
19427 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19428
19429 * xml.el (xml-parse-region): Allow comments to appear after the
19430 topmost element has closed.
19431 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19432 (xml-ns-expand-attr): New functions to do namespace handling.
19433 (xml-intern-attrlist): Back-compatible handling of attribute names.
19434 (xml-parse-tag): Move namespace handling to separate functions.
19435 Now produces elements in the form ((:ns . "element") (attr-list)
19436 children) instead of ('ns:element (attr-list) children).
19437 (xml-parse-attlist): Fix attribute parsing.
19438 (xml-parse-dtd): Change parsing so that it produces strings
19439 instead of interned symbols.
19440
19441 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19442
19443 * dired.el (dired-ls-sorting-switches): Doc fix.
19444
19445 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19446
19447 * emacs-lisp/rx.el (rx-or): Fix the case of
19448 "(rx (and ?a (or ?b ?c) ?d))".
19449
19450 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19451
19452 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19453 (texinfo-format-region): Use it.
19454 (texinfo-format-buffer-1): Ditto.
19455
19456 2003-11-01 Alan Mackenzie <acm@muc.de>
19457
19458 Changes to allow scrolling whilst in isearch mode:
19459 * isearch.el (isearch-unread-key-sequence): New function,
19460 extracted from isearch-other-meta-char.
19461 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19462 "scrollable" standard functions.
19463 (isearch-allow-scroll): New customizable variable.
19464 (isearch-string-out-of-window, isearch-back-into-window)
19465 (isearch-reread-key-sequence-naturally)
19466 (isearch-lookup-scroll-key): New functions.
19467 (isearch-other-meta-char): Doc string and functionality enhanced.
19468 Now accepts a prefix argument.
19469 (isearch-lazy-highlight-window-end): New variable.
19470 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19471 end (thru isearch-lazy-highlight-window-end), not only its start.
19472
19473 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19474 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19475 (universal-argument, universal-argument-more, negative-argument)
19476 (digit-argument, universal-argument-other-key): Minor changes.
19477
19478 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19479
19480 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19481 recursively if the last message is deleted, thus avoiding an
19482 infinite loop.
19483
19484 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19485
19486 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19487 (tex-main-file): Don't add .tex if the extension is already present.
19488 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19489
19490 2003-10-29 Lute Kamstra <lute@gnu.org>
19491
19492 * progmodes/octave-inf.el (inferior-octave-prompt):
19493 Recognize version number in prompt.
19494
19495 2003-10-28 Dave Love <fx@gnu.org>
19496
19497 * international/characters.el: Fix some Unicode ranges.
19498
19499 2003-10-28 Kenichi Handa <handa@m17n.org>
19500
19501 * disp-table.el (standard-display-8bit)
19502 (standard-display-default, standard-display-ascii)
19503 (standard-display-g1, standard-display-graphic)
19504 (standard-display-underline): Assure that standard-display-table
19505 is a display table.
19506
19507 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19508
19509 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19510 reindenting the first line.
19511
19512 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19513
19514 * wid-edit.el (widget-default-delete): Always delete child widgets.
19515
19516 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19517
19518 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19519 if the line has code.
19520 Don't try to line up with something that's too far left.
19521
19522 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19523 (octave-mode-syntax-table): Add % as a comment starter.
19524 (octave-point): Remove.
19525 (octave-in-comment-p, octave-in-string-p)
19526 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19527 (octave-blink-matching-block-open, octave-auto-fill):
19528 Use line-(beginning|end)-position instead.
19529
19530 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19531
19532 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19533 for Francesco Potort\e,Al\e(B.
19534
19535 2003-10-23 Dave Love <fx@gnu.org>
19536
19537 * international/mule-cmds.el (locale-charset-to-coding-system):
19538 Don't rely on nil being a coding system.
19539
19540 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19541 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19542 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19543
19544 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19545
19546 * gdb-ui.el (gdb-current-language): New variable.
19547 (gdb-update-flag): Remove variable.
19548 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19549 (gdb-take-last-elt): Remove function.
19550 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19551 (gdb-post-prompt): Check for variable object changes here.
19552
19553 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19554 object changes in gdb-ui.el.
19555
19556 2003-10-21 Richard M. Stallman <rms@gnu.org>
19557
19558 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19559
19560 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19561 Don't check for foo*/ wildcard form here.
19562 (insert-directory): Recognize foo*/ as a wildcard.
19563 Separate wildcard-regexp variable from the arg, wildcard.
19564
19565 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19566 (remove-hook): Correctly handle strange cases about local hooks.
19567
19568 2003-10-21 David Ponce <david@dponce.com>
19569
19570 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19571 argument REAL, to return a real number instead of a rounded
19572 integer value. Define as inline function.
19573 (ruler-mode-right-fringe-cols): Likewise.
19574 (ruler-mode-scroll-bar-cols): New function.
19575 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19576 (ruler-mode-right-scroll-bar-cols): Likewise.
19577 (ruler-mode-space): New function.
19578 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19579 scroll bar mode and margins in a more robust way.
19580
19581 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19582
19583 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19584 (antlr-c-init-language-vars): New function.
19585 (antlr-mode): Use it with cc-mode before v5.29.
19586 (antlr-c-common-init): Don't set some local vars here.
19587 (antlr-mode): Set them here.
19588 (antlr-c-forward-sws): New function alias.
19589 (antlr-mode): Redefine with cc-mode before v5.30.
19590 (antlr-skip-sexps): Use it.
19591 (antlr-skip-exception-part): Ditto.
19592 (antlr-skip-file-prelude): Ditto.
19593 (antlr-outside-rule-p): Ditto.
19594 (antlr-end-of-body): Ditto.
19595 (antlr-option-kind): Ditto.
19596 (antlr-insert-option-area): Ditto.
19597 (antlr-file-dependencies): Ditto.
19598
19599 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19600
19601 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19602 Move backward only if point was not inside an entry.
19603
19604 2003-10-21 Richard M. Stallman <rms@gnu.org>
19605
19606 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19607
19608 2003-10-21 Juri Linkov <juri@jurta.org>
19609
19610 * compare-w.el: Automatically skip non-matching text to resync.
19611 (compare-windows-whitespace): Doc fix.
19612 (compare-windows-sync, compare-windows-sync-string-size)
19613 (compare-windows-recenter, compare-ignore-whitespace)
19614 (compare-windows-highlight, compare-windows-face): New variables.
19615 (compare-windows): Use compare-windows-sync.
19616 (compare-windows-highlight, compare-windows-dehighlight)
19617 (compare-windows-sync-regexp)
19618 (compare-windows-sync-default-function): New functions.
19619
19620 2003-10-21 Juri Linkov <juri@jurta.org>
19621
19622 * diff.el (diff-parse-differences): Don't visit the files now;
19623 instead, just record the error locus.
19624
19625 2003-10-21 Dave Love <fx@gnu.org>
19626
19627 * progmodes/cfengine.el: New file.
19628
19629 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19630
19631 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19632 default-directory when completing file names.
19633
19634 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19635
19636 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19637 followed by the word `face', it gets treated as a face, even if
19638 it is also defined as a variable or a function.
19639
19640 2003-10-20 Dave Love <fx@gnu.org>
19641
19642 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19643 Avoid incf in macro expansion.
19644
19645 2003-10-20 John Paul Wallington <jpw@gnu.org>
19646
19647 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19648 `evenp' so we don't implicitly require cl library at runtime.
19649
19650 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19651
19652 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19653 (help-make-xrefs): Only make cross-references for faces if
19654 preceded or followed by the word `face'. Do not make a
19655 cross-reference for variables without variable documentation,
19656 unless preceded by the word `variable' or `option'. Update doc
19657 string accordingly.
19658
19659 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19660
19661 * progmodes/hideshow.el: Rewrite one-armed `if'
19662 constructs using either `when' or `unless'.
19663 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19664
19665 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19666
19667 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19668 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19669 instead of 12x12.
19670
19671 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19672
19673 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19674 message while converting to Babyl.
19675
19676 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19677
19678 * allout.el (allout-mode): Doc fix.
19679
19680 2003-10-16 Lute Kamstra <lute@gnu.org>
19681
19682 * subr.el (force-mode-line-update): Fix docstring.
19683
19684 2003-10-14 Dave Love <fx@gnu.org>
19685
19686 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19687 (default-input-method): Add :link, improve :type.
19688 (locale-charset-language-names): Fix utf-8 pattern.
19689 (locale-charset-match-p, locale-charset-alist)
19690 (locale-charset-to-coding-system): New.
19691 (set-locale-environment): Deal with codeset part of locale specs.
19692
19693 2003-10-14 Lute Kamstra <lute@gnu.org>
19694
19695 * fringe.el (fringe-mode): Use active voice in docstring.
19696 (set-fringe-style): Ditto.
19697
19698 2003-10-13 Lute Kamstra <lute@gnu.org>
19699
19700 * fringe.el (fringe-mode): Fix docstring.
19701 (set-fringe-style): Ditto.
19702
19703 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19704
19705 * ediff-mult.el (ediff-filegroup-action):
19706 Use ediff-default-filtering-regexp.
19707
19708 * ediff-util.el (ediff-recenter): Don't call
19709 ediff-restore-highlighting twice.
19710 (ediff-select-difference): Set current difference.
19711 (ediff-unselect-and-select-difference): Add comment.
19712
19713 * ediff.el (ediff-directories,ediff-directory-revisions)
19714 (ediff-directories3,ediff-merge-directories)
19715 (ediff-merge-directories-with-ancestor)
19716 (ediff-merge-directory-revisions)
19717 (ediff-merge-directory-revisions-with-ancestor):
19718 Use ediff-default-filtering-regexp.
19719
19720 2003-10-12 Andreas Schwab <schwab@suse.de>
19721
19722 * international/mule-cmds.el (locale-charset-language-names):
19723 Simplify regex by removing unused grouping.
19724
19725 2003-10-10 Dave Love <fx@gnu.org>
19726
19727 * bindings.el: Don't bind stop.
19728
19729 2003-10-08 Miles Bader <miles@gnu.org>
19730
19731 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19732 face instead of attempting to emulate it.
19733
19734 2003-10-07 Kenichi Handa <handa@m17n.org>
19735
19736 * international/mule-diag.el (list-coding-systems-1): List coding
19737 systems that are loaded automatically.
19738
19739 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19740
19741 * international/mule.el (autoload-coding-system): New function.
19742
19743 2003-10-07 Andreas Schwab <schwab@suse.de>
19744
19745 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19746 change-log-default-name in the buffer visiting the file.
19747
19748 2003-10-06 Dave Love <fx@gnu.org>
19749
19750 * files.el (find-file-hook): Customize.
19751 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19752
19753 * bindings.el (completion-ignored-extensions): Remove .log.
19754 (global-map): Add again, open, stop keys.
19755
19756 2003-10-05 Richard M. Stallman <rms@gnu.org>
19757
19758 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19759 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19760 Use sh-modify directly.
19761 (sh-select): Use sh-append, not eval.
19762
19763 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19764
19765 * info.el (Info-following-node-name): New function.
19766
19767 * loadhist.el (unload-feature-special-hooks):
19768 Rename from loadhist-hook-functions.
19769 (loadhist-hook-functions): Now an alias.
19770
19771 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19772
19773 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19774 file-name clashes on 8+3 filesystems.
19775
19776 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19777 Rename loaddefs-boot.el to ldefs-boot.el
19778
19779 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19780 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19781
19782 2003-10-03 Lute Kamstra <lute@gnu.org>
19783
19784 * info.el (Info-mode): Revert previous change.
19785 (Info-escape-percent): New function.
19786 (Info-fontify-node): Use it.
19787
19788 2003-10-02 Andreas Schwab <schwab@suse.de>
19789
19790 * loaddefs-boot.el: Regenerated.
19791
19792 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19793
19794 * ffap.el: Remove defadvice related code from CVS since `complete'
19795 provides a `PC-completion-as-file-name-predicate' variable that
19796 ffap can override.
19797
19798 2003-10-02 Kenichi Handa <handa@m17n.org>
19799
19800 * international/utf-8.el (ccl-decode-mule-utf-8):
19801 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19802
19803 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19804 * international/subst-big5.el: Likewise.
19805 * international/subst-gb2312.el: Likewise.
19806 * international/subst-ksc.el: Likewise.
19807
19808 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19809
19810 * calendar/calendar.el (increment-calendar-month)
19811 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19812 (generate-calendar, calendar-read-date, calendar-interval)
19813 (calendar-day-of-week): Handle years BC.
19814 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19815
19816 2003-10-01 Dave Love <fx@gnu.org>
19817
19818 * language/cyrillic.el (cp1251): Alias for windows-1251.
19819
19820 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19821 bootstrap.
19822
19823 2003-10-01 Lute Kamstra <lute@gnu.org>
19824
19825 * files.el: Fix typo.
19826 * imenu.el (imenu--generic-function): Docstring fix.
19827
19828 2003-09-30 Richard M. Stallman <rms@gnu.org>
19829
19830 * dired.el (dired-mode): Handle dired-directory as a list.
19831
19832 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19833
19834 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19835
19836 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19837
19838 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19839 Replace gud-display with gud-watch.
19840 (gud-speedbar-buttons): Add stuff for watching expressions
19841 in the speedbar when using M-x gdba. Use dolist on old part
19842 of this function.
19843
19844 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19845 (gdb-update-flag): New variables.
19846 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19847 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19848 (gud-watch, gdb-var-create-handler) : New functions.
19849 (gdb-var-list-children, gdb-var-list-children-handler)
19850 (gdb-var-create-regexp, gdb-var-update-regexp)
19851 (gdb-var-list-children-regexp): New constants.
19852 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19853 (gdb-annotation-rules): Reduce annotation set (level 3).
19854 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19855 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19856 updates.
19857 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19858 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19859 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19860 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19861 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19862 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19863 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19864 (gud-display, gud-display1)
19865 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19866 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19867 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19868 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19869 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19870 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19871 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19872 (gdb-display-display-buffer, gdb-toggle-display)
19873 (gdb-delete-display, gdb-expressions-popup-menu)
19874 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19875 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19876 to display buffer.
19877
19878 2003-09-30 Richard M. Stallman <rms@gnu.org>
19879
19880 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19881 Instead, set which-func-functions.
19882
19883 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19884 (which-func-functions): New variable.
19885 (which-function): Use that.
19886
19887 * info.el (Info-mode): Double each `%' in header line.
19888
19889 * emacs-lisp/lisp-mnt.el (lm-with-file):
19890 When FILE is nil, run BODY in current buffer.
19891
19892 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19893
19894 * help.el (describe-mode): Start with a brief list of minor modes.
19895 Find them thru minor-mode-list so as to find them all.
19896 Show them in alphabetical order.
19897
19898 * mail/sendmail.el (mail-aliases): Doc fix.
19899
19900 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19901
19902 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19903
19904 * mail/rmailsum.el (rmail-make-summary-line-1):
19905 Change comma after last label to a space.
19906 (rmail-summary-font-lock-keywords): Adapt to that change.
19907
19908 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19909
19910 * progmodes/scheme.el (scheme-mode-variables): When setting
19911 `font-lock-defaults', also specify that "#" should
19912 be interpreted with `word' syntax.
19913 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19914
19915 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19916
19917 * desktop.el: A lot of comments updated.
19918 (desktop-save-mode): Minor mode introduced.
19919 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19920 (desktop-load-default): Function made obsolete.
19921 (desktop-locals-to-save): Variable made customizable.
19922 (desktop-read): Optional parameter `dirname' added.
19923 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19924 `desktop-read' used.
19925 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19926
19927 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19928
19929 * whitespace.el (whitespace-clean-msg): Add user customizable message
19930 for displaying ``clean'' output.
19931 (whitespace-buffer): Use `whitespace-clean-msg'.
19932 (whitespace-global-mode): Fix typo.
19933
19934 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19935
19936 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19937
19938 2003-09-29 Lute Kamstra <lute@gnu.org>
19939
19940 * bindings.el (mode-line-modes): Remove superfluous :propertize
19941 construct in initialization.
19942 (mode-line-position): Change cons cell into proper list in
19943 initialization.
19944
19945 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19946
19947 * international/mule.el (decode-coding-inserted-region): Use car
19948 of the return value of find-operation-coding-system.
19949
19950 2003-09-29 Kenichi Handa <handa@m17n.org>
19951
19952 * descr-text.el (describe-char): Fix previous change.
19953
19954 2003-09-28 Kenichi Handa <handa@m17n.org>
19955
19956 * descr-text.el (describe-char-display): New function.
19957 (describe-char): Pay attention to display table on describing how
19958 a character is displayed.
19959
19960 * international/mule-cmds.el (encoded-string-description):
19961 Prepend "0x" to each encoded byte.
19962
19963 2003-09-28 Andreas Schwab <schwab@suse.de>
19964
19965 * find-file.el (ff-special-constructs): Add autoload cookie.
19966
19967 2003-09-28 Kevin Ryde <user42@zip.com.au>
19968
19969 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19970 makeinfo appends to duplicate index entries.
19971
19972 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19973
19974 * dired-x.el (dired-clean-tex): Doc fix.
19975
19976 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19977 using a Chinese tutorial.
19978
19979 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19980
19981 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19982 between "MAIL FROM:" and "RCPT TO:" and the following address.
19983
19984 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19985
19986 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19987
19988 2003-09-28 David Ponce <david@dponce.com>
19989
19990 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19991 (recentf-load-list): When `recentf-initialize-file-name-history'
19992 is non-nil, initialize an empty `file-name-history' with the
19993 recent list.
19994
19995 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
19996
19997 * man.el (Man-default-man-entry): Remove the leading `*' from the
19998 word at point.
19999
20000 2003-09-26 Lute Kamstra <lute@gnu.org>
20001
20002 * bindings.el (mode-line-position): Mention size indication in
20003 docstring.
20004
20005 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20006
20007 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20008
20009 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20010 because it's autoloaded now.
20011
20012 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20013
20014 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20015 (sh-font-lock-keywords, sh-feature): Fix previous change of
20016 sh-feature to avoid infloop with sh-font-lock-keywords.
20017
20018 2003-09-25 Kim F. Storm <storm@cua.dk>
20019
20020 * frame.el (frame-current-scroll-bars): New defun.
20021
20022 * window.el (window-current-scroll-bars): New defun.
20023
20024 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20025
20026 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20027 cause errors when the state cache contains info on parts that have
20028 been narrowed out.
20029
20030 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20031
20032 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20033 `c-setup-paragraph-variables' has to be used when this variable is
20034 changed; it doesn't work to reinitialize the mode since that
20035 typically clobbers the variable.
20036
20037 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20038 Make it interactive.
20039
20040 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20041
20042 * progmodes/cc-fonts.el (c-font-lock-declarations):
20043 Fix recognition of constructors and destructors for classes whose
20044 names are matched by `*-font-lock-extra-types'.
20045
20046 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20047 followed by an identifier in C++ then it's a type.
20048
20049 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20050
20051 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20052 problem that primarily affected XEmacs. Don't use faces to find
20053 unterminated strings since Emacs and XEmacs fontify strings
20054 differently - this function should now work better in XEmacs.
20055
20056 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20057
20058 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20059 `expand-abbrev' workaround which caused braces to misbehave inside
20060 macros.
20061
20062 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20063 handling. This bug could cause interactive font locking to bail out.
20064
20065 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20066
20067 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20068 Handle paren-style types in Pike. Also fixed some cases of
20069 insufficient handling of unbalanced parens.
20070
20071 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20072
20073 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20074 common shell prompts that are not common filename or URL characters.
20075 (ffap-file-at-point): Use the new regexp to strip the prompts from
20076 the file names. This is an issue mostly for user prompts that
20077 don't have a trailing space and find-file-at-point is invoked from
20078 within a shell inside Emacs.
20079
20080 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20081
20082 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20083 stamps numerically, rather than textually.
20084
20085 2003-09-24 Kenichi Handa <handa@m17n.org>
20086
20087 * language/devan-util.el (devanagari-post-read-conversion):
20088 * language/mlm-util.el (malayalam-post-read-conversion):
20089 * language/tml-util.el (tamil-post-read-conversion):
20090 Add autoload cookie.
20091
20092 * international/utf-8.el (utf-8-post-read-conversion):
20093 Call post-read-conversion functions for Devanagari, Malayalam,
20094 and Tamil.
20095
20096 2003-09-23 Dave Love <fx@gnu.org>
20097
20098 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20099
20100 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20101
20102 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20103 Update gud-remove.
20104
20105 2003-09-22 Richard M. Stallman <rms@gnu.org>
20106
20107 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20108 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20109 (sh-mode-syntax-table-input): New variable.
20110 (sh-require-final-newline): Don't use eval.
20111 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20112 (sh-variables, sh-font-lock-keywords): Don't use eval.
20113 (sh-set-shell): When setting require-final-newline,
20114 treat value = `require-final-newline' as don't change it.
20115 Set sh-mode-syntax-table locally based on
20116 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20117
20118 * progmodes/compile.el (compile-internal):
20119 Call compilation-set-window-height before setting window start.
20120
20121 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20122
20123 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20124 Clear out byte-compile-last-warned-form.
20125
20126 2003-09-22 Richard M. Stallman <rms@gnu.org>
20127
20128 * woman.el (woman-file-name, woman-follow-word):
20129 If current-word returns nil, use "".
20130
20131 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20132
20133 2003-09-22 Richard M. Stallman <rms@gnu.org>
20134
20135 * emacs-lisp/lisp-mnt.el (lm-with-file):
20136 Don't visit the file, just use insert-file-contents in temp buffer.
20137
20138 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20139
20140 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20141 Add surrounding \\( and \\) around the header, as in
20142 for lm-history-header 'Change Log\\|History'.
20143
20144 2003-09-22 John Paul Wallington <jpw@gnu.org>
20145
20146 * progmodes/ld-script.el: Add Commentary section,
20147 minor cleanup of file header.
20148 (ld-script-font-lock-keywords): Doc fix.
20149 (toplevel): Provide `ld-script' feature.
20150
20151 2003-09-21 Kim F. Storm <storm@cua.dk>
20152
20153 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20154 new built-in variable default-frame-scroll-bars.
20155 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20156 scroll-bar-mode; notably, use it instead of t when we toggle
20157 scroll-bars on.
20158 (toggle-scroll-bar): Use default-frame-scroll-bars.
20159
20160 2003-09-19 Masatake YAMATO <jet@gyve.org>
20161
20162 * pcvs.el (cvs-do-removal): Change the prompt depending on
20163 `filter' value.
20164
20165 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20166
20167 * startup.el (command-line-1): Stop startup-echo-area-message
20168 being hidden by "Loading image..." message.
20169 (use-fancy-splash-screens-p, display-splash-screen):
20170 Move display-graphic-p test from latter to former.
20171
20172 * progmodes/sh-script.el (sh-font-lock-keywords):
20173 Highlight escaped EOLs differently from other backslash constructs.
20174
20175 2003-09-19 Richard M. Stallman <rms@gnu.org>
20176
20177 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20178 New functions.
20179 (edebug-enter, edebug-outside-excursion): Use them.
20180
20181 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20182 Fix the condition for whether to print "In WHERE".
20183
20184 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20185
20186 * finder.el (finder-mode-hook): New variable.
20187 (finder-mode): Run hook finder-mode-hook
20188
20189 2003-09-18 Masatake YAMATO <jet@gyve.org>
20190
20191 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20192
20193 2003-09-17 Mario Lang <mlang@delysid.org>
20194
20195 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20196 "p %e" to actually print the value in the GUD buffer.
20197
20198 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20199
20200 From David Ponce <david.ponce@wanadoo.fr>:
20201 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20202 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20203 from loaddefs-boot.el if necessary.
20204
20205 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20206
20207 * progmodes/gud.el (gud-find-class): Make jdb work again since
20208 cc-mode changed the syntactic information.
20209
20210 2003-09-15 David Ponce <david@dponce.com>
20211
20212 * recentf.el: (recentf-exclude): Accept predicates too.
20213 (recentf-file-readable-p): New function.
20214 (recentf-include-p): Handle predicates in recentf-exclude.
20215 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20216 (recentf-cleanup): Likewise.
20217 (recentf-save-list): Use write-file to handle backup of
20218 recentf-save-file.
20219
20220 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20221
20222 * loaddefs-boot.el: Renamed from `loaddefs.el'
20223 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20224 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20225 necessary.
20226
20227 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20228
20229 * electric.el (Electric-pop-up-window): For the `one-window' case,
20230 no longer disconcertingly move point in the original buffer.
20231
20232 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20233
20234 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20235
20236 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20237
20238 * dired.el (dired-mode-map): Fix typo.
20239
20240 2003-09-11 Richard M. Stallman <rms@gnu.org>
20241
20242 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20243
20244 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20245
20246 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20247 the function is less noisy. Now only `kill-buffer' can ask questions.
20248
20249 2003-09-10 Mario Lang <mlang@delysid.org>
20250
20251 * battery.el: Update Commentary and Copyright.
20252 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20253 appear due to wrong ordering of the expressions in `or'.
20254
20255 2003-09-09 Lute Kamstra <lute@gnu.org>
20256
20257 * misc.el (upcase-char): Fix docstring.
20258 (zap-up-to-char): New command.
20259
20260 2003-09-08 David Ponce <david@dponce.com>
20261
20262 Ensure that recentf correctly updates the menu bar.
20263 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20264 (recentf-menu-bar): New function.
20265 (recentf-clear-data): Use it
20266 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20267 of easy-menu-change.
20268
20269 2003-09-08 Lute Kamstra <lute@gnu.org>
20270
20271 * simple.el (size-indication-mode): New.
20272 * bindings.el (mode-line-position): Add buffer size indicator.
20273
20274 2003-09-04 Mario Lang <mlang@delysid.org>
20275
20276 * battery.el (battery-linux-proc-acpi): New function.
20277 (battery-status-function): Modify default value calculation to also
20278 check for availability of ACPI.
20279 (battery-echo-area-format): Ditto.
20280 (battery-mode-line-format): Ditto.
20281
20282 2003-09-06 Dave Love <fx@gnu.org>
20283
20284 * ielm.el (ielm-mode-hook): Add :options.
20285
20286 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20287 (eldoc-print-current-symbol-info): Use it.
20288
20289 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20290
20291 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20292 being displayed in GUD buffer.
20293 (gdb-idle-input-queue): Remove var. Use just one queue.
20294 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20295 Remove functions. Use just one queue.
20296 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20297 (gdb-invalidate-assembler, gdb-get-current-frame):
20298 Modify functions. Use just one queue.
20299
20300 2003-09-04 Dave Love <fx@gnu.org>
20301
20302 * cus-start.el: Add blink-cursor-alist.
20303
20304 * ruler-mode.el (ruler-mode-fill-column-char)
20305 (ruler-mode-current-column-char): Use char-displayable-p,
20306 not window-system.
20307
20308 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20309
20310 * language/european.el (windows-1252): Move from code-pages.
20311
20312 * language/cyrillic.el ("Windows-1251"): Delete.
20313 ("Bulgarian", "Belarusian"): Remove `features'.
20314 (windows-1251): Move from code-pages.
20315
20316 * international/mule-diag.el (non-iso-charset-alist):
20317 Remove `codepage' stuff.
20318 (print-designation, list-coding-systems-1): Output fixes.
20319
20320 * international/code-pages.el (cp-make-translation-table)
20321 (cp-valid-codes): Made defsubsts.
20322 (cp-fix-safe-chars): Delete.
20323 (mule-diag): Don't require.
20324 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20325 (top-level): Check for defined coding system when defining
20326 cp... aliases. Change w32-add-charset-info test to avoid warning.
20327 (non-iso-charset-alist): Defvar when compiling.
20328 (cp-make-coding-system): Doc fix.
20329
20330 2003-09-02 Jason Rumney <jasonr@gnu.org>
20331
20332 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20333 line-ends from CVS before doing conversion.
20334
20335 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20336
20337 * calendar/diary-lib.el (diary-header-line-flag)
20338 (diary-header-line-format): New variables.
20339 (list-diary-entries): Use them to set header line in simple diary.
20340
20341 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20342 other than font-lock-string-face to highlight backslashes.
20343
20344 2003-09-01 Jason Rumney <jasonr@gnu.org>
20345
20346 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20347 regexp.
20348
20349 2003-09-01 Dave Love <fx@gnu.org>
20350
20351 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20352
20353 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20354 and :help; also line and column numbers labels.
20355
20356 * international/mule-util.el (char-displayable-p): Move from
20357 latin1-disp, rename and autoload.
20358
20359 * international/latin1-disp.el (latin1-char-displayable-p):
20360 Now obsolete alias. Replace uses with char-displayable-p.
20361 (latin1-display-ucs-per-lynx): Fix last change.
20362
20363 * international/mule-cmds.el (standard-display-european-internal):
20364 Don't use char code for Latin-1 NBSP.
20365 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20366 U+2018, U+2019 for `'.
20367 (select-safe-coding-system): Message fix.
20368
20369 2003-09-01 Kenichi Handa <handa@m17n.org>
20370
20371 * international/fontset.el (setup-default-fontset): For Thai
20372 font, specify "*" family.
20373
20374 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20375
20376 * progmodes/compile.el (previous-error): Accept a prefix
20377 argument, similarly to next-error.
20378
20379 2003-08-31 Masatake YAMATO <jet@gyve.org>
20380
20381 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20382 the number of files. Bind the number of files to a local
20383 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20384
20385 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20386
20387 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20388 2003-07-26: msdos-long-file-names is a function, not a variable.
20389
20390 2003-08-29 Richard M. Stallman <rms@gnu.org>
20391
20392 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20393 Do nothing with mail-personal-alias-file if it is nil.
20394
20395 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20396 Do nothing if mail-personal-alias-file is nil.
20397
20398 * term.el (term-exec-1): Bind coding-system-for-read.
20399
20400 * dired.el (dired-mouse-find-file-other-window):
20401 Use dired-view-command-alist here, as in dired-view-file.
20402 (dired-view-command-alist): Use %s to substitute file name.
20403 Handle .ps_pages, .eps, .jpg, .gif, .png.
20404
20405 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20406
20407 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20408 `Info-prev-reference', instead of M-tab.
20409
20410 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20411
20412 * simple.el (blink-matching-open): Work correctly on chars that
20413 are designated as parens through the syntax-table text property.
20414
20415 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20416
20417 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20418 line break position in the middle of a non-kinsoku (e.g. latin)
20419 word, making it skip until either a space or a character with
20420 category "|".
20421 (kinsoku-longer): Test for end of buffer.
20422
20423 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20424
20425 * mail/rmail.el (rmail-convert-to-babyl-format):
20426 Detect quoted-printable- and base64-encoded messages and decode them
20427 automatically. Set the message's encoding from the charset=
20428 header, if any. Decode base64-encoded messages in Mail format as well.
20429
20430 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20431
20432 * mail/smtpmail.el: Fix previous change.
20433 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20434 calling smtpmail-via-smtp.
20435 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20436
20437 2003-08-26 John Paul Wallington <jpw@gnu.org>
20438
20439 * image.el (image-jpeg-p): Don't search beyond length of data.
20440
20441 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20442
20443 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20444 misfeature in `expand-abbrev' which caused electric keywords like
20445 "else" to disappear if an open brace was typed directly afterwards.
20446
20447 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20448
20449 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20450 mandatory in `define-widget'.
20451
20452 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20453 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20454
20455 (c-assignment-operators): New language constant that only contains
20456 the assignment operators.
20457
20458 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20459
20460 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20461
20462 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20463 Safeguard against unbalanced sexps.
20464
20465 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20466
20467 * version.el (emacs-version): Check for gtk. Include gtk version info.
20468
20469 2003-08-25 John Paul Wallington <jpw@gnu.org>
20470
20471 * man.el (Man-default-man-entry): Don't whizz past the section
20472 number before looking for it.
20473
20474 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20475
20476 * progmodes/gud.el (gud-display-line): Don't set window-point if
20477 source buffer is not visible. (Only happens with M-x gdba.)
20478
20479 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20480 documentation.
20481 (gdb-source, gdb-source-info): Update to assembler unnecessary
20482 as its done after each GDB command anyway.
20483 (gdb-pre-prompt): Use with-current-buffer.
20484 (gdb-insert-field): Add help-echo text.
20485 (gdb-invalidate-assembler): Re-display of assembler now done in
20486 gdb-info-breakpoints-custom.
20487 (gdb-info-breakpoints-custom): Force re-display of assembler to
20488 happen *after* update of breakpoints buffer.
20489 (gdb-display-source-buffer): Don't choke if gdb-source-window
20490 isn't visible.
20491 (gdb-put-string, gdb-put-arrow): Remove free variables.
20492
20493 2003-08-24 John Paul Wallington <jpw@gnu.org>
20494
20495 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20496
20497 * man.el (Man-default-man-entry): Strip text properties when
20498 snarfing parts of entry because `format' preserves properties.
20499
20500 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20501
20502 * files.el (file-newest-backup): Use `expand-file-name'.
20503
20504 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20505 Allow the diary to pop up a new frame, if needed.
20506
20507 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20508 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20509 (smtpmail-send-it): Make treatment of envelope-from consistent with
20510 sendmail.el.
20511
20512 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20513 (sh-leading-keywords): Add the bash `time' reserved word.
20514 (sh-variables): Add some bash variables.
20515 (sh-add-completer): Fix nil branch of case statement.
20516
20517 2003-08-24 Masatake YAMATO <jet@gyve.org>
20518
20519 * progmodes/ld-script.el: New file.
20520
20521 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20522
20523 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20524
20525 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20526
20527 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20528 Better explain obsolescence, and what to use instead.
20529
20530 2003-08-23 Masatake YAMATO <jet@gyve.org>
20531
20532 * pcvs.el (cvs-do-removal): Show the deleted file name
20533 on the prompt.
20534
20535 2003-08-20 Dave Love <fx@gnu.org>
20536
20537 * international/mule.el (make-coding-system)
20538 (set-buffer-file-coding-system): Doc fix.
20539
20540 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20541
20542 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20543
20544 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20545
20546 * international/utf-16.el: Add mime-text-unsuitable coding system
20547 properties.
20548
20549 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20550
20551 * cus-edit.el: Add some :links.
20552 (bib): Remove.
20553
20554 * textmodes/bib-mode.el (bib): Add :group external.
20555
20556 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20557
20558 * wid-edit.el (widget-echo-help): Make it handle expressions that
20559 evaluate to strings.
20560
20561 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20562
20563 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20564
20565 Simplify selection of SQL products to define highlighting and
20566 interactive mode. Includes detailed instructions on adding
20567 support for new products.
20568
20569 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20570 product for use in highlighting and interactive mode.
20571 (sql-interactive-product): New variable. SQL product for
20572 sql-interactive-mode.
20573 (sql-product-support): New variable. Specifies product-specific
20574 parameters to drive highlighting and interactive mode.
20575 (sql-imenu-generic-expression): Add more object types.
20576 (sql-sqlite-options): Correct comment.
20577 (sql-ms-program): Use "osql" rather than "isql".
20578 (sql-prompt-regexp, sql-prompt-length): Update comment.
20579 (sql-mode-menu): Add "Start SQLi session" entry.
20580 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20581 (sql-mode-abbrev-table): Add abbreviations. Support of
20582 SYSTEM-FLAG on define-abbrev. Support was removed with last
20583 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20584 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20585 names.
20586 (sql-mode-ansi-font-lock-keywords): Set as default value.
20587 (sql-mode-oracle-font-lock-keywords): Set as default value.
20588 Support Oracle 9i keywords.
20589 (sql-mode-postgres-font-lock-keywords): Set as default value.
20590 (sql-mode-linter-font-lock-keywords): Set as default value.
20591 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20592 SQLServer 2000.
20593 (sql-mode-sybase-font-lock-keywords)
20594 (sql-mode-interbase-font-lock-keywords)
20595 (sql-mode-sqlite-font-lock-keywords)
20596 (sql-mode-strong-font-lock-keywords)
20597 (sql-mode-mysql-font-lock-keywords)
20598 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20599 keywords.
20600 (sql-mode-font-lock-defaults): Update comment.
20601 (sql-product-feature): New function. Returns feature associated
20602 with a product from `sql-product-support' alist.
20603 (sql-product-font-lock): New function. Set font-lock support
20604 based on `sql-product'.
20605 (sql-add-product-keywords): New function. Add font-lock rules to
20606 product-specific keyword variables.
20607 (sql-set-product): New function. Set `sql-product' and apply
20608 appropriate font-lock highlighting.
20609 (sql-highlight-product): New function. Set font-lock support
20610 based on a product. Also set mode name to include product name.
20611 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20612 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20613 Use `sql-set-product'.
20614 (sql-highlight-ms-keywords)
20615 (sql-highlight-sybase-keywords)
20616 (sql-highlight-interbase-keywords)
20617 (sql-highlight-strong-keywords)
20618 (sql-highlight-mysql-keywords)
20619 (sql-highlight-sqlite-keywords)
20620 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20621 (sql-get-login): Prompt in the same order as the tokens.
20622 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20623 (sql-product-interactive): New function. Common portions of
20624 product-specific interactive mode wrappers.
20625 (sql-interactive-mode): Rewritten to use product features.
20626 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20627 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20628 (sql-db2, sql-linter): Use `sql-product-interactive'.
20629 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20630 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20631 (sql-connect-ingres, sql-connect-postgres)
20632 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20633 New functions. Format command line parameters and invoke comint on
20634 the appropriate interpreter. Code was in the corresponding
20635 `sql-xyz' function before.
20636 (sql-connect-ms): New function. Support -E argument to use
20637 operating system credentials for authentication.
20638
20639 2003-08-18 Kenichi Handa <handa@m17n.org>
20640
20641 * international/mule.el (encode-char): Fix for the ASCII case.
20642
20643 2003-08-15 Kenichi Handa <handa@m17n.org>
20644
20645 * international/fontset.el (setup-default-fontset): Change "*" to
20646 nil in the specifications of font family.
20647
20648 2003-08-18 Kim F. Storm <storm@cua.dk>
20649
20650 * kmacro.el (kmacro-keymap): Group related bindings in
20651 initialization for clarity. Bind C-s to start macro.
20652 Remove C-r binding.
20653 (kmacro-initial-counter-value): New defvar to hold initial counter
20654 value in case we set the value before defining a macro.
20655 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20656 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20657 not defining or executing macro. Doc fix.
20658 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20659 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20660 temporarily view older elements on the macro ring without cycling
20661 the ring.
20662 (kmacro-display): Doc fix.
20663 (kmacro-exec-ring-item): New helper function.
20664 (kmacro-call-ring-2nd): Use it.
20665 (kmacro-call-ring-2nd-repeat): Doc fix.
20666 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20667 (kmacro-end-or-call-macro): Execute last viewed macro (using
20668 kmacro-exec-ring-item) from ring if this follows
20669 kmacro-view-macro. This allows us to find a macro on the ring
20670 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20671 the ring to bring it to the head of the ring.
20672 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20673 Allow binding to reserved keys without specifying C-x C-k prefix.
20674 Ask for confirmation if entered key sequence is already bound to
20675 a non-macro command.
20676 (kmacro-view-macro): Repeating command will show older elements
20677 on the macro ring; C-k will execute the last viewed macro.
20678 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20679 property from 'ring to 'head.
20680
20681 2003-08-17 Alan Shutko <ats@acm.org>
20682
20683 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20684 keeping December out of the alist.
20685
20686 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20687
20688 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20689 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20690 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20691 (calendar-flatten): New function.
20692 (calendar-mouse-view-other-diary-entries)
20693 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20694 in the menu title and to show multi-line diary entries correctly
20695 in the menu.
20696
20697 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20698
20699 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20700 defcustom, because the default was recently changed.
20701
20702 2003-08-16 Richard M. Stallman <rms@gnu.org>
20703
20704 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20705
20706 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20707 New subroutine, broken out of eval-last-sexp-1.
20708 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20709
20710 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20711
20712 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20713
20714 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20715
20716 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20717
20718 * progmodes/compile.el (compilation-error-regexp-alist):
20719 Add Java ANt error detection as described in document
20720 http://ant.apache.org/faq.html
20721
20722 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20723
20724 * simple.el (backward-word, forward-to-indentation)
20725 (backward-to-indentation): Argument changed to optional.
20726 (next-line, previous-line): Use `or' instead of `unless'.
20727
20728 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20729
20730 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20731 instead of a constant.
20732
20733 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20734
20735 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20736
20737 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20738
20739 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20740 (vc-sccs-workfile-version): Search the entire delta table, rather
20741 than just the first entry, because that might be a deleted version.
20742
20743 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20744
20745 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20746 [save-place] binding in the Options menu. Have it require
20747 'saveplace' and then toggle the variable manually, to avoid an an
20748 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20749 for the bug report.
20750
20751 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20752
20753 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20754 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20755 (gdb-info-threads-custom): Add help-echo text.
20756 (gdb-display-back): Don't use purecopy.
20757 (gdb-info-breakpoints-custom, gdb-reset)
20758 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20759 icons can be displayed.
20760
20761 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20762
20763 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20764
20765 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20766
20767 * bookmark.el (bookmark-completing-read):
20768 Return a string, instead of a list of one string.
20769 Use a popup menu if activated from the mouse.
20770 (bookmark-edit-annotation): Remove unused vars.
20771 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20772 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20773 to bookmark-completing-read.
20774 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20775 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20776 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20777 and erase-buffer.
20778 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20779 (bookmark-menu-jump, bookmark-menu-insert)
20780 (bookmark-popup-menu-and-apply-function)
20781 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20782 (bookmark-menu-build-paned-menu): Remove by folding it into
20783 bookmark-menu-popup-paned-menu.
20784 (menu-bar-bookmark-map): Move the define-key statements here.
20785 Use the "non-menu" commands since they now pop up a menu if needed.
20786 (bookmark-exit-hook-internal): Simplify.
20787
20788 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20789
20790 * reftex-toc.el (reftex-toc-rename-label): New function.
20791 (reftex-toc-check-docstruct): New function.
20792
20793 * reftex.el (reftex-region-active-p): New function.
20794
20795 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20796 regexp to find the \bibliography macro.
20797
20798 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20799 which does not exist in LaTeX.
20800 (reftex-cite-format-builtin): Added amsrefs support.
20801 (reftex-toc-confirm-promotion): New option
20802
20803 * reftex-toc.el
20804 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20805 (reftex-toc-demote, reftex-toc-promote)
20806 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20807 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20808 (reftex-toc-newhead-from-alist)
20809 (reftex-toc-load-all-files-for-promotion): New functions.
20810 (reftex-toc-help): Added description of new keys.
20811 (reftex-toc-split-windows-fraction): New option.
20812 (reftex-recenter-toc-when-idle): Search *toc* window on all
20813 visible frames.
20814 (reftex-toc): Additional parameter REUSE
20815 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20816 with REUSE argument.
20817 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20818 the call of `reftex-toc'.
20819 (reftex-make-separate-toc-frame): New function .
20820 (reftex-toc-recenter): When called with triple prefix arg, call
20821 `reftex-make-separate-toc-frame' first.
20822 (reftex-toc-toggle-dedicated-frame): New command.
20823 (reftex-toc-quit): Adapted to delete frame when called in
20824 dedicated frame.
20825
20826 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20827 all enclosing macros.
20828
20829
20830 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20831
20832 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20833 first use.
20834
20835 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20836
20837 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20838
20839 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20840
20841 * calendar/calendar.el (list-diary-entries-hook)
20842 (diary-display-hook, nongregorian-diary-listing-hook)
20843 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20844 Add some customize options for these hooks.
20845 (calendar-abbrev-construct): Don't try to take a substring longer
20846 than the original string.
20847
20848 2003-08-05 Richard M. Stallman <rms@gnu.org>
20849
20850 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20851 (testcover-reinstrument-clauses): Doc fix.
20852
20853 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20854 (warning-type-format): Rename from warning-group-format.
20855
20856 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20857 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20858 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20859 to prevent warnings about defvar for an obsolete variable.
20860
20861 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20862 warning-group-format renamed to warning-type-format.
20863
20864 * subr.el (read-passwd): Use clear-string instead of fillarray.
20865
20866 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20867 Use vconcat instead of concat.
20868 (edmacro-sanitize-for-string): New function.
20869
20870 2003-08-05 Dave Love <fx@gnu.org>
20871
20872 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20873 line-number-display-limit-width.
20874
20875 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20876
20877 2003-08-05 Kenichi Handa <handa@m17n.org>
20878
20879 * international/code-pages.el: Don't require mule-diag.
20880
20881 * international/mule-diag.el (non-iso-charset-alist):
20882 Add autoload cookie.
20883
20884 * language/devan-util.el (dev-glyph-order): Add an entry for the
20885 glyph code #xC4.
20886
20887 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20888
20889 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20890 (european-calendar-style, diary-date-forms)
20891 (calendar-day-name-array, calendar-month-name-array): Doc change.
20892 (generate-calendar-month): Adapt for new behaviour of
20893 `calendar-day-name' function.
20894 (calendar-abbrev-length, calendar-day-abbrev-array)
20895 (calendar-month-abbrev-array): New variables.
20896 (calendar-abbrev-construct): New function.
20897 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20898 rather than fixing abbrevs at some width. Calling syntax change.
20899 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20900 (calendar-date-string): Adapt for new behaviours of
20901 `calendar-day-name' and `calendar-month-name' functions.
20902
20903 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20904 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20905 (diary-name-pattern): Use abbrev arrays, rather than fixing
20906 abbrevs at three chars. Calling syntax change.
20907 (mark-diary-entries): Adapt for new behaviours of
20908 `diary-name-pattern' and `calendar-make-alist' functions.
20909 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20910 `diary-name-pattern' function.
20911 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20912 fixing abbrevs at three chars. Calling syntax change.
20913 (cal-hebrew, cal-islam): Require when compiling.
20914 (diary-font-lock-keywords): Adapt for new behaviour of
20915 `font-lock-diary-date-forms' function.
20916
20917 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20918 (calendar-hebrew-month-name-array-common-year)
20919 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20920 (list-hebrew-diary-entries): Adapt for new behaviours of
20921 `calendar-day-name' and `add-to-diary-list' functions.
20922 (mark-hebrew-diary-entries): Adapt for new behaviours of
20923 `diary-name-pattern' and `calendar-make-alist' functions.
20924
20925 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20926 Add doc string.
20927 (list-islamic-diary-entries): Adapt for new behaviours of
20928 `calendar-day-name' and `add-to-diary-list' functions.
20929 (mark-islamic-diary-entries): Adapt for new behaviours of
20930 `diary-name-pattern' and `calendar-make-alist' functions.
20931
20932 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20933 `calendar-month-name' function.
20934
20935 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20936
20937 * calendar/solar.el (solar-seasons-data): Move definition before use.
20938
20939 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20940 (cal-tex-LaTeX-hourbox): Move definition before use.
20941
20942 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20943 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20944 * lunar.el, solar.el (displayed-month, displayed-year):
20945 Define for compiler.
20946
20947 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20948
20949 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20950 MODE. Renamed from c-init-c-language-vars'.
20951 (c-initialize-cc-mode): Change accordingly.
20952 (c-common-init): Ditto.
20953 (c-mode): Ditto.
20954 (c++-mode): Use `c-init-language-vars-for'.
20955 (objc-mode): Ditto.
20956 (java-mode): Ditto.
20957 (idl-mode): Ditto.
20958 (pike-mode): Ditto.
20959 (awk-mode): Ditto.
20960
20961 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20962
20963 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20964 or not the point moved.
20965
20966 (c-search-decl-header-end): Don't trip up on operator identifiers
20967 in C++ and operators like == in all languages.
20968
20969 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20970 Detect leading labels correctly.
20971
20972 2003-08-02 Andreas Schwab <schwab@suse.de>
20973
20974 * textmodes/ispell.el: Don't redo key bindings on loading, put
20975 them only in loaddefs.el.
20976 * bookmark.el: Likewise.
20977 * dabbrev.el: Likewise.
20978 * emerge.el: Likewise.
20979
20980 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20981 has more than one member.
20982
20983 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20984
20985 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20986
20987 * lpr.el (printify-region): It was ending conversion before the
20988 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20989
20990 2003-07-31 John Paul Wallington <jpw@gnu.org>
20991
20992 * net/browse-url.el (browse-url-epiphany): Doc fix.
20993
20994 2003-07-30 Kenichi Handa <handa@m17n.org>
20995
20996 * international/fontset.el (setup-default-fontset):
20997 Change registry names of Akurti fonts.
20998
20999 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21000
21001 * comint.el (comint-read-noecho): Use `clear-string' instead of
21002 `fillarray'.
21003
21004 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21005
21006 * outline.el (outline-mode-hook): Add defvar.
21007
21008 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21009
21010 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21011 Restore assembler in source window if that is what has been selected.
21012 (menu): Add gdb-restore-windows to menu. Make gdba
21013 specific menus only visible from gdba.
21014
21015 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21016
21017 * progmodes/compile.el (compilation-environment): New user variable.
21018 (compile-internal): Respect it.
21019
21020 2003-07-23 Masatake YAMATO <jet@gyve.org>
21021
21022 * progmodes/gud.el (gdb-script-font-lock-keywords):
21023 Put `font-lock-function-name-face' on a symbol which includes
21024 `-' like `hook-run'. Put font-lock-variable-name-face
21025 on a symbol starting with $.
21026
21027 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21028
21029 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21030
21031 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21032
21033 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21034
21035 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21036
21037 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21038 Use with-no-warnings.
21039 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21040 rather than to find-file-not-found-hook, which doesn't exist.
21041
21042 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21043
21044 * international/quail.el (quail-translate-key): Fix previous change.
21045
21046 2003-07-25 John Paul Wallington <jpw@gnu.org>
21047
21048 * server.el (server-start): Check `server-process' is non-nil
21049 before killing it to avoid killing current buffer's process.
21050
21051 * simple.el (choose-completion-string): Use `minibufferp';
21052 test `completion-reference-buffer' if `buffer' arg is nil.
21053 (push-mark): Use `when' and `unless'.
21054 (pop-mark): Use `when'.
21055
21056 * mouse-sel.el (mouse-sel-get-selection-function):
21057 Check `x-last-selected-text-primary'. Don't barf if it or
21058 `x-last-selected-text' aren't bound.
21059
21060 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21061
21062 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21063
21064 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21065
21066 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21067
21068 2003-07-23 John Paul Wallington <jpw@gnu.org>
21069
21070 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21071
21072 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21073
21074 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21075 string. Defvar the derived hook.
21076
21077 * macros.el (insert-kbd-macro): Escape double quote character.
21078 From Thomas W Murphy <twm@andrew.cmu.edu>.
21079
21080 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21081
21082 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21083 to match the specific mark rather than reusing comment-start-skip.
21084
21085 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21086
21087 * progmodes/hideshow.el (hs-special-modes-alist):
21088 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21089
21090 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21091
21092 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21093 value using ?\s.
21094
21095 2003-07-21 John Paul Wallington <jpw@gnu.org>
21096
21097 * subr.el (with-selected-window): Add closing paren.
21098
21099 2003-07-21 Richard M. Stallman <rms@gnu.org>
21100
21101 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21102 (lisp-mode): Likewise.
21103
21104 * subr.el (with-selected-window): Copy code form save-selected-window
21105 so as to call select-window with norecord arg.
21106 (dynamic-completion-table): Doc fix.
21107 (lazy-completion-table): Doc fix.
21108
21109 * international/mule-cmds.el (set-locale-environment):
21110 langinfo renamed to locale-info.
21111
21112 * international/mule.el (auto-coding-functions): Doc fix.
21113
21114 2003-07-21 Kenichi Handa <handa@m17n.org>
21115
21116 * international/quail.el (quail-translate-key):
21117 Update quail-current-str correctly.
21118
21119 2003-07-21 Andreas Schwab <schwab@suse.de>
21120
21121 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21122 ?, to "_".
21123
21124 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21125 Version 2.0.36 of Tramp released.
21126
21127 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21128 tramp-password-end-of-line.
21129 (tramp-password-end-of-line): New method parameter.
21130 (tramp-get-password-end-of-line): Function to access method
21131 parameter `tramp-password-end-of-line', or variable
21132 `tramp-default-password-end-of-line' (default value).
21133 (tramp-methods): Add entries for new parameter
21134 tramp-password-end-of-line.
21135 (tramp-enter-password): Use new function
21136 `tramp-get-password-end-of-line'.
21137 (tramp-handle-insert-file-contents): Do not
21138 unconditionally inhibit the file operation file-local-copy, only
21139 do that when the inhibit-file-name-operation is currently
21140 insert-file-contents. This fixes finding remote CVS-controlled
21141 files. (It would barf on inserting the CVS/Entries file
21142 literally, because the file-local-copy handler wasn't called.)
21143 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21144 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21145 (tramp-initial-commands): New variable.
21146 (tramp-process-initial-commands): New function, using the variable.
21147 (tramp-open-connection-setup-interactive-shell): Call the new function.
21148 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21149 method into the buffer name, never use nil. Reported by Hanak
21150 David <dhanak@inf.bme.hu>.
21151 (tramp-open-connection-setup-interactive-shell): Erase buffer
21152 before sending "stty -onlcr".
21153
21154 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21155
21156 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21157
21158 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21159
21160 2003-07-19 John Paul Wallington <jpw@gnu.org>
21161
21162 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21163 (artist-draw-rect, artist-draw-square): Doc fixes.
21164
21165 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21166
21167 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21168
21169 2003-07-19 Kenichi Handa <handa@m17n.org>
21170
21171 * international/kkc.el (kkc-show-conversion-list-update):
21172 Highlight the correct candidate in the message.
21173
21174 2003-07-18 John Paul Wallington <jpw@gnu.org>
21175
21176 * simple.el (current-word): Don't include punctuation char when
21177 `really-word' arg is non-nil.
21178
21179 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21180
21181 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21182 moved to the directory obsolete.
21183
21184 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21185
21186 * info.el (Info-menu-entry-name-re): Allow newlines in
21187 menu entry names.
21188
21189 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21190 syntax-ppss-after-change-function.
21191 (syntax-ppss-after-change-function): New alias. Update uses.
21192 (syntax-ppss): Catch the case where the buffer is narrowed.
21193
21194 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21195
21196 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21197 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21198
21199 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21200
21201 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21202 since it might be modified.
21203
21204 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21205 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21206 names to these language constants.
21207
21208 2003-07-15 Kim F. Storm <storm@cua.dk>
21209
21210 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21211 All uses changed.
21212
21213 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21214
21215 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21216 Namespace support.
21217
21218 2003-07-13 Juanma Barranquero <lektu@terra.es>
21219
21220 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21221 papers received).
21222
21223 2003-07-13 Karl Eichwalder <ke@suse.de>
21224
21225 * textmodes/po.el (po-find-charset): White space at the start of the
21226 Content-Type field body is non-mandatory.
21227
21228 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21229
21230 * textmodes/texinfo.el (texinfo-section-list):
21231 Append appendixsection; a synonym for appendixsec.
21232
21233 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21234
21235 * man.el (Man-translate-cleanup): New.
21236 (Man-translate-references): Call `Man-translate-cleanup' to clean
21237 leading, trailing and middle spaces.
21238
21239 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21240
21241 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21242 Handle `dired-directory' being a list.
21243
21244 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21245
21246 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21247 it doesn't exist.
21248
21249 2003-07-12 Richard M. Stallman <rms@gnu.org>
21250
21251 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21252
21253 * progmodes/cc-defs.el (c-make-keywords-re):
21254 Don't use delete-duplicates.
21255 (c-lang-const): Don't use mapcan.
21256
21257 * apropos.el (apropos-show-scores): Make it customizable.
21258 Document new meaning.
21259 (apropos): Compute scores from symbols.
21260 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21261
21262 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21263
21264 * ps-bdf.el: Fix copyright line.
21265 (bdf-directory-list): Fix initialization code.
21266
21267 2003-07-11 John Paul Wallington <jpw@gnu.org>
21268
21269 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21270 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21271 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21272
21273 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21274
21275 * emacs-lisp/ring.el (ring-elements): Doc fix.
21276
21277 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21278
21279 * calendar/timeclock.el (timeclock-relative)
21280 (timeclock-ask-before-exiting, timeclock-use-display-time):
21281 Doc changes.
21282 (timeclock-modeline-display): Give a message if
21283 `timeclock-use-display-time' is non-nil but `display-time-mode'
21284 is not active.
21285
21286 2003-07-11 Kenichi Handa <handa@m17n.org>
21287
21288 * international/mule-cmds.el (set-language-environment):
21289 Set current-language-environment to the correct string.
21290
21291 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21292
21293 * ps-print.el: Print line number correctly in a region. Reported by
21294 Tim Allen <timallen@ls83.fsnet.co.uk>.
21295 (ps-print-version): New version number (6.6.2).
21296 (ps-printing-region): Code fix.
21297
21298 2003-07-10 John Paul Wallington <jpw@gnu.org>
21299
21300 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21301 this function can be called from `add-completions-from-tags-table'.
21302
21303 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21304
21305 * calendar/timeclock.el (timeclock-use-display-time)
21306 (timeclock-day-over-hook, timeclock-workday-remaining)
21307 (timeclock-status-string, timeclock-when-to-leave)
21308 (timeclock-when-to-leave-string, timeclock-log-data)
21309 (timeclock-find-discrep, timeclock-day-base)
21310 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21311 (timeclock-modeline-display): Set the variable
21312 `timeclock-modeline-display'.
21313 (timeclock-update-modeline): Doc fix. Respect value of
21314 `timeclock-relative'.
21315
21316 2003-07-09 Richard M. Stallman <rms@gnu.org>
21317
21318 * textmodes/reftex-parse.el (reftex-all-document-files):
21319 Add autoload cookie.
21320
21321 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21322 (reftex-scanning-info-available-p): Add autoload cookie.
21323
21324 * international/mule-cmds.el
21325 (set-display-table-and-terminal-coding-system): Delete duplicate
21326 aset on standard-display-table.
21327
21328 * view.el (view-file): If existing buffer's major mode is special,
21329 don't go into view mode.
21330
21331 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21332
21333 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21334
21335 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21336 buffer changes; there's third party code that calls this function
21337 directly.
21338
21339 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21340
21341 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21342 (autodoc-font-lock-keywords): Don't byte compile on font lock
21343 initialization when running from byte compiled files.
21344
21345 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21346
21347 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21348 statement ends with auto-increment "++".
21349
21350 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21351
21352 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21353 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21354 these are changed, so declare them as variables and not constants.
21355
21356 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21357
21358 * subr.el (dolist, dotimes): Doc fix.
21359
21360 2003-07-08 Kim F. Storm <storm@cua.dk>
21361
21362 * international/mule-cmds.el
21363 (set-display-table-and-terminal-coding-system): Don't break
21364 bootstrap if standard-display-table isn't setup yet.
21365
21366 2003-07-07 Richard M. Stallman <rms@gnu.org>
21367
21368 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21369 Give it a doc string, and autoload it.
21370
21371 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21372 Use with-no-warnings.
21373
21374 * info.el (Info-search): If find invisible text, search again.
21375
21376 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21377
21378 * man.el (Man-name-regexp): Match + as part of name.
21379
21380 * simple.el (visible-mode): Rename from vis-mode.
21381 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21382
21383 * simple.el (current-word): New arg REALLY-WORD specifies
21384 don't include punctuation chars.
21385
21386 * emacs-lisp/debug.el (debug, debugger-env-macro):
21387 Use with-no-warnings while accessing and binding unread-command-char.
21388
21389 * international/mule-cmds.el
21390 (set-display-table-and-terminal-coding-system): Use explicit loop
21391 instead of calling standard-display-default.
21392
21393 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21394 Use condition-case to catch error in ange-ftp-get-files.
21395
21396 * net/browse-url.el (browse-url-browser-function):
21397 Add alternative for Epiphany.
21398 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21399 (browse-url-epiphany-startup-arguments)
21400 (browse-url-epiphany-new-window-is-tab): New variables.
21401 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21402
21403 * progmodes/compile.el (compile-auto-highlight): Default now t.
21404 (compile): Doc fix.
21405 (compilation-next-error): Fix previous change.
21406
21407 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21408
21409 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21410
21411 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21412
21413 * gdb-ui.el (gdb-source-info): Display current frame when
21414 attaching to an existing process.
21415 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21416 while laying out windows when attaching to an existing process.
21417
21418 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21419
21420 * info.el (Info-menu): Use Info-menu-entry-name-re.
21421
21422 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21423
21424 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21425 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21426
21427 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21428 to match the same text.
21429
21430 2003-07-06 John Paul Wallington <jpw@gnu.org>
21431
21432 * vc.el (vc-annotate-offset): Move defvar up.
21433
21434 2003-07-06 Kim F. Storm <storm@cua.dk>
21435
21436 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21437 This should fix the infinite loop when extracting menu names.
21438
21439 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21440
21441 * files.el (auto-mode-alist, interpreter-mode-alist):
21442 Remove entries to CC Mode modes to avoid duplicates; they are now added
21443 with autoload directives in cc-mode.el.
21444
21445 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21446
21447 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21448 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21449 these are changed, so declare them as variables and not constants.
21450
21451 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21452 ensure that the entry for ".c" extension comes before the one for
21453 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21454 Fix incorrect entries that were added to `interpreter-mode-alist'.
21455 Move the autoload directives for AWK to the top level since they
21456 aren't recognized anywhere else. Do not use the new AWK mode doc
21457 in the autoload form for the old AWK mode.
21458
21459 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21460
21461 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21462 (bibtex-sort-ignore-string-entries): Default value t.
21463 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21464 erroneously in previous version.
21465 (bibtex-string-files): Docstring reflects new parsing scheme.
21466 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21467 docstring, add # as one of the chars to crush
21468 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21469 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21470 (bibtex-autokey-name-change-strings)
21471 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21472 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21473 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21474 (bibtex-autokey-title-terminators)
21475 (bibtex-autokey-titlewords-stretch)
21476 (bibtex-autokey-titleword-ignore)
21477 (bibtex-autokey-titleword-case-convert)
21478 (bibtex-autokey-titleword-abbrevs)
21479 (bibtex-autokey-titleword-abbrevs)
21480 (bibtex-autokey-titleword-change-strings)
21481 (bibtex-autokey-titleword-length)
21482 (bibtex-autokey-titleword-separator)
21483 (bibtex-autokey-name-year-separator)
21484 (bibtex-autokey-year-title-separator)
21485 (bibtex-autokey-before-presentation-function)
21486 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21487 Fix docstring.
21488 (bibtex-strings, bibtex-reference-keys):
21489 Use lazy-completion-table and make-variable-buffer-local.
21490 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21491 (bibtex-braced-string-syntax-table)
21492 (bibtex-quoted-string-syntax-table): New variables.
21493 (bibtex-parse-nested-braces): Remove.
21494 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21495 (bibtex-parse-association): Simplify.
21496 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21497 (bibtex-parse-field-text): Simplify.
21498 (bibtex-search-forward-field, bibtex-search-backward-field):
21499 argument BOUND can take value t.
21500 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21501 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21502 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21503 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21504 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21505 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21506 and ending of entry. Update for changes of bibtex-search-entry.
21507 Simplify.
21508 (bibtex-map-entries): FUN is called with three arguments.
21509 (bibtex-search-entry): Return a cons pair with buffer positions of
21510 beginning and end of entry.
21511 (bibtex-enclosing-field): Simplify.
21512 (bibtex-format-entry): Use booktitle to set a missing title.
21513 (bibtex-autokey-get-names): Fiddle with regexps.
21514 (bibtex-generate-autokey): Use identity.
21515 (bibtex-parse-keys): Use simplified parsing algorithm if
21516 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21517 arguments. Return alist of keys.
21518 (bibtex-parse-strings): Simplify. Return alist of strings.
21519 (bibtex-complete-string-cleanup): Fix docstring.
21520 (bibtex-read-key): New function.
21521 (bibtex-mode): Fix docstring. Do not parse for keys and
21522 strings when the mode is entered. Set fill-paragraph-function to
21523 bibtex-fill-field. Setup font-lock-mark-block-function the way
21524 font-lock intended.
21525 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21526 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21527 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21528 (bibtex-Preamble): Avoid hard coded constants.
21529 (bibtex-make-field): Fix docstring. Simplify.
21530 (bibtex-beginning-of-entry): Always return new position of point.
21531 (bibtex-end-of-entry): Rearrange cond clauses.
21532 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21533 Update for changes of bibtex-map-entries.
21534 (bibtex-ispell-abstract): Do not move point.
21535 (bibtex-entry-index): Use downcase. Simplify.
21536 (bibtex-lessp): Handle catch-all.
21537 (bibtex-find-crossref): Turn into a command.
21538 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21539 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21540 preamble entries.
21541 (bibtex-fill-field-bounds): New function.
21542 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21543 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21544 (bibtex-String): Use bibtex-strings. Always obey
21545 bibtex-sort-ignore-string-entries.
21546
21547 2003-07-05 John Paul Wallington <jpw@gnu.org>
21548
21549 * cus-theme.el (customize-create-theme):
21550 Call `customize-create-theme' in Reset widget's notify function.
21551
21552 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21553 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21554 (define-ibuffer-column name): Add summarizer.
21555 (define-ibuffer-column size): Likewise.
21556 (define-ibuffer-column filename): Likewise.
21557 (define-ibuffer-column process): Likewise. Change BODY's output too.
21558 (define-ibuffer-column filename-and-process): Likewise, likewise.
21559 (ibuffer): Remove local vars `already-in' and `need-update'.
21560
21561 * ibuf-ext.el: Don't require `derived' at compile-time.
21562
21563 2003-07-05 Kim F. Storm <storm@cua.dk>
21564
21565 * info.el: Disable paragraph refilling.
21566 (Info-refill-paragraphs): New defcustom.
21567 (Info-fontify-node): Use it.
21568
21569 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21570
21571 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21572 thingies from constructors created by defstruct.
21573
21574 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21575 the default value of the variable.
21576 (byte-code-meter): Move declaration to top level.
21577
21578 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21579
21580 * info.el (Info-following-node-name-re): New fun.
21581 (Info-following-node-name): Remove.
21582 (Info-insert-dir): Use the new fun.
21583 (Info-extract-pointer): Don't save restriction; use new fun.
21584 (Info-menu-entry-name-re): New const.
21585 (Info-menu-entry-name-re): Use it along with new fun.
21586 (Info-node-spec-re): Use new fun.
21587 (Info-complete-menu-item, Info-fontify-node): Use new const.
21588 (Info-goto-node, Info-follow-reference, Info-menu-update):
21589 Use match-string.
21590 (Info-follow-reference): Use assoc-string.
21591 Use a list of strings for the completion table.
21592 (Info-fontify-node): Use match-string, line-end-position.
21593 Limit the search for `node:' to the first line.
21594
21595 * newcomment.el (uncomment-region): Remove padding coming from
21596 comment-start rather than just from comment-padding.
21597
21598 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21599 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21600 (vc-cvs-rename-file): Remove (use the default).
21601 (vc-cvs-register): Register parent dir if needed.
21602 (vc-cvs-could-register): Return non-nil if parent can be registered.
21603 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21604 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21605
21606 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21607 (vc-svn-update): Fix the arguments to `svn'.
21608 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21609 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21610 Simple implementations, assuming `name' is a URL.
21611
21612 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21613 set of chars allowed unquoted in a case pattern.
21614
21615 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21616
21617 * font-lock.el (font-lock-extra-types-widget)
21618 (c-font-lock-extra-types, c++-font-lock-extra-types)
21619 (objc-font-lock-extra-types, java-font-lock-extra-types)
21620 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21621 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21622 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21623 (font-lock-match-c++-structor-declaration)
21624 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21625 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21626 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21627 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21628 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21629 (java-font-lock-keywords-3, java-font-lock-keywords)
21630 (java-font-lock-syntactic-face-function): Remove obsolete code
21631 and constants. It's all in cc-fonts.el now.
21632
21633 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21634
21635 * mail/sendmail.el (mail-specify-envelope-from)
21636 (mail-envelope-from): Doc fix.
21637
21638 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21639
21640 * generic-x.el: Do away with the dependency on `c-emacs-features'
21641 when populating `rul-generic-mode-syntax-table'; we already know
21642 this isn't XEmacs.
21643
21644 See ChangeLog.10 for earlier changes.
21645
21646 ;; Local Variables:
21647 ;; coding: iso-2022-7bit
21648 ;; End:
21649
21650 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21651 Copying and distribution of this file, with or without modification,
21652 are permitted provided the copyright notice and this notice are preserved.
21653
21654 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1