]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(woman-mode-line-format): Delete constant.
[gnu-emacs] / lisp / ChangeLog
1 2005-06-13 Lute Kamstra <lute@gnu.org>
2
3 * woman.el (woman-mode-line-format): Delete constant.
4 (woman-mode-map): Initialize it properly.
5 (woman-mode): Set mode-class property to special. Use
6 delay-mode-hooks and run-mode-hooks. Use the right keymap. Set
7 major-mode and mode-name. Don't set mode-line-format directly.
8 (Man-getpage-in-background): Don't reference
9 woman-mode-line-format.
10
11 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
12 string argument obsolete.
13
14 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15
16 * textmodes/org.el: (org-CUA-compatible): New option.
17 (org-disputed-keys): New variable.
18 (org-key): New function.
19 (orgtbl-make-binding): Add docstring to the created function.
20 (org-mode): Set paragraph start/separate regexps.
21 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
22 (org-archive-location, org-archive-mark-done)
23 (org-archive-stamp-time): New options.
24 (org-archive-subtree): New command.
25 (org-fill-paragraph): New function.
26 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27 (org-fake-empty-table-line): Function removed.
28 (org-format-org-table-html): Do not create empty table lines at
29 separator lines. Improved table header treatment.
30 (org-link-format): New option.
31 (org-make-link): New function.
32 (org-insert-link, org-store-link): Use org-make-link.
33 (org-open-file): Quote file name for shell command, to allow
34 spaces in file names.
35 (org-link-regexp): Fixed bug with mailto link.
36 (org-link-maybe-angles-regexp, org-protected-link-regexp): New
37 constant.
38 (org-export-as-html): Deal with the optional angles around a link.
39 Better treatment of file: links.
40 (org-open-at-point): Replace @{ and @} with < and >.
41 (org-run-mode-hooks): Function removed.
42 (org-agenda-mode): No longer use `org-run-mode-hooks'.
43
44 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
45
46 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
47 MI command -data-list-register-values.
48 (gdb-post-prompt): Indent properly.
49
50 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
51
52 * hilit-chg.el (highlight-changes-colors): Rename from
53 `highlight-changes-colours'.
54 (highlight-changes-colours): Keep as obsolete alias.
55 (highlight-changes-face-list): Doc fix.
56 (hilit-chg-make-list): Use `highlight-changes-colors'.
57
58 2005-06-12 Mark A. Hershberger <mah@everybody.org>
59
60 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
61 defun-prompt-regexp.
62
63 2005-06-12 Eli Zaretskii <eliz@gnu.org>
64
65 * loadup.el: Don't say we are dumping under 2 names on windows-nt
66 and cygwin.
67
68 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): Don't
69 use an old loaddefs.el, as in Makefile.in.
70
71 2005-06-12 Lute Kamstra <lute@gnu.org>
72
73 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
74
75 * man.el (Man-mode-map): Initialize it properly.
76 (Man-mode): Set mode-class property to special.
77
78 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
79
80 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
81
82 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
83 A newline is needed in the docstring there.
84
85 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
86 Doc fixes.
87
88 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
89
90 * printing.el: Doc fix. The menubar is no more changed when printing
91 is loaded, it only changes when pr-menu-bind or pr-update-menus is
92 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
93 (pr-version): New version number (6.8.4).
94 (pr-menu-bind): New command.
95 (pr-update-menus): Docstring and code fix.
96 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
97 Docstring fix.
98 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
99 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
100
101 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
102
103 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
104 "Returns" to "return", document useful return values, etc.
105
106 2005-06-11 Alan Mackenzie <acm@muc.de>
107
108 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
109 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
110 (adaptive-file-function): Minor amendment to doc-string.
111
112 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
113
114 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
115 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step): Fix
116 :type--it is `integer', not `string'.
117
118 * faces.el (modeline-highlight): Rename from (the erroneous)
119 `modeline-higilight'.
120
121 2005-06-11 Lute Kamstra <lute@gnu.org>
122
123 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
124 lisp-interaction-mode-map but make it the parent.
125 (edebug-eval-mode): Use define-derived-mode.
126
127 2005-06-11 Andreas Schwab <schwab@suse.de>
128
129 * bindings.el: Add binding of `ESC functionkey' for every
130 `M-functionkey'.
131 * hexl.el (hexl-mode-map): Likewise.
132
133 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
134
135 * progmodes/compile.el (compilation-error-regexp-alist-alist)
136 [msft]: update regexp for newer msft compilers.
137
138 2005-06-10 Mark A. Hershberger <mah@everybody.org>
139
140 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
141 ATTLIST portions of included DTDs.
142 (xml-parse-dtd): Eliminate use of inefficient match-data.
143
144 2005-06-10 Miles Bader <miles@gnu.org>
145
146 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
147 (mpuz-text): Remove "-face" suffix from face names.
148 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
149 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
150 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
151
152 * play/gomoku.el (gomoku-O, gomoku-X):
153 Remove "-face" suffix from face names.
154 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
155 New backward-compatibility aliases for renamed faces.
156 (gomoku-font-lock-keywords): Use renamed gomoku faces.
157
158 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
159
160 * thumbs.el: Fixes for changes of 2005-06-09.
161 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
162 as a directory.
163 (thumbs-thumbname): Remove directory separator from format string;
164 `thumbs-thumbsdir' now returns a valid directory name.
165 (thumbs-temp-dir): New defsubst.
166 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
167 Use it.
168
169 * cus-edit.el (minibuffer):
170 * files.el (make-backup-file-name-function):
171 * filesets.el (filesets-external-viewers):
172 * hilit-chg.el (highlight-changes-colours)
173 (highlight-changes-face-list, highlight-changes-rotate-faces):
174 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
175 * kmacro.el (kmacro-call-macro):
176 * log-edit.el (log-edit-changelog-full-paragraphs):
177 * mouse.el (mouse-1-click-follows-link):
178 * skeleton.el (skeleton-autowrap):
179 * subr.el (insert-for-yank-1):
180 * tempo.el (tempo-insert-region):
181 * terminal.el (terminal-emulator):
182 * time.el (display-time-mail-face):
183 * vc.el (vc-annotate):
184 * vcursor.el (vcursor-copy-line):
185 * woman.el (woman-bold-headings, woman-ignore)
186 (woman-default-faces, woman-monochrome-faces):
187 * calendar/todo-mode.el (todo-insert-threshold):
188 * emulation/pc-select.el (pc-select-selection-keys-only)
189 (pc-selection-mode):
190 * emulation/vip.el (vip-find-char-forward):
191 * emulation/viper-cmd.el (viper-find-char-forward):
192 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
193 (input-method-exit-on-invalid-key):
194 * international/mule-diag.el (describe-coding-system):
195 * international/ucs-tables.el (unify-8859-on-encoding-mode):
196 * net/browse-url.el (browse-url-xterm-program):
197 * obsolete/lazy-lock.el (lazy-lock-mode):
198 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
199 (cperl-mode):
200 * progmodes/cpp.el (cpp-face-light-name-list)
201 (cpp-face-dark-name-list):
202 * progmodes/delphi.el (delphi-newline-always-indents):
203 Fix spellings in docstrings.
204
205 * ido.el (ido-mode, ido-file-extensions-order)
206 (ido-default-file-method, ido-default-buffer-method)
207 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
208 (ido-decorations, ido-read-file-name-as-directory-commands)
209 (ido-read-file-name-non-ido, ido-work-directory-list)
210 (ido-ignore-item-temp-list, ido-current-directory)
211 (ido-magic-forward-char, ido-enter-find-file)
212 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
213 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
214
215 2005-06-10 Lute Kamstra <lute@gnu.org>
216
217 * play/dunnet.el (dun-mode): Use define-derived-mode.
218 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
219 obsolete alias.
220
221 * play/doctor.el (doctor-mode-map): Remove defvar.
222 (doctor-mode): Use define-derived-mode.
223
224 * mail/mspools.el (mspools-mode):
225 * net/eudc-hotlist.el (eudc-hotlist-mode):
226 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
227
228 2005-06-10 Miles Bader <miles@gnu.org>
229
230 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
231 Remove "-face" suffix from face names.
232 (flyspell-incorrect-face, flyspell-duplicate-face):
233 New backward-compatibility aliases for renamed faces.
234 (flyspell-mode-on, make-flyspell-overlay)
235 (flyspell-highlight-incorrect-region)
236 (flyspell-highlight-duplicate-region)
237 (flyspell-display-next-corrections)
238 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
239
240 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
241 from face name.
242 (texinfo-heading-face): New backward-compatibility alias for
243 renamed face.
244 (texinfo-heading-face): Use renamed texinfo-heading face.
245
246 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
247 suffix from face names.
248 (tex-math-face, tex-verbatim-face):
249 New backward-compatibility aliases for renamed faces.
250 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
251 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
252 literal face name.
253
254 * textmodes/table.el (table-cell): Remove "-face" suffix from face
255 name.
256 (table-cell-face): New backward-compatibility alias for renamed face.
257 (table--put-cell-face-property, table--update-cell-face):
258 Use renamed table-cell face.
259
260 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
261 from face name.
262 (sgml-namespace-face): New backward-compatibility alias for
263 renamed face.
264 (sgml-namespace-face): Use renamed sgml-namespace face.
265
266 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
267 (org-level-4, org-level-5, org-level-6, org-level-7)
268 (org-level-8, org-warning, org-headline-done)
269 (org-deadline-announce, org-scheduled-today)
270 (org-scheduled-previously, org-link, org-done, org-table)
271 (org-time-grid): Remove "-face" suffix from face names.
272 (org-level-1-face, org-level-2-face, org-level-3-face)
273 (org-level-4-face, org-level-5-face, org-level-6-face)
274 (org-level-7-face, org-level-8-face, org-warning-face)
275 (org-headline-done-face, org-deadline-announce-face)
276 (org-scheduled-today-face, org-scheduled-previously-face)
277 (org-link-face, org-done-face, org-table-face)
278 (org-time-grid-face):
279 New backward-compatibility aliases for renamed faces.
280 (org-level-faces, org-set-font-lock-defaults, org-timeline)
281 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
282 (org-agenda-get-timestamps, org-agenda-get-scheduled)
283 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
284
285 * emulation/viper-init.el (viper-search, viper-replace-overlay)
286 (viper-minibuffer-emacs, viper-minibuffer-insert)
287 (viper-minibuffer-vi): Remove "-face" suffix from face names.
288 (viper-search-face, viper-replace-overlay-face)
289 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
290 (viper-minibuffer-vi-face):
291 New backward-compatibility aliases for renamed faces.
292 (viper-search-face, viper-replace-overlay-face)
293 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
294 (viper-minibuffer-vi-face): Use renamed viper faces.
295
296 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
297 Remove "-face" suffix from face names.
298 (testcover-nohits-face, testcover-1value-face):
299 New backward-compatibility aliases for renamed faces.
300 (testcover-mark): Use renamed testcover faces.
301
302 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
303 face name.
304 (diary-button-face): New backward-compatibility alias for renamed face.
305 (diary-entry): Use renamed diary-button face.
306
307 * calendar/calendar.el (diary, calendar-today, holiday)
308 (mark-visible-calendar-date): Remove "-face" suffix from face names.
309 (diary-face, calendar-today-face, holiday-face):
310 New backward-compatibility aliases for renamed faces.
311 (eval-after-load "facemenu", diary-entry-marker)
312 (calendar-today-marker, calendar-holiday-marker, diary-face):
313 Use renamed calendar faces.
314
315 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
316 (compare-windows-face): New backward-compatibility alias for
317 renamed face.
318 (compare-windows-highlight): Use renamed compare-windows face.
319
320 * strokes.el (strokes-char): Remove "-face" suffix from face name.
321 (strokes-char-face): New backward-compatibility alias for renamed face.
322 (strokes-encode-buffer): Use renamed strokes-char face.
323
324 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
325 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
326 Remove "-face" suffix from face names.
327 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
328 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
329 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
330 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
331 Use renamed pcvs faces.
332 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
333 * pcvs-defs.el (cvs-mode-map): Likewise.
334 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
335
336 * info.el (info-title-1, info-title-2, info-title-3)
337 (info-title-4): Remove "-face" suffix from and downcase face names.
338 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
339 (Info-title-4-face):
340 New backward-compatibility aliases for renamed faces.
341 (Info-fontify-node): Use renamed info faces.
342
343 * hilit-chg.el (highlight-changes, highlight-changes-delete):
344 Remove "-face" suffix from face names.
345 (highlight-changes-face, highlight-changes-delete-face):
346 New backward-compatibility aliases for renamed faces.
347 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
348 (hilit-chg-make-list): Use renamed highlight-changes faces.
349
350 * generic-x.el (show-tabs-tab, show-tabs-space):
351 Remove "-face" suffix from face names.
352 (show-tabs-tab-face, show-tabs-space-face):
353 New backward-compatibility aliases for renamed faces.
354 (show-tabs-generic-mode-font-lock-defaults-1)
355 (show-tabs-generic-mode-font-lock-defaults-2):
356 Use renamed show-tabs faces.
357
358 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
359 (smerge-markers): Remove "-face" suffix from face names.
360 (smerge-mine-face, smerge-other-face, smerge-base-face)
361 (smerge-markers-face):
362 New backward-compatibility aliases for renamed faces.
363 (smerge-mine-face, smerge-other-face, smerge-base-face)
364 (smerge-markers-face): Use renamed smerge faces.
365
366 * log-view.el (log-view-file, log-view-message):
367 Remove "-face" suffix from face names.
368 (log-view-file-face, log-view-message-face):
369 New backward-compatibility aliases for renamed faces.
370 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
371
372 * paren.el (show-paren-match, show-paren-mismatch):
373 Remove "-face" suffix from face names.
374 (show-paren-match-face, show-paren-mismatch-face):
375 New backward-compatibility aliases for renamed faces.
376 (show-paren-function): Use renamed show-paren faces.
377
378 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
379 (ruler-mode-margins, ruler-mode-fringes)
380 (ruler-mode-column-number, ruler-mode-fill-column)
381 (ruler-mode-comment-column, ruler-mode-goal-column)
382 (ruler-mode-tab-stop, ruler-mode-current-column):
383 Remove "-face" suffix from face names.
384 (ruler-mode-default-face, ruler-mode-pad-face)
385 (ruler-mode-margins-face, ruler-mode-fringes-face)
386 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
387 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
388 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
389 New backward-compatibility aliases for renamed faces.
390 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
391 (ruler-mode-column-number, ruler-mode-fill-column)
392 (ruler-mode-comment-column, ruler-mode-goal-column)
393 (ruler-mode-tab-stop, ruler-mode-current-column)
394 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
395
396 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
397 face name.
398 (whitespace-highlight-the-space): Use renamed face.
399 (whitespace-highlight-face): New backward-compatibility alias for
400 renamed face.
401
402 * woman.el (woman-italic, woman-bold, woman-unknown)
403 (woman-addition, woman-symbol-face):
404 Remove "-face" suffix from face names.
405 (woman-italic-face, woman-bold-face, woman-unknown-face)
406 (woman-addition-face):
407 New backward-compatibility aliases for renamed faces.
408 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
409 (woman-decode-region, woman-replace-match)
410 (woman-display-extended-fonts, woman-special-characters)
411 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
412 Use renamed woman faces.
413
414 * longlines.el (longlines-visible-face): Face removed.
415
416 * diff-mode.el (diff-header, diff-file-header, diff-index)
417 (diff-hunk-header, diff-removed, diff-added, diff-changed)
418 (diff-function, diff-context, diff-nonexistent): Remove "-face"
419 suffix from face names.
420 (diff-header-face, diff-file-header-face, diff-index-face)
421 (diff-hunk-header-face, diff-removed-face, diff-added-face)
422 (diff-changed-face, diff-function-face, diff-context-face)
423 (diff-nonexistent-face): New backward-compatibility aliases for
424 renamed faces.
425 (diff-header-face, diff-file-header-face)
426 (diff-index, diff-index-face, diff-hunk-header)
427 (diff-hunk-header-face, diff-removed, diff-removed-face)
428 (diff-added, diff-added-face, diff-changed-face, diff-function)
429 (diff-function-face, diff-context-face, diff-nonexistent)
430 (diff-nonexistent-face): Use renamed diff-mode faces.
431
432 * progmodes/compile.el (compilation-warning-face)
433 (compilation-info-face): Remove "-face" suffix from face names.
434 (compilation-warning-face, compilation-info-face):
435 New backward-compatibility aliases for renamed faces.
436 (compilation-warning-face, compilation-info-face):
437 Use renamed compilation faces.
438
439 * add-log.el (change-log-date, change-log-name)
440 (change-log-email, change-log-file, change-log-list)
441 (change-log-conditionals, change-log-function)
442 (change-log-acknowledgement): Remove "-face" suffix from face names.
443 (change-log-date-face, change-log-name-face)
444 (change-log-email-face, change-log-file-face)
445 (change-log-list-face, change-log-conditionals-face)
446 (change-log-function-face, change-log-acknowledgement-face):
447 New backward-compatibility aliases for renamed faces.
448 (change-log-font-lock-keywords): Use renamed change-log faces.
449
450 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
451 (custom-set, custom-changed, custom-saved, custom-button)
452 (custom-button-pressed, custom-documentation, custom-state)
453 (custom-comment, custom-comment-tag, custom-variable-tag)
454 (custom-variable-button, custom-face-tag, custom-group-tag-1)
455 (custom-group-tag): Remove "-face" suffix from face names.
456 (custom-magic-alist, custom-magic-value-create)
457 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
458 (custom-invalid-face, custom-rogue-face, custom-modified-face)
459 (custom-set-face, custom-changed-face, custom-saved-face)
460 (custom-button-face, custom-button-pressed-face)
461 (custom-documentation-face, custom-state-face)
462 (custom-comment-face, custom-comment-tag-face)
463 (custom-variable-tag-face, custom-variable-button-face)
464 (custom-face-tag-face, custom-group-tag-face-1)
465 (custom-group-tag-face):
466 New backward-compatibility aliases for renamed faces.
467
468 * wid-edit.el (widget-documentation, widget-button)
469 (widget-field, widget-single-line-field, widget-inactive)
470 (widget-button-pressed): "-face" suffix removed from face names.
471 (widget-documentation-face, widget-button-face)
472 (widget-field-face, widget-single-line-field-face)
473 (widget-inactive-face, widget-button-pressed-face):
474 New backward-compatibility aliases for renamed faces.
475 (widget-documentation-face, widget-button-face)
476 (widget-button-pressed-face, widget-specify-field)
477 (widget-specify-inactive): Use renamed widget faces.
478
479 2005-06-10 Kenichi Handa <handa@m17n.org>
480
481 * term/x-win.el (x-clipboard-yank): Remove condition-case
482 wrapping.
483
484 2005-06-11 Kenichi Handa <handa@m17n.org>
485
486 * add-log.el (change-log-font-lock-keywords): Make the regexp for
487 date lines stricter.
488
489 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
490
491 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
492 of x-get-selection.
493
494 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
495
496 * comint.el (comint-mode, comint-snapshot-last-prompt):
497 * frame.el (frame-current-scroll-bars):
498 * term.el (term-mode, term-check-proc, term-input-sender)
499 (term-simple-send, term-extract-string, term-word)
500 (term-match-partial-filename):
501 * window.el (window-current-scroll-bars):
502 * emulation/cua-base.el (cua-normal-cursor-color)
503 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
504 (cua-global-mark-cursor-color):
505 * mail/undigest.el (rmail-forward-separator-regex):
506 Fix typos in docstrings.
507
508 * comint.el (comint-check-proc, make-comint-in-buffer)
509 (comint-source-default): Doc fixes.
510
511 * term.el (term-send-string): Improve argument/docstring
512 consistency.
513
514 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
515
516 * comint.el (comint-send-input): Bind `inhibit-read-only' around
517 call to `delete-region'.
518 (comint-mode-hook): Do not enable Font Lock by default.
519
520 2005-06-09 Lute Kamstra <lute@gnu.org>
521
522 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
523 could be void.
524
525 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * emacs-lisp/debug.el (debugger-will-be-back): New var.
528 (debug): Use it.
529 (debugger-step-through, debugger-continue, debugger-jump)
530 (debugger-return-value): Set it when needed.
531 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
532 Use inhibit-read-only.
533
534 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
535
536 * window.el (shrink-window-if-larger-than-buffer)
537 (window-size-fixed): Fix typo in docstring.
538
539 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
540 thumbnails directory on loading.
541 (thumbs-conversion-program): Use `eq' to check the system type,
542 not `equal'.
543 (thumbs-temp-dir): Initialize to `temporary-file-directory',
544 not "/tmp". Fix docstring.
545 (thumbs-thumbsdir): New function to return the thumbnails
546 directory, creating it if needed.
547 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
548 (thumbs-temp-file): Delete variable and make it into a function.
549 (thumbs-resize-image, thumbs-modify-image): Use it.
550 (thumbs-kill-buffer): Simplify.
551 (thumbs-gensym): Defalias or duplicate CL `gensym'.
552 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
553 docstrings.
554
555 2005-06-09 Kim F. Storm <storm@cua.dk>
556
557 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
558 set-match-data to free markers in match-data.
559
560 * replace.el (replace-match-data): Pass RESEAT arg `t' to
561 match-data to unchain markers in match-data.
562
563 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
566 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
567 unnecessary now.
568
569 2005-06-08 Richard M. Stallman <rms@gnu.org>
570
571 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
572 give the variable a doc string that doesn't say don't set it directly.
573
574 * textmodes/ispell.el (ispell-check-version):
575 Use match-string-no-properties.
576 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
577 (ispell-buffer-local-words): Likewise.
578
579 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
580 except on terminals with enough colors to really display it.
581 (makefile-dependency-regex): Delete spurious `bb'.
582
583 * faces.el (escape-glyph): Use blue once again in last case.
584 (no-break-space): Redefine so that it isn't invisible on a tty.
585
586 2005-06-08 Kim F. Storm <storm@cua.dk>
587
588 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
589 also when reading directory name.
590
591 2005-06-08 Lute Kamstra <lute@gnu.org>
592
593 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
594 (flyspell-mode-line-string): Remove autoload cookie.
595 (flyspell-mode): Remove defvar.
596
597 2005-06-07 Lute Kamstra <lute@gnu.org>
598
599 * textmodes/org.el (org-run-mode-hooks): New function.
600 (org-agenda-mode): Use it.
601
602 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
603
604 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
605
606 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
609
610 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
611
612 * font-lock.el (font-lock-add-keywords): Doc fix.
613
614 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
617 (tex-compile-default): In the absence of any history, use the order in
618 tex-compile-alist to choose the preferred command.
619 (tex-compile-commands): Reorder a bit.
620
621 * textmodes/flyspell.el (flyspell-auto-correct-binding)
622 (flyspell-incorrect-face, flyspell-duplicate-face):
623 Use (X)Emacs-agnostic code.
624 (flyspell-mode-map): Don't overwrite at each load. Remove code
625 redundant with the subsequent add-minor-mode. Merge Emacs and
626 XEmacs code.
627 (flyspell-word): Minor simplification.
628 (flyspell-math-tex-command-p): Quieten the byte-compiler.
629 (flyspell-external-point-words): Remove unused vars `size' and `start'.
630 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
631 Merge the corresponding Emacs code.
632 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
633
634 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
635 a dedicated window.
636
637 * international/latexenc.el (latexenc-find-file-coding-system):
638 Undo part of last patch, to turn off a compiler warning.
639
640 2005-06-06 Juri Linkov <juri@jurta.org>
641
642 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
643 Rename `tmm-inactive-face' to `tmm-inactive'.
644
645 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
646
647 * iswitchb.el: Rename faces.
648
649 2005-06-06 Kim F. Storm <storm@cua.dk>
650
651 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
652 (cua-global-mark): Remove -face suffix from face names.
653
654 * emulation/cua-gmrk.el (cua--init-global-mark):
655 Remove cua-global-mark face setup.
656
657 2005-06-06 Richard M. Stallman <rms@gnu.org>
658
659 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
660 just like other allowed characters.
661 (makefile-match-dependency): Exclude leading and training whitespace
662 from the range of regexp subexp 1.
663 (makefile-macroassign-regex): Don't try to match the body,
664 just the name of the macro being defined.
665
666 * info.el (Info-read-node-name-2): New function.
667 (Info-read-node-name-1): Use that.
668 Add a completion-base-size-function property.
669
670 * simple.el (completion-setup-function): Look for
671 completion-base-size-function property of
672 minibuffer-completion-table.
673
674 * files.el (locate-file-completion): Doc fix.
675
676 * printing.el: Don't call pr-update-menus; user must do that.
677
678 * emacs-lisp/debug.el (debugger-window): New variable.
679 (debug): Use debugger-window if it is set and still alive.
680 Record debugger-window for next entry.
681
682 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
683
684 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
685
686 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
687 (hack-one-local-variable, hack-local-variables)
688 (hack-local-variables-prop-line): Pass that arg.
689
690 2005-06-06 Kim F. Storm <storm@cua.dk>
691
692 * ido.el (ido-first-match, ido-only-match, ido-subdir)
693 (ido-indicator): Remove -face suffix from face names.
694
695 2005-06-06 Juri Linkov <juri@jurta.org>
696
697 * font-lock.el (font-lock-regexp-backslash)
698 (font-lock-regexp-backslash-construct): New faces.
699 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
700 after `('. Add `while-no-input' to control structures.
701
702 * faces.el (no-break-space, shadow): New faces.
703 (escape-glyph): Use less loud colors pink2 and red4.
704
705 * diff-mode.el (diff-context-face)
706 * dired.el (dired-ignored)
707 * rfn-eshadow.el (file-name-shadow)
708 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
709
710 * info.el (Info-title-1-face): Use green instead of yellow because
711 bold yellow is not readable on light backgrounds.
712
713 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
714 before selecting the desired mode to not spend time fontifying
715 old contents.
716
717 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
718
719 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
720 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
721
722 * ps-print.el (ps-default-fg, ps-default-bg):
723 Fix typos in docstrings.
724
725 * isearchb.el (isearchb): Don't pass a spurious second argument to
726 `iswitchb-completions'.
727
728 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
729
730 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
731 to preserve point.
732 (gdb-find-file-hook): Add doc string.
733
734 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
735 C dereferenced pointer expression.
736 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
737
738 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
739
740 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
741 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
742 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
743 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
744 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
745 Make background transparent.
746
747 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
748
749 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
750 (font-lock-remove-keywords): Doc fix.
751 (font-lock-mode-major-mode): Compiler defvar.
752 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
753
754 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
755 (font-lock-mode): Update `font-lock-mode-major-mode'.
756 (font-lock-set-defaults): Compiler defvar.
757 (font-lock-default-function): Take `font-lock-mode-major-mode'
758 into account.
759
760 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
761 keep track of which major mode it enabled the minor mode for.
762 Use find-file-hook again. Update docstring.
763
764 * simple.el (eval-expression-print-level)
765 (eval-expression-print-length, eval-expression-debug-on-error):
766 Doc fixes.
767
768 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
769
770 * iswitchb.el (iswitchb-single-match-face)
771 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
772 (iswitchb-invalid-regexp-face): New faces.
773 (iswitchb-completions): Use them.
774 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
775 now marked as an obsolete alias.
776 (iswitchb-read-buffer): Remove check for bound font variables.
777 (iswitchb-invalid-regexp): New free variable.
778 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
779 set iswitchb-invalid-regexp.
780 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
781 invalid regexps.
782 (iswitchb-completions): Add check for complete match when entering
783 a regexp.
784 (iswitchb-completions): Remove require-match argument.
785 (iswitchb-exhibit): Fix caller.
786 (iswitchb-common-match-inserted): New variable.
787 (iswitchb-complete, iswitchb-completion-help): Use it.
788
789 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
790
791 * url-http.el (url-http-chunked-encoding-after-change-function):
792 Use `url-http-debug' instead of `message'.
793
794 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
795
796 * url-http.el (url-http-parse-headers): Pass redirected URL as a
797 callback argument.
798
799 2005-06-04 Kim F. Storm <storm@cua.dk>
800
801 * simple.el (line-move): Only call sit-for when moving backwards.
802
803 * ido.el (ido-make-merged-file-list-1): New defun split from
804 ido-make-merged-file-list.
805 (ido-make-merged-file-list): Bind throw-on-input around call to
806 ido-make-merged-file-list-1. Return input-pending-p if
807 interrupted by more input available.
808 (ido-read-internal): Handle input-pending-p return value from
809 ido-make-merged-file-list.
810
811 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
812
813 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
814 compatibility code.
815
816 * international/latexenc.el (latexenc-find-file-coding-system):
817 Don't inherit the EOL part of the coding-system from the
818 tex-main buffer. Fit within 80 columns.
819
820 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
821
822 * tmm.el (tmm-inactive-face): New face.
823 (tmm-remove-inactive-mouse-face): New function.
824 (tmm-prompt, tmm-add-one-shortcut)
825 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
826 but not selectable.
827
828 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
829
830 * faces.el (face-equal): Improve argument/docstring consistency.
831
832 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
833
834 * progmodes/make-mode.el (makefile-targets-face)
835 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
836 (makefile-bsdmake-dependency-regex)
837 (makefile-makepp-rule-action-regex)
838 (makefile-bsdmake-rule-action-regex): New constants.
839 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
840
841 * progmodes/compile.el (compilation-error-regexp-alist-alist):
842 Allow (...) within `...' for makepp messages.
843
844 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
845
846 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
847
848 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
849 "." files are deleted from all file lists before comparison.
850
851 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
852 (viper-ESC-key): Made them customizable.
853
854 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
855
856 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
857
858 * autorevert.el (auto-revert-buffers): Use save-match-data.
859
860 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
861
862 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
863 menu items with a nil command binding.
864
865 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
866
867 * emacs-lisp/cl-macs.el (defsetf):
868 Improve argument/docstring consistency.
869
870 * faces.el (list-faces-display): Improve the formatting by
871 computing the maximum length required for any face-name (reworked
872 patch of 1999-01-11, accidentally deleted on 1999-07-21).
873 (internal-find-face): Remove redundant info in docstring.
874
875 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
876
877 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
878 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
879 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
880 (gdb-assembler-custom): Improve regexps.
881 (def-gdb-auto-update-handler): Use window point to preserve point.
882
883 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
886
887 2005-05-31 Jay Belanger <belanger@truman.edu>
888
889 * calc/calc-embed.el (calc-embedded-word): Change argument passed
890 to calc-embedded.
891 (calc-embedded-make-info): Have plain prefix argument select
892 entire line.
893
894 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
895
896 * faces.el (list-faces-display): Signal error if passed a regexp
897 that matches no face name.
898
899 * simple.el (filter-buffer-substring): Fix typo in docstring.
900
901 2005-05-31 Richard M. Stallman <rms@gnu.org>
902
903 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
904 (vhdl-emacs-21): Doc fix.
905 (vhdl-mode): Unconditionally set comment-padding.
906 (vhdl-fixup-whitespace-region): Insert spaces only where
907 there are none.
908 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
909
910 2005-05-30 John Wiegley <johnw@newartisans.com>
911
912 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
913 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
914 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
915 `directory-sep-char' to ?/, and all uses of `string-to-int' to
916 `string-to-number'.
917
918 2005-05-30 Jay Belanger <belanger@truman.edu>
919
920 * calc/calc.el (calc-bug-address): Fix docstring.
921 (calc-window-hook, calc-trail-window-hook): New variables.
922 (calc-trail-display): Restore use of calc-trail-window-hook.
923 (calc): Restore use of calc-window-hook.
924
925 2005-05-31 Masatake YAMATO <jet@gyve.org>
926
927 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
928
929 * help-fns.el (help-C-file-name): Add autoload mark for
930 `find-function-noselect'.
931
932 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
935 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
936
937 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
938
939 * calendar/diary-lib.el (mark-included-diary-files): Only kill
940 included diary buffer if it was not already being visited.
941 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
942
943 * calendar/icalendar.el (top-level): Do not require 'appt.
944
945 * mail/supercite.el (sc-select-attribution): Only use a list
946 element from sc-attrib-selection-list if it returns a string.
947 Reported by Davide G. M. Salvetti <salve@debian.org>.
948
949 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
950
951 * thumbs.el (thumbs-thumbname): The resulting thubname now
952 includes a hash value to improve its uniqueness, and has a ".jpg"
953 extension. Also, it is now a valid filename on all systems.
954 (thumbs-make-thumb): Use `let', not `let*'.
955 (thumbs-show-thumbs-list): Check for JPEG availability.
956
957 2005-05-30 Richard M. Stallman <rms@gnu.org>
958
959 * filesets.el (filesets-menu-ensure-use-cached):
960 Prevent warning when emacs-version>= is undefined.
961
962 * printing.el (pr-interactive-n-up): Use string-to-number.
963
964 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
965
966 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
967 Warn only when name to be defined is quoted.
968
969 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
970
971 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
972 Make regexp more robust.
973 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
974 Force regeneration of disassembly.
975
976 2005-05-29 Jay Belanger <belanger@truman.edu>
977
978 * calc/calc.el (calc-user-invocation): Check if
979 calc-invocation-macro is non-nil.
980
981 2005-05-29 Juri Linkov <juri@jurta.org>
982
983 * add-log.el (change-log-font-lock-keywords):
984 Add `+' to e-mail regexp to accept mail address with keywords.
985
986 * man.el (Man-name-regexp): Add `:' to accept qualified names.
987
988 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
989
990 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
991
992 * ielm.el (inferior-emacs-lisp-mode): Ditto.
993
994 2005-05-29 Richard M. Stallman <rms@gnu.org>
995
996 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
997 Undo the change that moves to end of the current word.
998
999 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1000
1001 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1002 Throw error when count <= 0 to ensure input is a number.
1003 (gdb-read-memory-custom): Pick up address from buffer.
1004 (gdb-memory-mode): Allow user to increment and decrement
1005 memory address from header line.
1006
1007 2005-05-29 Richard M. Stallman <rms@gnu.org>
1008
1009 * flyspell.el (flyspell-version): Function deleted.
1010 (flyspell-auto-correct-previous-hook): Doc fix.
1011
1012 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1013 Do nothing if memory is full.
1014
1015 * font-lock.el (font-lock-fontify-syntactically-region):
1016 Pass t for GREEDY to looking-back.
1017
1018 * saveplace.el (save-place-alist-to-file): Write the file
1019 using write-region.
1020
1021 * subr.el (looking-back): New argument GREEDY.
1022
1023 * progmodes/compile.el (compilation-start): Set the mode
1024 before inserting the initial text.
1025
1026 * progmodes/which-func.el (which-func-update-1): Turn the mode
1027 off in case of error by setting which-func-mode.
1028
1029 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1030
1031 * flyspell.el (flyspell-auto-correct-previous-word):
1032 Narrow down to what's on the screen, and recenter overlays
1033 at the end of the next word.
1034
1035 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1036
1037 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1038 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1039 (flyspell-abbrev-p): Default to nil.
1040 (flyspell-use-global-abbrev-table-p): Doc fix.
1041 (flyspell-large-region): Allow nil as value.
1042 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1043
1044 (mail-mode-flyspell-verify): More robust handling
1045 of `mail-header-separator'. More efficient signature detection.
1046 Allow for regexp metacharacters in message-header-separator.
1047 Adding `To' not to be checked in mail-mode-flyspell-verify.
1048
1049 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1050 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1051 Bind flyspell-auto-correct-binding.
1052 Bind C-. and C-, .
1053 (flyspell-mode-map): Likewise.
1054 (flyspell-mode): Doc fix.
1055 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1056 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1057 (flyspell-word-cache-result): New var, always local.
1058 (flyspell-check-pre-word-p): Doc fix.
1059 (flyspell-check-changed-word-p): Handle spc like newline.
1060 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1061 (flyspell-word-search-backward, flyspell-word-search-forward):
1062 New functions.
1063 (flyspell-word): Return t if nothing to check.
1064 When parsing TeX code, check for after } or \.
1065 Use flyspell-word-search-backward to find previous word.
1066 Return nil if duplicated word.
1067 For word already checked, return same value as last time.
1068 Set flyspell-word-cache-result after checking.
1069 Don't clobber the return value.
1070 (flyspell-get-word): Major rewrite.
1071 (flyspell-external-point-words): New locals pword, pcount.
1072 Fix size used in progress message.
1073 Find the proper corresponding word in flyspell-large-region-buffer.
1074 (flyspell-region): Check for flyspell-large-region = nil.
1075 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1076 (flyspell-auto-correct-word): Check that WORD is a cons.
1077 (flyspell-correct-word): Likewise.
1078
1079 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1080
1081 * progmodes/make-mode.el (makefile-rule-action-regex)
1082 (makefile-macroassign-regex, makefile-makepp-mode)
1083 (makefile-bsdmake-mode): Continuation lines may be empty.
1084 Reported by Joshua Varner.
1085 (makefile-makepp-font-lock-keywords): Add $(stem).
1086
1087 2005-05-28 Karl Berry <karl@gnu.org>
1088
1089 * textmodes/tex-mode.el: Now that tex-send-command calls
1090 shell-quote-argument (2005-03-31 change), remove all calls to
1091 shell-quote-argument; they all end up invoking tex-send-command.
1092 The double quoting loses on filenames with non-safe characters,
1093 such as "@". Reported by Frederik Fouvry.
1094
1095 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1096
1097 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1098 about preserving point.
1099
1100 2005-05-27 Jay Belanger <belanger@truman.edu>
1101
1102 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1103 Info-goto-node.
1104
1105 * calc/calc-embed.el (calc-embed-arg): New variable.
1106 (calc-do-embedded-activate, calc-embedded-activate-formula)
1107 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1108 variable by new variable.
1109 (calc-embedded-make-info): Replace undeclared variable by new
1110 variable. When selecting region with positive prefix
1111 argument, use end of previous line instead of beginning of line.
1112
1113 * calc/calc-aent.el (calc-arg-values): Declare it.
1114
1115 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1116 Declare them.
1117
1118 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1119
1120 * calc/calc.el (calc-alg-map): Declare it.
1121
1122 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1123
1124 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1125
1126 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1127 (gdb-registers-buffer, toggle-gdb-all-registers):
1128 Toggle display of floating point registers.
1129 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1130
1131 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1132 (toggle-gud-tooltip-dereference):
1133 Rename from gud-toggle-tooltip-dereference.
1134
1135 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1136
1137 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1138
1139 2005-05-27 Jay Belanger <belanger@truman.edu>
1140
1141 * calc/calc-prog.el (calc-kbd-report): Remove.
1142 (calc-kbd-query): Rewrite.
1143
1144 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1145
1146 * image.el (image-library-alist): Move to image.c.
1147 (image-type-available-p): Doc fix.
1148
1149 2005-05-27 Lute Kamstra <lute@gnu.org>
1150
1151 * calc/calc.el (calc):
1152 * outline.el (outline-1, outline-2, outline-3, outline-4)
1153 (outline-5, outline-6, outline-7, outline-8):
1154 * textmodes/dns-mode.el (dns-mode):
1155 * textmodes/sgml-mode.el (sgml-namespace-face):
1156 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1157 (tex-verbatim-face, tex-use-reftex):
1158 * textmodes/texinfo.el (texinfo-heading-face):
1159 Specify customization group.
1160
1161 * longlines.el: Don't require easy-mmode.
1162 (longlines-visible-face): Specify customization group.
1163
1164 2005-05-27 Kenichi Handa <handa@m17n.org>
1165
1166 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1167 encoding table of windows-1251.
1168
1169 * international/ucs-tables.el (ucs-set-table-for-input):
1170 If translation-table-for-input of a coding system is a symbol, get
1171 its translation-table property.
1172
1173 * international/code-pages.el: Don't register a coding system into
1174 non-iso-charset-alist more than once.
1175 (cp-make-coding-system): Likewise.
1176
1177 2005-05-26 John Wiegley <johnw@newartisans.com>
1178
1179 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1180 `eshell-resume-eval' is wrapped in a list, it indicates that the
1181 command was run asynchronously. In that case, unwrap the value
1182 before checking the delimiter value.
1183
1184 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1185 character before a space at the end of a line is \, assume the space
1186 is part of the last argument rather than a final argument separator.
1187
1188 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1189 is in use, and the target is `t' or `nil' (which are the most common
1190 values), don't assume that the symbol target is a buffer.
1191
1192 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1193
1194 * calendar/calendar.el (calendar-mode-line-format):
1195 Use mode-line-highlight as mouse-face.
1196
1197 * time.el (display-time-string-forms, display-time-update):
1198 Use mode-line-highlight as mouse-face.
1199
1200 2005-05-26 Jay Belanger <belanger@truman.edu>
1201
1202 * calc/calc.el (calc-language-alist): Remove extra defvar.
1203
1204 2005-05-26 Lute Kamstra <lute@gnu.org>
1205
1206 * arc-mode.el (archive-mode):
1207 * bookmark.el (bookmark-read-annotation-mode)
1208 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1209 * bs.el (bs-mode):
1210 * calc/calc-yank.el (calc-edit-mode):
1211 * calc/calc.el (calc-mode, calc-trail-mode):
1212 * calculator.el (calculator-mode):
1213 * chistory.el (command-history-mode):
1214 * comint.el:
1215 * cus-edit.el (custom-mode):
1216 * descr-text.el (describe-text-mode):
1217 * ebuff-menu.el (Electric-buffer-menu-mode):
1218 * ediff-util.el (ediff-mode):
1219 * emacs-lisp/re-builder.el (reb-mode):
1220 * emulation/vi.el (vi-mode-setup):
1221 * emulation/ws-mode.el (wordstar-mode):
1222 * eshell/esh-mode.el (eshell-mode):
1223 * forms.el (forms-mode):
1224 * help-mode.el (help-mode):
1225 * hexl.el (hexl-mode):
1226 * ibuffer.el (ibuffer-mode):
1227 * ielm.el (inferior-emacs-lisp-mode):
1228 * info.el (Info-mode, Info-edit-mode):
1229 * international/swedish.el:
1230 * ledit.el (ledit-from-lisp-mode):
1231 * locate.el (locate-mode):
1232 * mail/rmail.el (rmail-mode):
1233 * mail/rmailedit.el (rmail-edit-mode):
1234 * mail/rmailsum.el (rmail-summary-mode):
1235 * mail/supercite.el (sc-electric-mode):
1236 * net/eudc.el (eudc-mode):
1237 * net/quickurl.el (quickurl-list-mode):
1238 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1239 * obsolete/ooutline.el (outline-mode):
1240 * obsolete/options.el (Edit-options-mode):
1241 * obsolete/rnews.el (news-mode):
1242 * obsolete/rnewspost.el (news-reply-mode):
1243 * play/5x5.el (5x5-mode):
1244 * play/decipher.el (decipher-mode, decipher-stats-mode):
1245 * play/gomoku.el (gomoku-mode):
1246 * play/snake.el (snake-mode):
1247 * play/solitaire.el (solitaire-mode):
1248 * play/tetris.el (tetris-mode):
1249 * progmodes/ada-mode.el (ada-mode):
1250 * progmodes/antlr-mode.el (antlr-mode):
1251 * progmodes/autoconf.el (autoconf-mode):
1252 * progmodes/dcl-mode.el (dcl-mode):
1253 * progmodes/delphi.el (delphi-mode):
1254 * progmodes/ebrowse.el (ebrowse-tree-mode)
1255 (ebrowse-electric-list-mode, ebrowse-member-mode)
1256 (ebrowse-electric-position-mode):
1257 * progmodes/f90.el (f90-mode):
1258 * progmodes/fortran.el (fortran-mode):
1259 * progmodes/icon.el (icon-mode):
1260 * progmodes/idlw-help.el (idlwave-help-mode):
1261 * progmodes/idlw-shell.el (idlwave-shell-mode):
1262 * progmodes/idlwave.el (idlwave-mode):
1263 * progmodes/inf-lisp.el (inferior-lisp-mode):
1264 * progmodes/m4-mode.el (m4-mode):
1265 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1266 * progmodes/modula2.el (modula-2-mode):
1267 * progmodes/octave-inf.el (inferior-octave-mode):
1268 * progmodes/octave-mod.el (octave-mode):
1269 * progmodes/pascal.el (pascal-mode):
1270 * progmodes/sh-script.el (sh-mode):
1271 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1272 * progmodes/vhdl-mode.el (vhdl-mode):
1273 * progmodes/xscheme.el (scheme-interaction-mode):
1274 * replace.el (occur-mode):
1275 * ses.el (ses-mode):
1276 * simple.el (completion-list-mode):
1277 * skeleton.el:
1278 * speedbar.el (speedbar-mode):
1279 * term.el (term-mode):
1280 * terminal.el (terminal-edit-mode):
1281 * textmodes/reftex-index.el (reftex-index-mode)
1282 (reftex-index-phrases-mode):
1283 * textmodes/reftex-sel.el (reftex-select-label-mode)
1284 (reftex-select-bib-mode):
1285 * textmodes/reftex-toc.el (reftex-toc-mode):
1286 * wdired.el (wdired-change-to-wdired-mode):
1287 * wid-browse.el (widget-browse-mode):
1288 Use run-mode-hooks.
1289
1290 * array.el (array-mode):
1291 * calendar/todo-mode.el (todo-mode):
1292 * man.el (Man-mode):
1293 * play/landmark.el (lm-mode):
1294 * play/mpuz.el (mpuz-mode):
1295 Use kill-all-local-variables and run-mode-hooks.
1296
1297 * subr.el (delay-mode-hooks): Specify indentation.
1298
1299 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1300
1301 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1302
1303 2005-05-26 Jay Belanger <belanger@truman.edu>
1304
1305 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1306 of nil.
1307
1308 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1309
1310 * progmodes/gdb-ui.el (gdb-frame-address):
1311 Rename from gdb-current-address.
1312 (gdb-previous-frame-address): Rename from gdb-previous-address.
1313 (gdb-selected-frame): Rename from gdb-current-frame.
1314 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1315 (gdb-frame-number): Rename from gdb-current-stack-level.
1316 (gdb-ann3): Match new mode-name for disassembly buffer.
1317 Extend initialisation of variables.
1318 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1319 (gdb-memory-mode): Use mouse-face in header line.
1320 (gdb-assembler-buffer-name): Call it disassembly and give frame
1321 in mode line.
1322 (gdb-source-spec-regexp, gdb-assembler-custom)
1323 (gdb-invalidate-assembler, gdb-frame-handler):
1324 Make robust to leading zeroes in address format.
1325
1326 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1327
1328 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1329 define `org-mode'.
1330 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1331
1332 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * log-edit.el (log-edit-changelog-entries): Distinguish between
1335 filenames like xfns.c and fns.c.
1336
1337 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1338
1339 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1340 point after reverting.
1341 (Buffer-menu-make-sort-button): Handle the case where
1342 `Buffer-menu-use-header-line' is nil.
1343
1344 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1345
1346 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1347 New funcs. In minibuffer-local-completion-map bind `]', `/'
1348 and `:' to them.
1349
1350 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * startup.el (normal-top-level): Allow modification of load-path while
1353 we're iterating over it.
1354
1355 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1356
1357 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1358 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1359 (thumbs-resize-interactive, thumbs-insert-image)
1360 (thumbs-insert-thumb, thumbs-dired-show-marked)
1361 (thumbs-find-image-at-point, thumbs-delete-images)
1362 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1363 (thumbs-increment-image-size, thumbs-decrement-image-size):
1364 Fix typos in docstrings.
1365
1366 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1367
1368 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1369 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1370 (cperl-mode): Use them.
1371
1372 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1373
1374 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1375 Doc fixes.
1376
1377 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1378
1379 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1380 Bind C-d to gdb-inferior-io-eof.
1381
1382 * dired.el (dired-dnd-popup-notice): Use message-box.
1383
1384 2005-05-23 Masatake YAMATO <jet@gyve.org>
1385
1386 * bindings.el (mode-line-major-mode-keymap):
1387 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1388
1389 * faces.el (mode-line-highlight): New face.
1390
1391 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1392 as mouse-face.
1393
1394 * bindings.el (top-level, help-echo, mode-line-modified)
1395 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1396 as mouse-face.
1397
1398 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1399
1400 * progmodes/cc-engine.el (c-guess-basic-syntax):
1401 Remove spurious call to `zerop'.
1402
1403 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1404
1405 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1406
1407 CC Mode update to 5.30.10:
1408
1409 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1410 could go past the limit in decoration level 2, thereby causing
1411 errors during interactive fontification.
1412
1413 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1414 the file is evaluated interactively.
1415
1416 * cc-engine.el (c-guess-basic-syntax): Handle operator
1417 declarations somewhat better in C++.
1418
1419 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1420 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1421 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1422 (awk-mode): Use it.
1423 (make-local-hook): Suppress warning about obsoleteness.
1424
1425 * cc-engine.el, cc-align.el, cc-cmds.el
1426 (c-append-backslashes-forward, c-delete-backslashes-forward)
1427 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1428 Compensate for return value from `forward-line' when it has moved
1429 but not to a different line due to eob.
1430
1431 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1432 `objc-method-intro' and `objc-method-args-cont'.
1433
1434 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1435
1436 CC Mode update to 5.30.10:
1437
1438 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1439 in the copyright statement. Incidentally, change "along with GNU
1440 Emacs" to "along with this program" where it occurs.
1441
1442 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1443 so that it is interactive, hence can be found by M-x awk-mode
1444 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1445 <gmorris+emacs@ast.cam.ac.uk>.
1446
1447 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1448 Mode's regexps.
1449
1450 2005-05-23 Kevin Ryde <user42@zip.com.au>
1451
1452 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1453 c-parse-state, to avoid a lisp error (on bad code).
1454
1455 2005-05-23 Lute Kamstra <lute@gnu.org>
1456
1457 * subr.el (font-lock-defaults): Remove defvar as it's already
1458 defined in font-core.el.
1459
1460 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1461
1462 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1463
1464 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1465 more general and work when GDB variable "print pretty" is on,
1466 as with Emacs, for example.
1467
1468 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1469
1470 * font-core.el: Update comment.
1471
1472 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1473 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1474
1475 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1476
1477 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1478
1479 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1480 and `yank-handler' in the doc strings.
1481
1482 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1485
1486 2005-05-22 Richard M. Stallman <rms@gnu.org>
1487
1488 * help.el (describe-key): Move print-help-return-message call
1489 out of conditional.
1490
1491 * progmodes/etags.el (list-tags): Use with-no-warnings.
1492
1493 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1494 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1495 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1496
1497 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1498
1499 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1500 Add defvar.
1501
1502 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1503 Use defvar, not defconst.
1504
1505 * hexl.el (hexl-follow-line): Use with-no-warnings.
1506
1507 * emulation/tpu-extras.el: Use write-file-functions instead of
1508 write-file-hooks.
1509
1510 * dired.el (dired-font-lock-keywords): Fontify files with junk
1511 extensions even if marked by -F.
1512
1513 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1514
1515 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1516 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1517 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1518 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1519 (concatenate, list-length, get*, getf, cl-remprop):
1520 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1521 (etypecase, progv, lexical-let, lexical-let*)
1522 (multiple-value-bind, multiple-value-setq, shiftf):
1523 Improve argument/docstring consistency.
1524
1525 * subr.el (focus-frame, unfocus-frame):
1526 Revert deletion on 2005-05-01.
1527
1528 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1529
1530 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1531 doesn't exist.
1532
1533 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1534 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1535
1536 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1537
1538 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1539 already deleted variables: auto-fill-hook, blink-paren-hook,
1540 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1541 suspend-hooks, comment-indent-hook, meta-flag,
1542 before-change-function, after-change-function,
1543 font-lock-doc-string-face.
1544
1545 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1546
1547 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1548
1549 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1550
1551 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1552 rmail-dont-reply-to.
1553
1554 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1555
1556 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1557 literal blank when splitting new-header-values.
1558
1559 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1560
1561 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1562 string so that tmm doesn't create a completion entry for it.
1563
1564 * textmodes/table.el (table-disable-menu): Ditto.
1565
1566 2005-05-21 Richard M. Stallman <rms@gnu.org>
1567
1568 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1569
1570 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1571
1572 * net/rcompile.el (remote-compile): Use compilation-start.
1573
1574 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1575
1576 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1577
1578 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1579 Default to makefile-bsdmake-mode on BSD systems.
1580
1581 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1582 REGEXP may also be a search function now. The part of doc-string
1583 for describing the structure was 95% identical to that of
1584 `imenu--generic-function'. Unify it there.
1585
1586 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1587 Use function to find dependencies, because regexp alone is so complex,
1588 it easily goes into an endless loop.
1589 (makefile-makepp-mode): Also add submenu for Perl functions
1590 defined in the makefile.
1591 (makefile-bsdmake-mode): Special imenu-generic-expression no
1592 longer needed, due to function call.
1593 (makefile-match-dependency): Take BOUND into account when checking
1594 if we're through.
1595
1596 2005-05-20 Jay Belanger <belanger@truman.edu>
1597
1598 * calc/calc-units.el (calc-invalidate-units-table):
1599 Use inhibit-read-only.
1600 (math-build-units-table-buffer): Use view-mode.
1601
1602 2005-05-20 David Kastrup <dak@gnu.org>
1603
1604 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1605 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1606
1607 2005-05-20 Lute Kamstra <lute@gnu.org>
1608
1609 * diff-mode.el (diff-header-face, diff-file-header-face)
1610 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1611 (diff-added-face, diff-changed-face, diff-function-face)
1612 (diff-context-face, diff-nonexistent-face): Put them in the
1613 diff-mode customization group.
1614
1615 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1618
1619 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1620
1621 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1622 Minor regexp-optimization.
1623
1624 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1625
1626 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1627 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1628 (org-agenda-add-time-grid-maybe): New function.
1629 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1630 (org-table-create): `dotimes' instead of `mapcar'.
1631 (org-xor): Simplify implementation.
1632 (org-agenda): `inhibit-redisplay' turned on.
1633 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1634 a consistent line after a state change.
1635 (org-agenda-remove-times-when-in-prefix): New option.
1636 (org-prefix-has-time): New variable.
1637 (org-parse-time-string): Optional argument NODEFAULT.
1638 (org-format-agenda-item): Parse items for time-of-day
1639 specifications and move these into the prefix if possible.
1640 (org-agenda-priority): Get current heading, not previous heading
1641 during agenda remote editing.
1642
1643 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1644
1645 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1646 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1647 (remove-duplicates, delete-duplicates, substitute)
1648 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1649 (nsubstitute-if-not, find, find-if, find-if-not, position)
1650 (position-if, position-if-not, count, count-if, count-if-not)
1651 (mismatch, search, sort*, stable-sort, merge, member*)
1652 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1653 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1654 (intersection, nintersection, set-difference, nset-difference)
1655 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1656 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1657 (nsublis, tree-equal): Improve argument/docstring consistency.
1658
1659 * subr.el (send-string, send-region):
1660 Remove obsolescence declaration.
1661 (window-dot, set-window-dot, read-input, show-buffer)
1662 (eval-current-buffer, string-to-int):
1663 Add release number to obsolescence declarations.
1664
1665 2005-05-19 Kim F. Storm <storm@cua.dk>
1666
1667 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1668 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1669
1670 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1671
1672 * faces.el (list-faces-display): Make back button respect optional
1673 regexp arg.
1674
1675 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1676
1677 * calculator.el (calculator-radix-grouping-mode)
1678 (calculator-radix-grouping-digits, calculator-displayer)
1679 (calculator-radix-grouping-separator, calculator-copy-displayer):
1680 * dabbrev.el (dabbrev-search-these-buffers-only):
1681 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1682 (diff-advance-after-apply-hunk, diff-mode-hook)
1683 (diff-minor-mode-prefix):
1684 * imenu.el (imenu-use-popup-menu):
1685 * jit-lock.el (jit-lock-context-time):
1686 * newcomment.el (comment-fill-column, comment-column)
1687 (comment-style, comment-padding, comment-multi-line)
1688 (comment-empty-lines, comment-auto-fill-only-comments):
1689 * reveal.el (reveal-around-mark):
1690 * uniquify.el (uniquify-buffer-name-style)
1691 (uniquify-after-kill-buffer-p)
1692 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1693 (uniquify-min-dir-content, uniquify-separator)
1694 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1695 * w32-vars.el (w32-fixed-font-alist):
1696 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1697 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1698 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1699 * progmodes/perl-mode.el (perl-indent-level)
1700 (perl-continued-statement-offset, perl-continued-brace-offset)
1701 (perl-brace-offset, perl-brace-imaginary-offset)
1702 (perl-label-offset, perl-indent-continued-arguments)
1703 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1704 * progmodes/tcl.el (tcl-indent-level)
1705 (tcl-continued-indent-level, tcl-auto-newline)
1706 (tcl-tab-always-indent, tcl-electric-hash-style)
1707 (tcl-help-directory-list, tcl-use-smart-word-finder)
1708 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1709 (inferior-tcl-source-command):
1710 * textmodes/fill.el (enable-kinsoku):
1711 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1712 * textmodes/table.el (table-yank-handler):
1713 Specify missing group (and type, if simple) in defcustom.
1714
1715 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1716
1717 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1718
1719 2005-05-19 Richard M. Stallman <rms@gnu.org>
1720
1721 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1722
1723 * subr.el (event-basic-type): Don't get an error.
1724 (left-fringe-p): Function deleted.
1725
1726 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1727 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1728
1729 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1730 in recursive copy.
1731
1732 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1733
1734 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1735
1736 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1737 Call byte-compile-nogroup-warn if appropriate.
1738
1739 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1740 (compilation-set-window): Don't call left-fringe-p; do it directly.
1741
1742 2005-05-19 Jay Belanger <belanger@truman.edu>
1743
1744 * calc/calc-graph.el (calc-graph-format-data): Make sure
1745 var-PlotRejects is bound before trying to check its value.
1746
1747 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1748
1749 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1750 definition of this variable from reftex-global.el to reftex.el,
1751 because it is needed in the menu.
1752
1753 2005-05-19 Lute Kamstra <lute@gnu.org>
1754
1755 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1756 years are fixed. Don't insert a space after a dash.
1757
1758 2005-05-19 Kim F. Storm <storm@cua.dk>
1759
1760 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1761
1762 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1763
1764 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1765 strings, because (eq ... ?\\) is fairly frequent.
1766
1767 * progmodes/make-mode.el (makefile-add-this-line-targets):
1768 Simplify and integrate into `makefile-pickup-targets'.
1769 (makefile-add-this-line-macro): Simplify and integrate into
1770 `makefile-pickup-macros.
1771 (makefile-pickup-filenames-as-targets): Simplify.
1772 (makefile-previous-dependency, makefile-match-dependency):
1773 Don't stumble over `::'.
1774
1775 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1776
1777 * subr.el (post-command-idle-hook, post-command-idle-delay):
1778 Remove obsoletion of post-command-idle-hook and
1779 post-command-idle-delay.
1780
1781 * faces.el (list-faces-display): Provide button when describe-face
1782 is called to take user back to the list of faces.
1783
1784 * help-fns.el (describe-variable): Remove hyperlinks in a
1785 variable's value as these are quite frequently inappropriate.
1786
1787 * follow.el (follow-submit-feedback, follow-mode):
1788 Remove references to post-command-idle-hook.
1789
1790 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1791
1792 * progmodes/make-mode.el (makefile-previous-dependency)
1793 (makefile-match-dependency): Check for := (and in bsd mode also
1794 !=) to give a better result, even when font-lock is not on.
1795
1796 2005-05-18 Jay Belanger <belanger@truman.edu>
1797
1798 * calc/calc-help.el (calc-s-prefix-help):
1799 Add `calc-copy-special-constant' to help string.
1800
1801 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1802
1803 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1804
1805 2005-05-18 Jay Belanger <belanger@truman.edu>
1806
1807 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1808 in linear factors are in proper order.
1809
1810 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1811
1812 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1813 Support for jurabib.
1814
1815 * textmodes/reftex.el (featurep): Define aliases for overlay
1816 commands, for XEmacs compatibility, and use these aliases in
1817 overlay initializations.
1818 (reftex-highlight): Use `reftex-move-overlay'.
1819 (reftex-unhighlight): Use `reftex-delete-overlay'.
1820 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1821 (reftex-access-search-path): Use `reftex-uniquify' instead of
1822 `reftex-uniq'
1823
1824 * textmodes/reftex-sel.el (reftex-select-unmark):
1825 Overlay `before-string' property modification enables for Emacs as well.
1826 (reftex-select-item): Use `reftex-delete-overlay'.
1827 (reftex-select-mark): Use `reftex-make-overlay' and
1828 `reftex-overlay-put'.
1829 (reftex-select-unmark): Use `reftex-delete-overlay' and
1830 `reftex-overlay-put'.
1831
1832 2005-05-18 Lute Kamstra <lute@gnu.org>
1833
1834 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1835
1836 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1837
1838 * add-log.el (add-change-log-entry):
1839 * array.el (array-make-template, array-reconfigure-rows)
1840 (array-init-max-row, array-init-max-column)
1841 (array-init-columns-per-line, array-init-field-width):
1842 * replace.el (replace-match-maybe-edit, perform-replace):
1843 * textmodes/spell.el (spell-region):
1844 Replace `read-input' by `read-string'.
1845
1846 * forms.el (forms-mode):
1847 * finder.el (finder-compile-keywords):
1848 * shadowfile.el (shadow-read-files):
1849 Replace `eval-current-buffer' by `eval-buffer'.
1850
1851 * terminal.el (te-pass-through):
1852 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1853 (ange-ftp-raw-send-cmd):
1854 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1855 (send-process-next-char, telnet-initial-filter, telnet):
1856 Replace `send-string' by `process-send-string'.
1857
1858 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1859 (prolog-consult-region): Replace `send-string' by
1860 `process-send-string'; replace `send-region' by `process-send-region'.
1861
1862 * progmodes/delphi.el (delphi-log-msg):
1863 Replace `set-window-dot' by `set-window-point'.
1864
1865 * subr.el (window-dot, set-window-dot, read-input, send-string)
1866 (send-region, show-buffer, eval-current-buffer):
1867 Make really obsolete, as the comment says.
1868
1869 2005-05-17 Kim F. Storm <storm@cua.dk>
1870
1871 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1872 (cua--init-keymaps): Bind C-return instead of S-return to set
1873 rectangle mark.
1874
1875 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1876 instead of S-return to toggle/clear rectangle mark.
1877
1878 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1879
1880 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1881 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1882 Also fontify plain strings assigned to variables, mostly so that a
1883 colon has a face and is thus not taken as a dependency separator.
1884 (makefile-previous-dependency): Inline the new matcher, because it
1885 is too complex to work in both directions.
1886 (makefile-match-dependency): Eliminate `backward' arg (see above).
1887 Completely reimplemented so as to not sometimes go into an endless
1888 loop. It should also be more efficient, because first it only
1889 searches for `:', instead of applying the very complex regexp.
1890 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1891 to be fontified in one piece can be too long for JIT.
1892 Makefiles are never *that* big.
1893
1894 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1895
1896 * dired.el (dired-mode): Simplify.
1897
1898 2005-05-17 Lute Kamstra <lute@gnu.org>
1899
1900 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1901 defcustom for the mode hook variable.
1902
1903 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1904 Emacs Lisp Reference Manual.
1905
1906 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1907
1908 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1909 (evenp, list*):
1910 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1911 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1912
1913 * net/tramp-smb.el (tramp-smb-open-connection):
1914 Pass `tramp-chunksize' as fifth (required) argument.
1915
1916 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1917
1918 * font-lock.el (lisp-font-lock-keywords-1):
1919 Set `font-lock-negation-char-face' for [^...] char group.
1920 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1921
1922 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1923 a var, and refine it to mask one more level of nested vars.
1924 (makefile-rule-action-regex): Turn it into a var, and refine it so
1925 it recognizes backslashed continuation lines as belonging to the
1926 same command.
1927 (makefile-macroassign-regex): Refine it so it recognizes
1928 backslashed continuation lines as belonging to the same command.
1929 (makefile-var-use-regex): Don't look at the next char, because it
1930 might be the same one to be skipped by the initial [^$], leading
1931 to an overlooked variable use.
1932 (makefile-make-font-lock-keywords): Remove two parameters, which
1933 are now variables that some of the modes set locally.
1934 Handle dependency and rule action matching through functions, because
1935 regexps alone match too often. Dependency matching now comes
1936 last, so it can check, whether a colon already matched something else.
1937 (makefile-mode): Inform that font-lock improves makefile parsing
1938 capabilities.
1939 (makefile-match-dependency, makefile-match-action): New functions.
1940
1941 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1942
1943 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1944
1945 * align.el (align-regexp):
1946 * ansi-color.el (ansi-color-get-face):
1947 * array.el (array-reconfigure-rows, array-init-max-row)
1948 (array-init-max-column, array-init-columns-per-line)
1949 (array-init-field-width):
1950 * dired-aux.el (dired-trample-file-versions):
1951 * dired-x.el (dired-mark-sexp):
1952 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1953 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1954 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1955 * faces.el (face-read-integer):
1956 * files.el (backup-extract-version, insert-directory):
1957 * hexl.el (hexl-insert-decimal-char):
1958 * server.el (server-process-filter):
1959 * shell.el (shell-extract-num):
1960 * startup.el (command-line-1):
1961 * term.el (term-command-hook):
1962 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1963 (time-stamp-do-number):
1964 * time.el (display-time-update):
1965 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1966 (timezone-fix-time):
1967 * vms-patch.el (vms-suspend-resume-hook):
1968 * calendar/appt.el (appt-convert-time):
1969 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1970 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1971 * calendar/cal-islam.el (mark-islamic-diary-entries):
1972 * calendar/calendar.el (calendar-cursor-to-date)
1973 (calendar-star-date):
1974 * calendar/diary-lib.el (diary-attrtype-convert)
1975 (mark-diary-entries, diary-entry-time):
1976 * calendar/solar.el (solar-get-number):
1977 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1978 * emacs-lisp/re-builder.el (reb-display-subexp):
1979 * emulation/edt.el (edt-set-scroll-margins):
1980 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1981 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1982 (vip-get-ex-count):
1983 * emulation/viper-ex.el (viper-get-ex-token)
1984 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1985 * international/fontset.el (fontset-plain-name):
1986 * mail/feedmail.el (feedmail-look-at-queue-directory):
1987 * mail/mailalias.el (mail-get-names):
1988 * mail/rmail.el (rmail-convert-to-babyl-format):
1989 * mail/rmailsum.el (rmail-make-basic-summary-line)
1990 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1991 (rmail-summary-goto-msg):
1992 * mail/smtpmail.el (smtpmail-read-response):
1993 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1994 (ange-ftp-vms-add-file-entry):
1995 * play/gametree.el (gametree-looking-at-ply)
1996 (gametree-current-branch-score):
1997 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1998 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1999 * progmodes/cperl-mode.el (condition-case):
2000 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2001 (ebrowse-set-member-buffer-column-width)
2002 (ebrowse-select-1st-to-9nth):
2003 * progmodes/etags.el (etags-snarf-tag):
2004 * progmodes/flymake.el (flymake-parse-line):
2005 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2006 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2007 (idlwave-shell-menu-def):
2008 * progmodes/ps-mode.el (ps-run-goto-error):
2009 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2010 (vhdl-speedbar-contract-level):
2011 * term/mac-win.el (x-handle-numeric-switch):
2012 * term/sun-mouse.el (sun-get-frame-data):
2013 * term/w32-win.el (x-handle-numeric-switch):
2014 * term/x-win.el (x-handle-numeric-switch):
2015 * textmodes/ispell.el (ispell-parse-output):
2016 * textmodes/nroff-mode.el (nroff-outline-level):
2017 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2018 (reftex-bib-sort-year-reverse, reftex-format-citation):
2019 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2020 (reftex-section-number):
2021 * textmodes/texinfmt.el (texinfo-paragraphindent):
2022 Replace `string-to-int' by `string-to-number'.
2023
2024 * international/latexenc.el: Add page marker to force the "Local
2025 Variables:" string out of the last page.
2026
2027 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2028
2029 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2030 tooltip-change-major-mode.
2031 (gud-tooltip-print-command): Remove case where gud-minor-mode
2032 is gdb ("--fullname").
2033 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2034 explain to user.
2035
2036 2005-05-16 Jay Belanger <belanger@truman.edu>
2037
2038 * calc/calc-store.el (calc-copy-special-constant): New function.
2039
2040 * calc/calc-ext.el (calc-init-extensions): Add binding for
2041 `calc-copy-special-constant'.
2042
2043 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2044 for the `calc-copy-special-constant' command.
2045
2046 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2047
2048 * subr.el (left-fringe-p): New function.
2049
2050 * progmodes/compile.el (compilation-setup): Set local value of
2051 overlay-arrow-string to "" always.
2052 (compilation-set-window): Left fringe then don't scroll.
2053 No left fringe then no arrow and scroll message to top.
2054 (compilation-context-lines): Adjust doc string accordingly.
2055
2056 2005-05-16 Kim F. Storm <storm@cua.dk>
2057
2058 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2059 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2060 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2061 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2062 (ido-read-file-name): Handle commands with ido property value
2063 equal to find-file as reading a file name, to allow C-d to enter dired.
2064 (ibuffer-find-file): Add ido property with value find-file.
2065
2066 2005-05-15 Kim F. Storm <storm@cua.dk>
2067
2068 * subr.el (open-network-stream-nowait): Remove.
2069 (open-network-stream-server): Remove.
2070
2071 2005-05-15 Richard M. Stallman <rms@gnu.org>
2072
2073 * faces.el (describe-face): Output a definition link button.
2074
2075 * help-mode.el (help-face-def): New button type.
2076
2077 * emacs-lisp/copyright.el (copyright-fix-years):
2078 Match properly if the first year is 2-digit.
2079 Don't mess up the whitespace after the years by filling.
2080
2081 * dired-aux.el (dired-mark-confirm):
2082 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2083
2084 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2085 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2086 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2087
2088 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2089 Set font-lock-comment-start-skip.
2090
2091 * font-lock.el (font-lock-comment-start-skip): New variable.
2092 (font-lock-comment-end-skip): New variable.
2093 (font-lock-fontify-syntactically-region): Use them if non-nil.
2094
2095 2005-05-15 Jay Belanger <belanger@truman.edu>
2096
2097 * calc/calc-store.el (calc-store-value): Return a string rather
2098 than display it as a message.
2099 Use calc-var-name for variable name.
2100 (calc-store-into): Add the result of calc-store-value to message.
2101 (calc-copy-variable): Add a message.
2102 (calc-store-exchange): Improve error messages.
2103 (calc-store-binary, calc-store-map): Don't reset the values of
2104 special constants.
2105
2106 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2107
2108 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2109 manual to docstring.
2110
2111 * files.el (hack-local-variables-confirm): Add STRING argument.
2112 Make the function handle non file visiting buffers correctly.
2113 (hack-local-variables-prop-line, hack-local-variables)
2114 (hack-one-local-variable): Use STRING arg of
2115 `hack-local-variables-confirm'.
2116
2117 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2118
2119 Sync with Tramp 2.0.49.
2120
2121 * tramp.el (tramp-handle-dired-call-process)
2122 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2123 because the contents of the Tramp buffer is changed before
2124 insertion (`expand-file' and alike).
2125 (tramp-handle-insert-directory): If `localname' has an empty
2126 nondirectory name, it must not be quoted.
2127 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2128 variable `tramp-chunksize'. Change callees.
2129 (tramp-open-connection-setup-interactive-shell): Check remote host
2130 for buggy `send-process-string' implementation.
2131 Set `tramp-chunksize' if found. Reported by Michael Kifer
2132 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2133 (tramp-handle-shell-command): `insert-buffer' cannot be used
2134 because the contents of the Tramp buffer is changed before
2135 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2136 <frederic.bothamy@free.fr>.
2137 (tramp-set-auto-save): Actions should be done for Tramp file name
2138 handler only. Ange-FTP has its own auto-save mechanism.
2139 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2140 (tramp-set-auto-save-file-modes): Set file modes of
2141 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2142 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2143 (tramp-bug): Remove obsolete variable.
2144 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2145 for presence of `mml-mode'. Make it running for older Emacsen as well.
2146
2147 2005-05-14 John Paul Wallington <jpw@pobox.com>
2148
2149 * ibuf-ext.el (define-ibuffer-filter filename):
2150 If `dired-directory' is a list, use its car.
2151
2152 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2153
2154 * ibuffer.el (define-ibuffer-column filename):
2155 If `dired-directory' is a list, use its car.
2156
2157 2005-05-14 Richard M. Stallman <rms@gnu.org>
2158
2159 * subr.el (symbol-file): Doc fix.
2160
2161 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2162 (byte-compile-form): Call byte-compile-nogroup-warn.
2163 (byte-compile-warning-types): Doc fix.
2164
2165 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2166
2167 * progmodes/cc-engine.el (c-literal-faces):
2168 Add font-lock-comment-delimiter-face.
2169
2170 * net/net-utils.el (dig): Use with-no-warnings.
2171
2172 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2173 (sc-recite-frame-alist, sc-default-cite-frame)
2174 (sc-default-uncite-frame, sc-default-recite-frame)
2175 (sc-attrib-selection-list, sc-rewrite-header-list):
2176 Mark as risky-local-variable.
2177
2178 * international/ogonek.el (ogonek-jak, ogonek-how):
2179 Don't use beginning-of-buffer.
2180
2181 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2182
2183 * calendar/solar.el (solar-data-list): Move definition up.
2184
2185 * dnd.el (dnd-protocol-alist): Add autoload.
2186
2187 * progmodes/sh-script.el: Many doc usage fixes.
2188 (sh-indent-after-do): Change default to match common styles.
2189
2190 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2191
2192 * files.el (interpreter-mode-alist)
2193 (auto-mode-interpreter-regexp): Doc fixes.
2194
2195 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2196
2197 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2198
2199 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2200
2201 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2202
2203 * dired.el (dired-mode): make-variable-buffer-local =>
2204 make-local-variable.
2205
2206 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2207
2208 * term/mac-win.el (mac-select-convert-to-string): Try coding
2209 systems in mac-script-code-coding-systems if specified one cannot
2210 encode string for `com.apple.traditional-mac-plain-text'.
2211
2212 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2213
2214 * progmodes/make-mode.el (makefile-targets-face)
2215 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2216 (makefile-dependency-regex): Fix it to not make the colon in
2217 $(var:a=b) special.
2218 (makefile-rule-action-regex): New regexp for highlighting embedded
2219 Shell strings.
2220 (makefile-macroassign-regex): Handle != for highlighting as
2221 embedded Shell strings.
2222 (makefile-var-use-regex): New const.
2223 (makefile-statements, makefile-automake-statements)
2224 (makefile-gmake-statements, makefile-makepp-statements)
2225 (makefile-bsdmake-statements): New consts.
2226 (makefile-make-font-lock-keywords): New function.
2227 (makefile-automake-font-lock-keywords)
2228 (makefile-gmake-font-lock-keywords)
2229 (makefile-makepp-font-lock-keywords)
2230 (makefile-bsdmake-font-lock-keywords): New consts.
2231 (makefile-mode-map): Add switchers between the various submodes.
2232 (makefile-mode): Document the availability of the variants.
2233 (makefile-automake-mode, makefile-gmake-mode)
2234 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2235
2236 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2237 new variants of makefile-mode.
2238
2239 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2242 the inheritance.
2243
2244 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2245
2246 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2247 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2248
2249 * files.el (normal-mode): Extend the scope of the
2250 `enable-local-variables' binding to include the `set-auto-mode' call.
2251 (magic-mode-alist): Doc fix.
2252
2253 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2256 font-lock-comment-face rather than copying its setting.
2257
2258 2005-05-12 Andreas Schwab <schwab@suse.de>
2259
2260 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2261
2262 2005-05-12 Lute Kamstra <lute@gnu.org>
2263
2264 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2265 defcustom for the mode hook variable. Delete the last argument.
2266 * generic-x.el: Fix callers of define-generic-mode.
2267 (generic-x-modes): Delete group.
2268 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2269 generic-x customization group.
2270
2271 2005-05-12 Kim F. Storm <storm@cua.dk>
2272
2273 * font-lock.el (font-lock-negation-char-face): Default to "off".
2274
2275 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2276 font-lock-negation-char-face to ! in !=.
2277
2278 2005-05-12 Masatake YAMATO <jet@gyve.org>
2279
2280 * add-log.el (find-change-log): Fix typos in the docstring
2281 of function.
2282
2283 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2284
2285 * international/latexenc.el (latexenc-find-file-coding-system):
2286 Avoid `re-search-forward' when looking for input encoding because
2287 of speed and safety. Better regular expressions for recognizing
2288 input encoding. Limit a search for TeX-master/tex-main-file to
2289 the local variable section.
2290
2291 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2292
2293 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2294 syntax of $ to "'" (quote).
2295
2296 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2297
2298 * dnd.el (dnd-protocol-alist): Improve custom type.
2299
2300 * dired.el (dired-dnd-protocol-alist): New variable.
2301 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2302 `dired-mode-hook' to the end.
2303
2304 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2305
2306 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2307 comment-end if comment-start-skip is not set.
2308 Obey the font-lock-comment-delimiter-face variables.
2309
2310 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * files.el (executable-find): Move from executable.el. Use locate-file.
2313 * progmodes/executable.el (executable-find): Move to files.el.
2314
2315 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2316 when trying to ensure forward progress.
2317
2318 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2319
2320 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2321 (mouse-select, mouse-select-internal, mouse-extend-internal):
2322 Use it to implement mouse-1-click-follows-link functionality.
2323
2324 2005-05-11 Richard M. Stallman <rms@gnu.org>
2325
2326 * font-lock.el (font-lock-fontify-syntactically-region):
2327 Use font-lock-comment-delimiter-face for comment delimiters.
2328
2329 2005-05-10 Jay Belanger <belanger@truman.edu>
2330
2331 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2332 preserving embedded modes.
2333
2334 2005-05-10 Richard M. Stallman <rms@gnu.org>
2335
2336 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2337
2338 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2339 Move from ada-stmt.el.
2340 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2341
2342 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2343 Move to ada-mode.el.
2344 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2345
2346 * cus-edit.el (custom-file): Call file-chase-links.
2347
2348 * files.el (read-directory-name): Fix previous change.
2349 (hack-local-variables-confirm): New function.
2350 (hack-local-variables-prop-line, hack-local-variables)
2351 (hack-one-local-variable): Use it.
2352
2353 2005-05-10 Lute Kamstra <lute@gnu.org>
2354
2355 * font-lock.el (font-lock-keywords-alist)
2356 (font-lock-removed-keywords-alist): Clarify docstrings.
2357
2358 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2359
2360 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2361 (gdb-source-info): Check for preprocessor info.
2362 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2363 a macro for a function.
2364 (gdb-info-breakpoints-custom): Try to find file again if not already
2365 found (user might have used GDB dir command).
2366 (gdb-get-location): Update gdb-location-alist correctly for change
2367 to gdb-info-breakpoints-custom.
2368
2369 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2370 (gud-tooltip-print-command): Add gdbmi case.
2371 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2372 preprocessor info.
2373
2374 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2375
2376 * startup.el (fancy-splash-insert): Fix typo in doc string.
2377
2378 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2379
2380 * obsolete/float.el (string-to-float):
2381 * obsolete/hilit19.el (hilit-add-pattern):
2382 * obsolete/rnews.el (news-parse-range, news-select-message)
2383 (news-get-pruned-list-of-files): Replace `string-to-int' by
2384 `string-to-number'.
2385
2386 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2387 `find-file-not-found-hooks'; use `add-hook'.
2388 (uncompress-while-visiting): Set `write-file-functions', not
2389 `write-file-hooks'; use `add-hook'.
2390
2391 2005-05-09 Kim F. Storm <storm@cua.dk>
2392
2393 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2394 (cua-paste): Handle clipboard action.
2395 (cua--init-keymaps): Remap clipboard-kill-region and
2396 clipboard-kill-ring-save.
2397
2398 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2399
2400 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2401 Improve commentary.
2402
2403 * simple.el (next-error-overlay-arrow-position): Revert the change
2404 made on 2005-04-30.
2405
2406 2005-05-07 Jay Belanger <belanger@truman.edu>
2407
2408 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2409 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2410 `calc-sel-reselect'.
2411
2412 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2413 Calc is in embedded mode.
2414
2415 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2416
2417 * progmodes/compile.el (compilation-setup):
2418 Set overlay-arrow-string to an empty string on text terminals.
2419
2420 * textmodes/ispell.el (ispell-program-name): Try looking for
2421 "aspell" along exec-path, and if found, use it as the default
2422 speller program.
2423
2424 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2425
2426 * international/mule.el (sgml-xml-auto-coding-function):
2427 Recognize encoding='FOO' in single quotes as well as in double quotes.
2428
2429 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2430
2431 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2432 as well as `interactive', so that defmacro* would recognize
2433 `declare' forms.
2434
2435 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2436
2437 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2438 Explain more about the LIGHTER arg's usage in the doc string.
2439 Add commentary to clarify what the code does. Fix the regexp that
2440 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2441 since it could have characters special to regular expressions.
2442
2443 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2444
2445 * replace.el (occur-1): Bind inhibit-read-only so that
2446 erase-buffer doesn't barf on read-only text properties (likewise
2447 for add-text-properties in occur-engine). Mark buffer as unmodified.
2448 (occur-engine): Don't set buffer-read-only here.
2449
2450 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2453 list-buffers-directory. This caused the *cvs-commit* buffer to be
2454 sometimes mistakenly reused as a *cvs* buffer.
2455
2456 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2457
2458 * tooltip.el: Move code for GUD tooltips into gud.el.
2459 (require): CL no longer needed to compile case.
2460 (tooltip-mode): Do not toggle functions for GUD tooltips.
2461 (tooltip-gud-tips-p): Remove. Replace with minor mode
2462 gud-tooltip-mode in gud.el.
2463 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2464 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2465 tooltip-gud prefix with gud-tooltip and obsolete.
2466 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2467 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2468 (tooltip-mouse-motion): Mouse movement functions/variable.
2469 Rename in gud.el by adding gud prefix.
2470 (tooltip-gud-original-filter, tooltip-gud-dereference)
2471 (tooltip-gud-event, tooltip-toggle-gud-tips)
2472 (tooltip-gud-process-output, tooltip-gud-print-command)
2473 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2474 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2475 (gdb-tooltip-print): Move to gdb-ui.el.
2476
2477 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2478 (require): CL needed to compile case.
2479 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2480 tooltip-gud-tips-p. Make it a minor-mode.
2481 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2482 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2483 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2484 (gud-tooltip-change-major-mode)
2485 (gud-tooltip-activate-mouse-motions-if-enabled)
2486 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2487 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2488 (gud-tooltip-original-filter, gud-tooltip-dereference)
2489 (gud-tooltip-event, tooltip-toggle-gud-tips)
2490 (gud-tooltip-process-output, gud-tooltip-print-command)
2491 (gud-tooltip-tips): Move from tooltip.el.
2492
2493 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2494 (gdb-cpp-define-alist-flags): Doc fix.
2495 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2496 gud-tooltip-mode is t.
2497
2498 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2499
2500 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2501 evaporate if their text is deleted.
2502 (goto-address-at-point): Make it work as a mouse binding as well.
2503 (goto-address-at-mouse): Obsolete it. Update users.
2504
2505 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2506
2507 * calendar/appt.el (top-level): No longer activate on load.
2508
2509 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2510
2511 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2512 * net/webjump.el (webjump):
2513 * progmodes/idlw-help.el (idlwave-do-context-help1)
2514 (idlwave-highlight-linked-completions):
2515 * textmodes/po.el (po-find-file-coding-system-guts):
2516 Replace `assoc-ignore-case' by `assoc-string'.
2517
2518 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2519
2520 * files.el (locate-file): Doc fix.
2521
2522 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2523 Remove the redundant test for ms-dos.
2524
2525 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2526 look for the preprocessor with exec-suffixes. If not found in
2527 standard places, look in exec-path. Remove most of the tests that
2528 used system-type.
2529
2530 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2531
2532 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2533
2534 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2535 file-name clash with jka-compr.el on 8+3 filesystems.
2536
2537 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2538
2539 * term/mac-win.el: Don't define or bind scroll bar functions if
2540 x-toolkit-scroll-bars is t.
2541 (x-select-text, x-get-selection-value):
2542 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2543 (PRIMARY): Put mac-scrap-name property.
2544 (mac-select-convert-to-file-url): New function.
2545 (public.file-url): New selection target type. Add to
2546 selection-converter-alist.
2547 (x-get-selection, x-selection-value): Handle it.
2548 (x-cut-buffer-or-selection-value): New alias.
2549
2550 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2551
2552 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2553 entry to avoid calling bibtex-find-entry with arg global
2554 being t. Remove arg key.
2555 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2556 (bibtex-copy-summary-as-kill): Change accordingly.
2557
2558 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2561 (org-agenda-date-later): Use with-current-buffer.
2562
2563 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2564
2565 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2566 (define-obsolete-variable-alias): Doc Fixes.
2567
2568 2005-05-06 Kim F. Storm <storm@cua.dk>
2569
2570 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2571 vertical-motion when selective-display is active.
2572
2573 * ido.el (ido-setup-hook): New hook.
2574 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2575 (ido-input-stack): New var.
2576 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2577 ido-next-work-file binding to M-O.
2578 Bind M-f to ido-wide-find-file-or-pop-dir.
2579 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2580 (ido-read-internal): Run ido-setup-hook.
2581 Catch quit in read-file-name and read-string to cancel edit.
2582 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2583 Automatically pop-all when completing a directory name (RET).
2584 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2585 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2586 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2587 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2588 New functions for M-b/M-f to move among the directory components.
2589 (ido-make-merged-file-list): Catch quit to cancel merge.
2590 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2591 (ido-completion-help): No warnings for ido-completion-buffer-full.
2592
2593 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2594
2595 * font-lock.el (font-lock-negation-char-face): New face and variable.
2596 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2597 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2598 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2599 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2600
2601 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2602
2603 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2604 Fix typo in docstring.
2605
2606 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2607 (ebrowse-print-statistics-line)
2608 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2609
2610 * term/w32-win.el (image-library-alist): Add additional name for
2611 Xpm library.
2612
2613 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2614
2615 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2616 use gcc instead of cpp.
2617
2618 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2619 (gdb-create-define-alist): Use it.
2620 (gdb-cpp-define-alist-program): Update for MS-DOS.
2621
2622 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2623
2624 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2625
2626 2005-05-04 Richard M. Stallman <rms@gnu.org>
2627
2628 * help.el (describe-key): No error when UNTRANSLATED is nil.
2629
2630 * simple.el (line-move-1): Fix previous change to signal errors
2631 appropriately.
2632
2633 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2634
2635 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2636 (icalendar-duration-correction): Remove.
2637 (icalendar--get-event-properties): Split result at commas.
2638 (icalendar--decode-isoduration): New optional argument
2639 DURATION-CORRECTION.
2640 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2641 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2642 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2643 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2644 (icalendar--convert-anniversary-to-ical): New functions, extracted
2645 from icalendar-export-region, with bug fixes.
2646 (icalendar-export-region): Use the above functions.
2647 (icalendar-import-buffer): Check before saving diary file.
2648 (icalendar--convert-recurring-to-diary)
2649 (icalendar--convert-non-recurring-all-day-to-diary)
2650 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2651 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2652 (icalendar--convert-ical-to-diary): Use the above functions.
2653
2654 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2655
2656 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2657 Remove these recent additions.
2658 (c-mode): Restore to before 2005-04-28.
2659
2660 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2661 recent addition.
2662
2663 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2664 (gdb-define-alist): New variables.
2665 (gdb-create-define-alist): New function.
2666 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2667 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2668 with string-to-number.
2669 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2670
2671 * progmodes/gud.el: Replace string-to-int with string-to-number.
2672 (gud-find-file): Handle gdb-define-alist.
2673
2674 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2675
2676 2005-05-02 Jay Belanger <belanger@truman.edu>
2677
2678 * calc/calc-aent.el (math-read-token):
2679 * calc/calc-bin.el (calc-word-size):
2680 * calc/calc-ext.el (calc-read-number-fancy):
2681 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2682 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2683 * calc/calc-frac.el (calc-over-notation):
2684 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2685 (calc-graph-num-points, calc-graph-init):
2686 * calc/calc-prog.el (calc-read-parse-table-part)
2687 (calc-edit-macro-repeats):
2688 * calc/calc-yank.el (calc-do-grab-rectangle):
2689 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2690 Replace `string-to-int' by `string-to-number'.
2691
2692 2005-05-02 Kim F. Storm <storm@cua.dk>
2693
2694 * kmacro.el: Use executing-kbd-macro-index variable.
2695
2696 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2697
2698 * net/rlogin.el (rlogin-parse-words): Delete func.
2699 (rlogin): Use split-string, not rlogin-parse-words.
2700 Also, if there are option-like elements in the parsed args,
2701 take the host to be the first arg immediately following them.
2702 Suggested by Michael Mauger.
2703
2704 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2705
2706 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2707
2708 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2709
2710 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2711 (cc-mode-cpp-program): Rename to cc-define-list-program and
2712 move to cc-vars.el.
2713
2714 * progmodes/cc-vars.el (cc-define-list-program):
2715 Change to "gcc -E -dM -". Make customizable.
2716
2717 2005-05-02 Kim F. Storm <storm@cua.dk>
2718
2719 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2720
2721 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2722
2723 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2724
2725 * international/mule-util.el (truncate-string): Remove alias and
2726 obsolete declaration.
2727
2728 * international/mule-cmds.el (update-iso-coding-systems):
2729 Remove alias and obsolete declaration.
2730
2731 * international/mule.el (coding-system-parent): Remove alias and
2732 obsolete declaration.
2733
2734 * subr.el (define-function, sref): Remove aliases and obsolete
2735 declarations.
2736 (chars-in-region): Remove obsolete declaration.
2737
2738 2005-05-01 Richard M. Stallman <rms@gnu.org>
2739
2740 * info.el (Info-mode): Set widen-automatically to nil, locally.
2741
2742 * simple.el (widen-automatically): New variable.
2743 (pop-global-mark): Obey widen-automatically.
2744
2745 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2746
2747 * term/xterm.el (function-key-map): Call substitute-key-definition
2748 before the keymap size is increased by a lot of define-key calls.
2749
2750 2005-05-01 Richard M. Stallman <rms@gnu.org>
2751
2752 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2753 Rename ARG to ELEMENT. Doc fix.
2754
2755 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2756
2757 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2758 Remove references to allout-exposure/change to allout-new-exposure.
2759
2760 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2761 bytecode symbols.
2762
2763 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2764 (compiled-function-p, focus-frame, unfocus-frame):
2765 Remove aliases and obsolete declarations.
2766 Back out inadvertent changes from previous commit.
2767
2768 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2769
2770 * files.el (require-final-newline): Make Custom tags consistent
2771 with mode-require-final-newline.
2772 (mode-require-final-newline): Doc fix.
2773
2774 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2775
2776 * international/latexenc.el (latexenc-find-file-coding-system):
2777 Fix regular expressions.
2778
2779 2005-05-01 David Kastrup <dak@gnu.org>
2780
2781 * international/latexenc.el (latexenc-find-file-coding-system):
2782 Fix regular expressions.
2783
2784 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2785
2786 * subr.el (string-to-int): Make obsolete.
2787
2788 2005-04-30 Richard M. Stallman <rms@gnu.org>
2789
2790 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2791
2792 * loadup.el: load jka-comp-hook.
2793
2794 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2795 (jka-compr-handler): Add autoload. `put' calls moved
2796 to jka-comp-hook.el.
2797 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2798 (jka-compr-inhibit): Autoload.
2799
2800 * jka-comp-hook.el: New file.
2801 Enable the mode by default.
2802
2803 * files.el (backup-buffer-copy): Use copy-file instead
2804 of write-region, and put back the 'excl.
2805
2806 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2807
2808 * progmodes/flymake.el (flymake-split-string)
2809 (flymake-split-string, flymake-log, flymake-pid-to-names)
2810 (flymake-reg-names, flymake-get-source-buffer-name)
2811 (flymake-unreg-names, flymake-add-line-err-info)
2812 (flymake-add-err-info): Clarify docstrings.
2813 (flymake-popup-menu, flymake-make-emacs-menu)
2814 (flymake-make-xemacs-menu): Add docstrings.
2815 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2816 Set variables directly throughout.
2817
2818 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2819
2820 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2821 exists. Initialise cc-define-alist.
2822 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2823 If there is no file (Macroexpansion) don't create an alist.
2824
2825 2005-04-29 Sam Steingold <sds@gnu.org>
2826
2827 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2828 (cc-create-define-alist): Use it instead of the hard-coded string.
2829
2830 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2833 for latexenc.
2834
2835 2005-04-29 Lute Kamstra <lute@gnu.org>
2836
2837 * emacs-lisp/generic.el: Improve commentary section.
2838 (define-generic-mode): Improve docstring.
2839
2840 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2841
2842 * textmodes/org.el (many places): Change to quiet the byte compiler.
2843 (org-prefix-format-compiled): New variable.
2844 (org-compile-prefix-format): New function.
2845 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2846 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2847 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2848 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2849 consistency with entries from `org-mode' files.
2850 (org-get-time-of-day): Fix bug with partial matches early in a line.
2851 (org-non-link-chars): New constant.
2852 (org-link-regexp): Respect `org-non-link-chars'.
2853 (org-agenda-day-view): Remove command.
2854 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2855 (org-follow-bbdb-link, org-store-link): Search also company field.
2856 (org-highlight-overlay): New variable.
2857 (org-highlight, org-unhighlight): New functions.
2858 (org-agenda-mode): Add pre-command-hook to remove highlight.
2859 (org-evaluate-time-range): Behavior depends upon whether time stamp
2860 contains a time or not.
2861 (org-show-subtree, org-show-entry): New functions.
2862 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2863
2864 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2865
2866 * comint.el (comint-output-filter-functions): Add autoload cookie.
2867
2868 2005-04-28 Kim F. Storm <storm@cua.dk>
2869
2870 * ido.el (ido-everywhere): Fix last change.
2871
2872 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2873
2874 * international/latexenc.el: New file.
2875 * international/mule-conf.el (file-coding-system-alist): For .tex,
2876 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2877
2878 2005-04-28 Lute Kamstra <lute@gnu.org>
2879
2880 * font-lock.el (font-lock-add-keywords)
2881 (font-lock-remove-keywords): Clarify docstring.
2882 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2883 Don't start docstrings with a `*'.
2884 (font-lock-update-removed-keyword-alist): Give it a docstring.
2885
2886 * generic-x.el: Update commentary section.
2887 Only require font-lock when compiling.
2888 Define all modes conditionally.
2889 Place all generic modes in the generic-x-modes customization group.
2890 (generic-x-modes): New customization group.
2891 (generic-default-modes, generic-mswindows-modes)
2892 (generic-unix-modes, generic-other-modes): New constants.
2893 (generic-define-mswindows-modes, generic-define-unix-modes):
2894 Update docstrings. Make them obsolete.
2895 (generic-extras-enable-list): New default value. Update docstring.
2896 Improve :type. Change :set function.
2897 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2898 Fix docstring.
2899
2900 * emacs-lisp/generic.el (generic-mode-internal):
2901 Simplify font-lock-defaults.
2902 (define-generic-mode): Fix docstring.
2903
2904 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2905
2906 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2907 font-lock-face property to highlight matches.
2908
2909 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2910
2911 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2912 (cc-define-alist): New variable.
2913 (c-mode): Make it local and initialise it.
2914
2915 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2916 (gdb-exited): New function.
2917 (gdb-annotation-rules): Use it.
2918 (gdb-starting): Set gdb-active-process to t.
2919 (gdb-stopping): Amend doc string.
2920 (gdb-reset): Set gdb-active-process to nil.
2921
2922 * tooltip.el (tooltip-gud-tips): Show the associated #define
2923 directives when a C program under GDB is not executing.
2924
2925 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2926
2927 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2928 font-lock-fontify-syntactic-keywords.
2929
2930 * font-lock.el (font-lock-default-fontify-region): Don't force
2931 parse-sexp-lookup-properties to nil.
2932
2933 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2934
2935 * man.el (man-mode-syntax-table): Set up `:' to have
2936 word-constituent syntax.
2937
2938 2005-04-27 Lute Kamstra <lute@gnu.org>
2939
2940 * novice.el (disable-command): Don't add spurious newlines to the
2941 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2942
2943 2005-04-26 Jay Belanger <belanger@truman.edu>
2944
2945 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2946 than one window before deleting window.
2947
2948 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2949
2950 * shell.el (shell-prompt-pattern): Doc fix.
2951 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2952
2953 * comint.el (comint-prompt-regexp, comint-get-old-input)
2954 (comint-use-prompt-regexp)
2955 (comint-use-prompt-regexp-instead-of-fields)
2956 (comint-replace-by-expanded-history, comint-send-input)
2957 (comint-output-filter, comint-get-old-input-default)
2958 (comint-line-beginning-position, comint-bol, comint-show-output)
2959 (comint-backward-matching-input, comint-forward-matching-input)
2960 (comint-next-prompt, comint-previous-prompt):
2961 Rename `comint-use-prompt-regexp-instead-of-fields' to
2962 `comint-use-prompt-regexp'. Keep old name as alias and declare
2963 obsolete.
2964 (comint-use-prompt-regexp): Shorten first line of doc string.
2965
2966 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2967 Set paragraph-separate buffer locally to "\\'".
2968
2969 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2970 Adapt to above name change.
2971
2972 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2973 (smbclient-prompt-regexp): Ditto.
2974
2975 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2976
2977 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2978
2979 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2980 gdb-location-list.
2981 Break lines that are over 80 characters wide.
2982
2983 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2986 New fun and var, to preserve compatibility.
2987
2988 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2989
2990 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2991
2992 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2993 name to file-newer-than-file-p.
2994
2995 2005-04-26 Richard M. Stallman <rms@gnu.org>
2996
2997 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2998
2999 * progmodes/python.el (python-mode):
3000 Use new name eldoc-documentation-function.
3001
3002 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3003
3004 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3005 (eldoc-documentation-function):
3006 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3007
3008 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3009
3010 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3011
3012 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3013
3014 * term/xterm.el (function-key-map): Fix strings for
3015 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3016 {C,S,A,C-S}-{f1-f12}.
3017
3018 2005-04-26 Kenichi Handa <handa@m17n.org>
3019
3020 * international/mule-cmds.el (select-safe-coding-system):
3021 Fix previous change.
3022
3023 2005-04-26 Lute Kamstra <lute@gnu.org>
3024
3025 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3026
3027 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3028 (font-lock-comment-delimiter-face): Ditto.
3029
3030 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3031
3032 2005-04-25 Jay Belanger <belanger@truman.edu>
3033
3034 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3035 to t while inserting information; use help-mode.
3036
3037 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3038
3039 * term.el (ansi-term-color-vector): Use the xterm colors.
3040 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3041
3042 2005-04-25 Lute Kamstra <lute@gnu.org>
3043
3044 * font-core.el (font-lock-defaults): Fix docstring.
3045
3046 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3047
3048 2005-04-25 Kenichi Handa <handa@m17n.org>
3049
3050 * international/mule-cmds.el (select-safe-coding-system):
3051 Don't check consistency with coding: spec, etc if raw-text or
3052 no-conversion was found to be safe.
3053
3054 2005-04-24 Richard M. Stallman <rms@gnu.org>
3055
3056 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3057 citation markers at start of each line.
3058
3059 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3060 citation markers at start of each line.
3061
3062 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3063
3064 * files.el (mode-require-final-newline): Fix previous change.
3065 (require-final-newline): Fix type label.
3066
3067 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3068
3069 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3070 statement in buffer (broken by 2004-11-24 change).
3071
3072 2005-04-24 Kim F. Storm <storm@cua.dk>
3073
3074 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3075 and read-file-name-function values. Don't overwrite existing
3076 non-nil values if ido-mode is enabled without ido-everywhere.
3077
3078 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3079
3080 * files.el (mode-require-final-newline): Minor doc fix.
3081
3082 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3083
3084 * subr.el (syntax-after): Doc fix.
3085 (syntax-class): If argument is nil, return nil. Mask off upper 16
3086 bits, not 8 bits.
3087
3088 * files.el (mode-require-final-newline): Doc fix.
3089 (backup-buffer-copy): Fix last change.
3090
3091 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3092
3093 * term/mac-win.el: Require select. Set selection-coding-system to
3094 mac-system-coding-system. Call menu-bar-enable-clipboard.
3095 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3096 (x-select-enable-clipboard): New variables.
3097 (x-select-text, x-get-selection, x-selection-value)
3098 (x-get-selection-value, mac-select-convert-to-string)
3099 (mac-services-open-file, mac-services-open-selection)
3100 (mac-services-insert-text): New functions.
3101 (CLIPBOARD, FIND): Put mac-scrap-name property.
3102 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3103 (public.tiff): Put mac-ostype property.
3104 (selection-converter-alist): Add entries for them.
3105 (mac-application-menu-map): New keymap.
3106 (interprogram-cut-function, interprogram-paste-function): Set to
3107 x-select-text and x-get-selection-value, respectively.
3108 (split-window-keep-point): Set to t.
3109
3110 2005-04-23 Richard M. Stallman <rms@gnu.org>
3111
3112 * files.el (read-directory-name): Always pass non-nil
3113 DEFAULT-FILENAME arg to read-file-name.
3114 (backup-buffer-copy, basic-save-buffer-2): Take care against
3115 writing thru an unexpected existing symlink.
3116 (revert-buffer): In indirect buffer, revert the base buffer.
3117 (magic-mode-alist): Doc fix.
3118 (buffer-stale-function): Doc fix.
3119 (minibuffer-with-setup-hook): Avoid warning.
3120 (mode-require-final-newline): Doc and custom fix.
3121
3122 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3123
3124 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3125 use the default appearance.
3126 (font-lock-comment-delimiter-face): New face, new variable.
3127
3128 * imenu.el (imenu--generic-function): The official position of a
3129 definition is the start of the line that BEG is in.
3130
3131 * midnight.el (midnight-timer): Move defvar up.
3132
3133 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3134
3135 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3136
3137 * startup.el (command-line): Use with-no-warnings.
3138
3139 * window.el (window-size-fixed): New defvar.
3140
3141 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3142
3143 * mail/rmail.el (rmail-font-lock-keywords):
3144 Use font-lock-comment-delimiter-face.
3145
3146 * mail/sendmail.el (mail-font-lock-keywords):
3147 Use font-lock-comment-delimiter-face.
3148
3149 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3150
3151 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3152
3153 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3154 Specify t for LAXMATCH when matching directories.
3155 Save match data around compilation-compat-error-properties form.
3156
3157 2005-04-23 David Kastrup <dak@gnu.org>
3158
3159 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3160 Mention that the autoloaded aliases should be kept for AUCTeX.
3161
3162 2005-04-23 Andreas Schwab <schwab@suse.de>
3163
3164 * isearch.el (isearch-forward): Doc fix.
3165
3166 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3167
3168 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3169 (jit-lock-stealth-nice): Change default value to 0.5.
3170
3171 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3172
3173 * abbrev.el (write-abbrev-file): Write table entries in
3174 alphabetical order by table name.
3175
3176 2005-04-22 Kim F. Storm <storm@cua.dk>
3177
3178 * ido.el (ido-read-internal): Fix `list' completion.
3179
3180 2005-04-22 Kenichi Handa <handa@m17n.org>
3181
3182 * recentf.el (recentf-save-file-coding-system): New variable.
3183 (recentf-save-list): Encode the file by
3184 recentf-save-file-coding-system and add coding: tag.
3185
3186 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3187
3188 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3189
3190 2005-04-21 Lute Kamstra <lute@gnu.org>
3191
3192 * loadhist.el (unload-feature): Don't remove a function from hooks
3193 if it is about to be restored to an autoload . Remove functions
3194 that will become unbound from auto-mode-alist. Simplify the code.
3195
3196 * subr.el (assq-delete-all): New implementation that is linear,
3197 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3198 (rassq-delete-all): New function.
3199
3200 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3201 Add size-indication-mode.
3202
3203 2005-04-21 Kenichi Handa <handa@m17n.org>
3204
3205 * international/mule-cmds.el: Add autoload for widget-value in
3206 eval-when-compile.
3207
3208 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3209
3210 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3211 Add tooltip-mode.
3212
3213 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3214
3215 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3216
3217 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3218 (inferior-lisp-filter-regexp, inferior-lisp-program)
3219 (inferior-lisp-load-command, inferior-lisp-prompt)
3220 (inferior-lisp-mode-hook, lisp-source-modes)
3221 (inferior-lisp-load-hook): defvar->defcustom.
3222 (inferior-lisp-program, inferior-lisp-prompt)
3223 (inferior-lisp-load-hook): Doc fixes.
3224 (inferior-lisp-install-letter-bindings): Small change in
3225 introductory comment.
3226
3227 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3228
3229 * vc.el (vc-annotate-color-map): Change some colors so that text
3230 using them as foreground is readable on both white and black
3231 backgrounds.
3232
3233 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3234
3235 * international/mule-conf.el (translation-table-for-input):
3236 Remove redundant declaration.
3237
3238 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3239
3240 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3241
3242 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3243 (tooltip-toggle-gud-tips): New function.
3244
3245 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3246
3247 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3248 right angle brackets.
3249
3250 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3251
3252 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3253
3254 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3257 Remove. Update callers to use expand-file-name instead.
3258
3259 * subr.el (syntax-class): New function.
3260
3261 * simple.el (blink-matching-open): Use it.
3262
3263 * paren.el (show-paren-function): Use it to recognize parens that are
3264 also used in 2-char comment markers.
3265
3266 2005-04-19 Lute Kamstra <lute@gnu.org>
3267
3268 * loadhist.el (unload-feature): Update for new format of
3269 load-history. Simplify the code.
3270
3271 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3272
3273 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3274 (mac-add-charset-info): New function. Initialize variable
3275 mac-charset-info-alist using it.
3276 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3277 for translation.
3278 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3279 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3280 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3281 New CCL programs.
3282
3283 2005-04-19 Kim F. Storm <storm@cua.dk>
3284
3285 * simple.el (next-buffer, prev-buffer, next-error)
3286 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3287 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3288
3289 * bindings.el (next-buffer, prev-buffer, next-error)
3290 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3291 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3292 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3293 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3294
3295 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3296
3297 * isearch.el (isearch-edit-string): Make the search-ring available for
3298 minibuffer history commands.
3299 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3300 the default history commands now work just as well.
3301 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3302
3303 2005-04-18 Kim F. Storm <storm@cua.dk>
3304
3305 * emulation/cua-base.el (cua--pre-command-handler): Add more
3306 elaborate check for shift modifier on non-window systems.
3307
3308 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3309
3310 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3311
3312 2005-04-18 Kim F. Storm <storm@cua.dk>
3313
3314 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3315 and make it optional. Don't test tooltip-gud-echo-area here.
3316 (tooltip-gud-process-output, gdb-tooltip-print):
3317 Pass tooltip-gud-echo-area to tooltip-show.
3318 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3319
3320 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3321
3322 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3323 `display-graphic-p' may not be bound yet.
3324
3325 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3326
3327 * startup.el (command-line): No longer enable Xterm Mouse mode by
3328 default in terminals compatible with xterm.
3329
3330 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3331
3332 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3333
3334 * tooltip.el (tooltip-gud-echo-area): Rename from
3335 tooltip-use-echo-area.
3336 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3337 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3338 area independently of where help tooltips are displayed.
3339
3340 2005-04-17 David Kastrup <dak@gnu.org>
3341
3342 * cus-theme.el (custom-theme-write-variables): Quote variables
3343 where necessary.
3344
3345 2005-04-17 Richard M. Stallman <rms@gnu.org>
3346
3347 * simple.el (yank-excluded-properties): Add follow-link to value.
3348
3349 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3350
3351 * startup.el (fancy-splash-max-time): Just 30 seconds.
3352 (fancy-splash-delay): Just 7.
3353 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3354
3355 * loadhist.el (unload-feature): Update for new format of load-history.
3356 Simplify the code.
3357
3358 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3359 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3360
3361 * mail/sendmail.el (mail-font-lock-keywords):
3362 Don't fontify subject text.
3363 Don't fontify the text of a citation.
3364
3365 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3366
3367 * comint.el (comint-output-filter): Run comint-output-filter-functions
3368 with point where the user had it.
3369
3370 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3371
3372 * international/ucs-tables.el (ucs-set-table-for-input):
3373 Disable when using unify-on-decoding.
3374
3375 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3376
3377 * emulation/cua-base.el (cua-global-mark-face): Add special case
3378 for displays supporting a high number of colors.
3379
3380 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3381
3382 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3383
3384 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3385
3386 * filesets.el (filesets-add-buffer): If user supplies a name of a
3387 non-existing fileset, create a new fileset.
3388
3389 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3390
3391 * textmodes/org.el (org-up-heading-all): Fix bug with
3392 `outline-up-heading-all'.
3393
3394 2005-04-16 Andreas Schwab <schwab@suse.de>
3395
3396 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3397 /etc/permissions.d/* and /etc/aliases.d/*.
3398
3399 2005-04-16 Kenichi Handa <handa@m17n.org>
3400
3401 * international/code-pages.el (cp-make-coding-system):
3402 Set `translation-table-for-input' property value to the symbol
3403 ucs-mule-to-mule-unicode, not to that value.
3404 (pt154): Escape guillemet by `\'.
3405
3406 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3407
3408 * loadup.el: Load tooltip if x-show-tip is fboundp.
3409
3410 * startup.el (command-line): Add comment.
3411
3412 * tooltip.el (tooltip-mode): Specify correct standard value for
3413 Custom in init-value.
3414
3415 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3416
3417 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3418 possible.
3419
3420 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3421
3422 * textmodes/org.el (org-agenda-date-prompt): Rename from
3423 `org-agenda-date-today'.
3424 (org-evaluate-time-range): Insert at point instead of directly
3425 after time range.
3426 (org-first-headline-recenter, org-subtree-end-visible-p)
3427 (org-optimize-window-after-visibility-change): New functions
3428 (org-agenda-post-command-hook): Don't allow point at end of line,
3429 to make sure it always hits the text properties.
3430 (org-agenda-next-date-line, org-agenda-previous-date-line):
3431 New commands.
3432 (org-set-regexps-and-options): Category may contain white space.
3433 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3434 Improve marker positions.
3435 (org-agenda-new-marker): Argument POS made optional.
3436 (org-agenda-get-timestamps): Deadlines which are done are listed
3437 in org-done-face now.
3438 (org-agenda-get-todos, org-agenda-get-timestamps)
3439 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3440 Set `undone-face' and `done-face' properties.
3441 (org-last-todo-state-is-todo): New variable.
3442 (org-todo): Set `org-last-todo-state-is-todo'.
3443 (org-agenda-todo): Change face according to
3444 `org-last-todo-state-is-todo'. And change other lines refering to
3445 the same entry.
3446 (org-calendar-goto-agenda): New command.
3447 (org-calendar-to-agenda-key): New option.
3448 (org-startup-folded): New allowed value `content'.
3449 (org-set-regexps-and-options): Accept new value `content' for
3450 `org-startup-folded'.
3451 (org-get-current-options): Handle new value `content' for
3452 `org-startup-folded'.
3453 (org-insert-todo-heading): New command.
3454 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3455 interactively in empty file and option
3456 `org-insert-mode-line-in-empty-file' has been set.
3457 (org-agenda-todo,org-agenda-priority): Modify to use
3458 `org-agenda-change-all-lines'.
3459 (org-warning-face): Change color on dark background
3460
3461 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3462
3463 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3464 use preferences AppleLocale and AppleLanguages, and variable
3465 mac-system-locale for default locale. On Mac OS Classic, use
3466 mac-system-coding-system for default coding systems.
3467
3468 * term/mac-win.el: Don't set file-name-coding-system.
3469 Decode variables system-name, emacs-build-system, user-login-name, and
3470 user-full-name by mac-system-coding-system on Mac OS Classic.
3471 (mac-system-coding-system): New variable.
3472
3473 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3474
3475 * startup.el (command-line): Handle `xterm-mouse-mode' before
3476 reading init file.
3477
3478 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3479
3480 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3481
3482 * progmodes/sh-script.el (sh-here-document-word): Make it a
3483 defcustom. Doc fix.
3484 (sh-add): Bash uses $(( )) for arithmetic.
3485 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3486 (sh-maybe-here-document): Remove quotes and leading whitespace
3487 from heredoc word when closing. Indent heredoc with tabs if word
3488 starts with "-".
3489
3490 2005-04-13 Richard M. Stallman <rms@gnu.org>
3491
3492 * simple.el (undo): Fix previous change.
3493
3494 * custom.el (defface): Doc fix.
3495
3496 2005-04-13 Lute Kamstra <lute@gnu.org>
3497
3498 * Makefile.in (DONTCOMPILE): Remove list.
3499 (compile, compile-always): Don't use DONTCOMPILE.
3500 (update-authors): Load the library in which batch-update-authors
3501 is defined.
3502 * makefile.w32-in (DONTCOMPILE): Remove list.
3503 (compile, compile-always): Fix comments.
3504 (update-authors): Load the library in which batch-update-authors
3505 is defined.
3506
3507 * generic-x.el (generic-mode-ini-file-find-file-hook):
3508 Rename to ini-generic-mode-find-file-hook.
3509 Keep generic-mode-ini-file-find-file-hook as an alias.
3510 (ini-generic-mode-find-file-hook): Rename from
3511 generic-mode-ini-file-find-file-hook. Fix docstring.
3512 (ini-generic-mode): Docstring change.
3513 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3514
3515 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3516 called from lisp.
3517
3518 * generic.el: Move to the emacs-lisp subdir.
3519
3520 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3521
3522 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3523 and C-S- function and cursor motion keys.
3524
3525 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3526
3527 * startup.el (command-line): Enable Xterm Mouse mode by default.
3528 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3529 for Custom. No longer show "Mouse" in mode line when enabled.
3530 Doc fix.
3531
3532 2005-04-12 Kim F. Storm <storm@cua.dk>
3533
3534 * emulation/cua-base.el (cua-rectangle-face)
3535 (cua-rectangle-noselect-face): Define face attributes here.
3536
3537 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3538
3539 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3540
3541 * startup.el (command-line): Turn off blinking cursor if
3542 cursorBlink in resources is off or false.
3543
3544 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3545
3546 * term/mac-win.el (dnd): Require dnd.
3547 (mac-drag-n-drop): Call dnd-handle-one-url.
3548 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3549 (kTextEncodingISOLatin2): Remove constants.
3550 (mac-script-code-coding-systems): New constant.
3551 (mac-handle-language-change): New function.
3552 (special-event-map): Bind it to `language-change' event.
3553 (mac-centraleurroman, mac-cyrillic): New coding systems.
3554 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3555 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3556 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3557 encode-mac-cyrillic, respectively.
3558
3559 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3560
3561 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3562 Don't set overlay-arrow-string to "=>" as this is done
3563 globally in C now.
3564
3565 2005-04-12 Lute Kamstra <lute@gnu.org>
3566
3567 * generic-x.el (rc-generic-mode, rul-generic-mode):
3568 Fix auto-mode-alist entries.
3569 (etc-fstab-generic-mode): Tweak fontification.
3570
3571 * generic.el (generic-make-keywords-list): Fix docstring.
3572 (generic-mode-internal): Simplify generic-font-lock-keywords.
3573
3574 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3575
3576 * whitespace.el (whitespace-buffer-leading)
3577 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3578 However, fix the highlight area for the leading and
3579 trailing whitespaces to show space.
3580
3581 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3582
3583 * whitespace.el (whitespace-version): Bump to 3.5
3584
3585 (whitespace-buffer-leading, whitespace-buffer-trailing):
3586 Invert sense of the test to highlight the whitespace.
3587
3588 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3589
3590 * progmodes/gud.el (gud-display-line): GUD uses its own
3591 overlay arrow now so don't set overlay-arrow-string.
3592 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3593
3594 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3595
3596 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3597 (term-ansi-current-reverse, term-ansi-current-invisible)
3598 (term-ansi-face-already-done): Change to boolean.
3599 (term-reset-terminal, term-handle-colors-array): Handle the above
3600 vars accordingly.
3601 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3602 (term-emulate-terminal): Use the new name.
3603
3604 * faces.el (secondary-selection): Use yellow1, not yellow.
3605 (trailing-whitespace): Use red1, not red.
3606
3607 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3608
3609 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3610 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3611 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3612
3613 * cus-edit.el (dnd): New group.
3614
3615 * term/w32-win.el (dnd): Require dnd
3616 (w32-drag-n-drop): Call dnd-handle-one-url.
3617
3618 * x-dnd.el: Require dnd.
3619 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3620 Call dnd-handle-one-url.
3621 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3622 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3623 to dnd-insert-text.
3624 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3625 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3626 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3627 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3628
3629 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3630
3631 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3632
3633 * wdired.el: Doc fixes.
3634 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3635 (wdired-use-dired-vertical-movement): Rename from
3636 wdired-always-move-to-filename-beginning.
3637 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3638 (wdired-change-to-wdired-mode): Change mode name.
3639 (wdired-newline): Delete.
3640
3641 2005-04-11 Richard M. Stallman <rms@gnu.org>
3642
3643 * whitespace.el (whitespace-highlight-the-space):
3644 Don't call whitespace-unhighlight-the-space here.
3645
3646 * simple.el (undo): Record t in undo-equiv-table
3647 for the redo record made by an undo-in-region.
3648
3649 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3650
3651 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3652 (gdb-frame-inferior-io-buffer): New Functions to control
3653 display of separate IO buffer.
3654 (menu): Add them to menu-bar.
3655 (gdb-display-buffer): Check for buffer another frame.
3656 Protect GUD buffer.
3657 (gdb-setup-windows): Create IO buffer if not already there.
3658 (gdb-memory-mode): Remove purecopy noops.
3659
3660 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3661
3662 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3663 and pass to self-insert-command.
3664
3665 2005-04-11 Lute Kamstra <lute@gnu.org>
3666
3667 * generic.el: Commentary section cleanup.
3668 (generic): Delete.
3669 (generic-use-find-file-hook, generic-lines-to-scan)
3670 (generic-find-file-regexp, generic-ignore-files-regexp)
3671 (default-generic-mode, generic-mode-find-file-hook)
3672 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3673 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3674 (generic-use-find-file-hook, generic-lines-to-scan)
3675 (generic-find-file-regexp, generic-ignore-files-regexp)
3676 (default-generic-mode, generic-mode-find-file-hook)
3677 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3678
3679 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3680
3681 * bookmark.el (bookmark-write-file): Catch errors writing file.
3682 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3683
3684 2005-04-10 Richard M. Stallman <rms@gnu.org>
3685
3686 * startup.el (fancy-splash-tail): Update copyright year.
3687 (command-line): Split part of -Q into -D.
3688 (emacs-basic-display): New defvar.
3689 (fancy-splash-text): Correct name of menu item.
3690
3691 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3692
3693 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3694 lines in one node.
3695
3696 * comint.el (comint-send-input): New arg ARTIFICIAL.
3697 Callers in this file changed.
3698
3699 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3700
3701 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3702
3703 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3704
3705 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3706 `ldap-search-internal'.
3707
3708 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3709
3710 * files.el (set-auto-mode-1): Use line-end-position.
3711
3712 * international/latin-1.el:
3713 * international/latin-2.el:
3714 * international/latin-3.el:
3715 * international/latin-4.el:
3716 * international/latin-5.el:
3717 * international/latin-8.el:
3718 * international/latin-9.el: Give punctuation syntax to NBSP.
3719
3720 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3721 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3722 Use char-classes to accept non-ascii letters, accepted in some recent
3723 bibtex implementations.
3724
3725 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3726
3727 * custom.el (custom-set-minor-mode): Any non-nil value for the
3728 variable should enable the mode when set through Custom.
3729
3730 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3731
3732 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3733 TAB binding so tab-always-indent is obeyed.
3734 (vhdl-minibuffer-local-map): Move initialization into declaration.
3735 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3736 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3737 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3738 (vhdl-current-line): Use line-beginning-position.
3739 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3740 with-output-to-temp-buffer, so the current position can be recorded.
3741
3742 2005-04-10 Masatake YAMATO <jet@gyve.org>
3743
3744 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3745 Add regexp for gcov.
3746
3747 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3748
3749 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3750 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3751 syntax which Emacs 20 doesn't support.
3752
3753 2005-04-09 Richard M. Stallman <rms@gnu.org>
3754
3755 * help.el (describe-key-briefly, describe-key):
3756 Replace strings as event types with "(any string)".
3757
3758 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3759
3760 * arc-mode.el (archive-mode-map): Move initialization into
3761 the declaration. Override *all* bindings of `undo'.
3762 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3763
3764 2005-04-09 Jay Belanger <belanger@truman.edu>
3765
3766 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3767
3768 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3769
3770 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3771 (xterm-register-default-colors): Update color values computation
3772 to match xterm-200.
3773
3774 2005-04-09 Kenichi Handa <handa@m17n.org>
3775
3776 * international/code-pages.el (iso-latin-7): Fix the map.
3777
3778 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3779
3780 * emacs-lisp/lisp.el (defun-prompt-regexp)
3781 (parens-require-spaces, buffer-end, end-of-defun)
3782 (insert-parentheses): Doc fixes.
3783
3784 2005-04-08 Kim F. Storm <storm@cua.dk>
3785
3786 * comint.el (comint-highlight-prompt): Fix face spec.
3787 * hi-lock.el (hi-green): Likewise.
3788
3789 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3790
3791 * cus-edit.el (custom-modified-face):
3792 * comint.el (comint-highlight-input): Fix previous changes.
3793 * term.el (term-handle-ansi-escape): Add a comment.
3794
3795 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3796
3797 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3798 in the buffer and in whitespace-highlighted-space.
3799 (whitespace-unhighlight-the-space): Simplify.
3800 (whitespace-buffer): Simplify.
3801
3802 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3803
3804 * textmodes/table.el (table-cell-face): Add special case for
3805 displays supporting a high number of colors.
3806 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3807 (vhdl-font-lock-reserved-words-face)
3808 (vhdl-speedbar-architecture-face)
3809 (vhdl-speedbar-instantiation-face)
3810 (vhdl-speedbar-architecture-selected-face)
3811 (vhdl-speedbar-instantiation-selected-face): Likewise.
3812 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3813 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3814 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3815 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3816 (ebrowse-progress-face): Likewise.
3817 * progmodes/compile.el (compilation-info-face): Likewise.
3818 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3819 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3820 * calendar/calendar.el (diary-face): Likewise.
3821 * woman.el (woman-italic-face, woman-bold-face)
3822 (woman-unknown-face): Likewise.
3823 * wid-edit.el (widget-button-pressed-face): Likewise.
3824 * whitespace.el (whitespace-highlight-face): Likewise.
3825 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3826 * pcvs-info.el (cvs-marked-face): Likewise.
3827 * info.el (info-xref): Likewise.
3828 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3829 * hilit-chg.el (highlight-changes-face)
3830 (highlight-changes-delete-face): Likewise.
3831 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3832 (hi-red-b): Likewise.
3833 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3834 * font-lock.el (font-lock-keyword-face)
3835 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3836 * cus-edit.el (custom-invalid-face, custom-modified-face)
3837 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3838 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3839 * comint.el (comint-highlight-prompt): Likewise.
3840
3841 2005-04-08 Lute Kamstra <lute@gnu.org>
3842
3843 * font-lock.el (font-lock-keywords): Docstring fixes.
3844
3845 2005-04-08 Kenichi Handa <handa@m17n.org>
3846
3847 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3848 chars are more than a limit, print " and more..." at the tail.
3849
3850 2005-04-08 Kim F. Storm <storm@cua.dk>
3851
3852 * emacs-lisp/authors.el (authors-aliases): Update list.
3853 (authors-ignored-files): New list.
3854 (authors-fixed-entries): Fix typo.
3855 (authors-renamed-files-alist): Update list.
3856 (authors-add): Check authors-ignored-files.
3857
3858 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3859
3860 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3861 optional, to ensure backward compatibility.
3862
3863 2005-04-08 Stephen Eglen <stephen@gnu.org>
3864
3865 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3866
3867 2005-04-08 Kim F. Storm <storm@cua.dk>
3868
3869 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3870
3871 * mouse.el (mouse-on-link-p): Doc fix.
3872
3873 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3874
3875 * ielm.el (ielm-prompt-read-only): Doc fix.
3876
3877 * comint.el (comint-prompt-read-only): Doc fix.
3878
3879 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3880
3881 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3882 ensure dired always handles wildcards passed to ffap.
3883 (find-file-at-point): Use it.
3884 (ffap-dired-wildcards): Doc fix.
3885
3886 2005-04-07 Juri Linkov <juri@jurta.org>
3887
3888 * simple.el (next-error-overlay-arrow-position): New defvar.
3889 Put "=>" on its property `overlay-arrow-string'. Add it to
3890 `overlay-arrow-variable-list'.
3891
3892 * progmodes/compile.el (compilation-setup):
3893 Set `next-error-overlay-arrow-position' to nil. Also set it to
3894 nil in the local hook `kill-buffer-hook'. Make local variable
3895 `overlay-arrow-string' and set it to "=>".
3896 (compilation-goto-locus): Set BOL position to
3897 `next-error-overlay-arrow-position' instead of
3898 `overlay-arrow-position'.
3899
3900 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3901 locally instead of adding it to the global hook.
3902 (Info-kill-buffer): Move up.
3903
3904 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3905
3906 * term/xterm.el (xterm-standard-colors): Update color values from
3907 xterm-200.
3908
3909 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3910
3911 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3912
3913 * fast-lock.el:
3914 * lazy-lock.el: Move them to the obsolete subdir.
3915
3916 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3917
3918 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3919 (wdired-add-replace-advice): Remove.
3920 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3921
3922 2005-04-06 Kim F. Storm <storm@cua.dk>
3923
3924 * startup.el (command-line): Add --bare-bones alias for -Q.
3925
3926 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3927
3928 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3929 create the startup fontset if a font specification ends with
3930 `mac-roman'.
3931
3932 2005-04-06 Lute Kamstra <lute@gnu.org>
3933
3934 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3935 change.
3936
3937 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3938 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3939
3940 2005-04-05 Lute Kamstra <lute@gnu.org>
3941
3942 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3943 (define-generic-mode): Ditto. Fix debug declaration.
3944
3945 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3946 Put them in the generic-x group.
3947
3948 * calendar/timeclock.el (timeclock): Doc fix.
3949
3950 * generic.el (define-generic-mode): Don't use custom-current-group.
3951 Document default :group value.
3952 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3953 (define-global-minor-mode): Don't use custom-current-group.
3954
3955 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3956
3957 * startup.el (command-line-1): Display startup-echo-area-message
3958 when fancy splash screen is in use.
3959
3960 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3961 (sh-escaped-newline): New face.
3962 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3963 newline, and use sh-escaped-newline face.
3964
3965 * progmodes/tcl.el (tcl-escaped-newline): New face.
3966 (tcl-builtin-list): New variable.
3967 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3968 newlines. Fix keywords subexpression number.
3969
3970 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3971
3972 * textmodes/org.el (org-diary-default-entry): Fix call to
3973 `add-to-diary-entry'.
3974
3975 2005-04-05 Kim F. Storm <storm@cua.dk>
3976
3977 * ediff-init.el: Use (featurep 'xemacs).
3978
3979 2005-04-05 David Ponce <david@dponce.com>
3980
3981 * cus-edit.el (face): Derive from symbol widget. Display sample
3982 of the current face on the fly.
3983 (widget-face-sample-face-get, widget-face-notify): New functions.
3984 (widget-face-value-create): Remove.
3985
3986 * wid-edit.el (widget-field-end): Temporarily remove field
3987 narrowing before to call `get-char-property'.
3988
3989 2005-04-04 Jay Belanger <belanger@truman.edu>
3990
3991 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3992 (math-read-subscripts): New variable.
3993 (math-read-preprocess-string): Process subscripts.
3994
3995 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3996
3997 * comint.el (comint-prompt-read-only): Doc fix.
3998
3999 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4000 `-1'. Doc fix.
4001
4002 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4003
4004 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4005 Change default value to nil.
4006
4007 2005-04-04 Lute Kamstra <lute@gnu.org>
4008
4009 * autorevert.el (auto-revert-mode): Specify :group.
4010 * battery.el (display-battery-mode): Specify :group.
4011 * diff-mode.el (diff-minor-mode): Specify :group.
4012 * font-core.el (font-lock-mode): Specify :group.
4013 * hl-line.el (hl-line-mode): Specify :group.
4014 * iimage.el (iimage): New customization group.
4015 (iimage-mode): Specify :group.
4016 * longlines.el (longlines-mode): Specify :group.
4017 * master.el: Don't require easy-mmode.
4018 (master): New customization group.
4019 (master-mode): Specify :group.
4020 * msb.el (msb-mode): Specify :group.
4021 * reveal.el (reveal-mode): Specify :group.
4022 * simple.el (next-error-follow-minor-mode): Specify :group.
4023 * smerge-mode.el (smerge-mode): Specify :group.
4024 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4025 * emulation/cua-base.el (cua-mode): Specify :group.
4026 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4027 * language/thai-util.el (thai-auto-composition-mode)
4028 (thai-word-mode): Specify :group.
4029 * mail/supercite.el (sc-minor-mode): Specify :group.
4030 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4031 * progmodes/flymake.el (flymake-mode): Specify :group.
4032 * progmodes/glasses.el (glasses-mode): Specify :group.
4033 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4034 * textmodes/enriched.el (enriched-mode): Specify :group.
4035 * textmodes/refill.el (refill-mode): Specify :group.
4036
4037 * add-log.el (change-log-font-lock-keywords): Names in
4038 parenthesized lists can contain spaces.
4039
4040 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4041
4042 * startup.el (fancy-splash-text): Shorten default text of
4043 "Emacs Tutorial" line. Also, if the current language env
4044 indicates an available tutorial file other than TUTORIAL,
4045 extract its title and append it to the line in parentheses.
4046 (fancy-splash-insert): If arg is a thunk, funcall it.
4047
4048 2005-04-04 Jay Belanger <belanger@truman.edu>
4049
4050 * calc.el (calc-language-alist): Add tags to customization type.
4051
4052 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4053
4054 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4055 Doc fix.
4056
4057 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4058
4059 * add-log.el (change-log-font-lock-keywords): The manual
4060 describing a Change Log entry, says: (...) "Aside from these
4061 header lines, every line in the change log starts with a space or
4062 a tab.". The font-lock was not highlighting lines started with
4063 spaces, added support for it.
4064
4065 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4066
4067 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4068 (bibtex-generate-url-list): Update docstring accordingly. Put the
4069 complex example in the docstring.
4070 (bibtex-font-lock-url): Use pop.
4071
4072 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4075
4076 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4077
4078 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4079
4080 * filesets.el (filesets-set-default): Doc fix.
4081
4082 2005-04-03 Lute Kamstra <lute@gnu.org>
4083
4084 * generic.el (define-generic-mode): Add argument to specify
4085 keywords for defcustom.
4086 (default-generic-mode): Specify :group.
4087
4088 * generic-x.el: Specify :group for all generic modes.
4089
4090 * desktop.el (desktop-no-desktop-file-hook)
4091 (desktop-after-read-hook): Doc fix.
4092
4093 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4094
4095 * simple.el (visible-mode): Use explicit :group keyword.
4096 This changes the group of `visible-mode-hook' from paren-blinking
4097 to editing-basics.
4098
4099 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4100
4101 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4102 mailbox specifications as well as URLs.
4103 (rmail-insert-inbox-text): Remove unused conditional branches.
4104
4105 2005-04-01 Jay Belanger <belanger@truman.edu>
4106
4107 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4108 (calc-gnuplot-print-command): Move definitions to calc.el.
4109
4110 * calc/calc-embed.el (calc-embedded-announce-formula)
4111 (calc-embedded-open-formula, calc-embedded-close-formula)
4112 (calc-embedded-open-word, calc-embedded-close-word)
4113 (calc-embedded-open-plain, calc-embedded-close-plain)
4114 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4115 (calc-embedded-open-mode, calc-embedded-close-mode):
4116 Move definitions to calc.el.
4117
4118 * calc/calc.el (calc-settings-file, calc-language-alist):
4119 Make customizable.
4120 (calc-embedded-announce-formula, calc-embedded-open-formula)
4121 (calc-embedded-close-formula, calc-embedded-open-word)
4122 (calc-embedded-close-word, calc-embedded-open-plain)
4123 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4124 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4125 (calc-embedded-close-mode, calc-gnuplot-name)
4126 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4127 from other files and make customizable.
4128
4129 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4132 Use buffer-live-p.
4133 (cvs-mode-run): Don't call cvs-update-header here.
4134 (cvs-run-process): Call cvs-update-header.
4135 Use process properties for cvs-postprocess and cvs-buffer so that
4136 the sentinel can behave better if the temp buffer is killed.
4137 Use a pipe rather than a tty, to better handle unexpected prompts.
4138 (cvs-sentinel): Rewrite. Call cvs-update-header.
4139
4140 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4141
4142 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4143 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4144
4145 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * generic.el (define-generic-mode): Add indentation rule.
4148
4149 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4150
4151 * files.el (mode-require-final-newline): Make Custom correctly
4152 report a nil value and allow to set it to nil via Custom.
4153 Doc fix.
4154
4155 2005-04-01 Kenichi Handa <handa@m17n.org>
4156
4157 * international/characters.el: Enable the correct case setting for
4158 dotless-i and dotted-I.
4159
4160 2005-04-01 Kim F. Storm <storm@cua.dk>
4161
4162 * ido.el (ido-file-internal): Fall back to non-ido command if
4163 initial directory is on slow ftp (or tramp) host.
4164
4165 2005-03-31 Richard M. Stallman <rms@gnu.org>
4166
4167 * emacs-lisp/autoload.el (make-autoload):
4168 Handle define-global-minor-mode.
4169
4170 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4171 Rename from easy-mmode-define-global-mode.
4172 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4173
4174 * progmodes/scheme.el (scheme-mode-syntax-table):
4175 Update syntax of | and # for two-character comment syntax.
4176
4177 2005-03-31 Lute Kamstra <lute@gnu.org>
4178
4179 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4180 (define-minor-mode): Call custom-current-group at load-time.
4181
4182 * generic.el (define-generic-mode): Add debug declaration.
4183 Add defcustom for the mode hook.
4184 (generic-mode-internal): Use run-mode-hooks.
4185
4186 2005-03-31 Kim F. Storm <storm@cua.dk>
4187
4188 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4189 (mouse-fixup-help-message): New defun called by show_help_echo
4190 to fixup mouse-2 prefix in help messages when applicable.
4191
4192 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4193
4194 2005-03-31 Kenichi Handa <handa@m17n.org>
4195
4196 * language/thai-word.el (thai-find-word-ends): Pay attention to
4197 the case that we reach the end of buffer.
4198
4199 * textmodes/fill.el (fill-text-properties-at): New function.
4200 (fill-newline): Use fill-text-properties-at instead of
4201 text-properties-at.
4202
4203 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4204
4205 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4206 not comint-quote-filename.
4207
4208 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4209
4210 * help-fns.el (help-with-tutorial): Revert last change.
4211
4212 2005-03-31 Kim F. Storm <storm@cua.dk>
4213
4214 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4215
4216 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4217
4218 * calendar/cal-china.el: Update reference to "Calendrical
4219 Calculations" book; there's a new edition.
4220 * calendar/cal-coptic.el: Likewise.
4221 * calendar/cal-french.el: Likewise.
4222 * calendar/cal-hebrew.el: Likewise.
4223 * calendar/cal-islam.el: Likewise.
4224 * calendar/cal-iso.el: Likewise.
4225 * calendar/cal-julian.el: Likewise.
4226 * calendar/cal-mayan.el: Likewise.
4227 * calendar/cal-persia.el: Likewise.
4228 * calendar/calendar.el: Likewise.
4229 * calendar/holidays.el: Likewise.
4230 * calendar/lunar.el: Likewise.
4231 * calendar/solar.el: Likewise.
4232
4233 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4234 white space from doc string.
4235
4236 2005-03-30 Jay Belanger <belanger@truman.edu>
4237
4238 * calc/calc-help.el (calc-full-help): Remove email address.
4239
4240 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4241
4242 * help-fns.el (help-with-tutorial): Delete title line.
4243
4244 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4245
4246 * calendar/cal-x.el (calendar-one-frame-setup)
4247 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4248 rather than 'symbol for set-window-dedicated-p.
4249
4250 * calendar/appt.el (appt-buffer-name): Make it a constant.
4251 (appt-add): Doc fix.
4252
4253 * filesets.el (filesets-menu-path, filesets-menu-before)
4254 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4255 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4256 (filesets-add-submenu): Delete and use add-submenu instead.
4257
4258 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4259
4260 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4261 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4262 (org-diary-default-entry): New function.
4263 (org-get-entries-from-diary): Better parsing of diary entries.
4264 (org-agenda-check-no-diary): New function.
4265 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4266 linking to diary entries.
4267 (org-agenda-execute-calendar-command): New function.
4268 (org-agenda): Improve visible section in window.
4269 Use `org-fit-agenda-window'.
4270 (org-fit-agenda-window): New option.
4271 (org-move-subtree-down): Better handling of empty lines
4272 at end of subtree.
4273 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4274 levels up.
4275 (org-fontify-done-headline): New option.
4276 (org-headline-done-face): New face.
4277 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4278 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4279 When current field is non-empty, it is copied to next row.
4280 (org-table-copy-from-above): Fix bug which made it
4281 impossible to copy fields containing only a single non-white character.
4282
4283 2005-03-30 Kim F. Storm <storm@cua.dk>
4284
4285 * kmacro.el (kmacro-end-macro): Isearch may store this command
4286 into the macro -- so ignore it when executing keyboard macro.
4287
4288 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4289
4290 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4291
4292 2005-03-29 Kenichi Handa <handa@m17n.org>
4293
4294 * language/thai.el ("Thai"): Set setup-function and exit-function
4295 for Thai language environment.
4296
4297 * language/thai-util.el: Require thai-word.
4298 (thai-word-mode-map): New variable.
4299 (thai-word-mode): New minor mode.
4300 (setup-thai-language-environment-internal): New function.
4301 (exit-thai-language-environment-internal): New function.
4302
4303 * language/thai-word.el (thai-word-table): Declare it by defvar,
4304 use dolist to initialize it.
4305 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4306 (thai-fill-find-break-point): New functions.
4307
4308 2005-03-29 Richard M. Stallman <rms@gnu.org>
4309
4310 * simple.el (idle-update-delay): Move definition up.
4311 (set-mark): Doc fix.
4312
4313 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4314
4315 * longlines.el: New file.
4316
4317 * simple.el (buffer-substring-filters): New variable.
4318 (filter-buffer-substring): New function.
4319 (kill-region, copy-region-as-kill): Use it.
4320
4321 * register.el (copy-to-register, append-to-register)
4322 (prepend-to-register): Use filter-buffer-substring.
4323
4324 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4325
4326 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4327 (gud-filter-pending-text): Move in front of gdb.
4328 (gud-overlay-arrow-position): New variable.
4329 (gud-sentinel, gud-display-line): Use it in place of
4330 overlay-arrow-position.
4331
4332 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4333
4334 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4335 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4336 (fortran-font-lock-keywords-4): New variable.
4337 (fortran-blocks-re, fortran-end-block-re)
4338 (fortran-start-block-re): New constants, for hideshow.
4339 (hs-special-modes-alist): Add a Fortran entry.
4340 (fortran-mode-map): Bind fortran-end-of-block,
4341 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4342 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4343 (fortran-looking-at-if-then, fortran-end-of-block)
4344 (fortran-beginning-of-block): New functions, for hideshow.
4345
4346 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4347 Doc fix. Tweak regexp.
4348 (f90-beginning-of-block): Push mark first.
4349
4350 2005-03-29 Jay Belanger <belanger@truman.edu>
4351
4352 * calc/calc.el: Update copyright date.
4353 (calc-version): Increase to 2.1.
4354 (calc-version-date): Remove.
4355
4356 * calc/calc-help.el: Update copyright date.
4357 (calc-full-help): Remove reference to calc-version-date.
4358 Update copyright date.
4359
4360 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * vc.el (vc-do-command): Use a pipe for async processes, so password
4363 prompts don't show up at places where the user can't reply.
4364
4365 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4366
4367 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4368 on the file name we pass to the inferior shell.
4369
4370 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4371
4372 * progmodes/which-func.el (which-function): Be robust in the face of an
4373 imenu--make-index-alist failure.
4374
4375 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4378
4379 * progmodes/python.el (python-preoutput-filter): Fix last change.
4380
4381 2005-03-29 Lute Kamstra <lute@gnu.org>
4382
4383 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4384 functions and compiled macros.
4385 (debug-convert-byte-code): Handle macros too.
4386 (debug-on-entry-1): Don't signal an error when trying to clear a
4387 function that is not set to debug on entry.
4388
4389 2005-03-29 Jay Belanger <belanger@truman.edu>
4390
4391 * calc/calc-lang.el: Add functions to math-function-table
4392 properties of tex and math.
4393
4394 2005-03-29 Kenichi Handa <handa@m17n.org>
4395
4396 * ps-mule.el (ps-mule-plot-string): Translate characters by
4397 ps-print-translation-table.
4398 (ps-mule-begin-job): Call find-charset-region/string with
4399 ps-print-translation-table.
4400 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4401
4402 * ps-print.el (ps-print-translation-table): New variable.
4403 (ps-plot-region): Translate characters by ps-print-translation-table.
4404
4405 2005-03-29 Juri Linkov <juri@jurta.org>
4406
4407 * simple.el (next-error-highlight-timer): New variable.
4408
4409 * progmodes/compile.el (compilation-goto-locus):
4410 Use `next-error-highlight-timer' instead of `sit-for'.
4411
4412 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * mail/supercite.el (sc-mail-field): Use assoc-string.
4415 (sc-get-address): Simplify regexps.
4416
4417 * files.el (minibuffer-with-setup-hook): New macro.
4418 (find-file-read-args): Use it to avoid let-binding
4419 minibuffer-with-setup-hook (which breaks turning on/off
4420 file-name-shadow-mode while in the prompt).
4421
4422 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4423
4424 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4425
4426 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4427
4428 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * window.el (window-buffer-height): Use count-screen-lines.
4431
4432 * progmodes/python.el (python-preoutput-leftover): New var.
4433 (python-preoutput-filter): Use it.
4434 (python-send-receive): Loop until all the result has been received.
4435
4436 2005-03-28 Juri Linkov <juri@jurta.org>
4437
4438 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4439
4440 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4441 "Recover Crashed Session".
4442 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4443 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4444 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4445 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4446 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4447 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4448 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4449 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4450
4451 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4452 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4453 Ediff Sessions", "Toggle use of separate control buffer frame",
4454 "Use separate frame for Ediff control buffer".
4455
4456 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4457 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4458 "Rename Bookmark", "Delete Bookmark".
4459
4460 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4461 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4462 Add `:active Info-index-alternatives' to "Next Matching Item".
4463
4464 * wdired.el (wdired-change-to-wdired-mode):
4465 Mention `wdired-abort-changes' key in the initial message.
4466
4467 * international/mule.el (auto-coding-alist): Associate non-ascii
4468 image filename extensions with `no-conversion'.
4469
4470 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * international/iso-acc.el:
4473 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4474
4475 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4476
4477 * textmodes/sgml-mode.el (html-mode): Doc update.
4478
4479 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4480
4481 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4482
4483 * term.el (term-move-columns): Fix face after extending a line.
4484 (term-insert-spaces): Likewise.
4485 (term-reset-terminal): Fix off by one error.
4486
4487 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4488
4489 * international/mule.el (auto-coding-alist): Add .xpi files.
4490
4491 * files.el (auto-mode-alist): Add .xpi files.
4492
4493 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4494
4495 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4496
4497 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4498
4499 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4500
4501 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4502
4503 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4504 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4505
4506 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4507 cursor to Jan 1 when needed.
4508 (calendar-end-of-year): Fix -/+ typo.
4509 Reported by Chong Yidong <cyd@stupidchicken.com>.
4510
4511 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4514
4515 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4516 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4517
4518 2005-03-25 Richard M. Stallman <rms@gnu.org>
4519
4520 * filesets.el (filesets-init): Add autoload.
4521
4522 * mail/mailalias.el (mail-directory): Doc fix.
4523
4524 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4525
4526 * mail/mailalias.el (mail-directory-process): Do nothing if
4527 mail-directory-process is an atom.
4528 (mail-get-names): Ignore mail-directory-names if it is an atom.
4529 (mail-directory-process defvar): Doc fix.
4530 (mail-names): Doc fix.
4531
4532 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4533
4534 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4535
4536 2005-03-26 Kenichi Handa <handa@m17n.org>
4537
4538 * international/mule-util.el (detect-coding-with-priority):
4539 Call update-coding-systems-internal before detect-coding-region.
4540
4541 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4542
4543 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4544 (gdb-frames-mode-map): Add follow-link property.
4545
4546 2005-03-25 Jay Belanger <belanger@truman.edu>
4547
4548 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4549 for variables.
4550
4551 2005-03-25 Juri Linkov <juri@jurta.org>
4552
4553 * image-mode.el: Optimize image filename extension regexps in
4554 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4555 in `auto-mode-alist'.
4556 (image-mode): Add `image-toggle-display-text' to local hook
4557 `change-major-mode-hook'. Display the image as an image by
4558 default. Set `cursor-type' and `truncate-lines' if the image
4559 is already displayed. Take into account the current mode (image
4560 or text) in message.
4561 (image-minor-mode): New minor mode.
4562 (image-mode-maybe, image-toggle-display-text): New functions.
4563 (image-toggle-display): Use called-interactively-p.
4564 Let-bind `inhibit-read-only' to t.
4565
4566 * image-mode.el (image-minor-mode): Set `cursor-type' and
4567 `truncate-lines' if the image is already displayed. Add turning
4568 image-minor-mode off to `change-major-mode-hook'. Add message.
4569 Call `image-toggle-display-text' after turning image-minor-mode off.
4570
4571 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4572
4573 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4574 Terminal.app, use utf-8.
4575 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4576 (set-locale-environment): Use it.
4577
4578 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4579
4580 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4581
4582 * progmodes/python.el (python-close-block-statement-p)
4583 (python-outdent-p, python-current-defun): Use symbol-end.
4584
4585 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4586
4587 * files.el (save-some-buffers): Doc fix.
4588
4589 2005-03-25 Werner Lemberg <wl@gnu.org>
4590
4591 * complete.el, thumbs.el: Replace `legal' with `valid'.
4592 * calendar/calendar.el: Replace `legal' with `valid'.
4593 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4594 * mail/supercite.el: Replace `legal' with `valid'.
4595 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4596 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4597 Replace `legal' with `valid'.
4598 * textmodes/reftex-vars.el, textmodes/reftex.el:
4599 Replace `legal' with `valid'.
4600
4601 2005-03-25 Werner Lemberg <wl@gnu.org>
4602
4603 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4604 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4605 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4606 * emulation/vip.el: Replace `illegal' with `invalid'.
4607 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4608 * mail/supercite.el: Replace `illegal' with `invalid'.
4609 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4610 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4611 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4612 * progmodes/sh-script.el, progmodes/xscheme.el:
4613 Replace `illegal' with `invalid'.
4614 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4615 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4616 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4617 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4618
4619 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4622 (flymake-find-buildfile, flymake-find-possible-master-files)
4623 (flymake-check-include, flymake-parse-line): Replace loops over the
4624 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4625
4626 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4627 Substitute file-name-as-directory in the rest of the file.
4628 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4629 (flymake-replace-region): Remove unused arg `buffer'.
4630 (flymake-check-patch-master-file-buffer): Update calls to it.
4631 (flymake-add-err-info): Remove unused var `count'.
4632 (flymake-mode): Use define-minor-mode.
4633
4634 * progmodes/flymake.el: Use with-current-buffer.
4635 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4636 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4637 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4638 Avoid testing for `xemacs'.
4639 (flymake-nop): Move.
4640 (flymake-region-has-flymake-overlays): Return the computed value.
4641 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4642 Remove unused var `endline'.
4643 (flymake-get-line-count): Remove unused function.
4644 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4645
4646 * emulation/vi.el:
4647 * generic.el:
4648 * hilit-chg.el (global-highlight-changes):
4649 * hi-lock.el (hi-lock-mode):
4650 * follow.el: find-file-hooks -> find-file-hook.
4651
4652 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4653
4654 2005-03-24 Juri Linkov <juri@jurta.org>
4655
4656 * dired.el (dired-mode-map): Add menu item "Compare directories"
4657 for dired-compare-directories.
4658
4659 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4660 Doc fix. Replace `read-file-name' with `read-directory-name'.
4661
4662 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4665
4666 2005-03-24 Jay Belanger <belanger@truman.edu>
4667
4668 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4669 relevant mode settings in calc-embedded-original-modes when modes
4670 are permanently changed.
4671
4672 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * autoinsert.el: find-file-hooks -> find-file-hook.
4675
4676 2005-03-24 Lute Kamstra <lute@gnu.org>
4677
4678 * generic.el (generic-font-lock-defaults): Make it obsolete.
4679 (generic-font-lock-keywords): New variable to replace
4680 generic-font-lock-defaults.
4681 (generic-mode-set-font-lock): Delete it.
4682 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4683 (generic-bracket-support): Add docstring.
4684
4685 * generic-x.el: Rename generic-font-lock-defaults to
4686 generic-font-lock-keywords throughout.
4687 (mailagent-rules-setup-function): Delete it.
4688 (mailagent-rules-generic-mode): Use anonymous function instead.
4689 (show-tabs-generic-mode-font-lock-defaults-1)
4690 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4691 Quote faces.
4692 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4693 not foreground.
4694
4695 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4696 Recognize define-generic-mode.
4697
4698 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4701 if there's no completion table.
4702
4703 2005-03-23 Miles Bader <miles@gnu.org>
4704
4705 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4706 Remove tty-specific variants, as they're no longer needed.
4707
4708 2005-03-23 Lute Kamstra <lute@gnu.org>
4709
4710 * generic-x.el: Code cleanup: make args constant whenever possible.
4711 (installshield-statement-keyword-list)
4712 (installshield-system-functions-list)
4713 (installshield-system-variables-list, installshield-types-list)
4714 (installshield-funarg-constants-list): Make them constants.
4715
4716 * generic.el (generic-make-keywords-list): Add autoload cookie.
4717
4718 * calendar/time-date.el: Add comment on time value formats.
4719 Don't require parse-time.
4720 (with-decoded-time-value): New macro.
4721 (encode-time-value): New function.
4722 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4723 (days-to-time): Return a valid time value when arg is huge.
4724 (time-since): Use time-subtract.
4725 (time-to-number-of-days): Use time-to-seconds.
4726
4727 2005-03-23 David Ponce <david@dponce.com>
4728
4729 * recentf.el: (recentf-keep): New option.
4730 (recentf-menu-action): Default to `find-file'.
4731 (recentf-keep-non-readable-files-flag)
4732 (recentf-keep-non-readable-files-p)
4733 (recentf-file-readable-p, recentf-find-file)
4734 (recentf-cleanup-remote): Remove.
4735 (recentf-include-p): More robust.
4736 (recentf-keep-p): New function.
4737 (recentf-remove-if-non-kept): Rename from
4738 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4739 All callers updated.
4740 (recentf-menu-items-for-commands): Fix help string.
4741 (recentf-track-closed-file): Update. Doc fix.
4742 (recentf-cleanup): Update. Count removed files. Doc fix.
4743
4744 2005-03-23 Kim F. Storm <storm@cua.dk>
4745
4746 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4747 Don't inherit from fringe face (now happens automatically).
4748
4749 2005-03-22 Kim F. Storm <storm@cua.dk>
4750
4751 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4752 position values.
4753
4754 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4755
4756 * menu-bar.el (showhide-date-time): Remove.
4757 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4758 (menu-bar-make-mm-toggle): Simplify.
4759
4760 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4761
4762 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4763 Accept qualified variable and function names.
4764
4765 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4766
4767 * bindings.el (completion-ignored-extensions):
4768 Remove ".lis" for `vax-vms'.
4769
4770 2005-03-22 Andreas Schwab <schwab@suse.de>
4771
4772 * generic-x.el: Revert last change.
4773 * ldefs-boot.el: Update.
4774
4775 2005-03-22 Jay Belanger <belanger@truman.edu>
4776
4777 * calc/calc-embed (calc-embedded-original-modes): New variable.
4778 (calc-embedded-save-original-modes)
4779 (calc-embedded-restore-original-modes): New functions.
4780 (calc-do-embedded): Save original modes when entering embedded mode
4781 and restore when leaving embedded mode.
4782 (calc-embedded-modes-change): Change the value of
4783 calc-embedded-original-modes to reflect permanent changes.
4784
4785 2005-03-22 Lute Kamstra <lute@gnu.org>
4786
4787 * generic-x.el: Require generic again.
4788
4789 2005-03-22 Miles Bader <miles@gnu.org>
4790
4791 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4792 Tweak details to look good on both ttys and bitmap displays, light
4793 or dark background, etc.
4794
4795 2005-03-21 Kim F. Storm <storm@cua.dk>
4796
4797 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4798 mouse position.
4799
4800 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4801
4802 * icomplete.el: Don't forcibly turn on the mode upon load.
4803 (icomplete-mode): Use define-minor-mode.
4804 (icomplete-eoinput): Default to nil.
4805 (icomplete-minibuffer-setup): Remove autoload.
4806 (icomplete-tidy): Simplify.
4807 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4808 in the initial state or if the user has modified the field.
4809 Fix handling of icomplete-max-delay-chars.
4810 Remove code that handles the oddball case where
4811 minibuffer-completion-table is an integer.
4812 Wrap icomplete-completions in while-no-input in case building
4813 completions takes more time than expected.
4814 (icomplete-completions): Simplify.
4815
4816 2005-03-21 Richard M. Stallman <rms@gnu.org>
4817
4818 * jka-compr.el (jka-compr-really-do-compress):
4819 Make variable buffer-local.
4820
4821 * image-mode.el: Handle .xpm files too.
4822 (image-toggle-display): Preserve modification flag.
4823
4824 * help.el (where-is): Don't mention aliases with no key bindings.
4825
4826 2005-03-21 Lute Kamstra <lute@gnu.org>
4827
4828 * generic.el: Fix commentary section. Don't require cl for compilation.
4829 (generic-mode-list): Add autoload cookie.
4830 (generic-use-find-file-hook, generic-lines-to-scan)
4831 (generic-find-file-regexp, generic-ignore-files-regexp)
4832 (generic-mode, generic-mode-find-file-hook)
4833 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4834 (define-generic-mode): Make it a defmacro. Fix docstring.
4835 (generic-mode-internal): Code cleanup. Add autoload cookie.
4836 (generic-mode-set-comments): Code cleanup.
4837 * generic-x.el: Don't prevent compilation. Don't require generic.
4838 Follow coding conventions. Minor code cleanup.
4839 (etc-fstab-generic-mode): Add some keywords.
4840 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4841 define-generic-mode like a function declaration.
4842
4843 2005-03-21 Jay Belanger <belanger@truman.edu>
4844
4845 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4846 changing modes.
4847
4848 2005-03-21 Sam Steingold <sds@gnu.org>
4849
4850 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4851
4852 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4853
4854 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4855 Add underscore to "f$ lexicals" regexp.
4856
4857 2005-03-20 Juri Linkov <juri@jurta.org>
4858
4859 * subr.el (progress-reporter-do-update): When `min-value' is equal
4860 to `max-value', set `percentage' to 0 and prevent division by zero.
4861
4862 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4863
4864 Sync with Tramp 2.0.48.
4865
4866 * tramp.el (all): Change all addresses to .gnu.org.
4867 (tramp-append-tramp-buffers): New defun.
4868 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4869 Catch `dont-send' signal.
4870 (tramp-set-auto-save-file-modes): Set always permissions, because
4871 there might be an old auto-saved file belonging to another
4872 original file. This could be a security threat. Reported by
4873 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4874 Check for Emacs 21.3.50 removed.
4875
4876 * tramp-smb.el (all): Remove debug construct for
4877 `with-parsed-tramp-file-name'.
4878 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4879 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4880 No error message if DIRECTORY or FILENAME doesn't exist.
4881 (tramp-smb-open-connection): Check existence of
4882 `tramp-smb-program'.
4883
4884 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4885
4886 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4887 Properly handle the case where the `m' or `s' command's argument is not
4888 yet terminated.
4889 (perl-indent-new-calculate): New function.
4890 (perl-indent-line): Use it.
4891
4892 2005-03-20 Miles Bader <miles@gnu.org>
4893
4894 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4895 in text-mode too. Change to new face names.
4896 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4897 Add `:weight bold' attribute.
4898 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4899
4900 2005-03-19 Juri Linkov <juri@jurta.org>
4901
4902 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4903
4904 * international/mule.el (auto-coding-alist): Sync with
4905 `auto-mode-alist' by adding upper case archive file extensions
4906 and adding ear/war to jar extension.
4907
4908 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4909
4910 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4911 running, restart it.
4912
4913 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4914
4915 * finder.el (finder-current-item): Throw an error on an empty line.
4916
4917 * man.el (Man-follow-manual-reference): If current-word returns
4918 nil, use "".
4919
4920 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4921
4922 * simple.el (goto-line): Doc fix.
4923
4924 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4925
4926 * files.el (save-buffer): Doc fix.
4927
4928 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4929
4930 * recentf.el (recentf-cleanup-remote): New variable.
4931 (recentf-cleanup): Use it to conditionally check availablity of
4932 remote files.
4933
4934 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4935
4936 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4937 function names.
4938
4939 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4940
4941 * language/thai-word.el: New file.
4942
4943 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4944
4945 * files.el (backup-buffer): If the file's directory is not
4946 writable, use copy instead of move to backup the file.
4947
4948 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4949
4950 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4951
4952 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4953
4954 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4955 Use functionp instead of symbolp and fboundp. Reported by Drkm
4956 <darkman_spam@yahoo.fr>.
4957 (ps-print-version): New version 6.6.6.
4958
4959 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4960
4961 * textmodes/table.el (table--line-column-position): New idiom.
4962 (table--row-column-insertion-point-p): New function to test
4963 validity of row and column insertion operation at a location.
4964 (table-global-menu, table-cell-menu): Use above functions for
4965 deterministic test operation.
4966 (table--editable-cell-p): Behave in deterministic fashion.
4967
4968 2005-03-18 Juri Linkov <juri@jurta.org>
4969
4970 * isearch.el (isearch-lazy-highlight-new-loop):
4971 Make arguments beg and end optional.
4972 (isearch-update): Remove optional arguments nil from
4973 isearch-lazy-highlight-new-loop.
4974 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4975 isearch-lazy-highlight-case-fold-search instead of
4976 isearch-case-fold-search, and let-bind isearch-regexp to
4977 isearch-lazy-highlight-regexp.
4978 Use isearch-lazy-highlight-last-string instead of isearch-string.
4979
4980 * replace.el (perform-replace): Remove bindings of global
4981 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4982 Add three new arguments to `replace-highlight'.
4983 (replace-highlight): Add arguments string, regexp, case-fold.
4984 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4985 to allow isearch-lazy-highlight-new-loop to use these values
4986 to set corresponding isearch-lazy-highlight-* internal
4987 variables whose values lazy highlighting will use regardless of
4988 changes to global variables isearch-string, isearch-regexp,
4989 isearch-case-fold-search during lazy highlighting loop.
4990 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4991 to `lazy-highlight-cleanup'.
4992
4993 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4994 (ispell-highlight-face): Set default face to `isearch' when
4995 lazy highlighting is enabled.
4996 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4997 priority to 1. Add lazy highlighting.
4998 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4999 from `isearch-dehighlight'.
5000
5001 2005-03-18 David Ponce <david@dponce.com>
5002
5003 * files.el (hack-local-variables): Do a case-insensitive search
5004 for End.
5005
5006 2005-03-18 Juri Linkov <juri@jurta.org>
5007
5008 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5009 `isearch-lazy-highlight-cleanup', add alias to old name and
5010 declare obsolete. Add release numbers to other obsolete vars.
5011 (isearch-done, isearch-lazy-highlight-new-loop):
5012 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5013 (lazy-highlight-cleanup) <variable>: Doc fix.
5014 (isearch-lazy-highlight-update): Rename obsolete
5015 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5016
5017 2005-03-18 Kenichi Handa <handa@m17n.org>
5018
5019 * language/thai-util.el: Fix categorization of Thai characters in
5020 thai-category-table.
5021 (thai-composition-pattern): Adjust it for the above change.
5022 (thai-self-insert-command, thai-compose-syllable): New functions.
5023 (thai-compose-region): Use thai-compose-syllable.
5024 (thai-compose-string): Likewise.
5025 (thai-composition-function): Likewise.
5026 (thai-auto-composition): New function.
5027 (thai-auto-composition-mode): New minor mode.
5028
5029 * language/thai.el: Fix patterns to be registered in
5030 composition-function-table.
5031
5032 * international/quail.el (quail-input-method): Locally bind
5033 inhibit-modification-hooks to t.
5034
5035 2005-03-17 Richard M. Stallman <rms@gnu.org>
5036
5037 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5038 (perl-mode): Use run-mode-hooks.
5039
5040 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5041 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5042 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5043
5044 * mail/sendmail.el (sendmail-send-it): Reenable the code
5045 to compute resend-to-address and use it.
5046
5047 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5048
5049 * image-mode.el: New file.
5050
5051 * image.el (insert-sliced-image): Add autoload cookie.
5052
5053 * font-lock.el (font-lock-lines-before): New user option.
5054 (font-lock-after-change-function): Obey it.
5055
5056 * bindings.el (esc-map): Make M-g a prefix.
5057 Bind M-g g and M-g M-g to goto-line.
5058
5059 * faces.el (face-id): Doc fix.
5060
5061 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5062
5063 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5064 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5065 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5066
5067 * mail/sendmail.el (mail-yank-ignored-headers)
5068 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5069 Add Mail-Followup-To and Mail-Reply-To headers.
5070 (mail-citation-hook): Add autoload cookie.
5071 (mail-mode): Doc fix.
5072 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5073 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5074 (mail-mode-fill-paragraph): Handle those headers.
5075 (mail-mailing-lists): New variable.
5076 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5077
5078 2005-03-17 Juri Linkov <juri@jurta.org>
5079
5080 * isearch.el (isearch-fallback): Check for `(car previous)'
5081 before calling `isearch-other-end-state'.
5082
5083 2005-03-17 Kim F. Storm <storm@cua.dk>
5084
5085 * simple.el (move-beginning-of-line): Move to beginning of buffer
5086 line, as well as beginning of screen line.
5087
5088 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5089
5090 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5091 argument REDRAW rather than calendar-redrawing variable.
5092 * calendar/calendar.el (calendar-redrawing): Delete.
5093 (redraw-calendar): Do not bind calendar-redrawing.
5094
5095 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5096
5097 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5098 diary-file buffer.
5099
5100 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * help.el (describe-mode): Allow a :minor-mode-function property to
5103 specify a different minor mode toggle function than the variable.
5104 * simple.el (auto-fill-function):
5105 * subr.el (add-minor-mode): Use it.
5106
5107 2005-03-16 Kenichi Handa <handa@m17n.org>
5108
5109 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5110 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5111 (ethio-fidel-to-sera-buffer): Likewise.
5112
5113 2005-03-16 Juri Linkov <juri@jurta.org>
5114
5115 * emacs-lisp/find-func.el (find-function-regexp):
5116 Add defun-emitting macro `menu-bar-make-toggle'.
5117
5118 * isearch.el: Put `isearch-scroll' property to
5119 `split-window-horizontally'.
5120
5121 * info.el: Update error messages for `debug-ignored-errors'.
5122 (Info-isearch-search): Doc fix.
5123 (Info-find-node): Move up code to go into info buffer before
5124 recording the node to the history.
5125 (Info-fontify-node): Fontify titles only if the next line
5126 has two or more `*', `=', `-', `.'.
5127 Display "go to this node" for empty (match-string 3).
5128
5129 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5130
5131 * term/mac-win.el: Add mouse pointer shape constants.
5132
5133 2005-03-15 Kim F. Storm <storm@cua.dk>
5134
5135 * simple.el (move-beginning-of-line): Use vertical-motion.
5136
5137 2005-03-15 Juri Linkov <juri@jurta.org>
5138
5139 * isearch.el (isearch-error): New variable.
5140 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5141 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5142 (isearch-within-brackets-state): Remove.
5143 (isearch-case-fold-search-state, isearch-pop-fun-state):
5144 Decrease frame index.
5145 (isearch-mode, isearch-top-state, isearch-push-state)
5146 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5147 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5148 (isearch-search, isearch-lazy-highlight-new-loop):
5149 Replace `isearch-invalid-regexp' with `isearch-error'.
5150 Remove `isearch-within-brackets'.
5151 (isearch-search): Add `search-failed' handler to `condition-case'.
5152 (isearch-lazy-highlight-search): Add `condition-case' to catch
5153 errors and allow `isearch-lazy-highlight-update' to try
5154 highlighting from the beginning of the window.
5155 (isearch-repeat): Move up code to set isearch-wrapped to t
5156 before calling isearch-wrap-function.
5157
5158 * info.el (Info-isearch-initial-node): New internal variable.
5159 (Info-search): Signal an error in isearch mode when search leaves
5160 the initial node. Signal an error when `bound' is non-nil and
5161 nothing was found in the current subfile.
5162 (Info-isearch-search): Remove `condition-case'.
5163 (Info-isearch-wrap): Don't wrap when search failed during leaving
5164 the initial node. If `Info-isearch-search' is nil, wrap around
5165 the current node.
5166 (Info-isearch-start): New fun.
5167 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5168 `isearch-mode-hook'.
5169
5170 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5171
5172 * simple.el (normal-erase-is-backspace): Set default to t if
5173 running on Mac.
5174
5175 * term/mac-win.el (function-key-map): Sync with x-win.el.
5176
5177 2005-03-15 Kenichi Handa <handa@m17n.org>
5178
5179 * international/mule-cmds.el (locale-language-names): Modify the
5180 format of elements and add more entries.
5181 (locale-preferred-coding-systems): Add more entries.
5182 (set-locale-environment): Adjust for the change of
5183 locale-language-names.
5184
5185 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5186
5187 * pcvs.el (smerge-ediff): Remove bogus autoload.
5188
5189 2005-03-14 Lute Kamstra <lute@gnu.org>
5190
5191 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5192 Ignore a `*' at the beginning of a line.
5193
5194 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5195 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5196 subr.el.
5197 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5198 to specify indentation.
5199
5200 * generic.el (define-generic-mode): Let generic-mode-list be a
5201 list of strings; test membership with equal.
5202
5203 2005-03-14 Kim F. Storm <storm@cua.dk>
5204
5205 * simple.el (next-line, previous-line): Add optional try-vscroll
5206 arg to recognize interactive use. Pass it on to line-move.
5207 (line-move): Don't perform auto-window-vscroll when defining or
5208 executing keyboard macro to ensure consistent behaviour.
5209
5210 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5211
5212 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5213
5214 2005-03-13 Lute Kamstra <lute@gnu.org>
5215
5216 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5217 debugger-setup-buffer so that backtrace marks the frames set to
5218 debug-on-exit and we don't have to do it manually. Set an extra
5219 debug-on-exit for macro's.
5220 (debugger-setup-buffer): Don't mark the top frame manually.
5221
5222 2005-03-12 Lute Kamstra <lute@gnu.org>
5223
5224 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5225 lisp-indent-function throughout.
5226 (with-no-warnings): Set lisp-indent-function property.
5227
5228 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5229
5230 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5231 Add entry for backslash.
5232
5233 2005-03-12 Juri Linkov <juri@jurta.org>
5234
5235 * info.el (Info-search): Four fixes for backward search.
5236
5237 2005-03-11 Jay Belanger <belanger@truman.edu>
5238
5239 * calc/calc.el (calc-language-alist): New variable.
5240 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5241 (calc-embedded-find-modes): Use calc-language-alist instead of
5242 calc-embedded-language-alist.
5243
5244 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5245
5246 * calendar/calendar.el (calendar-redrawing): New internal
5247 variable.
5248 (redraw-calendar): Remove bogus save-excursion from previous
5249 change. Bind calendar-redrawing to t for mark-diary-entries.
5250 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5251 calendar if that is why we were called.
5252
5253 2005-03-11 Kenichi Handa <handa@m17n.org>
5254
5255 * international/mule.el (make-coding-system): Set property
5256 coding-system-define-form to nil.
5257 (define-coding-system-alias): Likewise.
5258
5259 2005-03-11 Kenichi Handa <handa@m17n.org>
5260
5261 These changes are suggested by Dave Love <fx@gnu.org>.
5262
5263 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5264 coding: tag.
5265 (adaptive-fill-regexp): Add more bullets.
5266 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5267 regexps.
5268
5269 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5271 * help.el (describe-mode): Properly handle non-trivial lighters.
5272 Don't ignore minor modes that are not listed in minor-mode-list.
5273
5274 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5275 feature ON when the user requests to turn it OFF.
5276
5277 2005-03-10 Lute Kamstra <lute@gnu.org>
5278
5279 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5280 (implement-debug-on-entry): New function to replace debug-entry-code.
5281 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5282 second argument as the 2005-03-07 change makes it obsolete.
5283 (debug-on-entry, cancel-debug-on-entry): Update call to
5284 debug-on-entry-1.
5285 (debug, debugger-setup-buffer): Comment update.
5286 (debugger-frame-number): Update to work with implement-debug-on-entry.
5287
5288 2005-03-10 Jay Belanger <belanger@truman.edu>
5289
5290 * calc/calc-embed.el (math-ms-args): Declare it.
5291 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5292 math-ms-args.
5293 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5294 variables.
5295
5296 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5297
5298 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5299 Use message-box.
5300
5301 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5302 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5303 (tooltip-gud-tips): Simplify.
5304 (tooltip-gud-tips-p): Remove superflouous :set.
5305 (tooltip-gud-modes): Add fortran-mode.
5306 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5307
5308 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5309
5310 2005-03-09 Kim F. Storm <storm@cua.dk>
5311
5312 * play/animate.el (animate-place-char): Use forward-line instead
5313 of next-line to improve performance.
5314
5315 2005-03-09 Simon Josefsson <jas@extundo.com>
5316
5317 * net/browse-url.el (browse-url-default-browser): Doc fix.
5318
5319 2005-03-09 Miles Bader <miles@gnu.org>
5320
5321 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5322 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5323
5324 2005-03-09 Kenichi Handa <handa@m17n.org>
5325
5326 * international/latin-1.el: Set case and syntax for 255 only if
5327 set-case-syntax-set-multibyte is nil.
5328
5329 * textmodes/ispell.el (ispell-insert-word): New function.
5330 (ispell-word): Use ispell-insert-word to insert a new word.
5331 (ispell-process-line): Likewise.
5332 (ispell-complete-word): Likewise.
5333
5334 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5335
5336 * calendar/calendar.el (redraw-calendar): Preserve point.
5337 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5338 (calendar-week-start-day): Move after definition of
5339 redraw-calendar. Delete buffer test, since redraw-calendar has
5340 that now.
5341
5342 * calendar/diary-lib.el (mark-diary-entries): Only call
5343 redraw-calendar in the first of any recursive calls.
5344 Reported by Alan Shutko <ats@acm.org>.
5345
5346 2005-03-08 Juri Linkov <juri@jurta.org>
5347
5348 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5349 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5350 (html-radio-buttons): Add a space before the trailing `/>' where
5351 sgml-xml-mode is non-nil.
5352 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5353 the subsequent tag of the empty XML tag.
5354 (html-href-anchor): Don't set initial input to "http:".
5355 (html-image): Ask for the image URL and set point inside alt="".
5356 (html-name-anchor): Duplicate the name in the `id' attribute when
5357 sgml-xml-mode is non-nil.
5358 (html-paragraph): Remove \n before <p>.
5359 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5360 instead of `checked' when sgml-xml-mode is non-nil.
5361
5362 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5363 Remove 1 space before #RRGGBB to not truncate it on terminal
5364 windows w/o fringes. Remove 1 space between bg and fg examples
5365 to get more space.
5366 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5367 avoid byte-compile warnings.
5368
5369 * image-file.el (image-file-handler): Put `safe-magic' property to
5370 `image-file-handler'.
5371
5372 * info.el (Info-isearch-search): Emulate word search in
5373 isearching through multiple Info nodes with Info-search.
5374 (Info-isearch-wrap): Allow isearch-word.
5375
5376 2005-03-08 Lute Kamstra <lute@gnu.org>
5377
5378 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5379 stepping into the debugger's code is not possible.
5380 (debugger-jumping-flag): Docstring update.
5381
5382 2005-03-08 Jay Belanger <belanger@truman.edu>
5383
5384 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5385 embedded mode begins.
5386 (calc-embedded-language-alist): New variable.
5387 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5388 set default language mode.
5389
5390 2005-03-08 Kenichi Handa <handa@m17n.org>
5391
5392 * international/ccl.el (define-ccl-program): Fix docstring about
5393 extra 256 bytes assured for the output buffer.
5394
5395 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5396 Fix BUFFER_MAGNIFICATION to 2.
5397 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5398
5399 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5400
5401 * align.el (align-rules-list): Added an alignment rule for CSS
5402 declarations (applies to css-mode and html-mode buffers).
5403
5404 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5407
5408 2005-03-07 Kim F. Storm <storm@cua.dk>
5409
5410 * simple.el (move-beginning-of-line): New command.
5411
5412 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5413
5414 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5415
5416 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5417 and move-beginning-of-line.
5418
5419 * apropos.el (apropos-print): Omit command from M-x ... RET.
5420
5421 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5422
5423 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5424 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5425
5426 2005-03-06 Richard M. Stallman <rms@gnu.org>
5427
5428 * bindings.el (esc-map): Bind M-g to goto-line.
5429
5430 * facemenu.el (global-map): Bind M-o, not M-g.
5431
5432 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5433
5434 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5435 "Open Directory" as for "Open File".
5436
5437 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5438
5439 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5440 (push-mark-command): Run activate-mark-hook.
5441
5442 2005-03-06 Richard M. Stallman <rms@gnu.org>
5443
5444 * help-mode.el (help-mode-finish): Don't alter the element
5445 in view-return-to-alist if there already is one.
5446
5447 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5448 make sure the current buffer is the expected one.
5449
5450 * novice.el (disabled-command-function): Output in *Disabled Command*.
5451 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5452
5453 * textmodes/flyspell.el (flyspell-large-region):
5454 Pass args differently for aspell.
5455
5456 * files.el (mode-require-final-newline): Doc fix.
5457
5458 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5459
5460 * progmodes/which-func.el (which-function):
5461 Specify NOERROR when calling imenu--make-index-alist.
5462
5463 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5464
5465 * simple.el (normal-erase-is-backspace): Define default value.
5466
5467 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5468 (custom-reevaluate-setting): Simple function to handle
5469 variables that are defined before their default value can really
5470 be computed.
5471
5472 * startup.el (command-line): Use it for temporary-file-directory,
5473 small-emporary-file-directory, auto-save-file-name-transforms,
5474 blink-cursor-mode, and normal-erase-is-backspace.
5475
5476 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5477 progress, even with buggy anchored keywords.
5478
5479 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5480
5481 * simple.el (goto-line): Remove unbalanced final parenthesis.
5482
5483 2005-03-05 Richard M. Stallman <rms@gnu.org>
5484
5485 * simple.el (goto-line): Use a number at point as the default.
5486 With C-u as arg, switch buffers.
5487
5488 2005-03-05 Juri Linkov <juri@jurta.org>
5489
5490 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5491 with `no-blinking-cursor'.
5492
5493 * startup.el (no-blinking-cursor): New defvar.
5494 (command-line): Add `--no-blinking-cursor' to longopts.
5495 Set `no-blinking-cursor' to t for command line arguments
5496 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5497 with `no-blinking-cursor' in the condition for calling
5498 `blink-cursor-mode'.
5499
5500 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5501
5502 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5503 (menu-bar-options-save): Add blink-cursor-mode.
5504 (menu-bar-options-menu): Add blink-cursor-mode.
5505
5506 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5507
5508 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5509 (icalendar-export-file, icalendar-export-region)
5510 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5511 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5512
5513 2005-03-04 Lute Kamstra <lute@gnu.org>
5514
5515 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5516 (debug-function-list): Ditto.
5517
5518 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5519
5520 * textmodes/texinfmt.el (texinfo-append-refill):
5521 Redefine the types of line to which @refill
5522 is not appended by replacing a search for `@refill\\|@bye' with
5523 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5524 itemize@refill' bug and the unfilled long lines bug.
5525 (texinfmt-version): Update number and date.
5526
5527 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5528
5529 * international/code-pages.el (windows-1250, windows-125[2-8])
5530 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5531
5532 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5533
5534 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5535 bound yet.
5536
5537 2005-03-02 Romain Francoise <romain@orebokech.com>
5538
5539 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5540 buffer after removing limits.
5541 (ibuffer-pop-filter): Ditto.
5542 Update copyright.
5543
5544 2005-03-02 Miles Bader <miles@gnu.org>
5545
5546 * button.el (make-text-button): If the user doesn't specify a
5547 type, use the default. Rewrite to use `add-text-properties' and
5548 plist functions.
5549
5550 2005-03-01 Lute Kamstra <lute@gnu.org>
5551
5552 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5553 (debugger-jumping-flag): New var.
5554 (debug-entry-code): Use it.
5555 (debugger-jump): Use debugger-jumping-flag and add
5556 debugger-reenable to post-command-hook.
5557 (debugger-reenable): Use debugger-jumping-flag and remove itself
5558 from post-command-hook.
5559 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5560 debugger-reenable.
5561
5562 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5563
5564 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5565 inclusion of "itemize\\|", which may be unnecessary, is certainly
5566 inelegant, and stops refilling in itemize lists when formatting
5567 Japanese Texinfo files to Info.
5568 Update copyright to 2005.
5569
5570 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5571
5572 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5573 of an error if GDB can't find the source file.
5574
5575 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5576
5577 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5578 not just the calendar.
5579
5580 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5581 first.
5582 (diary-redraw-calendar): New function.
5583 (make-diary-entry): Add diary-redraw-calendar to local
5584 write-contents-functions. Turn off selective display before
5585 inserting in diary.
5586
5587 2005-03-01 Kim F. Storm <storm@cua.dk>
5588
5589 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5590
5591 2005-03-01 Lute Kamstra <lute@gnu.org>
5592
5593 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5594 that debug-entry-code can be safely removed from a function while
5595 this code is being evaluated. Revert the 2005-02-27 change as the
5596 new implementation no longer requires it. Make sure that a
5597 function body containing just a string is not mistaken for a docstring.
5598 (debug): Skip one more frame in case of debug on entry.
5599 (debugger-setup-buffer): Delete one more frame line in case of
5600 debug on entry.
5601 (debugger-frame-number): Update to use the new text introduced by
5602 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5603
5604 2005-02-28 Kim F. Storm <storm@cua.dk>
5605
5606 * double.el (double-translate-key): Call force-window-update after
5607 read-event to avoid crash in redisplay.
5608
5609 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5610
5611 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5612 (debug): Use it. Move the inhibit-trace earlier.
5613 (debug-entry-code): New const.
5614 (debug-on-entry-1): Use it.
5615
5616 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5617
5618 * international/utf-16.el (ccl-encode-mule-utf-16le):
5619 Fix BUFFER_MAGNIFICATION to 2.
5620 (ccl-encode-mule-utf-16be): Likewise.
5621
5622 2005-02-28 Kenichi Handa <handa@m17n.org>
5623
5624 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5625 Fix BUFFER_MAGNIFICATION to 4.
5626 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5627
5628 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5629
5630 * speedbar.el (speedbar-update-flag): Doc fix.
5631 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5632 argument.
5633
5634 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5637 have a non-nil `invisible' property but are actually visible.
5638
5639 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5640 for perldoc sections.
5641 (perl-outline-regexp, perl-outline-level): New var and function.
5642 (perl-mode): Use them.
5643
5644 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5645
5646 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5647 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5648
5649 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5650
5651 * cus-edit.el: Comment change.
5652 (custom-buffer-create-internal): Slightly reword text at top of
5653 Custom buffers. Mention there that saving an option edits the
5654 init file. Add link to Emacs manual node on `custom-file'.
5655 (custom-magic-alist): Rewrite individual State messages to use
5656 capitalized keywords. Doc fix.
5657
5658 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5659
5660 * calendar/calendar.el (calendar-buffer): Move above
5661 calendar-week-start-day.
5662 (calendar-week-start-day): Doc fix. Add :set function.
5663 (calendar-minimum-window-height): New variable.
5664 (generate-calendar-window): Only resize window if selected-window
5665 is displaying the calendar buffer. Use new variable
5666 calendar-minimum-window-height.
5667 (generate-calendar): Reword error message.
5668 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5669
5670 2005-02-27 Andreas Schwab <schwab@suse.de>
5671
5672 * vc.el (vc-do-command): Don't run command asynchronously when
5673 operating in a remote directory.
5674
5675 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5676 change from sync with Tramp 2.0.47.
5677
5678 2005-02-27 Richard M. Stallman <rms@gnu.org>
5679
5680 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5681
5682 * textmodes/flyspell.el (flyspell-mode-on):
5683 Call ispell-change-dictionary only if necessary.
5684
5685 * emacs-lisp/re-builder.el (regexp-builder): New function.
5686
5687 * register.el (describe-register-1): Explicitly handle
5688 yank-excluded-properties = t.
5689
5690 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5691 (custom-magic-alist): Change the status descriptions again.
5692 (face widget-type): Total rewrite based on `restricted-sexp'
5693 to eliminate the confusing double hiding levels.
5694
5695 * emacs-lisp/debug.el (debug-on-entry-1):
5696 If function body is empty, add nil as body form.
5697
5698 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5699
5700 * emacs-lisp/trace.el (inhibit-trace): New var.
5701 (trace-make-advice): Use it.
5702
5703 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5704
5705 2005-02-26 Kim F. Storm <storm@cua.dk>
5706
5707 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5708 (mouse-on-link-p, mouse-drag-region-1): Use it.
5709
5710 2005-02-25 Lute Kamstra <lute@gnu.org>
5711
5712 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5713
5714 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5715
5716 * frame.el (blink-cursor-mode): Add :group keyword.
5717
5718 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5719
5720 * calendar/icalendar.el (icalendar--decode-isodatetime):
5721 New optional argument DAY-SHIFT.
5722 (icalendar-export-region): Fix coding-system-for-write.
5723 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5724 events by one.
5725
5726 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5729
5730 2005-02-24 Kim F. Storm <storm@cua.dk>
5731
5732 * international/iso-acc.el (iso-accents-compose): Fix crash
5733 during redisplay. Call force-window-update after read-event
5734 and delete-region to signal that window is not accurate.
5735
5736 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5737
5738 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5739 Remove unused and inexistent var `inhibit-trace'.
5740 (debugger-mode): Use run-mode-hooks.
5741 (debugger-list-functions): Add buttons; setup xref stack.
5742
5743 2005-02-23 Richard M. Stallman <rms@gnu.org>
5744
5745 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5746 appointment says it was explicitly made.
5747 (appt-add): Set the 3rd element.
5748 (appt-make-list): Preserve explicit appointments.
5749
5750 * subr.el (find-tag-default): Catch errors in forward-sexp.
5751
5752 2005-02-23 Juri Linkov <juri@jurta.org>
5753
5754 * info.el (Info-isearch-search): New defcustom.
5755 (Info-isearch-search): Call the default isearch function
5756 when Info-isearch-search is nil.
5757 (Info-isearch-wrap): Use variable Info-isearch-search.
5758
5759 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5760
5761 * cus-edit.el: Comment change.
5762
5763 2005-02-22 Kim F. Storm <storm@cua.dk>
5764
5765 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5766 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5767
5768 2005-02-22 Simon Josefsson <jas@extundo.com>
5769
5770 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5771 New variable.
5772 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5773 Oskarsson" <myrkraverk@users.sourceforget.net>.
5774
5775 2005-02-22 Kim F. Storm <storm@cua.dk>
5776
5777 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5778 check that window of that event is the selected window.
5779 (mouse-drag-region-1): Compare mouse event window to selected
5780 window before setting point.
5781
5782 * tooltip.el (tooltip-show-help-function): Pass event to
5783 mouse-on-link-p so it can check selected window.
5784
5785 2005-02-22 Kenichi Handa <handa@m17n.org>
5786
5787 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5788 (ps-mule-show-warning): New function.
5789 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5790 characters are found.
5791
5792 * ps-print.el (ps-header-footer-string): Return a list of header
5793 and footer strings.
5794
5795 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5796
5797 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5798
5799 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5800
5801 * frame.el (blink-cursor-mode): Use define-minor-mode.
5802
5803 * term/mac-win.el (function-key-map): Use char-names more consistently.
5804 (file-name-coding-system): Only set it for MacOS-9. The other case is
5805 already handled in mule-cmds.el (where it also works when mac-win.el
5806 is not used).
5807
5808 2005-02-21 Kenichi Handa <handa@m17n.org>
5809
5810 * international/mule.el (ctext-pre-write-conversion): Always use
5811 " *code-converting-work*" buffer for work.
5812
5813 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5814
5815 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5816
5817 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5818
5819 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5820
5821 * ses.el (undo-more): Restore defadvice, but only the part that
5822 allows changes outside the restricted area of the buffer.
5823
5824 2005-02-20 Kim F. Storm <storm@cua.dk>
5825
5826 * simple.el (line-move): Add fourth optional arg try-vscroll which
5827 must be set to perform auto-window-vscroll.
5828 When moving backwards and doing auto-window-vscroll, automatically
5829 vscroll to the last part of lines which are taller than the window.
5830 (next-line, previous-line): Set try-vscroll arg on line-move.
5831
5832 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5833
5834 * replace.el (query-replace, query-replace-regexp)
5835 (replace-string, replace-regexp): When operating on region, make
5836 the minibuffer prompt say so.
5837
5838 * isearch.el (isearch-forward): Document isearch-query-replace and
5839 isearch-query-replace-regexp keybindings.
5840
5841 2005-02-19 Jay Belanger <belanger@truman.edu>
5842
5843 * calc/calc-aent.el (math-read-token): Add local variable.
5844
5845 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5846 (calc-edit-top): Move declaration to earlier in file.
5847 (calc-edit-macro-repeats): Add local variables.
5848
5849 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5850 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5851 calcFunc-tanh.
5852 Adjust integration rule for calcFunc-tan.
5853
5854 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5855
5856 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5857 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5858 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5859 (viper-skip-separators): Bug fix.
5860 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5861 particular major mode.
5862 (viper-del-backward-char-in-replace): Don't put deleted char on the
5863 kill ring.
5864
5865 * viper-ex.el (viper-color-display-p): New function.
5866 (viper-has-face-support-p): Use viper-color-display-p.
5867
5868 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5869
5870 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5871
5872 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5873 (viper-file-remote-p): Make equivalent to file-remote-p.
5874
5875 * viper.el (viper-major-mode-modifier-list):
5876 Use viper-gnus-modifier-map.
5877
5878 2005-02-19 David Kastrup <dak@gnu.org>
5879
5880 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5881 quoting.
5882
5883 2005-02-19 Jay Belanger <belanger@truman.edu>
5884
5885 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5886 Remove extra definitions.
5887 (calc-coth): New function.
5888 (calcFunc-cot): Fix `let'.
5889
5890 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5891
5892 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5893 the reasons we use "type pc" in these faces.
5894
5895 * button.el (button): Ditto.
5896
5897 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5898
5899 * replace.el (query-replace-read-from): Set the value of
5900 query-replace-from-history-variable to handle the case of an empty
5901 string entered to accept the suggested default.
5902
5903 * net/tramp.el (tramp-file-name-for-operation):
5904 Use dired-call-process instead of dired-call-process-command.
5905
5906 2005-02-19 Jay Belanger <belanger@truman.edu>
5907
5908 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5909 (math-div-non-trig): New variables.
5910 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5911 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5912 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5913 trig expressions.
5914
5915 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5916
5917 * progmodes/gdb-ui.el (gdb-var-update-handler)
5918 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5919 for watch expressions,
5920 (gdb-var-create-handler): Don't set speedbar-update-flag.
5921 (gdb-post-prompt): Simplify test for speedbar.
5922
5923 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5924
5925 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5926 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5927 we use the syntax table of the correct buffer.
5928 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5929 Felix Gatzemeier.
5930
5931 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5932 (ediff-file-remote-p): Make synonymous with file-remote-p.
5933 In all deffaces ediff-*-face-*, use min-colors.
5934
5935 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5936 ediff-recurse-to-subdirectories.
5937 (ediff-mark-if-equal): Check that the arguments are strings, use
5938 ediff-same-contents (after to Felix Gatzemeier).
5939
5940 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5941 nil.
5942
5943 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5944
5945 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5946
5947 2005-02-18 David Kastrup <dak@gnu.org>
5948
5949 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5950 use `mark-active' when defined.
5951
5952 2005-02-18 Kenichi Handa <handa@m17n.org>
5953
5954 * ps-print.el (ps-font-info-database): New entry
5955 ZapfChancery-MediumItalic with correct font name. Fix font name
5956 of the entry Zapf-Chancery-MediumItalic.
5957
5958 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5959
5960 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5961
5962 2005-02-16 Kim F. Storm <storm@cua.dk>
5963
5964 * ido.el (ido-fallback-command): Pass user input to fallback command.
5965
5966 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5967
5968 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5969 (gdb-find-file-hook): Add server prefix.
5970
5971 2005-02-16 Richard M. Stallman <rms@gnu.org>
5972
5973 * replace.el (perform-replace): Pass new args to replace-highlight.
5974 (replace-highlight): Take region args,
5975 and pass them to isearch-lazy-highlight-new-loop.
5976
5977 * novice.el (disabled-command-hook): Autoload the defalias
5978 and the make-obsolete-variable call.
5979
5980 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5981
5982 * isearch.el (isearch-lazy-highlight-start-limit)
5983 (isearch-lazy-highlight-end-limit): New variables limit
5984 the region for highlighting.
5985 (isearch-lazy-highlight-new-loop): New args BEG and END.
5986 (isearch-lazy-highlight-search): Use the new vars.
5987 (isearch-lazy-highlight-update): Likewise.
5988
5989 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5990
5991 * cus-start.el (all): Use default-boundp.
5992
5993 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
5994
5995 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5996
5997 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5998
5999 * autorevert.el (auto-revert-stop-on-user-input)
6000 (auto-revert-verbose): Doc fixes.
6001
6002 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6003
6004 * international/mule-cmds.el (set-locale-environment): Remove call
6005 to set-selection-coding-system on Windows.
6006
6007 2005-02-15 Jay Belanger <belanger@truman.edu>
6008
6009 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6010 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6011 calcFunc-coth.
6012 (math-simplify-sqrt): Add simplifications.
6013
6014 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6015 to list.
6016
6017 * calc/calc-ext.el: Add functions to autoloads.
6018
6019 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6020 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6021 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6022 (math-csc-raw, math-cot-raw): New functions.
6023
6024 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6025
6026 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6027 the variable name in a message.
6028
6029 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6030 calcFunc-csc, calcFunc-cot.
6031
6032 * calc/calcalg2.el: Add derivative and integration rules for
6033 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6034 calcFunc-csch, calcFunc-coth.
6035 (math-do-integral-methods): Add to checks for when to use
6036 substitutions.
6037
6038 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6039
6040 2005-02-15 Lute Kamstra <lute@gnu.org>
6041
6042 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6043 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6044 <monnier@iro.umontreal.ca>
6045 (lisp-outline-level): Improve efficiency. Suggested by David
6046 Kastrup <dak@gnu.org>.
6047
6048 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6049
6050 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6051 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6052 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6053 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6054 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6055
6056 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6057
6058 * cus-start.el (all): Comment change.
6059
6060 2005-02-14 Lute Kamstra <lute@gnu.org>
6061
6062 * cus-start.el (all): Check if symbol is void.
6063
6064 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6065
6066 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6067 optional argument to \cite.
6068
6069 2005-02-14 Richard M. Stallman <rms@gnu.org>
6070
6071 * cus-edit.el (custom-buffer-create-internal): Update help message.
6072 (custom-magic-alist): Update help messages.
6073
6074 * cus-start.el (all): Allow a var to specify a standard value.
6075
6076 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6077
6078 * custom.el (custom-theme-set-variables): Handle variable aliases.
6079
6080 * frame.el (blink-cursor-timer): Doc fix.
6081 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6082 declare obsolete.
6083 (blink-cursor-mode): Define with defcustom and use correct
6084 standard expression in that defcustom.
6085 * startup.el (command-line): Adapt to above changes in frame.el.
6086
6087 2005-02-11 Lute Kamstra <lute@gnu.org>
6088
6089 * apropos.el (apropos-score-doc): Prevent division by zero.
6090
6091 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6092
6093 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6094 (icalendar--get-event-property-attributes)
6095 (icalendar--get-event-properties)
6096 (icalendar--datetime-to-diary-date): New functions.
6097 (icalendar--split-value): Doc fix.
6098 (icalendar--datetime-to-noneuropean-date)
6099 (icalendar--datetime-to-european-date): New optional argument
6100 SEPARATOR. Return result as a string instead of a list.
6101 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6102 (icalendar--convert-string-for-export): Rename arg S to STRING.
6103 (icalendar-export-region): Doc fix. Change name of error buffer.
6104 Save output buffer.
6105 (icalendar-import-file): Add blank at end of prompt.
6106 (icalendar-import-buffer): Doc fix. Do not switch to error
6107 buffer. Indicate status in return value.
6108 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6109 buffer. Save output buffer. Handle exception from recurrence
6110 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6111 events. Fix problems with weekly all-day events.
6112
6113 2005-02-10 Richard M. Stallman <rms@gnu.org>
6114
6115 * simple.el (eval-expression-print-format):
6116 Avoid warning about edebug-active.
6117
6118 * help.el (help-for-help-internal): Rename from help-for-help.
6119 (help-for-help): Define with defalias.
6120
6121 * font-core.el (font-lock-default-function): Use with-no-warnings.
6122
6123 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6124
6125 * custom.el (defface): Doc fix.
6126
6127 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6128
6129 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6130 width 0" to prevent word wrapping problems.
6131
6132 2005-02-09 Kim F. Storm <storm@cua.dk>
6133
6134 * ido.el (ido-file-extensions-order): New defcustom.
6135 (ido-file-extension-lessp, ido-file-extension-aux)
6136 (ido-file-extension-order): New advanced file ordering.
6137 (ido-file-lessp): New simple file ordering.
6138 (ido-sort-list): Remove.
6139 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6140 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6141
6142 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6143
6144 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6145 that some versions of grep produce.
6146 (grep-mode-font-lock-keywords): Likewise.
6147
6148 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6149
6150 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6151 (gdb-cdir): Delete.
6152 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6153 (gdb-source-info): Treat case when source file is in another
6154 directory properly.
6155 (gdb-get-location): New function.
6156
6157 2005-02-07 Jay Belanger <belanger@truman.edu>
6158
6159 * calc/calc-prog.el (calc-write-parse-table-part)
6160 (calc-fix-token-name): Fix a check for language type.
6161
6162 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6163
6164 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6165
6166 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6167 as directory not writable.
6168
6169 2005-02-07 Kim F. Storm <storm@cua.dk>
6170
6171 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6172 (cua--standard-movement-commands): Remove list.
6173 Instead, set CUA property value to move for movement commands.
6174 (cua-movement-commands): Remove. Users must set CUA prop instead.
6175 (cua--pre-command-handler): Check CUA property.
6176 (cua--init-keymaps): Don't remap undo commands.
6177 (cua-mode): Don't call cua--rectangle-on-off.
6178
6179 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6180 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6181 (cua--rect-undo-set-point): New var.
6182 (cua--rectangle-undo-boundary): Setup undo apply entry.
6183 (cua--rect-undo-handler): New function for rectangle undo.
6184 (cua--rect-start-position, cua--rect-end-position): Add.
6185 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6186 for restored rectangle. Set point if cua--rect-undo-set-point.
6187
6188 2005-02-06 Jay Belanger <belanger@truman.edu>
6189
6190 * calc/calc-lang.el (calc-tex-language): Display more information
6191 in messages.
6192
6193 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6194 in TeX mode.
6195
6196 2005-02-06 Richard M. Stallman <rms@gnu.org>
6197
6198 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6199
6200 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6201
6202 * net/ldap.el (ldap-search-internal): Support attributes with
6203 optional descriptions separated by a semi-colon, as in
6204 "userCertificate;binary".
6205
6206 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6207
6208 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6209 isn't a cons (i.e. the version is 0).
6210
6211 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6212
6213 * help.el (help-for-help): Doc fix.
6214
6215 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6216
6217 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6218 GDB-Windows on the menu-bar as this works better.
6219
6220 2005-02-04 Jay Belanger <belanger@truman.edu>
6221
6222 * calc/calc-embed.el (calc-embedded-update): Don't put in
6223 unnecessary newlines. Adjust the end of formula marker.
6224
6225 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6226 (math-latex-parse-two-args): New function.
6227
6228 2005-02-03 Lute Kamstra <lute@gnu.org>
6229
6230 * help-fns.el (help-with-tutorial): Make sure that users cannot
6231 remove the entire text of the tutorial by means of `undo'.
6232
6233 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6234
6235 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6236 in recent changes, where the ispell process was repeatedly
6237 killed & restarted.
6238
6239 * international/mule-cmds.el (set-locale-environment): Set file-name
6240 coding system to utf-8 on Darwin systems.
6241 (set-default-coding-systems): Don't set default-file-name-coding-system
6242 on Darwin systems.
6243
6244 2005-02-03 Richard M. Stallman <rms@gnu.org>
6245
6246 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6247
6248 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6249
6250 * faces.el (list-faces-display): Add optional argument.
6251
6252 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6253
6254 * font-core.el (font-lock-default-function): Handle the rare case where
6255 only font-lock-keywords is set.
6256
6257 2005-02-02 Kenichi Handa <handa@m17n.org>
6258
6259 * international/characters.el: Cancel previous change for
6260 I-WITH-DOT-ABOVE and DOTLESS-i.
6261
6262 * international/latin-5.el: Cancel previous change.
6263
6264 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6265
6266 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6267
6268 2005-02-02 Kenichi Handa <handa@m17n.org>
6269
6270 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6271 DOTLESS-i.
6272
6273 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6274 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6275
6276 * case-table.el (get-upcase-table): New function.
6277 (copy-case-table): Copy upcaes table too if non-nil.
6278 (set-case-syntax-delims): Maintain upcase table too.
6279 (set-case-syntax-pair): Likewise.
6280 (set-upcase-syntax, set-downcase-syntax): New functions.
6281 (set-case-syntax): Maintain upcase table too.
6282
6283 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6284
6285 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6286
6287 * progmodes/gud.el (gud-goto-info): New function.
6288 (gud-tool-bar-map): Use correct icon.
6289
6290 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6291
6292 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6293 When delegating, order args in the funcall correctly.
6294
6295 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6296
6297 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6298
6299 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6300
6301 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6302 buffer not visiting a file.
6303
6304 2005-01-31 Jay Belanger <belanger@truman.edu>
6305
6306 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6307 bound on the line with the formula.
6308
6309 2005-01-31 Kim F. Storm <storm@cua.dk>
6310
6311 * ses.el (ses-create-cell-variable-range)
6312 (ses-destroy-cell-variable-range, ses-reset-header-string)
6313 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6314 (ses-insert-row): Fix format of apply undo entries.
6315
6316 2005-01-31 Jay Belanger <belanger@truman.edu>
6317
6318 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6319 parts.
6320
6321 * calc/calc-embed.el (calc-embedded-open-formula)
6322 (calc-embedded-close-formula): Ignore matrix environments.
6323
6324 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6325 TeX mode.
6326
6327 * calc/calc-lang.el (math-function-table, math-oper-table)
6328 (math-variable-table): Adjust the LaTeX portions.
6329
6330 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6331 (math-latex-ignore-words): New constant.
6332
6333 2005-01-31 Richard M. Stallman <rms@gnu.org>
6334
6335 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6336 (ispell-local-dictionary): Doc fix.
6337 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6338 Don't reinitialize at run time. Don't defcustom.
6339 All uses changed to append ispell-local-dictionary-alist,
6340 or check it first.
6341 (ispell-current-dictionary): New variable for dictionary in use.
6342 (ispell-dictionary): Now used only for global default.
6343 (ispell-start-process): Set ispell-current-dictionary,
6344 not ispell-dictionary.
6345 (ispell-change-dictionary): Use this only for setting
6346 user preferences.
6347 (ispell-internal-change-dictionary): New function
6348 to change the current dictionary in use.
6349 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6350 Use ispell-current-dictionary.
6351 Handle ispell-local-dictionary-overridden.
6352 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6353
6354 2005-01-31 Jay Belanger <belanger@truman.edu>
6355
6356 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6357
6358 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6359 (calc-mode-map): Add calc-latex-language.
6360
6361 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6362 (math-latex-print-frac): New functions.
6363 (math-oper-table, math-function-table, math-variable-table)
6364 (math-complex-format, math-input-filter): Add latex properties.
6365 (calc-set-language): Set math-expr-special-function-mapping.
6366
6367 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6368 (calc-write-parse-table-part): Add LaTeX support.
6369
6370 * calc/calc.el (calc-language): Adjust docstring.
6371 (calc-set-mode-line): Add LaTeX support.
6372 (math-expr-special-function-mapping): New variable.
6373 (math-tex-ignore-words): Add to list.
6374
6375 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6376 Add LaTeX support.
6377 (math-compose-expr): Add support for special functions.
6378
6379 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6380
6381 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6382
6383 * progmodes/gdb-ui.el (gdb-memory-address)
6384 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6385 (gdb-memory-mode-map, gdb-memory-format-keymap)
6386 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6387 (gdb-memory-unit-menu): New variables for a buffer
6388 that lets the user examine program memory.
6389 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6390 (gdb-memory-format-binary, gdb-memory-format-octal)
6391 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6392 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6393 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6394 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6395 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6396 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6397 (gdb-memory-mode, gdb-memory-buffer-name)
6398 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6399 New functions for above buffer.
6400
6401 2005-01-30 Richard M. Stallman <rms@gnu.org>
6402
6403 * cus-edit.el (custom-bury-buffer): Function deleted.
6404 (custom-buffer-done-function): Option deleted.
6405 (custom-buffer-done-kill): New (replacement option.
6406 (Custom-buffer-done): Call quit-window.
6407 (custom-buffer-create-internal): Update for above changes.
6408
6409 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6410
6411 * simple.el (undo-ask-before-discard): New var.
6412 (undo-outer-limit-truncate): Implement it.
6413 (undo-extra-outer-limit): Doc update.
6414
6415 2005-01-29 Richard M. Stallman <rms@gnu.org>
6416
6417 * ses.el (undo-more): Delete defadvice.
6418 (ses-begin-change): Doc fix.
6419
6420 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6421 instead of rebinding C-x u and C-_.
6422
6423 * files.el (normal-backup-enable-predicate): Return nil for files
6424 in /tmp, regardless of temporary-file-directory.
6425
6426 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6427
6428 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6429 (open-rectangle, delete-whitespace-rectangle-line)
6430 (clear-rectangle-line): If FILL, pass t instead of FILL
6431 for move-to-column's 2nd arg.
6432
6433 * simple.el (undo): Fix the test for continuing a series of undos.
6434 (undo-more): Set pending-undo-list to t when we reach end.
6435 (pending-undo-list): Move up defvar.
6436
6437 * wid-edit.el (widget-button-click):
6438 Shorten the range of the track-mouse binding.
6439
6440 * comint.el (comint-insert-input): Undo previous changes;
6441 use last-input-event in interactive spec.
6442
6443 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6444
6445 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6446 to nil before invoking call-process. Reset buffer's modified flag
6447 after fontifying it in the no-async branch.
6448
6449 * wid-edit.el (widget-specify-button): If mouse pointer shape
6450 cannot be changed, use mouse face instead.
6451
6452 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6453
6454 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6455 (gdb-goto-breakpoint): Make breakpoint handling work on template
6456 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6457 (gdb-assembler-custom): Update to recognise breakpoint information
6458 added on 2005-01-19.
6459
6460 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6461
6462 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6463 (dsssl-mode): Use define-derived-mode.
6464 (scheme-mode-initialize): Remove.
6465 (scheme-mode): Use run-mode-hooks.
6466
6467 * cus-edit.el (customize-group-other-window)
6468 (custom-buffer-create-other-window): Don't override special-display-*.
6469 (custom-mode-map): Make it dense.
6470
6471 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6472 sets the default value.
6473
6474 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6475
6476 * descr-text.el: Add more keywords.
6477
6478 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6479
6480 * speedbar.el: Avoid unnecessary use of locate-library.
6481
6482 * international/mule-cmds.el (standard-display-european-internal):
6483 Don't fiddle with latin-1 non-break space any more since it's now
6484 special cased in the C code.
6485 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6486
6487 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6488
6489 * cus-start.el (all): Add `undo-outer-limit'.
6490
6491 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6492
6493 * textmodes/bibtex.el (bibtex-format-entry):
6494 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6495 field lines.
6496 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6497 not on part of a buffer.
6498
6499 2005-01-25 Lute Kamstra <lute@gnu.org>
6500
6501 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6502 nonempty field text strings like "{letters\\macro{}more letters}".
6503 Clarify docstring.
6504 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6505 (bibtex-entry-offset, bibtex-parse-association)
6506 (bibtex-parse-field-name): Fix typos in docstrings.
6507 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6508
6509 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6510
6511 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6512 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6513 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6514 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6515
6516 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6517 isearch minor mode.
6518
6519 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6520
6521 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6522
6523 2005-01-24 Lute Kamstra <lute@gnu.org>
6524
6525 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6526 CASECHARS and NOT-CASECHARS regular expressions of the
6527 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6528 striding over charsets" error.
6529
6530 2005-01-24 Jay Belanger <belanger@truman.edu>
6531
6532 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6533 display variable name.
6534
6535 2005-01-24 Kenichi Handa <handa@m17n.org>
6536
6537 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6538 Fix setting of the element of encoded-kbd-iso2022-invocations.
6539
6540 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6541
6542 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6543 (gdb-threads-select): Change to also accept mouse events.
6544 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6545 (gdb-threads-mouse-select): Delete.
6546
6547 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6548
6549 * files.el (insert-directory): Take care of empty directory,
6550 listed without -a switch.
6551
6552 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6553
6554 * textmodes/refill.el (refill-post-command-function):
6555 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6556 to the list of functions that we should be careful not to undo.
6557 (refill-late-fill-paragraph-function): Remove.
6558 (refill-saved-state): New var.
6559 (refill-mode): Use it to save fill-paragraph-function.
6560 Save also the value of auto-fill-function.
6561
6562 * term/w32-win.el: Simplify code.
6563
6564 2005-01-23 Kim F. Storm <storm@cua.dk>
6565
6566 * simple.el (line-move): Adapt to new return value from
6567 pos-visible-in-window-p.
6568
6569 * simple.el (line-move): Fix last change. Check partial
6570 visibility at point rather than at window-start.
6571
6572 2005-01-22 Jason Rumney <jasonr@gnu.org>
6573
6574 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6575
6576 2005-01-22 David Kastrup <dak@gnu.org>
6577
6578 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6579
6580 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6581
6582 * type-break.el (type-break-mode): Add a test for
6583 type-break-file-name being non-nil.
6584
6585 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6586
6587 * net/eudc.el (top level): Call (message "") via progn, so that
6588 eudc-options-file is loaded.
6589
6590 2005-01-22 Kim F. Storm <storm@cua.dk>
6591
6592 * simple.el (line-move-1): Rename from line-move.
6593 (line-move): New function that adjusts vscroll for partially
6594 visible rows, and calls line-move-1 otherwise.
6595
6596 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6597
6598 * pcomplete.el: define pcomplete-read-event instead of read-event,
6599 since it's not a complete read-event implementation
6600
6601 2005-01-20 Jay Belanger <belanger@truman.edu>
6602
6603 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6604 for called function.
6605
6606 2005-01-20 Steven Tamm <steventamm@mac.com>
6607
6608 * term/mac-win.el (process-connection-type): Remove.
6609 Controlled now by s/darwin.h:PTY_ITERATION.
6610
6611 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6612
6613 * window.el (handle-select-window): Don't switch window when we're
6614 in the minibuffer.
6615
6616 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6617
6618 * subr.el (dotimes-with-progress-reporter): New macro.
6619
6620 * ses.el (ses-dotimes-msg): Remove macro.
6621 Use `dotimes-with-progress-reporter' instead.
6622
6623 2005-01-19 Steven Tamm <steventamm@mac.com>
6624
6625 * term/mac-win.el (process-connection-type): Use new
6626 operating-system-release variable to use ptys on Darwin 7 (OSX
6627 10.3) when using carbon build.
6628
6629 2005-01-19 Jay Belanger <belanger@truman.edu>
6630
6631 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6632 flags if the last command was a tab or M-tab.
6633
6634 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6635 in formula editing buffer.
6636
6637 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6638
6639 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6640 breakpoint image symbol in margin.
6641
6642 2005-01-19 Jay Belanger <belanger@truman.edu>
6643
6644 * calc/calc-prog.el (calc-execute-kbd-macro):
6645 Ignore calc-keep-arg-flag.
6646
6647 2005-01-19 Kenichi Handa <handa@m17n.org>
6648
6649 * textmodes/ispell.el (ispell-looking-at): New function.
6650 (ispell-process-line): Use ispell-looking-at to compare the ispell
6651 output and the buffer contents.
6652
6653 2005-01-18 Jay Belanger <belanger@truman.edu>
6654
6655 * calc/calc.el (calc-display-raw): Fix docstring.
6656
6657 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * simple.el (blink-matching-open): Strip extra info from syntax.
6660
6661 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6662 funny chars in the end-of-here-doc marker.
6663
6664 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6665
6666 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6667 that enable/disabled state of breakpoints is shown correctly in
6668 fringe and on ttys.
6669 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6670 Add breakpoint information as text properties.
6671 (gdb-mouse-toggle-breakpoint):
6672 Rename to gdb-mouse-set-clear-breakpoint.
6673 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6674 breakpoints in the margin.
6675 (gdb-remove-strings): Simplify.
6676
6677 2005-01-17 Jay Belanger <belanger@truman.edu>
6678
6679 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6680 erasing buffer.
6681
6682 2005-01-17 Richard M. Stallman <rms@gnu.org>
6683
6684 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6685 for calling grep-compute-defaults.
6686
6687 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6688 if buffer is empty.
6689
6690 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6691
6692 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6695
6696 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6697 non-preloaded variables.
6698
6699 2005-01-17 Steven Tamm <steventamm@mac.com>
6700
6701 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6702 tex-shell cause to force interactivity when using pipes.
6703
6704 2005-01-17 Kim F. Storm <storm@cua.dk>
6705
6706 * simple.el (just-one-space): Make arg optional.
6707
6708 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6709
6710 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6711 posn-at-x-y to t to access left-margin.
6712
6713 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6714
6715 Sync with Tramp 2.0.47.
6716
6717 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6718 catching keep-date problems in cp/scp operations.
6719 (tramp-handle-copy-file): Don't call `set-file-modes'
6720 unconditionally. Specialized functions should know better what is
6721 necessary. This improves performance a little bit, and the
6722 functions could catch errors with `cp -p' and `scp -p'.
6723 (tramp-do-copy-or-rename-file-via-buffer)
6724 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6725 when appropriate.
6726 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6727 Call `set-file-modes' when appropriate.
6728 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6729 Johnsson <isak@hypergene.com>
6730 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6731 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6732 <joakim@verona.se>
6733 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6734 Emacs only.
6735
6736 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6737 `find-file-hooks' and `dired-mode-hook'.
6738 (tramp-minor-mode-map): Respective map. Add remapping for
6739 `compile' and `recompile'.
6740 (tramp-remap-command, tramp-recompile): New defuns.
6741 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6742 in buffer "*Compilation*". Call the commands asynchronously.
6743
6744 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6745 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6746 `shell-command', because it isn't magic in XEmacs. Reported by
6747 Adrian Aichner <adrian@xemacs.org>.
6748
6749 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6750 `substitute-in-file-name.
6751 (tramp-smb-handle-substitute-in-file-name): New defun.
6752 (tramp-smb-advice-PC-do-completion): Delete advice.
6753
6754 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6755
6756 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6757 Fix error in deleting region.
6758
6759 2005-01-15 Richard M. Stallman <rms@gnu.org>
6760
6761 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6762 In non-temp buffer, switch syntax table temporarily.
6763
6764 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6765
6766 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6767
6768 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6769
6770 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6771 (imenu--generic-function): Use START, not BEG, as pos of definition.
6772
6773 * simple.el (just-one-space): Argument specifies number of spaces.
6774
6775 * simple.el (eval-expression-print-format): Avoid warning
6776 about edebug-active.
6777
6778 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6779
6780 * progmodes/sh-script.el: Code copied from make-mode.el
6781 with small changes,
6782 (sh-mode-map): Bind C-c C-\.
6783 (sh-backslash-column, sh-backslash-align): New variables.
6784 (sh-backslash-region, sh-append-backslash): New functions.
6785
6786 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6787
6788 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6789 (rmail-pop-password, rmail-pop-password-required): Move to
6790 rmail-obsolete group.
6791 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6792 All callers updated.
6793 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6794 Take an argument specifying whether it is POP or IMAP mailbox we
6795 are using. All callers updated.
6796 (rmail-pop-password-error): Rename to
6797 rmail-remote-password-error. Added mailutils-specific error message.
6798 (rmail-movemail-search-path)
6799 (rmail-movemail-variant-in-use): New variables.
6800 (rmail-remote-password, rmail-remote-password-required):
6801 New customization variables.
6802 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6803 (rmail-parse-url): New function.
6804 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6805 with GNU mailutils movemail.
6806
6807 2005-01-15 Kevin Ryde <user42@zip.com.au>
6808
6809 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6810 suffix to space, $ or '$, to correctly position point when going
6811 to @table style constants like DBL_MAX.
6812
6813 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6814
6815 * type-break.el (type-break-mode, type-break-file-time)
6816 (type-break-file-keystroke-count, type-break-choose-file):
6817 Don't store data in or load data from the file if type-break-file-name
6818 is nil.
6819 (type-break-file-name): Doc update as per the above.
6820
6821 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6822
6823 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6824 lookup-key might return nil; handle that.
6825
6826 2005-01-15 Alan Mackenzie <acm@muc.de>
6827
6828 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6829 rather than the element found, thus enabling the tree to be setcar'd.
6830
6831 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6832
6833 * textmodes/org.el (org-show-following-heading): New option.
6834 (org-show-hierarchy-above): Use `org-show-following-heading'.
6835 (org-cycle): Documentation fix.
6836
6837 * textmodes/org.el (orgtbl-optimized): New option
6838 (orgtbl-mode): New command, a minor mode.
6839 (orgtbl-mode-map): New variable.
6840 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6841 (orgtbl-error, orgtbl-self-insert-command)
6842 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6843
6844 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6845 a local variable in each org-mode buffer.
6846
6847 * textmodes/org.el (org-set-regexps-and-options): Rename from
6848 `org-set-regexps'. Added checking for STARTUP keyword.
6849 (org-get-current-options): Add STARTUP options.
6850 (org-table-insert-row): Mode mode intelligent about when
6851 realignment is needed.
6852 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6853 New commands.
6854 (org-enable-table-editor): New default value `optimized'.
6855 (org-table-blank-field): Support blanking regions if active.
6856
6857 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6858
6859 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6860 if the year is not given.
6861
6862 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6863 Add new escapes %m and %M, fixed bug with %F by adding
6864 save-match-data.
6865 (reftex-reference): Remove ?. from list of spaces.
6866 (reftex-label-info): Add automatic label prefix recognition.
6867
6868 * textmodes/reftex-index.el (reftex-index-next-phrase):
6869 Add slave parameter to call of `reftex-index-this-phrase'.
6870 (reftex-index-this-phrase): New optional argument.
6871 (reftex-index-region-phrases): Add slave parameter to call of
6872 `reftex-index-this-phrase'.
6873 (reftex-display-index): New argument redo.
6874 (reftex-index-rescan): Add 'redo to arguments of
6875 `reftex-display-index'.
6876 (reftex-index-Rescan, reftex-index-revert)
6877 (reftex-index-switch-index-tag): Add 'redo to arguments of
6878 `reftex-display-index'.
6879 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6880 indexing. Fix bug with matching is there is a quote before or
6881 after the word.
6882
6883 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6884 Fix bug when collecting citation keys in lines with comments.
6885 (reftex-citation): Prefix argument no longer rescans the document,
6886 but forces prompting for optional arguments of cite macros.
6887 (reftex-do-citation): Prompting for optional arguments implemented.
6888
6889 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6890 Add optional arguments to most cite commands.
6891 (reftex-cite-cleanup-optional-args): New option
6892 (reftex-cite-prompt-optional-args): New option.
6893 (reftex-trust-label-prefix): New option.
6894
6895 * textmodes/reftex-toc.el (reftex-toc-find-section):
6896 Add push-mark before changing the position in the buffer.
6897
6898 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6899 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6900
6901 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6902
6903 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6904 more carefully.
6905
6906 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6907
6908 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6909 (sgml-mode): Use it.
6910 (sgml-get-context): Better keep track of implicitly closed tags.
6911
6912 2005-01-13 Kenichi Handa <handa@m17n.org>
6913
6914 * textmodes/ispell.el: These changes are to fix misalignment error
6915 caused by equivalent characters of different Emacs charsets.
6916 (ispell-unified-chars-table): New variable.
6917 (ispell-get-decoded-string): New function.
6918 (ispell-get-casechars, ispell-get-not-casechars)
6919 (ispell-get-otherchars): Call ispell-get-decoded-string.
6920
6921 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6922
6923 * custom.el (custom-declare-variable): Just put symbol instead
6924 of (defvar . symbol) in `current-load-list'.
6925
6926 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6927
6928 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6929
6930 2005-01-12 Jay Belanger <belanger@truman.edu>
6931
6932 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6933 to create a Calc summary.
6934
6935 2005-01-12 Kim F. Storm <storm@cua.dk>
6936
6937 * mouse.el (mouse-on-link-p): Change functionality and doc
6938 string to comply with latest description in lisp ref.
6939
6940 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6941
6942 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6943 Enable mouse clicks on mode-line, header-line and margin.
6944 (event-type): Give mouse event symbols an 'event-kind property
6945 with value 'mouse-click.
6946
6947 2005-01-12 Juri Linkov <juri@jurta.org>
6948
6949 * facemenu.el (list-colors-display): Add new arg buffer-name.
6950 Use it. Fix docstring. Replace code for identifying duplicate
6951 colors by the name with call to `list-colors-duplicates' which
6952 identifies duplicate colors by the value unless the color
6953 is one of special Windows colors. Set truncate-lines to t.
6954 Print sorted duplicate color names on each line. Indent to 22
6955 \(the longest color name in rgb.txt) instead of 20. Optimize.
6956 (list-colors-duplicates): New function.
6957 (facemenu-color-name-equal): Delete function.
6958
6959 * facemenu.el (list-colors-print): New function created from code
6960 in list-colors-display. Print #RRGGBB at the window right edge.
6961 (list-colors-display): When temp-buffer-show-function is not
6962 defined, call list-colors-print from temp-buffer-show-hook
6963 to get the right value of window-width in list-colors-print
6964 after the buffer is displayed.
6965
6966 * simple.el (pop-mark): Move deactivate-mark out of conditional
6967 part to deactivate the active mark regardless of the state of the
6968 mark ring.
6969
6970 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6971 variables line in desktop files.
6972
6973 2005-01-12 Juri Linkov <juri@jurta.org>
6974
6975 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6976 Bring together isearch highlight related options.
6977 (lazy-highlight): Replace group `replace' by `matching'.
6978 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6979 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6980 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6981 and declare them obsolete.
6982 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6983 (isearch-faces): Remove defgroup.
6984 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6985 Move isearch highlighting code closer to lazy highlighting code.
6986
6987 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6988 (query-replace-highlight, query-replace-lazy-highlight)
6989 (query-replace): Move definitions to the beginning of the file.
6990
6991 2005-01-11 Juri Linkov <juri@jurta.org>
6992
6993 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6994 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6995 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6996
6997 * info.el (Info-history-forward): New variable.
6998 (Info-select-node): Reset Info-history-forward to nil.
6999 (Info-last): Turn into defalias.
7000 (Info-history-back): Rename from Info-last.
7001 Add current node to Info-history-forward.
7002 (Info-history-forward): New fun.
7003 (Info-mode-map): Replace Info-last by Info-history-back.
7004 Bind Info-history-forward to "r".
7005 (Info-mode-menu): Replace Info-last by Info-history-back.
7006 Fix menu item text. Add menu item for Info-history-forward.
7007 (info-tool-bar-map): Replace Info-last by Info-history-back.
7008 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7009 for Info-history-forward.
7010 (Info-mode): Replace Info-last by Info-history-back in docstring.
7011 Add local variable Info-history-forward.
7012 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7013
7014 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7017 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7018 Ignore select-window events rather than fiddle with
7019 mouse-autoselect-window.
7020
7021 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7022
7023 * type-break.el (type-break-mode): Fix previous change.
7024
7025 2005-01-10 Jay Belanger <belanger@truman.edu>
7026
7027 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7028 calculator; only reset when point is inside a calculator.
7029 Don't adjust the window height if the window takes up the whole height
7030 of the frame.
7031
7032 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7033
7034 * ebuff-menu.el (Electric-buffer-menu-mode):
7035 Preserve value of buffer-local var header-line-format.
7036
7037 2005-01-09 Jay Belanger <belanger@truman.edu>
7038
7039 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7040 Make sure settings file exists before accessing it.
7041
7042 * calc/calc-embed.el (calc-embedded-subst):
7043 Replace math-multi-subst-rec, which is only supposed to be called
7044 by math-multi-subst, by math-multi-subst.
7045
7046 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7047
7048 * vc.el (vc-allow-async-revert): New user option.
7049 (vc-disable-async-diff): New internal variable.
7050 (vc-revert-buffer): Use them to disable asynchronous diff.
7051
7052 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7053 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7054 asynchronously if vc-disable-async-diff is t.
7055
7056 2005-01-09 Jay Belanger <belanger@truman.edu>
7057
7058 * calc/calc.el (defcalcmodevar): New macro.
7059 (calc-mode-var-list-restore-default-values)
7060 (calc-mode-var-list-restore-saved-values): New functions.
7061 (calc-mode-var-list): Use defcalcmodevar to define it.
7062 (calc-always-load-extensions, calc-line-numbering)
7063 (calc-line-breaking, calc-display-just, calc-display-origin)
7064 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7065 (calc-group-char, calc-point-char, calc-frac-format)
7066 (calc-prefer-frac, calc-hms-format, calc-date-format)
7067 (calc-float-format, calc-full-float-format, calc-complex-format)
7068 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7069 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7070 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7071 (calc-matrix-brackets, calc-language, calc-language-option)
7072 (calc-left-label, calc-right-label, calc-word-size)
7073 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7074 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7075 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7076 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7077 (calc-window-height, calc-display-trail, calc-show-selections)
7078 (calc-use-selections, calc-assoc-selections)
7079 (calc-display-working-message, calc-auto-why, calc-timing)
7080 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7081 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7082 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7083 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7084 (calc-gnuplot-geometry, calc-graph-default-resolution)
7085 (calc-graph-default-resolution-3d, calc-invocation-macro)
7086 (calc-show-banner): Use defcalcmodevar to declare them and set
7087 their default values.
7088
7089 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7090 instead of default values (but restore default values if there is
7091 an argument of 0).
7092
7093 2005-01-09 David Kastrup <dak@gnu.org>
7094
7095 * desktop.el (desktop-restore-eager): Fix typo in type.
7096
7097 2005-01-08 Richard M. Stallman <rms@gnu.org>
7098
7099 * cus-edit.el (customize): Delete :link.
7100
7101 2005-01-08 Jay Belanger <belanger@truman.edu>
7102
7103 * calc/calc.el (calc-mode): Remove the extension from the
7104 `calc-settings-file' file name when loading it.
7105
7106 2005-01-08 Kim F. Storm <storm@cua.dk>
7107
7108 * info.el (Info-mode-map, Info-next-link-keymap)
7109 (Info-prev-link-keymap, Info-up-link-keymap):
7110 Map follow-link to mouse-face.
7111 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7112
7113 2005-01-08 Jay Belanger <belanger@truman.edu>
7114
7115 * calc/calc.el (calc-settings-file): Change default value.
7116 Suggested by cgw in a comment in calc-mode.el.
7117
7118 * calc/calc-mode.el (calc-settings-file-name):
7119 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7120 Replace ~/.emacs in a prompt by calc-settings-file.
7121
7122 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7123
7124 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7125 (desktop-lazy-idle-delay): New customizable variables.
7126 (desktop-buffer-args-list): New variable.
7127 (desktop-append-buffer-args): New function.
7128 (desktop-save): Call desktop-append-buffer-args for some buffers.
7129 (desktop-lazy-create-buffer): New function.
7130 (desktop-idle-create-buffers): New function.
7131 (desktop-read): Add message about buffers to restore lazily.
7132 (desktop-lazy-abort): New command.
7133 (desktop-clear): Call desktop-lazy-abort.
7134 (desktop-lazy-complete): New command.
7135
7136 2005-01-06 Richard M. Stallman <rms@gnu.org>
7137
7138 * emacs-lisp/find-func.el (find-face-definition):
7139 Rename from find-face.
7140
7141 2005-01-06 Kim F. Storm <storm@cua.dk>
7142
7143 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7144
7145 * man.el (Man-xref-man-page, Man-xref-header-file)
7146 (Man-xref-normal-file): Add follow-link property.
7147
7148 2005-01-06 Jay Belanger <belanger@truman.edu>
7149
7150 * calc/calc-units.el: Make sure the proper macro definitions are
7151 available when compiling.
7152
7153 2005-01-06 Juri Linkov <juri@jurta.org>
7154
7155 * isearch.el (isearch-lazy-highlight-update):
7156 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7157
7158 2005-01-06 Miles Bader <miles@gnu.org>
7159
7160 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7161 (isearch-lazy-highlight-face): Use new name.
7162
7163 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7164
7165 * uniquify.el (uniquify-rationalize-file-buffer-names):
7166 Re-add an interactive spec.
7167 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7168 to the same name.
7169
7170 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7171 (isearch-update, isearch-done): Adjust calls accordingly.
7172
7173 2005-01-05 Richard M. Stallman <rms@gnu.org>
7174
7175 * custom.el (custom-set-variables, custom-theme-set-variables):
7176 Clarify documentation.
7177
7178 * emacs-lisp/find-func.el (find-variable)
7179 (find-variable-other-window, find-variable-other-frame):
7180 Fix the TYPE args to find-function-read and find-function-do-it.
7181 (find-function): Doc fix.
7182 (find-function-at-point): Replace function-at-point alias.
7183
7184 2005-01-04 Richard M. Stallman <rms@gnu.org>
7185
7186 * cus-face.el (custom-declare-face):
7187 Record defface in current-load-list.
7188
7189 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7190
7191 * emacs-lisp/find-func.el: Doc fixes.
7192 (find-face-regexp): New variable.
7193 (find-function-regexp-alist): New variable.
7194 (find-function-C-source): Third arg is now TYPE.
7195 (find-function-search-for-symbol): Handle general TYPE.
7196 (find-function-read, find-function-do-it): Handle general TYPE.
7197 (find-definition-noselect, find-face): New functions.
7198 (function-at-point): Alias deleted.
7199
7200 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7201
7202 * battery.el (display-battery-mode): Rename from display-battery.
7203 Handle the case where it gets turned off.
7204
7205 2005-01-04 Richard M. Stallman <rms@gnu.org>
7206
7207 * cus-edit.el (customize): Make :link point to user doc.
7208
7209 * man.el (Man-fontify-manpage): Turn off undo generation.
7210
7211 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7212
7213 2005-01-04 Andreas Schwab <schwab@suse.de>
7214
7215 * files.el (insert-directory): Only look for error lines in
7216 inserted text. Don't move too far after processing --dired markers.
7217
7218 2005-01-04 Richard M. Stallman <rms@gnu.org>
7219
7220 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7221 Don't expand if the character is @, period, dash, etc.
7222 (define-mail-abbrev): Quote names that contain problem characters.
7223
7224 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7225
7226 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7227
7228 2005-01-03 Richard M. Stallman <rms@gnu.org>
7229
7230 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7231 (query-replace-highlight, query-replace-lazy-highlight)
7232 (query-replace): Definitions moved up. Doc fix.
7233
7234 2005-01-03 Richard M. Stallman <rms@gnu.org>
7235
7236 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7237 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7238 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7239 (lazy-highlight-face): Rename from isearch-lazy-...
7240 Change all references to them.
7241
7242 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7243
7244 * cus-edit.el (custom-file): Doc fix for defcustom.
7245 (custom-file): The function no longer sets the variable
7246 `custom-file' to its return value.
7247
7248 * startup.el (command-line): No longer load `custom-file'.
7249
7250 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7253
7254 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7255 Don't confuse module-prefixed identifiers for labels.
7256 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7257
7258 2005-01-02 Richard M. Stallman <rms@gnu.org>
7259
7260 * files.el (basic-save-buffer-1): Fix previous change.
7261
7262 * loadhist.el (file-loadhist-lookup): New function.
7263 (file-provides, file-requires): Use it.
7264
7265 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7266 instead of calculating the right size.
7267
7268 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7269
7270 * vc-svn.el (vc-svn-diff): Stay local if possible.
7271
7272 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7273
7274 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7275
7276 * files.el (hack-local-variables): Fix last change.
7277
7278 2005-01-02 Jay Belanger <belanger@truman.edu>
7279
7280 * calc/calc-yank.el (calc-edit-top): New variable.
7281 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7282 object. Change header properties.
7283 (calc-edit-finish, calc-edit-finish-stack-object)
7284 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7285 edited object.
7286 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7287 for the beginning of the edited object.
7288 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7289 for the beginning of the edited object.
7290 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7291 (calc-finish-formula-edit, calc-macro-repeats)
7292 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7293 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7294 beginning of the edited object.
7295 (calc-user-define-edit): Change the header for editing macros.
7296 Remove unnecessary variable.
7297
7298 2005-01-01 Jay Belanger <belanger@truman.edu>
7299
7300 * calc/calc-yank.el (calc-edit-mode): Change default header.
7301 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7302 * calc/calc-store.el (calc-edit-variable): Change title to match new
7303 header.
7304 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7305 mode to match new header.
7306 (calc-user-define-edit): Change titles to include names of commands.
7307 (calc-finish-formula-edit): Adjust to handle new header.
7308 (calc-finish-macro-edit): Remove.
7309 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7310 (calc-edit-macro-command, calc-edit-macro-command-type)
7311 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7312 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7313 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7314 (calc-edit-macro-finish-edit): New functions.
7315 (calc-user-define-edit): Use new functions to edit named calc macros.
7316
7317 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7318
7319 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7320
7321 * ses.el (copy-region-as-kill): Deactivate mark.
7322
7323 2005-01-01 Richard M. Stallman <rms@gnu.org>
7324
7325 * replace.el (occur-1): If the output buffer is also an input,
7326 don't kill it, rename it.
7327
7328 * faces.el (set-face-background, set-face-foreground): Doc fix.
7329
7330 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7331 for :foreground and :background.
7332
7333 * dired.el (dired-view-command-alist): Variable deleted.
7334 (dired-view-file, dired-mouse-find-file-other-window):
7335 Delete the code to use it.
7336
7337 2005-01-01 Kim F. Storm <storm@cua.dk>
7338
7339 * image.el (insert-sliced-image): Use t for line-height property.
7340
7341 2004-12-31 Jay Belanger <belanger@truman.edu>
7342
7343 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7344 for "var-" at the beginning of the minibuffer.
7345
7346 2004-12-31 Richard M. Stallman <rms@gnu.org>
7347
7348 * faces.el (read-face-name):
7349 Don't treat an attribute spec as a list of faces.
7350
7351 * simple.el (undo): Use undo-equiv-table to detect
7352 unexpected changes since previous undo.
7353 (undo-list-saved): Variable deleted.
7354 (buffer-disable-undo): Don't alter undo-list-saved.
7355
7356 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7357 (mode-require-final-newline): New option.
7358 (after-find-file): Handle require-final-newline with new values.
7359 (basic-save-buffer): Handle new values of require-final-newline.
7360
7361 * progmodes/sh-script.el (sh-require-final-newline):
7362 Alist value now controls whether to use mode-require-final-newline.
7363 (sh-set-shell): Implement that new meaning.
7364
7365 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7366 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7367 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7368 Delete old-Emacs compatibility code.
7369 (antlr-c-common-init): Function deleted.
7370
7371 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7372 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7373 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7374 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7375 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7376 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7377 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7378 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7379 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7380 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7381 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7382 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7383 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7384 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7385 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7386 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7387
7388 2004-12-31 Jay Belanger <belanger@truman.edu>
7389
7390 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7391 way to return to Calc.
7392
7393 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7394 finish, C-xk as the way to cancel the edit. Add cancel routine to
7395 kill-buffer-hook.
7396
7397 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7398 MacEdit code.
7399
7400 * calc/calc-prog.el: Remove obsolete MacEdit code.
7401 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7402 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7403
7404 2004-12-31 Kenichi Handa <handa@m17n.org>
7405
7406 * international/mule.el (buffer-file-coding-system-explicit):
7407 Rename for explicit-buffer-file-coding-system.
7408 (after-insert-file-set-coding): Adjust for the above change.
7409
7410 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7411 to buffer-file-coding-system-explicit.
7412 (basic-save-buffer-1): Likewise.
7413
7414 2004-12-30 Richard M. Stallman <rms@gnu.org>
7415
7416 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7417 (artist-butlast, artist-last): Functions deleted.
7418 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7419 (artist-compute-key-compl-table): Call remq directly.
7420 (artist-remove-nulls): Function deleted.
7421 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7422 (artist-push, artist-pop): Macro deleted.
7423
7424 2004-12-30 Andreas Leue <al@sphenon.de>
7425
7426 * textmodes/artist.el (artist-version): 1.2.6
7427 (artist-prev-next-op-alist): New variable.
7428 (artist-select-next-op-in-list): New function.
7429 (artist-select-prev-op-in-list): New function.
7430 (artist-make-prev-next-op-alist): New function.
7431 (artist-is-in-op-list-p): New function.
7432 (artist-get-first-non-nil-op): New function.
7433 (artist-get-last-non-nil-op): New function.
7434 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7435 artist-prev-next-op-alist.
7436 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7437 change drawing operation.
7438
7439 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7440
7441 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7442
7443 2004-12-31 Masatake YAMATO <jet@gyve.org>
7444
7445 * server.el (server-process-filter): Suppress `error', too.
7446
7447 2004-12-30 Jay Belanger <belanger@truman.edu>
7448
7449 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7450 Change the way a variable is displayed in a message.
7451
7452 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7453 (calc-user-define-permanent, calc-execute-kbd-macro):
7454 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7455
7456 2004-12-30 Kenichi Handa <handa@m17n.org>
7457
7458 * files.el (basic-save-buffer-1):
7459 Set explicit-buffer-file-coding-system to last-coding-system-used.
7460 (revert-buffer): Pay attention to
7461 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7462 on bind coding-system-for-read.
7463
7464 * international/mule.el (explicit-buffer-file-coding-system):
7465 New buffer local variable.
7466 (after-insert-file-set-coding): Set it to coding-system-for-read.
7467
7468 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7469
7470 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7471
7472 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7473
7474 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7475 that include line numbers.
7476
7477 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7478
7479 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7480 Redundant variable PREFIXLEN removed.
7481
7482 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7483
7484 * eshell/em-hist.el (eshell-previous-matching-input):
7485 Start the deletion from the end of the output.
7486
7487 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7488
7489 * term/mac-win.el: Require x-dnd.
7490 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7491
7492 2004-12-29 David Kastrup <dak@gnu.org>
7493
7494 * international/mule.el (decode-coding-inserted-region):
7495 Don't barf if `buffer-undo-list' is already set to `t'.
7496
7497 2004-12-29 Jay Belanger <belanger@truman.edu>
7498
7499 * calc/calc-prog.el (calc-user-define-formula): Put default values
7500 for function names in prompts.
7501 (calc-user-define-permanent, calc-user-define-composition)
7502 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7503 default input for algebraic functions.
7504
7505 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7506
7507 * vc-rcs.el (vc-rcs-annotate-command):
7508 Fix omission bug: Call `vc-setup-buffer'.
7509
7510 2004-12-29 Kenichi Handa <handa@m17n.org>
7511
7512 * international/mule.el (recode-region): New function.
7513
7514 2004-12-28 Richard M. Stallman <rms@gnu.org>
7515
7516 * simple.el (undo-extra-outer-limit): New variable.
7517 (undo-outer-limit-truncate): Test and set it.
7518
7519 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7520 enables the feature to extend the existing region.
7521
7522 * simple.el (mark-word): New arg ALLOW-EXTEND
7523 enables the feature to extend the existing region.
7524
7525 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7526 enables the feature to extend the existing region.
7527
7528 * startup.el (site-run-file): Don't allow setting it with Custom.
7529
7530 * simple.el (buffer-disable-undo): Fix previous change.
7531
7532 2004-12-27 Masatake YAMATO <jet@gyve.org>
7533
7534 * hexl.el (hexlify-buffer): Remove fontification here.
7535 Use font lock mechanism instead.
7536 (hexl-font-lock-keywords): New font lock kewords.
7537 (hexl-mode-old-font-lock-keywords): New variable.
7538 (hexl-mode): Store the old font lock keywords.
7539 (hexl-mode-exit): Restore the old font lock keywords.
7540
7541 2004-12-27 Richard M. Stallman <rms@gnu.org>
7542
7543 * simple.el (undo): Fix previous change.
7544
7545 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7546
7547 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7548 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7549 Call x-open-connection on Mac OS X.
7550
7551 2004-12-27 Richard M. Stallman <rms@gnu.org>
7552
7553 * files.el (buffer-save-without-query): New var (buffer-local).
7554 (save-some-buffers): Save those buffers first, w/o asking.
7555
7556 * files.el (insert-directory-ls-version): New variable.
7557 (insert-directory): When ls returns an error, test the version
7558 number to decide what the return code means.
7559 With --dired output format, detect and distinguish lines
7560 that are really error messages.
7561 (insert-directory-adj-pos): New function.
7562
7563 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7564
7565 * battery.el (battery-mode-line-format): Remove initial spaces.
7566
7567 * uniquify.el (uniquify-rationalize-file-buffer-names):
7568 Delete interactive spec.
7569
7570 * type-break.el (type-break-mode): Set buffer-save-without-query.
7571 Remove code that tried to set save-some-buffers-always.
7572 (type-break-file-keystroke-count): Bind deactivate-mark.
7573
7574 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7575
7576 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7577 Test that the buffer is live, and maybe reject current buffer too.
7578 Clarify.
7579 (next-error-find-buffer): Rewrite for clarity.
7580
7581 * loadup.el: Don't use buffer-disable-undo; do it directly.
7582
7583 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7584 (describe-variable): Call symbol-file with `defvar'.
7585
7586 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7587 (symbol-file): Rewritten to handle new load-history format.
7588 Now takes an arg TYPE to specify looking for a particular
7589 type of definition only.
7590
7591 * emacs-lisp/debug.el (debugger-make-xrefs):
7592 Call symbol-file with `defun'.
7593
7594 * emacs-lisp/find-func.el (find-function-noselect):
7595 Call symbol-file with `defun'.
7596 (find-variable-noselect): Call symbol-file with `defvar'.
7597
7598 * eshell/esh-cmd.el (eshell-find-alias-function):
7599 Call symbol-file with `defun'.
7600
7601 * eshell/esh-test.el (eshell-test-goto-func):
7602 Call symbol-file with `defun'.
7603
7604 * mail/rmail.el (rmail-resend):
7605 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7606
7607 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7608
7609 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7610
7611 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7612 Call buffer-disable-undo.
7613
7614 * simple.el (undo-list-saved): New variable (buffer-local).
7615 (undo): Set and test it.
7616 (buffer-disable-undo): Move here from buffer.c.
7617 Clear out undo-list-saved.
7618
7619 * international/mule.el (decode-coding-inserted-region):
7620 Set buffer-undo-list in a correct and optimal way.
7621
7622 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7623 (cperl-font-lock-unfontify-region-function): No need to save and
7624 restore info, since font-lock.el does it for us.
7625
7626 * ansi-color.el (save-buffer-state): Definition deleted.
7627 (ansi-color-unfontify-region): Don't use save-buffer-state.
7628
7629 2004-12-27 Dave Love <fx@gnu.org>
7630
7631 * wid-edit.el (function): Use restricted-sexp as parent.
7632
7633 2004-12-27 Kevin Ryde <user42@zip.com.au>
7634
7635 * simple.el (next-matching-history-element): Use same
7636 `interactive' form as previous-matching-history-element.
7637
7638 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7639 it can appear unencoded and has been seen from yahoo.
7640
7641 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7642
7643 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7644 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7645
7646 2004-12-27 Kenichi Handa <handa@m17n.org>
7647
7648 * international/utf-8.el (utf-translate-cjk-load-tables):
7649 Bind coding-system-for-read to nil while loading subst-*.
7650
7651 2004-12-26 Jay Belanger <belanger@truman.edu>
7652
7653 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7654 default input.
7655
7656 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7657
7658 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7659 before reverting and disable undo recording while reverting.
7660
7661 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7662
7663 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7664 (hs-make-overlay): New function.
7665 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7666 (hs-flag-region): Delete function.
7667 (hs-hide-comment-region): No longer use `hs-flag-region'.
7668 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7669 (hs-hide-block-at-point): Likewise.
7670 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7671 (hs-hide-all, hs-show-all): Likewise.
7672 (hs-show-block): Likewise.
7673 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7674
7675 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7676
7677 * progmodes/hideshow.el: Require `cl' when compiling.
7678 Remove XEmacs and Emacs 19 compatibility.
7679 Use `dolist' and `add-to-list' for load-time actions.
7680 (hs-discard-overlays): Use `dolist'.
7681 (hs-show-block): Likewise.
7682
7683 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7684
7685 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7686
7687 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7688
7689 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7690 When extending backwards, move outside the current comment first.
7691
7692 2004-12-22 Kenichi Handa <handa@m17n.org>
7693
7694 * international/quail.el (quail-start-translation): Fix prompt
7695 string for the case if input-method-use-echo-area being non-nil.
7696 (quail-start-conversion): Likewise.
7697 (quail-show-guidance): Don't show guidance if
7698 input-method-use-echo-area is non-nil.
7699
7700 2004-12-21 Richard M. Stallman <rms@gnu.org>
7701
7702 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7703
7704 2004-12-21 Markus Rost <rost@ias.edu>
7705
7706 * calendar/diary-lib.el (mark-diary-entries):
7707 Set mark-diary-entries-in-calendar only after checking for diary-file.
7708
7709 2004-12-21 Richard M. Stallman <rms@gnu.org>
7710
7711 * faces.el (escape-glyph): Use blue against light foreground.
7712
7713 * simple.el (undo-outer-limit-truncate): New function.
7714 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7715
7716 2004-12-21 Eli Barzilay <eli@barzilay.org>
7717
7718 * calculator.el (calculator-radix-grouping-mode)
7719 (calculator-radix-grouping-digits)
7720 (calculator-radix-grouping-separator):
7721 New defcustoms for the new radix grouping mode functionality.
7722 (calculator-mode-hook): Now used in electric mode too,
7723 (calculator): Call it.
7724 (calculator-mode-map): Some new keys.
7725 (calculator-message): New function. Some new calls.
7726 (calculator-op, calculator-set-register): Use it.
7727 (calculator-string-to-number): New function, mostly moved and
7728 updated code from calculator-curnum-value.
7729 (calculator-curnum-value): Use it.
7730 (calculator-paste): Use it, and update grabbing the current-kill.
7731 (calculator-rotate-displayer)
7732 (calculator-rotate-displayer-back): Toggle digit grouping when
7733 in radix mode, use calculator-message.
7734 (calculator-displayer-prev, calculator-displayer-next):
7735 Change digit group size when in radix mode.
7736 (calculator-number-to-string): Rename from
7737 calculator-num-to-string. Now deals with digit grouping in
7738 radix mode.
7739 (calculator-update-display, calculator-put-value): Use the new name.
7740 (calculator-fact): Return a floating point number.
7741 (calculator-mode): Doc fix.
7742
7743 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7744
7745 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7746 * calendar/diary-lib.el (view-other-diary-entries):
7747 Use current-prefix-arg in interactive spec.
7748
7749 2004-12-19 Jay Belanger <belanger@truman.edu>
7750
7751 * calc/calc-aent.el (calcAlg-blank-matching-open):
7752 Temporarily adjust the syntax of both delimiters of half-open intervals.
7753
7754 2004-12-19 Kim F. Storm <storm@cua.dk>
7755
7756 * mouse.el (mouse-1-click-follows-link): Doc fix.
7757
7758 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7759
7760 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7761 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7762 instead of centraleuropean as the name
7763
7764 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7765
7766 Sync with Tramp 2.0.46.
7767
7768 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7769 parameters wrt Tramp convention.
7770 (tramp-handle-file-attributes-with-perl)
7771 (tramp-handle-directory-files-and-attributes): Apply it.
7772 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7773 `copy-program'. Reported by Zack Weinberg
7774 <zack@codesourcery.com>.
7775 (top): Set `edebug-form-spec' property directly rather than
7776 calling `def-edebug-spec'.
7777
7778 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7779 advice less fragile. Surround temporary redefinition of
7780 `substitute-in-file-name' with `unwind-protect'. Suggested by
7781 Matt Hodges <MPHodges@member.fsf.org>.
7782
7783 2004-12-17 Juri Linkov <juri@jurta.org>
7784
7785 * replace.el (occur-accumulate-lines, occur-engine):
7786 Make forcing deferred font-lock fontification jit-specific.
7787
7788 2004-12-17 Kim F. Storm <storm@cua.dk>
7789
7790 * mouse.el (mouse-1-click-follows-link): New defcustom.
7791 (mouse-on-link-p): New function.
7792 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7793 functionality. Map a mouse-1 click event into a mouse-2 (or
7794 other) event when position is inside a link.
7795
7796 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7797 prefix in tooltip text with "mouse-1" when this is a link
7798 recognized by mouse-1-click-follows-link functionality.
7799
7800 * help.el (describe-key): Report effective and original binding
7801 for mouse-1 when clicked on a link.
7802 (describe-mode): Add follow-link property to "minor-mode" button.
7803
7804 * help-fns.el (describe-variable): Add follow-link property to
7805 "below" button.
7806
7807 * help-mode.el (help-xref): Add follow-link property.
7808
7809 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7810 (apropos-command, apropos-variable, apropos-face, apropos-group)
7811 (apropos-widget, apropos-plist): Add follow-link property.
7812
7813 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7814 checks if position is in a filename, rather than some other
7815 clickable item. Function looks for cvs-filename-face at position.
7816
7817 * wid-edit.el (widget-specify-field, widget-specify-button):
7818 Map a :follow-link keyword into a follow-link property.
7819 (link): Add :follow-link keyword, map to RET binding.
7820
7821 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7822
7823 * progmodes/compile.el (compilation-minor-mode-map)
7824 (compilation-button-map, compilation-mode-map): Likewise.
7825
7826 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7827
7828 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7829 (zone-replace-char): Take `count' and `del-count'
7830 instead of `direction'. Update callers. When `del-count' is
7831 non-nil, delete that many characters, otherwise `count' characters
7832 backwards. Insert the newly-replaced string `count' times.
7833 (zone-fret): Handle chars w/ width greater than one.
7834 (zone-fall-through-ws): No longer take window width `ww'.
7835 Update callers. Add handling for `char-width' greater than one.
7836 (zone-pgm-drip): Update var holding window-end position every cycle.
7837
7838 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7839
7840 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7841 rather than insert-file.
7842
7843 2004-12-16 Jay Belanger <belanger@truman.edu>
7844
7845 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7846 (math-init-random-base, math-random-digit): Check to see if
7847 var-RandSeed is bound.
7848 (math-random-last): Declare it.
7849 (math-random-digit): Don't make math-random-last local.
7850
7851 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7852
7853 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7854 one-shot thunk for uniform (error, quit, normal) recovery.
7855 Reported by John Paul Wallington.
7856 (zone-pgm-random-life): Fix bug:
7857 Recognize empty initial field by lack of "@" chars.
7858
7859 2004-12-16 Juri Linkov <juri@jurta.org>
7860
7861 * help.el (function-called-at-point):
7862 * help-fns.el (variable-at-point): As a last resort try stripping
7863 non-word prefixes and suffixes.
7864
7865 * descr-text.el (describe-property-list): Don't treat syntax-table
7866 specially. Use describe-text-sexp which inserts [show] button
7867 for large objects and handles printing errors. Sort properties
7868 by names in alphabetical order instead of by value sizes.
7869 Add `mouse-face' to list of properties for `describe-face' widget.
7870 (describe-char): Mask out face-id from 19 bits of character.
7871 Print face-id separately.
7872
7873 * replace.el (occur-accumulate-lines, occur-engine):
7874 Fontify unfontified matching lines in the source buffer
7875 before copying them.
7876 (occur-engine): Don't put mouse-face on context lines.
7877 (occur-next-error): Set point to line beginning/end
7878 before searching for prev/next property to skip multiple
7879 matches on a line (not supported by occur engine).
7880 Remove redundant prefix-numeric-value.
7881
7882 2004-12-15 Juri Linkov <juri@jurta.org>
7883
7884 * replace.el (match): New face.
7885 (list-matching-lines-face): Change default from `bold' to `match'.
7886
7887 * progmodes/grep.el (grep-match-face): New defvar.
7888 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7889 compilation-column-face to highlight grep matches.
7890
7891 * apropos.el (apropos-match-face): Change default from
7892 `secondary-selection' to `match'.
7893
7894 * info-look.el (info-lookup-highlight-face): Change default from
7895 `highlight' to `match'.
7896
7897 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7898
7899 * progmodes/executable.el (executable-interpret): Eliminate
7900 obsolete compile-internal, and switch to comint for interaction.
7901
7902 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7903
7904 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7905 `&&' when skipping multiple statements on a line.
7906
7907 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7908
7909 * play/zone.el (zone): Set `truncate-lines'.
7910 Also, init `tab-width' with value from original buffer.
7911 (zone-shift-up): Rewrite for speed.
7912 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7913 (zone-pgm-jitter): Remove redundant entries from ops vector.
7914 (zone-exploding-remove): Reduce iteration count.
7915 (zone-cpos): Convert to defsubst.
7916 (zone-replace-char): New defsubst.
7917 (zone-park/sit-for): Likewise.
7918 (zone-fret): Take window-start arg.
7919 Update callers. Use `zone-park/sit-for'.
7920 (zone-fill-out-screen): Rewrite.
7921 (zone-fall-through-ws): Likewise. Update callers.
7922 (zone-pgm-drip): Use `zone-replace-char'.
7923 Move var inits before while-loop. Use `zone-park/sit-for'.
7924 (zone-pgm-random-life): Handle empty initial field.
7925 Use `zone-replace-char' and `zone-park/sit-for'.
7926
7927 2004-12-15 Juri Linkov <juri@jurta.org>
7928
7929 * isearch.el (isearch-update): Test isearch-lazy-highlight
7930 before calling isearch-lazy-highlight-new-loop.
7931 (isearch-lazy-highlight-new-loop):
7932 Don't test isearch-lazy-highlight.
7933
7934 * replace.el (perform-replace): Add isearch-case-fold-search.
7935 Use delimited-flag for isearch-regexp.
7936 Reset isearch-lazy-highlight-last-string to force lazy
7937 highlighting when called from isearch mode.
7938 (query-replace-highlight): Revert defcustom type to boolean.
7939 (query-replace-lazy-highlight): New defcustom.
7940 (query-replace): New face.
7941 (perform-replace, replace-highlight, replace-dehighlight):
7942 Test query-replace-lazy-highlight instead of special value
7943 `isearch' of query-replace-highlight.
7944 (replace-dehighlight): Don't call isearch-dehighlight.
7945 (replace-highlight): Don't call isearch-highlight.
7946 Use face `query-replace' unconditionally.
7947
7948 2004-12-14 Kim F. Storm <storm@cua.dk>
7949
7950 * simple.el (inhibit-mark-movement): Remove defvar.
7951 (beginning-of-buffer, end-of-buffer): Don't use it.
7952
7953 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7954 Don't use inhibit-mark-movement.
7955
7956 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7957 (cua--undo-push-mark): Remove.
7958 (cua--pre-command-handler, cua--post-command-handler):
7959 Don't fiddle with inhibit-mark-movement.
7960
7961 2004-12-14 Juri Linkov <juri@jurta.org>
7962
7963 * buff-menu.el (list-buffers-noselect): Collect internal info
7964 for every buffer in BUFFER-LIST arg too.
7965 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7966 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7967 Bind same-window-buffer-names and same-window-regexps to nil.
7968
7969 2004-12-13 Juri Linkov <juri@jurta.org>
7970
7971 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7972
7973 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7974 (sc-cite-region, sc-uncite-region, sc-recite-region):
7975 Fix previous change to handle not alist as a symbol, but
7976 a citation frame as a symbol that represents a variable name.
7977
7978 2004-12-13 Richard M. Stallman <rms@gnu.org>
7979
7980 * filecache.el (file-cache-add-directory-using-find):
7981 Only set up file-cache-find-command-posix-flag if we will use it.
7982
7983 * bindings.el (mode-line-buffer-identification-keymap):
7984 Don't cancel the mode-line's usual down-mouse-1 binding.
7985
7986 * cus-edit.el (custom-face-selected): Handle `default' specs.
7987 (custom-face-edit): Increase extra-offset.
7988 (custom-display): Handle `default' specs.
7989
7990 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7991
7992 * emacs-lisp/elint.el (elint-standard-variables)
7993 (elint-unknown-builtin-args): Move definitions up.
7994
7995 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7996
7997 * info.el (info-xref-visited): Use `default' instead of t.
7998 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7999
8000 * faces.el (header-line, mode-line-inactive, tool-bar):
8001 Use `default' instead of t for setting the defaults.
8002 (face-spec-choose): Separate `t' from `default'.
8003
8004 * subr.el (while-no-input): New macro.
8005
8006 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8007
8008 * filecache.el (file-cache-add-directory-using-find):
8009 Only test file-cache-find-command-posix-flag on some systems.
8010
8011 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8012
8013 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8014 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8015 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8016 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8017 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8018
8019 2004-12-12 Juri Linkov <juri@jurta.org>
8020
8021 * files.el (find-file-other-window, find-file-other-frame):
8022 Add the first buffer to the returned value to return the complete
8023 list of all visited buffers.
8024 (find-file-read-only, find-file-read-only-other-window)
8025 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8026 `find-file-read-args'. Signal an error about non-existent file
8027 only if file name doesn't contain wildcards. Toggle read-only in
8028 all visited buffers.
8029 (find-alternate-file, find-alternate-file-other-window):
8030 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8031 called interactively. Pass arg `wildcards' to other functions.
8032 (find-file-noselect): Doc fix.
8033
8034 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8035 Doc fix.
8036 (ffap-directory-finder): New variable.
8037 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8038 (ffap-file-at-point): Add /* to immediately rejected names.
8039 Return absolute file names matching ffap-dired-wildcards.
8040 (ffap-read-file-or-url): Set default value for `completing-read'
8041 to `buffer-file-name'.
8042 (find-file-at-point): When filename matches ffap-dired-wildcards,
8043 call ffap-file-finder with t arg `wildcards', instead of dired.
8044 (ffap-other-window, ffap-other-frame): Return visited buffers.
8045 (ffap-read-only, ffap-read-only-other-window)
8046 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8047 (dired-at-point): Call ffap-directory-finder instead of dired.
8048 (ffap-dired-other-window, ffap-dired-other-frame)
8049 (ffap-list-directory): New commands.
8050 (ffap-bindings): New keybindings for new commands.
8051
8052 2004-12-12 Juri Linkov <juri@jurta.org>
8053
8054 * simple.el (beginning-of-buffer, end-of-buffer):
8055 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8056 Do not push mark when mark is active in transient-mark-mode.
8057
8058 * simple.el (mark-word):
8059 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8060 * textmodes/paragraphs.el (mark-paragraph):
8061 Extend the region when mark is active in transient-mark-mode,
8062 regardless of the last command. Doc fix.
8063
8064 * simple.el (mark-word): Preserve direction when repeating.
8065 Make arg optional. Interactive "p" -> "P".
8066 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8067
8068 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8069 preserving direction, to mark forward instead of backward when mark
8070 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8071
8072 2004-12-12 Juri Linkov <juri@jurta.org>
8073
8074 * isearch.el (isearch-edit-string): Set 7th arg of
8075 `read-from-minibuffer' to `t' to inherit the current input
8076 method (whose name is indicated by [IM] in the minibuffer prompt)
8077 from the current buffer to the minibuffer.
8078 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8079 to allow C-g quitting for lazy highlighting looping inside the
8080 search with nested repetition operators. Add overlay to the list
8081 before setting its face and other properties to avoid the case of
8082 code quitting after placing the new overlay but before it's
8083 recorded on the list. Select the window where isearch was
8084 activated, to highlight matches in the right window when isearch
8085 switches the current window to the minibuffer.
8086
8087 * international/isearch-x.el
8088 (isearch-process-search-multibyte-characters):
8089 Use `isearch-message' as initial input for `read-string' instead
8090 of adding it to the minibuffer prompt. After reading a string
8091 remove the initial value of `isearch-message' from the string.
8092
8093 * replace.el (replace-match-maybe-edit): Doc fix.
8094 (perform-replace): Don't call `replace-highlight' when automatic
8095 replacement is requested in literal mode, since it is intended
8096 only to highlight words during entering a new replacement string
8097 for \? in non-literal mode.
8098
8099 * replace.el (query-replace-highlight): Add new value `isearch'
8100 that allows query replacement to use isearch highlighting.
8101 Change type from `boolean' to `choice'. Doc fix.
8102 (replace-highlight, replace-dehighlight, perform-replace):
8103 Use isearch highlighting if query-replace-highlight eq `isearch'.
8104
8105 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8108 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8109
8110 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8111 case of \end{verbatim}.
8112
8113 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8114
8115 * term.el (term-termcap-format): Synchronyze with terminfo.
8116 (term-emulate-terminal): Handle reset.
8117 (term-reset-terminal): New function.
8118
8119 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8120
8121 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8122 (zone-fill-out-screen): New func.
8123 (zone-pgm-drip): Use `zone-fill-out-screen'.
8124 Also, no longer go to point-min on every cycle.
8125 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8126 (zone-pgm-random-life-wait): New user var.
8127 (zone-pgm-random-life): New func.
8128
8129 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8130
8131 * files.el (auto-mode-alist): Map .com to DCL mode.
8132
8133 2004-12-09 Richard M. Stallman <rms@gnu.org>
8134
8135 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8136
8137 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8138
8139 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8140 buffer with a display margin.
8141
8142 2004-12-08 Jay Belanger <belanger@truman.edu>
8143
8144 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8145 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8146
8147 2004-12-08 Richard M. Stallman <rms@gnu.org>
8148
8149 * faces.el: Delete code to set display table.
8150 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8151
8152 2004-12-08 Jay Belanger <belanger@truman.edu>
8153
8154 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8155
8156 * calc/calc-ext.el (math-read-replacement-list)
8157 (math-read-superscripts, math-read-preprocess-string): Move to
8158 calc-aent.el.
8159
8160 * calc/calc-aent.el (math-read-replacement-list)
8161 (math-read-superscripts, math-read-preprocess-string): Move from
8162 calc-ext.el.
8163
8164 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * isearch.el (isearch-quote-char): Fix up typo in last change.
8167
8168 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8169
8170 * mouse.el (mouse-set-font): Handle the case where the command was
8171 not invoked using the mouse.
8172
8173 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8174 (edmacro-finish-edit): Further update for keyboard macros that are
8175 lambda forms.
8176 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8177
8178 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8181 (font-lock-default-unfontify-region): Don't save buffer state any more.
8182
8183 2004-12-07 Jay Belanger <belanger@truman.edu>
8184
8185 * calc/calc-help.el (calc-describe-key):
8186 Set calc-summary-indentation even when Calc Summary buffer exists.
8187
8188 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8189
8190 * calendar/holidays.el (holiday-easter-etc): Make arguments
8191 optional for backwards compatibility. Doc fix.
8192 Remove un-necessary local vars mandatory, output-list.
8193 (holiday-advent): Make arguments optional for backwards
8194 compatibility. Doc fix.
8195
8196 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * paren.el (show-paren-function): Fix last change (2004-12-02).
8199
8200 * international/mule-util.el (char-displayable-p): Return nil for
8201 unibyte mode.
8202
8203 * subr.el (subregexp-context-p): New function.
8204
8205 * isearch.el (isearch-quote-char): Use it.
8206
8207 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8208 (regexp-opt-not-groupie*-re): Remove.
8209 (regexp-opt): Properly handle inputs with duplicate entries.
8210
8211 2004-12-06 Richard M. Stallman <rms@gnu.org>
8212
8213 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8214
8215 * cus-edit.el (custom-file): Doc fix.
8216
8217 * textmodes/org.el: New file.
8218
8219 2004-12-06 Kenichi Handa <handa@m17n.org>
8220
8221 * ldefs-boot.el: Update international/mule-util.el section.
8222
8223 2004-12-05 Sam Steingold <sds@gnu.org>
8224
8225 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8226 Fix `tramp-time-diff' comparison logic.
8227
8228 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8229
8230 * progmodes/which-func.el (which-function):
8231 Use `run-hook-with-args-until-success' instead of a custom loop.
8232 Fixes bug with local hooks.
8233
8234 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8235
8236 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8237 Use delete-dups when calculating the initial value.
8238 (bibtex-autokey-get-title): Use <=.
8239 (bibtex-goto-line): New function.
8240 (bibtex-reposition-window): Use line numbers instead of point
8241 positions. Use window-body-height.
8242 (bibtex-find-crossref): Use bibtex-reposition-window.
8243 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8244 position of entry if key is found or nil if not found.
8245
8246 2004-12-05 Richard M. Stallman <rms@gnu.org>
8247
8248 * cus-edit.el (custom-file): Doc fix.
8249
8250 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8251
8252 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8253
8254 * simple.el (blink-matching-open):
8255 * textmodes/tex-mode.el (tex-validate-region):
8256 Obey syntax-table text properties.
8257
8258 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8259
8260 * wid-edit.el (widget-specify-field): Add `real-field' property to
8261 boundary.
8262 (widget-field-at): Use it.
8263
8264 2004-12-02 Richard M. Stallman <rms@gnu.org>
8265
8266 * progmodes/cc-mode.el (awk-mode autoload):
8267 Supply t meaning interactive function.
8268
8269 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8270 (isearch-mode-map): No special definition for space.
8271 (isearch-whitespace-chars): Command deleted.
8272 (isearch-forward-regexp): Doc fix.
8273 (isearch-quote-char): When a space is not inside brackets,
8274 use `[ ]' instead of just space.
8275 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8276
8277 * imenu.el (imenu--generic-function): Delete code to exclude
8278 matches in comments.
8279
8280 * man.el (Man-reverse-face): Change default to `highlight'.
8281
8282 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8283 (occur-engine): Use `face' prop rather than `font-lock-face'
8284 when specifying use of `match-face'.
8285 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8286
8287 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8288
8289 * add-log.el (add-log-current-defun): Handle the case where point
8290 is in the header part of a DEFUN construct.
8291
8292 2004-12-02 Dave Love <fx@gnu.org>
8293
8294 * progmodes/python.el (python-font-lock-syntactic-keywords):
8295 Fix previous change.
8296
8297 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8298
8299 * paren.el (show-paren-function): Check for matching chars
8300 specified by text props.
8301
8302 2004-12-02 Jay Belanger <belanger@truman.edu>
8303
8304 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8305 when reading a new key sequence.
8306
8307 2004-12-02 Kim F. Storm <storm@cua.dk>
8308
8309 * faces.el (escape-glyph): Rename from glyph.
8310 (standard-display-table): Set it here. Add escape-glyph face to
8311 extra slot characters.
8312
8313 * disp-table.el: Undo 2004-12-01 change. Display table is now
8314 setup in faces.el.
8315
8316 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8317
8318 * xml.el (xml-parse-dtd): Don't show validity messages when
8319 xml-validating-parser is nil.
8320 (xml-substitute-special): Fix validity error messages to
8321 actually show the unexpandable entity. Added validity error if &
8322 isn't followed by an entity.
8323 (xml-parse-tag): Concatenate any string following the a
8324 <![CDATA[]]> section to the parsed CDATA.
8325 (xml-parse-dtd): Skip parameter entity declarations and use of
8326 parameter entities.
8327
8328 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8329
8330 * kmacro.el (kmacro-default-counter-format): New var.
8331 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8332 (kmacro-display): Remove `nil' from `and' form. Delete call to
8333 `format' inside `message'.
8334 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8335
8336 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8337
8338 * pcvs.el (cvs-header-msg): New function.
8339 (cvs-update-header): Use it. Change calling convention.
8340 Correctly handle the case of having simultaneous active processes.
8341 (cvs-sentinel): Don't call cvs-update-header any more.
8342 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8343
8344 2004-12-01 Jay Belanger <belanger@truman.edu>
8345
8346 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8347 Change message.
8348
8349 2004-12-01 Juri Linkov <juri@jurta.org>
8350
8351 * progmodes/prolog.el (prolog-mode-variables):
8352 Fix imenu-generic-expression.
8353
8354 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8355
8356 * faces.el (glyph): New face.
8357
8358 * disp-table.el: Add an autoloaded table, that doesn't require
8359 this library, with glyph face.
8360
8361 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8362 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8363 (conf-quote-normal): Allow normalizing only ' or ".
8364 (conf-mode): Regexp-quote constructed comment-start and don't
8365 match section {} where "name" contains braces.
8366
8367 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8368 files.
8369
8370 2004-12-01 Kenichi Handa <handa@m17n.org>
8371
8372 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8373 (x-select-text): Don't treat eight-bit-control/graphic chars
8374 specially. Store the encoded text in the X cut buffer.
8375 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8376 with x-last-selected-text-cut-encoded.
8377
8378 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8379
8380 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8381
8382 2004-11-30 Markus Rost <rost@ias.edu>
8383
8384 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8385 AUCTeX.
8386
8387 2004-11-30 Jay Belanger <belanger@truman.edu>
8388
8389 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8390 on signs of intervals.
8391 (math-pow-of-zero): Strengthen checks for positive and negative
8392 exponents.
8393
8394 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8395 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8396 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8397 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8398 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8399 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8400 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8401 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8402 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8403 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8404 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8405 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8406 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8407 with provide statements.
8408
8409 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8410
8411 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8412
8413 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8414 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8415 functions by require statements.
8416 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8417
8418 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8419 (calc-gnuplot-print): Give them values.
8420
8421 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8422 autoloads.
8423 Add calc-do-embedded-activate to autoloads.
8424 (calc-gnuplot-name, calc-gnuplot-plot-command)
8425 (calc-gnuplot-print-command): Move them to calc-graph.el.
8426
8427 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8428
8429 * term/mac-win.el (ccl-encode-mac-roman-font)
8430 (ccl-encode-mac-cyrillic-font)
8431 (ccl-encode-mac-centraleuropean-font, encoder-list)
8432 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8433 Support Cyrillic, CentralEuropean, and Dingbat font display
8434
8435 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8436
8437 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8438
8439 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8440 still nil.
8441
8442 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8443
8444 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8445 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8446
8447 2004-11-29 Jay Belanger <belanger@truman.edu>
8448
8449 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8450 cases of the base and exponent.
8451
8452 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8453
8454 * simple.el (next-error-buffer-p): Allow for inclusive and
8455 exclusive tests for finding a buffer.
8456 (next-error-find-buffer): Pass the exclusive and inclusive tests
8457 to next-error-buffer-p.
8458
8459 * replace.el (occur-next-error): Switch to the Occur buffer when
8460 appropriate, use the exclusive filter to next-error-find-buffer to
8461 do it. Use the absolute value of the motion amount.
8462
8463 2004-11-29 Kenichi Handa <handa@m17n.org>
8464
8465 * startup.el (command-line): Decode all default-directory by
8466 locale-coding-system.
8467
8468 2004-11-29 Jay Belanger <belanger@truman.edu>
8469
8470 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8471 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8472 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8473 Replace calls to calc-extensions by appropriate require, replace
8474 calc-extensions-loaded by appropriate featurep.
8475
8476 * calc/calc-ext.el: Move require to end of file.
8477 Remove redundant loading of calc.el.
8478 (calc-extensions-loaded): Remove unnecessary variable.
8479 (calc-extensions): Remove unnecessary function.
8480 (calc-load-everything): Replace calc-need-macros by appropriate require.
8481
8482 * calc/calc-macs.el: Move provide to end of file.
8483 (calc-need-macros): Remove unnecessary function.
8484
8485 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8486 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8487 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8488 Replace calc-extensions by appropriate require.
8489 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8490
8491 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8492 Replace calc-need-macros by appropriate require.
8493
8494 * calc/calc.el: Move require to end of file.
8495 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8496 Remove unnecessary variable.
8497 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8498 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8499 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8500 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8501 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8502 (math-format-number, math-format-bignum, math-read-number)
8503 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8504 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8505 by appropriate require.
8506 (calc-check-defines): Replace calc-need-macros by appropriate require.
8507
8508 2004-11-29 Kim F. Storm <storm@cua.dk>
8509
8510 * macros.el (insert-kbd-macro): Handle kmacro functions.
8511
8512 2004-11-28 Juri Linkov <juri@jurta.org>
8513
8514 * compare-w.el (compare-windows-highlight): Attach each overlay
8515 to its window to properly highlight differences while comparing
8516 two windows of the same buffer. Fix arguments.
8517 (compare-windows-sync-default-function): Fix arguments of
8518 `compare-windows-highlight'.
8519
8520 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8521 Use `read-expression-history'. Set initial contents only if
8522 `edebug-global-break-condition' is non-nil. Set histpos to 1
8523 if initial contents is equal to the last history element.
8524 (edebug-set-conditional-breakpoint): Instead of temporarily
8525 prepending the current condition to the history, set initial
8526 contents to the current condition. Set histpos to 1 if initial
8527 contents is equal to the last history element.
8528
8529 * info.el (Info-search-whitespace-regexp): Remove shy group.
8530 (Info-search): Forward line if search is on the header line.
8531 Use search-whitespace-regexp in two other places.
8532
8533 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8534
8535 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8536 warning. Delay real definition, which uses
8537 `set-fringe-indicators-1' till after the definition of that function.
8538
8539 2004-11-28 Kim F. Storm <storm@cua.dk>
8540
8541 * fringe.el (fringe): New defgroup.
8542 (fringe-mode): Move to fringe group.
8543 (fringe-indicators): New defcustom.
8544 (set-fringe-indicators-1): New defun.
8545
8546 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8547 (menu-bar-showhide-fringe-ind-menu): New keymap.
8548 (menu-bar-showhide-fringe-ind-empty)
8549 (menu-bar-showhide-fringe-ind-mixed)
8550 (menu-bar-showhide-fringe-ind-box)
8551 (menu-bar-showhide-fringe-ind-right)
8552 (menu-bar-showhide-fringe-ind-left)
8553 (menu-bar-showhide-fringe-ind-none): New defuns.
8554 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8555
8556 2004-11-27 Richard M. Stallman <rms@gnu.org>
8557
8558 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8559
8560 * generic.el (define-generic-mode): Doc fix.
8561
8562 * menu-bar.el (menu-bar-options-save): For the options
8563 that are toggled with menu-bar-make-mm-toggle, don't check
8564 for customized-value prop.
8565
8566 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8567
8568 * mail/supercite.el (sc-cite-region): Handle the case where
8569 sc-cite-frame-alist is a symbol.
8570 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8571 a symbol.
8572 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8573 a symbol.
8574
8575 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8576
8577 * wid-edit.el (widget-narrow-to-field): New function.
8578 (widget-complete): Use it.
8579
8580 2004-11-27 Jay Belanger <belanger@truman.edu>
8581
8582 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8583 variable.
8584 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8585 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8586 (math-alg-inequalities): Move declaration to earlier in the file.
8587
8588 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8589 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8590 Declare them.
8591
8592 * calc/calc-lang.el (math-expr-data, math-expr-token)
8593 (math-exp-old-pos): Declare them.
8594
8595 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8596 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8597
8598 2004-11-27 Kim F. Storm <storm@cua.dk>
8599
8600 * progmodes/flymake.el: Use (featurep 'xemacs).
8601 (flymake-makehash): Change to defsubst. Use fboundp.
8602 (flymake-time-to-float): Remove.
8603 (flymake-float-time): Merge code from flymake-time-to-float here.
8604 (flymake-replace-regexp-in-string): Change to defsubst.
8605 (flymake-split-string-remove-empty-edges):
8606 Rename to flymake-split-string.
8607 (flymake-split-string): Remove previous defalias.
8608 (flymake-get-temp-dir): Change to defsubst.
8609 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8610 Define for xemacs only.
8611 (flymake-master-file-count-limit): Change into compiler defvar only.
8612 (flymake-find-possible-master-files): Let-bind it dynamically while
8613 sorting files using flymake-master-file-compare.
8614
8615 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8616
8617 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8618 of defun-prompt-regexp matches inside a comment/string but the
8619 beginning is correctly outside everything.
8620
8621 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8622 appears within a string or a comment.
8623
8624 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8625 rather than make-symbol for symbols which are used in
8626 a symbol-macrolet or equivalent.
8627
8628 2004-11-26 Jay Belanger <belanger@truman.edu>
8629
8630 * calc-misc.el (calc-last-why-command): Declare it.
8631
8632 * calc-vec.el (math-grade-vec): New variable.
8633 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8634 Replace variable grade-vec by declared variable.
8635 (math-rb-close): New variable.
8636 (math-read-brackets, math-read-vector): Replace variable close by
8637 declared variable.
8638
8639 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8640 (calc-one-window, calc-edit-handler, calc-restore-trail)
8641 (calc-allow-ret): Declare them.
8642
8643 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8644 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8645 (math-radix-float-cache-tag, math-random-cache)
8646 (math-max-digits-cache, math-integral-cache, math-units-table)
8647 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8648 (math-moc-func): New variable.
8649 (math-map-over-constants, math-map-over-constants-rec):
8650 Replace variable func by declared variable.
8651
8652 * calc/calc-store.el (calc-given-value, calc-store-opers):
8653 Declare them.
8654 (calc-var-name-map): Move declaration to earlier in the file.
8655 (calc-pv-pos): New variable.
8656 (calc-permanent-variable, calc-insert-permanent-variable):
8657 Replace variable pos by declared variable.
8658
8659 * calc/calc-mtx.el (calc-det-lu): New variable.
8660 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8661
8662 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8663 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8664 and arg by declared variables.
8665 (calcFunc-reducer): Fix incorrect variable.
8666 (math-inner-mul-func, math-inner-add-func): New variables.
8667 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8668 and add-func by declared variables.
8669
8670 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8671 (calc-digit-value): Declare them.
8672
8673 * calc/calc-help.el (Info-history): Declare it.
8674 (calc-describe-key): Make calc-summary-indentation a local variable.
8675 (calc-help-long-names): Move declaration to earlier in file.
8676
8677 * calc/calc-embed.el (calc-original-buffer): Declare it.
8678 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8679 (calc-embed-bot): New variables.
8680 (calc-do-embedded, calc-embedded-mark-formula)
8681 (calc-embedded-find-bounds, calc-embedded-duplicate)
8682 (calc-embedded-new-formula, calc-embedded-make-info):
8683 Replace vars outer-top, outer-bot, bot and top by declared variables.
8684 (calc-embed-prev-modes): New variable.
8685 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8686 prev-modes with declared variable.
8687 (calc-embed-vars-used): New variable.
8688 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8689 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8690 vars-used by declared variable.
8691
8692 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8693 (math-format-radix-float): Remove unnecessary setq.
8694 (math-radix-float-cache): Declare it.
8695
8696 * calc/calcsel2.el (calc-keep-selection): Declare it.
8697
8698 * calc/calc-maint.el: Remove file.
8699
8700 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8701
8702 * textmodes/bibtex.el (bibtex-sort-entry-class)
8703 (bibtex-comment-start): Use defcustom.
8704 (bibtex-entry-field-alist): Use nil if initial content of the
8705 field is undefined. Fix docstring.
8706 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8707 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8708 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8709 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8710 Fix docstring.
8711 (bibtex-autokey-title-terminators): Use only one regexp.
8712 (bibtex-string-maybe-empty-head): New variable.
8713 (bibtex-remove-delimiters-string): New function.
8714 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8715 Use bibtex-remove-delimiters-string.
8716 (bibtex-progress-message, bibtex-field-left-delimiter)
8717 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8718 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8719 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8720 Simplify.
8721 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8722 Use eq and bibtex-remove-delimiters-string. For end markers use
8723 insertion type so that marker stays after inserted text.
8724 (bibtex-autokey-get-names): Return empty string if name is missing.
8725 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8726 calling bibtex-autokey-name-case-convert.
8727 (bibtex-autokey-demangle-title):
8728 Call bibtex-autokey-titleword-case-convert. Remove call to
8729 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8730 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8731 (bibtex-read-key): New optional arg global.
8732 (bibtex-files-expand): New optional arg force.
8733 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8734 (bibtex-complete-crossref-cleanup): Rename from
8735 bibtex-complete-key-cleanup. Simplify code.
8736 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8737 Operate on current entry.
8738 (bibtex-button): Add docstring.
8739 (bibtex-entry): Simplify.
8740 (bibtex-make-field): Replace optional arg called-by-yank with more
8741 specific args move and interactive.
8742 (bibtex-end-of-entry): Use forward-sexp.
8743 (bibtex-find-entry-globally): Remove.
8744 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8745 Bound to C-c C-x.
8746 (bibtex-find-entry): New optional args global and display.
8747 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8748 (bibtex-validate): Use arg force of bibtex-files-expand.
8749 (bibtex-clean-entry): Bugfix, clean string entries properly.
8750 Always keep point at beginning of entry.
8751 (bibtex-complete): Bugfix. Handle string entries properly.
8752 Call cleanup functions only if needed.
8753 (bibtex-String): Use bibtex-read-string-key.
8754 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8755 case of replacement text.
8756
8757 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8758
8759 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8760 (tramp-perl-directory-files-and-attributes): New constant.
8761 (tramp-file-name-handler-alist): Delete file-directory-files, add
8762 directory-files-and-attributes.
8763 (tramp-perl-file-attributes): Surround uid and gid by double
8764 quotes. Change parameter id-format from nonnumeric.
8765 (tramp-convert-file-attributes): New function.
8766 (tramp-handle-file-attributes): Use it.
8767 (tramp-maybe-send-perl-script): New function.
8768 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8769 file mode. Change parameter id-format from nonnumeric.
8770 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8771 from nonnumeric.
8772 (tramp-post-connection): Don't send tramp-perl-file-attributes
8773 script. Reset connection property "perl-scripts".
8774 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8775 in use.
8776
8777 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8778
8779 * desktop.el (desktop-read): Replace mapcar with mapc.
8780 (desktop-create-buffer): Replace mapcar with mapc.
8781 Remove redundant piece of code.
8782
8783 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8784
8785 * progmodes/gud.el (gud-display-line): Use display-buffer
8786 for GDB-UI as for GUD.
8787
8788 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8789 Delete variables.
8790 (gdb-ann3): Don't make GUD buffer dedicated.
8791 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8792 (gdb-display-source-buffer): Delete function.
8793 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8794 (menu): Delete menu bindings for viewing source/assembler.
8795 (gdb-setup-windows, gdb-restore-windows):
8796 Don't dedicate GUD. No assembler now.
8797 (gdb-reset): No need to undedicate source buffers now.
8798 (gdb-source-info): No assembler now.
8799
8800 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8801
8802 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8803 width to those for special frames.
8804 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8805 Use display-buffer.
8806 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8807 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8808 (gdb-frame-assembler-buffer): Rework like
8809 gdb-frame-breakpoints-buffer.
8810
8811 2004-11-25 Richard M. Stallman <rms@gnu.org>
8812
8813 * progmodes/flymake.el: Reindent.
8814 (flymake-split-string): Turn into defalias.
8815 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8816 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8817 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8818 (flymake-build-relative-filename): Rename from ...path.
8819 Fix error message.
8820
8821 2004-11-25 Cheng Gao <chenggao@gmail.com>
8822
8823 * progmodes/flymake.el: Much whitespace and capitalization change.
8824 Move `provide' to end. Require `compile' only when compiling.
8825
8826 2004-11-24 Jay Belanger <belanger@truman.edu>
8827
8828 * calc/calc-alg.el: Added comment.
8829 (math-polynomial-base): Replace variable mpb-top-expr by
8830 math-poly-base-top-expr.
8831
8832 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8833 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8834 variable.
8835 (math-poly-base-total-base): New variable.
8836 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8837 mpb-total-base by declared variable.
8838 (math-factored-vars, math-to-list): Declare it.
8839 (math-fact-expr): New variable.
8840 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8841 (math-factor-expr-try, math-factor-expr-part): Replace variable
8842 expr by declared variable.
8843 (math-fet-x): New variable.
8844 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8845 by declared variable.
8846 (math-factor-poly-coefs): Make temp a local variable.
8847
8848 * calc/calc-units.el (calc-convert-units): Make units a local
8849 variable.
8850 (calc-num-units, calc-den-units): New variables.
8851 (calc-explain-units, calc-explain-units-rec): Replace variables
8852 num-units and den-units by declared variables.
8853 (math-cu-unit-list): New variable.
8854 (math-build-units-table, math-compare-unit-names)
8855 (math-convert-units, math-convert-units-rec): Replace variable
8856 unit-list by declared variable.
8857 (math-fbu-base, math-fbu-entry): New variables.
8858 (math-find-base-units, math-find-base-units-rec): Replace variables
8859 base and entry by declared variables.
8860 (math-which-standard): New variable.
8861 (math-to-standard-units, math-to-standard-rec): Replace variable
8862 which-standard by declared variable.
8863 (math-fcu-u): New variable.
8864 (math-find-compatible-unit, math-find-compatible-unit-rec):
8865 Replace variable u by declared variable.
8866 (math-cu-new-units, math-cu-pure): New variables.
8867 (math-convert-units, math-convert-units-rec): Replace variables
8868 new-units and pure by declared variables.
8869 (math-try-cancel-units): New variable.
8870 (math-simplify-units-quotient): Replace variable try-cancel-units by
8871 declared variable.
8872
8873 2004-11-24 Richard M. Stallman <rms@gnu.org>
8874
8875 * textmodes/ispell.el (ispell-check-version):
8876 If default-directory is nonexistent, use home dir.
8877
8878 * progmodes/grep.el (grep-regexp-alist):
8879 Don't match parens around line numbers.
8880
8881 * progmodes/cperl-mode.el (cperl-indent-region)
8882 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8883 Don't print progress messages.
8884
8885 * progmodes/compile.el (compilation-mode-map):
8886 Don't inherit from compilation-minor-mode-map;
8887 copy its bindings instead. But the menu bar Compile
8888 entry now does inherit from compilation-menu-map.
8889
8890 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8891 Use with-no-warnings around compiler-macroexpand.
8892
8893 * imenu.el: Don't always require newcomment.
8894 (imenu--generic-function): Call comment-normalize-vars
8895 if we have a comment syntax.
8896 Exit the loop if REGEXP matches the null string.
8897 Test comment-start as well as comment-start-skip
8898 when deciding whether to check for comments.
8899
8900 * tooltip.el (tooltip-mode): Doc fix.
8901
8902 * term.el (term-escape-char, term-mode): Doc fixes.
8903
8904 2004-11-24 Dave Love <fx@gnu.org>
8905
8906 * progmodes/python.el (python-font-lock-syntactic-keywords):
8907 Check for escapes in the regexp.
8908 (python-quote-syntax): Don't do it here.
8909
8910 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8911
8912 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8913 (gdb-frames-mode-map, gdb-threads-mode-map)
8914 (gdb-registers-mode-map, gdb-locals-mode-map)
8915 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8916 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8917
8918 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8919 (dedicated-switch-to-buffer): Rework.
8920 (gdb-var-evaluate-expression-handler, gdb-put-string):
8921 Remove unused variable bindings.
8922 (gdb-setup-windows, gdb-display-buffer):
8923 Simplify. Use pop-to-buffer.
8924 (gdb-view-source-function): Simplify.
8925 (gdb-frame-breakpoints-buffer):
8926 Use pop-to-buffer, special-display-regexps.
8927
8928 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8929
8930 * progmodes/f90.el (f90-smart-end)
8931 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8932 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8933 (f90-end-of-block): Doc fix. Make check of outermost block
8934 conditional on value of `f90-smart-end'.
8935 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8936 Handle case where END-BLOCK is nil.
8937 (f90-match-end): Handle un-named PROGRAM blocks.
8938 (f90-backslash-not-special): New function.
8939
8940 2004-11-24 Jay Belanger <belanger@truman.edu>
8941
8942 * calc/calc.el (calc-embedded-active): Removed unnecessary
8943 declaration.
8944 (calc-show-banner): Removed redundant declaration.
8945
8946 * calc/calc-graph.el (calc-gnuplot-default-device)
8947 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8948 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8949 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8950 Remove redundant initial values.
8951
8952 * calc/calc-arith.el (math-scalar-functions)
8953 (math-nonscalar-functions, math-scalar-if-args-functions)
8954 (math-real-functions, math-positive-functions)
8955 (math-nonnegative-functions, math-real-scalar-functions)
8956 (math-real-if-arg-functions, math-integer-functions)
8957 (math-num-integer-functions, math-rounding-functions)
8958 (math-float-rounding-functions, math-integer-if-args-functions)
8959 (math-super-types): Move declarations to earlier in file.
8960 (math-unit-prefixes): Declared it.
8961 (math-floor-prec, math-trunc-prec): New variables.
8962 (math-trunc-fancy): Replace variable prec by declared variable.
8963 (math-floor-fancy): Replace variable prec by declared variable.
8964 (math-com-bterms): New variable.
8965 (math-commutative-equal, math-commutative-collect):
8966 Replace variable bterms by declared variable.
8967
8968 * calc/calc-misc.el (math-trunc): Replace variable prec by
8969 math-trunc-prec.
8970 (math-floor): Replace variable prec by math-floor-prec.
8971
8972 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8973 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8974 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8975 (math-format-date, math-format-date-part): Replace variables
8976 date, dt, year, month, day, weekday, hour, minute, second and
8977 bc-flag by declared variables.
8978 (math-pd-str): New variable.
8979 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8980 Replace variable str by declared variable.
8981 (math-daylight-savings-hook, math-tzone-names): Move definitions
8982 to earlier in the file.
8983 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8984 (math-sh-year): New variable.
8985 (math-setup-add-holidays, math-setup-holidays)
8986 (math-setup-year-holidays): Replace variable `year' by declared
8987 variable.
8988
8989 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8990 New variables.
8991 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8992 n, nf and nfm1 by declared variables.
8993 (math-nri-n): New variable.
8994 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8995 n by declared variable.
8996 (calcFunc-log): Removed misplaced condition.
8997
8998 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9001
9002 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9003
9004 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9005 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9006 Dedicate gdb-related windows.
9007 (gdb-display-buffer): Dedicate gdb-related windows.
9008 Don't grab other frames.
9009 (gdb-reset): Remove dedicated property after debugging.
9010
9011 2004-11-24 Jay Belanger <belanger@truman.edu>
9012
9013 * calc/calc-sel.el: Add comment.
9014
9015 * calc/calc.el (math-stack-value-offset): Replace variables c,
9016 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9017
9018 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9019 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9020 (math-stack-value-offset-fancy): Replace variables c, wid and off
9021 by declared variables.
9022 (math-comp-just, math-comp-comma-spc): New variables.
9023 (math-compose-expr, math-compose-matrix): Replace variables `just'
9024 and comma-spc by declared variable.
9025 (math-comp-vector-prec): New variable.
9026 (math-compose-expr, math-compose-matrix, math-compose-rows):
9027 Replace variable vector-prec by declared variable.
9028 (math-comp-left-bracket, math-comp-right-bracket)
9029 (math-comp-comma): New variables.
9030 (math-compose-expr, math-compose-rows): Replace variables
9031 left-bracket, right-bracket and comma by declared variables.
9032 (math-comp-full-width): New variable.
9033 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9034 Replace variable full-width by declared variable.
9035 (math-comp-highlight, math-comp-word, math-comp-level)
9036 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9037 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9038 New variables.
9039 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9040 (math-comp-sel-flat-term): Replace variables comp-highlight,
9041 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9042 declared variables.
9043 (math-comp-simplify, math-comp-simplify-term)
9044 (math-comp-add-string, math-comp-add-string-sel):
9045 Replace variables comp-highlight, comp-buf, comp-base,
9046 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9047
9048 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9049
9050 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9051
9052 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9053 and x-server-version may throw.
9054
9055 2004-11-23 Kim F. Storm <storm@cua.dk>
9056
9057 * subr.el (substitute-key-definition-key): Optimize.
9058 Don't call indirect-function for nil defn (always signals error).
9059
9060 * ido.el (ido-read-internal): Fix require-match check when
9061 ido-directory-too-big is set.
9062
9063 2004-11-23 Jay Belanger <belanger@truman.edu>
9064
9065 * calc/calc-ext.el (math-read-replacement-list)
9066 (math-read-superscripts): New variables.
9067 (math-read-preprocess-string): New function.
9068 (math-read-expr): Filter input through math-read-preprocess-string.
9069
9070 * calc/calc-aent.el (math-read-exprs): Filter input through
9071 math-read-preprocess-string.
9072
9073 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9074
9075 * progmodes/compile.el (compilation-start): In cd command use
9076 substitute-env-vars -- not quite shell compatible but better than
9077 nothing.
9078 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9079 handle the newer versions messages, which are more parseable.
9080
9081 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9082
9083 * reveal.el (reveal-mode-map): New var.
9084 (reveal-mode): Use it.
9085
9086 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9087
9088 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9089 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9090
9091 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9092
9093 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9094 header-line when needed.
9095 Use fixed-pitch only in the header-line.
9096 Build the underline automatically. Use emdash if available.
9097
9098 2004-11-22 Richard M. Stallman <rms@gnu.org>
9099
9100 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9101 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9102
9103 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9104
9105 * progmodes/gdb-ui.el (gdb-resync): New function.
9106 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9107 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9108 Use it to fail more gracefully.
9109 (gdb-variables): Delete variable.
9110 Re-order variables to reduce byte-compiler warnings.
9111
9112 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * descr-text.el (describe-char):
9115 * paren.el (show-paren-function):
9116 * subr.el (syntax-after): Undo last change.
9117
9118 * progmodes/python.el (run-python): Don't hard code *Python*.
9119 Don't modify global process-environment.
9120 (python-send-region, python-load-file): Don't assume that
9121 python-buffer == (process-buffer (python-proc)).
9122 (python-switch-to-python): Simplify.
9123
9124 * dired.el (dired-align-file): Don't assume line starts with spaces.
9125
9126 2004-11-21 Jay Belanger <belanger@truman.edu>
9127
9128 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9129 Replace variable `lines' by math-read-big-lines.
9130 (math-read-big-expr): Replace variables the-baseline, the-h2
9131 and err-msg by math-read-big-baseline, math-read-big-h2 and
9132 math-read-err-msg.
9133 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9134
9135 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9136 (math-read-big-balance): Replace unbound variable by value.
9137 (math-read-big-lines): New variable.
9138 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9139 (math-read-big-error, math-read-big-balance): Replace variable
9140 `lines' by declared variable.
9141 (math-read-big-baseline, math-read-big-h2): New variables.
9142 (math-read-big-rec): Replace variables the-baseline and the-h2
9143 by declared variables.
9144 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9145 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9146 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9147 declared variables.
9148 (math-read-big-err-msg): New variable.
9149 (math-read-big-error): Replace variable err-msg by declared variable.
9150
9151 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9152
9153 * ses.el: Add coding cookie.
9154 Fix up docstrings, follow new commenting conventions.
9155 (ses-header-line-menu): Fix missing variable rename for header-row.
9156 (ses-cell-size): Remove.
9157 (ses-make-cell): New function.
9158 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9159 (ses-calculate-cell): Remove unused var `symbol'.
9160 (ses-narrowed-p): New function.
9161 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9162 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9163 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9164 (ses-setup): Use restore-buffer-modified-p.
9165 (ses-cleanup): Remove unused var `end'.
9166 (ses-header-string-left-offset): Remove.
9167 (ses-create-header-string): Adjust to new behavior of `align-to'.
9168 Truncate excessively large fields to preserve alignment.
9169 (ses-reconstruct-all): Remove unused var `refs'.
9170 (ses-read-cell-printer): Remove unused var `prompt'.
9171 (ses-delete-row): Remove unused var `pos'.
9172 (ses-delete-column): Remove unused var `new'.
9173
9174 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9175
9176 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9177 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9178 Eliminate eval-and-compile usage.
9179 (ps-insert-file): Use insert-file-contents instead of insert-file.
9180 (ps-setup): Code fix.
9181
9182 * printing.el (pr-setup, lpr-setup): Code fix.
9183
9184 2004-11-21 Jay Belanger <belanger@truman.edu>
9185
9186 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9187 (calc-original-buffer): Declare them.
9188 (calc-user-formula-alist): New variable.
9189 (calc-user-define-formula, calc-fix-user-formula)
9190 (calc-user-define-composition, calc-finish-formula-edit):
9191 Replace variable `alist' by declared variable.
9192 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9193 (var-q7, var-q7, var-q8, var-q9): Declare them.
9194 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9195 are bound.
9196 (calcFunc-typeof): Replace undeclared variable by expression.
9197 (math-exp-env): New variable.
9198 (math-define-body, math-define-exp): Replace exp-env by declared var.
9199 (math-define-exp): Replace misplaced variable by expression.
9200
9201 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9202 (calc-curve-model, calc-curve-coefnames): New variables.
9203 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9204 varnames, model and coefnames by declared variables.
9205 (math-root-widen): New variable.
9206 (math-search-root, math-find-root): Replace variable root-widen by
9207 declared variable.
9208 (var-DUMMY): Declare it.
9209 (math-root-vars, math-min-vars): Move the declarations to earlier in
9210 the file.
9211 (math-brent-min): Make d a local variable.
9212 (math-find-minimum): Replace non-existent variable.
9213 (math-ninteg-romberg): Remove unnecessary variable.
9214 (math-ninteg-temp): New variable.
9215 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9216 integ-temp by declared variable.
9217 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9218 New variables.
9219 (math-general-fit): Replace variables first-var, first-coef and
9220 new-coefs by declared variables.
9221 (calcFunc-fitvar): Replace variable first-var by declared variable.
9222 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9223 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9224 (math-all-vars-vars, math-all-vars-found): New variables.
9225 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9226 found by declared variable math-all-vars-vars.
9227
9228 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9229
9230 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9231 of `defconst'.
9232
9233 2004-11-20 Richard M. Stallman <rms@gnu.org>
9234
9235 * isearch.el (isearch-mode-map): Don't bind SPC.
9236 (isearch-whitespace-chars): Function deleted.
9237 (isearch-search): Bind search-spaces-regexp.
9238 (isearch-lazy-highlight-search): Likewise.
9239 (search-whitespace-regexp): Doc fix.
9240 (isearch-forward-regexp): Doc fix.
9241
9242 * emacs-lisp/bytecomp.el (byte-compile-form):
9243 Move the calls to byte-compile-set-symbol-position,
9244 to avoid having two for the same symbol occurrence.
9245
9246 * comint.el (comint-input-ring-size): Increase to 150.
9247
9248 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9249 New variables.
9250 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9251 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9252
9253 * imenu.el (imenu--generic-function):
9254 Ensure we keep moving backward even if BEG isn't further back.
9255
9256 * replace.el (query-replace-read-to, query-replace-read-from):
9257 Specify t for KEEP-ALL in read-from-minibuffer.
9258
9259 * progmodes/python.el (python-switch-to-python):
9260 If Python isn't running, start it.
9261 Don't alter debug-ignored-errors.
9262
9263 * progmodes/cperl-mode.el (cperl-indent-region):
9264 Don't mind imenu-scanning-message.
9265
9266 * bindings.el (global-map): Bind C-e to move-end-of-line.
9267
9268 * simple.el (line-move-finish): New arg FORWARD.
9269 Ignore invisible newlines, not intangible ones.
9270 Conditions for acceptable stopping positions depend on FORWARD.
9271 (line-move): Pass FORWARD arg to line-move-finish.
9272
9273 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9274 of HEADER. Compensate for this change in the code to add display
9275 properties. Don't make the first line intangible.
9276
9277 * info.el (Info-search): Fix previous change.
9278
9279 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9280
9281 * Makefile.in (recompile): Revert 2004-11-19 change.
9282 (compile): Likewise.
9283
9284 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9285
9286 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9287
9288 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9289
9290 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9291 defgroup and defcustom. Eliminate eval-and-compile usage.
9292
9293 * progmodes/ebnf-otz.el: Fix typos.
9294
9295 2004-11-19 Jay Belanger <belanger@truman.edu>
9296
9297 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9298 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9299 disp-trail by declared variable.
9300
9301 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9302 (calc-finish-selection-edit): Replace variable disp-trail by
9303 declared variable.
9304 (calc-selection-cache-entry): Move declaration to earlier in the file.
9305 (calc-selection-cache-num, calc-selection-cache-comp)
9306 (calc-selection-cache-offset, calc-selection-true-num)
9307 (calc-final-point-line, calc-final-point-column)
9308 (calc-original-buffer): Declare them.
9309 (calc-fnp-op, calc-fnp-num): New variables.
9310 (calc-find-nth-part, calc-find-nth-part-rec)
9311 (calc-select-previous): Replace op and num by declared variables.
9312 (calc-rsf-old, calc-rsf-new): New variables.
9313 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9314 Replace variables old and new by declared variables.
9315 (calc-sel-reselect): New variable.
9316 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9317 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9318 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9319 reselect with declared variable.
9320
9321 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9322 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9323 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9324 (math-import-list, math-rewrite-phase): Declare them.
9325 (math-rewrite): Use let* to declare variables.
9326 (calc-rewrite-selection): Make rules a local variable.
9327 (calc-rewr-sel): New variable.
9328 (calc-rewrite-selection, calc-locate-selection-marker)
9329 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9330 of sel.
9331 (math-rewrite-whole-expr): New variable.
9332 (math-rewrite, math-rewrite-phase): Replace variable expr by
9333 declared variable.
9334 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9335 (math-rewrite-heads-blanks ): New variables.
9336 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9337 heads, skips and blanks by declared variables.
9338 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9339 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9340 New variables.
9341 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9342 old, new, old-func and new-func by declared variables.
9343 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9344 Remove unnecessary variable.
9345 (math-apply-rw-regs): New variable.
9346 (math-apply-rewrites, math-rwapply-replace-regs)
9347 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9348 (math-apply-rw-ruleset): New variable.
9349 (math-apply-rewrites, math-rwapply-remember): Replace variable
9350 ruleset by declared variable.
9351
9352 2004-11-19 Richard M. Stallman <rms@gnu.org>
9353
9354 * info.el (Info-search): Use search-whitespace-regexp.
9355
9356 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9357
9358 * vc-rcs.el (vc-rcs-parse): New function.
9359 (vc-rcs-annotate-command): Likewise.
9360 (vc-rcs-annotate-current-time): Likewise.
9361 (vc-rcs-annotate-time): Likewise.
9362 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9363
9364 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9365
9366 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9367
9368 2004-11-18 Jay Belanger <belanger@truman.edu>
9369
9370 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9371
9372 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9373
9374 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9375 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9376 Use make-temp-file to generate PostScript files in any situation.
9377 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9378 (pr-interactive-p): Eliminate var.
9379 (pr-save-interactive): Eliminate macro.
9380 (pr-interface, pr-ps-directory-preview)
9381 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9382 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9383 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9384 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9385 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9386 (pr-ps-region-ps-print, pr-ps-mode-preview)
9387 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9388 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9389 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9390 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9391 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9392 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9393 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9394 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9395 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9396 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9397 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9398 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9399 Eliminate pr-save-interactive usage.
9400 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9401 Eliminate pr-interactive-p usage.
9402 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9403 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9404 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9405 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9406 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9407 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9408 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9409 New funs.
9410 (pr-ps-file): Use make-temp-file to generate a temporary file.
9411
9412 2004-11-17 Jay Belanger <belanger@truman.edu>
9413
9414 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9415 a local variable.
9416 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9417 (math-top-only): New variable.
9418 (math-simplify, math-simplify-step): Replace variable top-only by
9419 declared variable math-top-only.
9420 (math-simplify-expr): Declare it.
9421 Replace argument expr in all calls of math-defsimplify by
9422 math-simplify-expr.
9423 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9424 (math-simplify-divisor, math-simplify-one-divisor)
9425 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9426 (math-simplify-pow): Replace variable expr by declared variable
9427 math-simplify-expr.
9428 (math-simplify-divisor): Remove local variables temp and op.
9429 (math-simplify-one-divisor): Make temp and op local variables.
9430 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9431 New variables.
9432 (math-simplify-divisor, math-simplify-one-divisor):
9433 Replace variables nover and dover by declared variables.
9434 (math-expr-subst-new, math-expr-subst-old): New variables.
9435 (math-expr-subst, math-expr-subst-rec): Replace variables new
9436 and old by declared variables.
9437 (math-is-poly-degree, math-is-poly-loose): New variables.
9438 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9439 and loose by declared variables.
9440 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9441 (math-polynomial-base, math-polynomial-base-rec):
9442 Replace variables const-ok and mpb-pred by declared variables.
9443
9444 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9445
9446 * calc/calc-ext.el (math-defsimplify): Change the argument in
9447 the created function to math-simplify-expr.
9448
9449 * calc/calc-units.el (math-simplify-expr): Declare it.
9450 Replace argument expr in all calls of math-defsimplify by
9451 math-simplify-expr.
9452 (math-simplify-units-prod): Replace variable expr by declared
9453 variable math-simplify-expr.
9454
9455 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9456
9457 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9458 Replace mapcar->dolist, format->string.
9459
9460 2004-11-17 Miles Bader <miles@gnu.org>
9461
9462 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9463 * progmodes/idlwave.el: Remove RCS keywords.
9464
9465 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9466
9467 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9468 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9469 Update to IDLWAVE version 5.5. Too many changes to list them here.
9470 * progmodes/idlw-help.el: New file.
9471
9472 2004-11-16 Richard M. Stallman <rms@gnu.org>
9473
9474 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9475 Discard spaces after \i according to TeX rules.
9476
9477 * international/mule.el (set-buffer-file-coding-system):
9478 New arg NOMODIFY.
9479 (after-insert-file-set-coding): Pass that new arg.
9480 Prevent set-buffer-multibyte from trying to lock the file.
9481
9482 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9483
9484 * saveplace.el (save-place): Doc fix.
9485
9486 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9487 temporarily widen before finding the following word to copy.
9488
9489 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9490 (cl-map-keymap): Definition deleted.
9491
9492 * subr.el (map-keymap-internal): New function.
9493
9494 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9497 when pressing rather than when releasing mouse-2. Simplify.
9498
9499 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9500
9501 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9502 (compilation-mode): Set it here instead.
9503
9504 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9505
9506 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9507 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9508
9509 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9510
9511 * progmodes/compile.el (compilation-internal-error-properties):
9512 Fix up a transposition-typo. Check end-col before using it.
9513
9514 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9515
9516 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9517 Discard whitespace after macro \i when converting it.
9518
9519 2004-11-16 Juri Linkov <juri@jurta.org>
9520
9521 * emacs-lisp/find-func.el (find-function-regexp):
9522 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9523 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9524 Remove invalid `\W' from [^cgv\W]. Doc fix.
9525 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9526
9527 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9528
9529 * play/life.el: Maintainer is now FSF.
9530 (life-patterns, life-neighbor-deltas, life-window-start)
9531 (life-current-generation, life-generation-string): Use defvar
9532 instead of defconst.
9533
9534 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9535
9536 * progmodes/compile.el (compilation-move-to-column): New fun.
9537 (compilation-internal-error-properties)
9538 (compilation-next-error-function): Use it to make sure we don't go past
9539 the end of line.
9540
9541 2004-11-15 John Paul Wallington <jpw@gnu.org>
9542
9543 * autoinsert.el (auto-insert-alist): Insert the user's name in
9544 copyright notice, rather than Free Software Foundation, for the
9545 Emacs Lisp header case too.
9546
9547 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9548
9549 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9550 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9551 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9552 return the list of string in a string.
9553 (pr-call-process): Message if calling process returns an error, that
9554 is, the exit status is different of zero.
9555
9556 2004-11-15 Jay Belanger <belanger@truman.edu>
9557
9558 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9559 variable var-thing.
9560 (math-integ-depth, math-integ-level, math-integral-limit)
9561 (math-enable-subst, math-any-substs, math-integ-msg)
9562 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9563 (math-int-threshold, math-int-factors, math-double-roots)
9564 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9565 (var-GenCount): Declare these variables.
9566 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9567 (math-integral-cache, math-integral-cache-state):
9568 Move declarations to earlier in the file.
9569 (math-deriv-var, math-deriv-total, math-deriv-symb)
9570 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9571 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9572 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9573 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9574 (math-solve-res): New variables
9575 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9576 (math-integral, math-replace-integral-parts)
9577 (math-integrate-by-parts, calc-dump-integral-cache)
9578 (math-try-integral, math-do-integral, math-do-integral)
9579 (math-do-integral-methods, math-try-solve-for)
9580 (math-try-solve-prod, math-solve-poly-funny-powers)
9581 (math-solve-crunch-poly, math-decompose-poly)
9582 (math-solve-find-root-term, math-find-root-in-prod)
9583 (math-integ-try-linear-substitutions)
9584 (math-integ-try-substitutions, math-expr-rational-in)
9585 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9586 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9587 (math-solve-for, math-solve-system, math-solve-system-rec)
9588 (math-solve-get-sign, math-solve-get-int)
9589 (math-solve-system-subst): Replace undeclared variables with newly
9590 declared variables.
9591
9592 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9593
9594 * winner.el (winner-active-region, winner-edges, winner-window-list):
9595 Define at toplevel.
9596 (winner-mode-map): Move init inside declaration.
9597
9598 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9599
9600 * files.el (convert-standard-filename): Doc fix.
9601
9602 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9603
9604 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9605 passwd, group, shadow, default/* and pam.d/*.
9606
9607 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9608
9609 * printing.el (pr-menu-spec): Adjust menu specification.
9610
9611 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9612
9613 * printing.el: Doc fix. Insert :version tag into all defcustom.
9614 Handle interactive-p as is recommended in Emacs Lisp Reference.
9615 Set the file permission bits for newly created files.
9616 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9617 The printing menu specification (in `pr-menu-spec') was merged.
9618 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9619 (pr-version): New version number (6.8.3).
9620 (pr-file-modes): New option.
9621 (pr-interactive-p): New var.
9622 (pr-save-interactive, pr-save-file-modes): New macros.
9623 (pr-setup): Code fix.
9624 (pr-menu-spec): Menu specification merged.
9625 (pr-call-process, pr-text2ps): Set file permission bits.
9626 (pr-despool-print): Set file permission bits. Handle interactive-p as
9627 is recommended.
9628 (pr-interface, pr-ps-directory-preview)
9629 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9630 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9631 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9632 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9633 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9634 (pr-ps-region-ps-print, pr-ps-mode-preview)
9635 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9636 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9637 (pr-despool-using-ghostscript, pr-despool-ps-print)
9638 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9639 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9640 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9641 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9642 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9643 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9644 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9645 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9646 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9647 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9648 Handle interactive-p as is recommended.
9649
9650 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9651
9652 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9653 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9654
9655 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9656 so it doesn't forget to highlight the beginning of the region either.
9657
9658 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9659
9660 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9661 (c-font-lock-init): Eliminate obsolete make-local-hook.
9662 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9663 (awk-mode): Use run-mode-hooks.
9664
9665 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9666
9667 2004-11-13 Kim F. Storm <storm@cua.dk>
9668
9669 * mouse.el (mouse-drag-copy-region): Add :version.
9670 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9671 while dragging mode line, so mode line can be dragged downwards.
9672 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9673 while pressing mouse button so window doesn't scroll until we
9674 release the mouse if clicking on partially visible line.
9675
9676 2004-11-12 Jay Belanger <belanger@truman.edu>
9677
9678 * calc/calc-graph.el (calc-dumb-map): Declare it.
9679 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9680 than unbound.
9681 (calc-graph-name): Made `end' a local variable.
9682 (calc-graph-lookup): Made `varname' a local variable.
9683 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9684 Declare them.
9685 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9686 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9687 the unused variable y3vec.
9688 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9689 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9690 calc-graph-prev-kill-hook.
9691 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9692 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9693 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9694 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9695 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9696 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9697 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9698 (calc-graph-y3value, calc-graph-y3name)
9699 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9700 (calc-graph-stepcount, calc-graph-is-splot)
9701 (calc-graph-surprise-splot, calc-graph-blank)
9702 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9703 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9704 (calc-graph-recompute-2d, calc-graph-compute-3d)
9705 (calc-graph-format-data): Replace undeclared variables with the
9706 above newly declared variables.
9707
9708 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9709
9710 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9711 `rsf-beep' and `rsf-sleep-after-message'.
9712
9713 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9714 list if `message-sender' is non-nil.
9715
9716 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9717
9718 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9719 consing by using mapc instead of mapcar.
9720
9721 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9722
9723 * tooltip.el (require): Explain why CL is needed.
9724
9725 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9726
9727 * printing.el: Insert :version into defgroup (printing). All reference
9728 to Files option in menubar were changed to File.
9729 (pr-version): New version number (6.8.2).
9730 (pr-get-symbol): Call easy-menu-intern.
9731 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9732 compilation gripes.
9733
9734 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9735
9736 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9737 new byte-compile-function-environment binding to t.
9738
9739 * font-lock.el (font-lock-fontify-syntactically-region):
9740 Don't forget to highlight the last char when we hit `end'.
9741
9742 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9743 (mwheel-scroll): Adjust accordingly.
9744
9745 * cvs-status.el: Reduce spurious warnings.
9746 (cvs-status-checkout): Remove.
9747 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9748
9749 * pcvs.el (cvs-mode-checkout): New command.
9750
9751 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9752
9753 * tooltip.el: Require CL.
9754
9755 * emacs-lisp/bytecomp.el: Use push.
9756 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9757 (defalias): Remove the `byte-compile' property and add
9758 a `byte-hunk-handler'.
9759
9760 2004-11-11 Juri Linkov <juri@jurta.org>
9761
9762 * info.el (Info-search): Save match data for isearch.
9763 Skip Tag Table node.
9764
9765 * descr-text.el (describe-char): Replace syntax-after with code
9766 from its previous version.
9767
9768 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9769 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9770
9771 * international/mule.el (sgml-html-meta-auto-coding-function):
9772 Remove > after <html to allow HTML attributes.
9773
9774 2004-11-11 Jay Belanger <belanger@truman.edu>
9775
9776 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9777 a variable.
9778 (calcFunc-dfac): Replace unbound max by n.
9779 (math-stirling-local-cache): New variable.
9780 (math-stirling-number, math-stirling-1, math-stirling-2):
9781 Replace the variable `cache' by the declared variable
9782 math-stirling-local-cache.
9783 (var-RandSeed): Declare it as a variable.
9784 (math-init-random-base, math-random-digit): Don't check to see if
9785 var-RandSeed is bound.
9786 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9787 Declare them instead of just setting them.
9788 (math-init-random-base): Made i a local variable.
9789 (math-random-digit): Made math-random-last a local variable.
9790 (math-prime-test-cache): Move declaration to before it is used.
9791 (math-prime-test-cache-k, math-prime-test-cache-q)
9792 (math-prime-test-cache-nm1, math-prime-factors-finished):
9793 Declare them as variables.
9794
9795 2004-11-11 Jay Belanger <belanger@truman.edu>
9796
9797 * calc/calc-ext.el (math-defcache): Use defvar for the new
9798 variables it creates.
9799
9800 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9801
9802 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9803 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9804 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9805 (desktop-save): Add :version.
9806
9807 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9808
9809 * printing.el (pr-get-symbol): Don't downcase.
9810
9811 2004-11-10 Jay Belanger <belanger@truman.edu>
9812
9813 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9814 string to kill-ring.
9815
9816 * calc/calc-aent.el (calc-alg-exp, math-toks)
9817 (math-exp-pos,math-exp-old-pos, math-exp-token)
9818 (math-exp-keep-spaces, math-exp-str): New variables.
9819 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9820 (calcAlg-enter): Use declared variable calc-alg-exp.
9821 (math-build-parse-table, math-find-user-token): Use declared
9822 variable math-toks.
9823 (math-read-exprs, math-read-token, calc-check-user-syntax)
9824 (calc-match-user-syntax, match-factor-after, math-read-factor):
9825 Use declared variables math-exp-pos math-exp-old-pos.
9826 (math-read-exprs, math-read-token, math-read-expr-level)
9827 (calc-check-user-syntax, calc-match-user-syntax)
9828 (match-factor-after, math-read-factor): Use declared variable
9829 math-exp-token.
9830 (math-read-exprs, math-read-expr-list, math-read-token)
9831 (math-read-factor): Use declared variable math-exp-keep-spaces.
9832 (math-read-exprs, math-read-token): Use declared variable
9833 math-exp-str.
9834 (calc-match-user-syntax): Make m a local variable.
9835
9836 * calc/calc-ext.el (math-read-expr): Use declared variables
9837 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9838 math-exp-keep-spaces.
9839
9840 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9841 variables math-exp-pos, math-exp-str.
9842
9843 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9844 math-exp-old-pos.
9845 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9846 (math-parse-eqn-prime): Use declared variable math-exp-token.
9847
9848 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9849 Use declared variable math-exp-pos.
9850 (math-check-for-commas): Use declared variable math-exp-str.
9851 (math-read-brackets): Use declared variables math-exp-old-pos,
9852 math-exp-keep-spaces.
9853 (math-read-brackets, math-read-vector, math-read-matrix):
9854 Use declared variable math-exp-token.
9855
9856 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9857
9858 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9859 where the keymap is a symbol.
9860 (easy-menu-add-item): Use keymap-prompt. Simplify.
9861
9862 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9863
9864 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9865 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9866
9867 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9868
9869 * ebuff-menu.el: Doc fixes throughout.
9870 (electric-buffer-menu-mode-hook): New defvar.
9871
9872 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9873
9874 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9875 The resulting compiler warnings appear to be harmless.
9876
9877 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9878
9879 * textmodes/conf-mode.el: New file.
9880
9881 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9882
9883 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9886
9887 2004-11-09 Jay Belanger <belanger@truman.edu>
9888
9889 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9890
9891 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9892 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9893 (calc-z-prefix-help, calc-user-function-list): Use declared
9894 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9895 (math-map-tree, math-map-tree-rec): Use declared variables
9896 math-mt-many, math-mt-func.
9897 (math-read-expression, math-read-string): Use declared variable
9898 math-expr-data.
9899
9900 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9901 variable math-normalize-a.
9902
9903 * calc/calc.el (math-normalize-a): New variable.
9904 (math-normalize): Use declared variable math-normalize-a.
9905
9906 * calc/calc-poly.el (math-expand-form): Use declared variable
9907 math-mt-many.
9908
9909 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9910 Use declared variable math-mt-many.
9911 (math-rewrite): Use declared variable math-mt-func.
9912
9913 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9914 (math-read-matrix): Use declared variable math-expr-data.
9915
9916 * calc/calc-lang.el (math-parse-fortran-vector)
9917 (math-parse-fortran-vector-end, math-parse-tex-sum)
9918 (math-parse-eqn-matrix, math-parse-eqn-prime)
9919 (math-read-math-subscr): Use declared variable math-expr-data.
9920
9921 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9922 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9923 (calc-match-user-syntax, math-read-if, math-factor-after)
9924 (math-read-factor): Use declared variable math-expr-data.
9925
9926 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9927
9928 * calendar/diary-lib.el (diary-from-outlook)
9929 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9930 interactive-p; but rather new optional argument NOCONFIRM.
9931
9932 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9933
9934 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9935 (easy-menu-name-match): Revert correspondingly.
9936
9937 2004-11-09 Richard M. Stallman <rms@gnu.org>
9938
9939 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9940 Turn off warnings for the new function even if definition not constant.
9941 If the definition isn't a quoted symbol, record (FUNCTION . t).
9942 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9943 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9944 (display-call-tree, byte-compile-arglist-warn):
9945 Handle t returned by byte-compile-fdefinition.
9946
9947 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9948
9949 * Makefile.in (maintainer-clean): Depend on distclean.
9950
9951 * help-fns.el (help-C-file-name): File name must be in build-files
9952 to be returned.
9953
9954 2004-11-09 Jay Belanger <belanger@truman.edu>
9955
9956 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9957 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9958
9959 * calc/calc.el (calc, calc-trail-display, calc-mode):
9960 Remove obsolete sections.
9961
9962 * calc/calc.el (calc-x-paste-text): Remove.
9963
9964 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9965 mouse-2.
9966
9967 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9968
9969 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9970 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9971 current frame (in case of recursive calls).
9972 (gdb-show-changed-values): Add :version keyword.
9973
9974 2004-11-09 Kenichi Handa <handa@m17n.org>
9975
9976 * international/mule-cmds.el: Change coding: tag back to
9977 iso-2022-7bit.
9978
9979 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9980
9981 * international/mule-cmds.el: Change coding-system to utf-8.
9982 (select-safe-coding-system-interactively):
9983 New function extracted from select-safe-coding-system.
9984 (select-safe-coding-system): Use it.
9985
9986 2004-11-08 Richard M. Stallman <rms@gnu.org>
9987
9988 * subr.el (syntax-after): Doc fix.
9989
9990 * paren.el (show-paren-function): Change calls to syntax-after
9991 for new way of returning the value.
9992
9993 * menu-bar.el (menu-bar-file-menu): Make this the real name
9994 and menu-bar-files-menu the alias. Use the former.
9995 (global-map): Use `file', not `files', as the symbol.
9996
9997 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9998
9999 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10000 Don't use beginning-of-buffer.
10001 (filesets-cmd-show-result): Use with-no-warnings.
10002
10003 2004-11-08 Juri Linkov <juri@jurta.org>
10004
10005 * progmodes/compile.el (compile): Don't overwrite last command in
10006 minibuffer history with default command if they are not equal.
10007
10008 2004-11-08 Jay Belanger <belanger@truman.edu>
10009
10010 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10011 non-linear substitutions.
10012
10013 2004-11-08 Jay Belanger <belanger@truman.edu>
10014
10015 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10016 (math-do-integral): Set `math-linear-subst-tried' to nil.
10017 (math-do-integral-methods): Use `math-linear-subst-tried' to
10018 determine what type of substitution to try.
10019 (math-integ-try-linear-substituion):
10020 Set `math-linear-subst-tried' to t.
10021
10022 2004-11-08 Kim F. Storm <storm@cua.dk>
10023
10024 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10025
10026 2004-11-07 Juri Linkov <juri@jurta.org>
10027
10028 * info-look.el (info-lookup): Allow reusing in the current buffer
10029 not only *info* buffer, but all (even renamed) Info buffers
10030 by checking for major-mode instead of *info* buffer name.
10031 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10032 (octave-mode, maxima-mode) <doc-spec>:
10033 Allow long dashes generated by Texinfo 4.7 before definitions.
10034 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10035 definitions with argument separated by space.
10036
10037 2004-11-06 Richard M. Stallman <rms@gnu.org>
10038
10039 * simple.el (next-error group, face): Move before first use.
10040 (next-error-highlight, next-error-highlight-no-select): Likewise.
10041
10042 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10043 (line-move): New args NOERROR and TO-END.
10044 Return t if if succeed in moving specified number of lines.
10045 (move-end-of-line): New function.
10046
10047 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10048 (end-of-buffer-other-window): Likewise.
10049
10050 * simple.el (line-move-ignore-invisible): Default to t.
10051
10052 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10053
10054 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10055
10056 * international/iso-cvt.el (iso-cvt-define-menu):
10057 Rename menu-bar-files-menu to menu-bar-file-menu.
10058
10059 * net/browse-url.el (browse-url-gnome-moz-program)
10060 (browse-url-gnome-moz-arguments): Move up before first use.
10061
10062 * net/tramp.el (tramp group): Add :version.
10063
10064 * progmodes/ada-xref.el (ada-gdb-application):
10065 Use goto-char instead of beginning-of-buffer.
10066
10067 * progmodes/cperl-mode.el (cperl-info-on-command):
10068 Use goto-char instead of beginning-of-buffer.
10069
10070 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10071 Move up before first use.
10072 (idlwave-shell-temp-pro-file): Likewise.
10073 (idlwave-shell-temp-rinfo-save-file): Likewise.
10074 (idlwave-shell-temp-file): Minor doc fix.
10075
10076 * textmodes/flyspell.el (flyspell-external-point-words):
10077 Use goto-char instead of beginning-of-buffer.
10078
10079 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10080
10081 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10082 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10083 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10084
10085 2004-11-06 David Ponce <david@dponce.com>
10086
10087 * recentf.el (recentf-menu-path): Use menu item name.
10088
10089 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10090
10091 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10092 display doesn't support images.
10093
10094 2004-11-06 Andreas Schwab <schwab@suse.de>
10095
10096 * tempo.el (tempo-match-finder): Doc fix.
10097
10098 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10099
10100 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10101
10102 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10103 (easy-menu-lookup-name): New fun to replace it.
10104 (easy-menu-get-map): Use it to obey menu item names (rather than just
10105 keys) when looking up `path'.
10106 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10107 (easy-menu-convert-item-1): Adjust to new name.
10108
10109 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10110
10111 * outline.el (hide-body): Don't hide lines at the top of the file
10112 that precede the first header line.
10113
10114 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10115
10116 * align.el (align-areas): Delete whitespace before reindenting, so
10117 that tabs are never placed after spaces.
10118
10119 2004-11-06 Alan Shutko <ats@acm.org>
10120
10121 * macros.el (insert-kbd-macro): Do completions based on macros,
10122 rather than all commands.
10123
10124 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10125
10126 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10127 to solve a bug whereby tags with 'b' don't match.
10128
10129 2004-11-05 Juri Linkov <juri@jurta.org>
10130
10131 * info.el (Info-search): Don't search in node header lines
10132 and file headers.
10133
10134 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10135 symbol-constituent characters after dot, not only digits.
10136
10137 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10138
10139 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10140
10141 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10142
10143 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10144 if a dialog will be used, read-file-name otherwise.
10145
10146 2004-11-04 Richard M. Stallman <rms@gnu.org>
10147
10148 * textmodes/table.el (table group): Add :version.
10149
10150 * textmodes/ispell.el (ispell-word):
10151 Don't alter args; set them only thru `interactive' spec.
10152
10153 * textmodes/flyspell.el (flyspell-word):
10154 Don't alter FOLLOWING; set it only thru `interactive' spec.
10155
10156 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10157
10158 * net/browse-url.el (browse-url-maybe-new-window):
10159 Use called-interactively-p.
10160
10161 * mail/supercite.el (sc-cite-region):
10162 Don't use interactive-p. Add arg INTERACTIVE.
10163 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10164
10165 * international/mule-cmds.el (set-input-method, toggle-input-method):
10166 Don't use interactive-p. Add arg INTERACTIVE.
10167
10168 * eshell/esh-mode.el (eshell-show-maximum-output):
10169 Don't use interactive-p.
10170 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10171
10172 * mouse.el (mouse-show-mark): Get positions to delete from mark
10173 and point, not from mouse-drag-overlay.
10174
10175 * imenu.el (imenu-eager-completion-buffer): Add :version.
10176
10177 * filesets.el (filesets group): Add :version.
10178
10179 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10180
10181 * files.el (xml-based-modes): Delete var.
10182 (magic-mode-alist): New more general var.
10183 (set-auto-mode): Use it.
10184
10185 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10186 when clicking from another window.
10187
10188 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10189
10190 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10191 (vc-cvs-annotate-time): Incorporate value of deleted var.
10192 Remove special-case handling of beginning-of-buffer cruft.
10193 Cache ending position (point) and return value in text property
10194 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10195
10196 * vc-cvs.el (vc-cvs-annotate-command):
10197 Delete extraneous lines from beginning of buffer.
10198 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10199
10200 * progmodes/grep.el (grep-default-command): Take empty string
10201 for tag if all other methods yield nil. Shell-quote the tag.
10202
10203 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10204 spec in `interactive' form, and mention it in the docstring.
10205 Also, make sure point is at bol after calling `annotate-time'.
10206
10207 2004-11-02 Richard M. Stallman <rms@gnu.org>
10208
10209 * cus-edit.el (customize-group-other-window):
10210 Select the window that displays the custom buffer.
10211 (custom-buffer-create-other-window): Likewise.
10212
10213 * comint.el (comint-insert-input): Fix previous change.
10214
10215 * emacs-lisp/elp.el (elp-instrument-function):
10216 Use called-interactively-p.
10217
10218 * emacs-lisp/easymenu.el (easy-menu-intern):
10219 Don't downcase; rather, case-flip the first letter of each word.
10220
10221 * emacs-lisp/easy-mmode.el (define-minor-mode):
10222 Use called-interactively-p.
10223
10224 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10225 Add interactive-only.
10226 (byte-compile-warnings): Add interactive-only as option.
10227 (byte-compile-interactive-only-functions): New variable.
10228 (byte-compile-form): Warn about calls to functions
10229 in byte-compile-interactive-only-functions.
10230
10231 * emacs-lisp/autoload.el (update-file-autoloads):
10232 Don't use interactive-p; take new arg SAVE-AFTER.
10233
10234 * emacs-lisp/advice.el (ad-make-advised-definition):
10235 Use called-interactively-p.
10236
10237 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10238
10239 * files.el (find-file-existing): New function.
10240
10241 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10242 find-file-existing. Add "New File..." that calls find-file.
10243
10244 * diropen.pbm, diropen.xpm: New files.
10245
10246 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10247 icon diropen. New tool bar item find-file-existing uses icon open.
10248
10249 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10250 instead of read-file-name.
10251
10252 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10253
10254 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10255 (icalendar--split-value): Change name of work buffer.
10256 (icalendar--get-weekday-abbrev): Return nil on error.
10257 (icalendar--date-to-isodate): New function.
10258 (icalendar-convert-diary-to-ical)
10259 (icalendar-extract-ical-from-buffer): Use only two args for
10260 make-obsolete (XEmacs compatibility).
10261 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10262 (icalendar-export-region): Doc fix.
10263 If error, return non-nil and write errors to a buffer.
10264 Use correct weekday for weekly recurring events.
10265 Check whether date has been parsed for ordinary events.
10266 Make weekly events start in the year 2000.
10267 DTEND is non-inclusive, shift end date by one day if
10268 necessary (not for entries that have date and time).
10269 Rename local let variables: oops -> found-error, datestring ->
10270 startdatestring.
10271
10272 2004-11-02 Kim F. Storm <storm@cua.dk>
10273
10274 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10275 keep-mode-if-same variable. Add it as optional arg instead.
10276 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10277
10278 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10279 substitute-command-keys will select lower-case bindings like those
10280 used in the static help texts.
10281
10282 * descr-text.el (describe-text-properties): Don't err if called in
10283 the *Help* buffer; output to *Help-2* buffer instead.
10284
10285 * kmacro.el (group kmacro): Add :version.
10286 (kmacro-keyboard-quit): New function to cleanup on C-g.
10287 (kmacro-start-macro): Set defining-kbd-macro to append when
10288 appending to last macro.
10289
10290 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10291
10292 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10293
10294 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10295 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10296 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10297 Add :version keyword.
10298
10299 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10300
10301 * progmodes/flymake.el (flymake-err-line-patterns):
10302 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10303 `compilation-error-regexp-alist-alist' to internal Flymake format.
10304
10305 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10306
10307 2004-11-01 Jay Belanger <belanger@truman.edu>
10308
10309 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10310 with `interactive "s"'.
10311
10312 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10313
10314 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10315 Revert change from 2004-10-16. '*' checks the current buffer, but the
10316 mouse click may be in another buffer.
10317
10318 2004-11-01 John Paul Wallington <jpw@gnu.org>
10319
10320 * files.el (large-file-warning-threshold): Add :version keyword.
10321 (kill-some-buffers): Doc fix.
10322
10323 * thumbs.el (group thumbs): Add :version keyword.
10324
10325 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10326
10327 2004-11-01 Richard M. Stallman <rms@gnu.org>
10328
10329 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10330
10331 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10332
10333 * allout.el (allout group): Add :version.
10334 (allout-init): Don't use interactive-p.
10335 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10336 (allout-forward-current-level, allout-backward-current-level):
10337 Don't use interactive-p.
10338
10339 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10340 (bibtex-find-text): Likewise.
10341
10342 * progmodes/vhdl-mode.el (vhdl-fill-region)
10343 (vhdl-beginning-of-statement): Don't use interactive-p.
10344
10345 * progmodes/idlwave.el (idlwave-update-routine-info):
10346 Don't use interactive-p.
10347
10348 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10349 Don't use interactive-p.
10350
10351 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10352 Don't use interactive-p.
10353
10354 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10355 Don't use interactive-p.
10356
10357 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10358 (fortune-in-buffer): Doc fix.
10359
10360 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10361
10362 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10363 don't select the temporary buffer.
10364 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10365 (eudc-get-phone): Likewise.
10366
10367 2004-11-01 Kim F. Storm <storm@cua.dk>
10368
10369 * man.el (Man-xref-normal-file): Fix help-echo.
10370
10371 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * reveal.el (reveal-last-tick): New var.
10374 (reveal-post-command): Use it to avoid closing overlays when we're
10375 appending text to them.
10376
10377 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10378
10379 * textmodes/bibtex.el: Require button.
10380 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10381 (bibtex-reference-keys): Distinguish between header keys and
10382 crossref keys.
10383 (bibtex-beginning-of-field): New function.
10384 (bibtex-url-map): Remove.
10385 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10386 (bibtex-font-lock-url-regexp): Assume that field names begin at
10387 the beginning of a line.
10388 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10389 Remove field delimiters. Use bibtex-beginning-of-field.
10390 Bugfix, point can be inside a field with a url.
10391 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10392 New functions.
10393 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10394 (bibtex-key-in-head): Simplify.
10395 (bibtex-current-line): Use bolp.
10396 (bibtex-parse-keys): Remove unused arg `add'.
10397 Use bibtex-type-in-head and bibtex-key-in-head.
10398 (bibtex-parse-entry, bibtex-autofill-entry):
10399 Use bibtex-type-in-head and bibtex-key-in-head.
10400 (bibtex-autokey-get-field): Do not alter case of replacement text.
10401 (bibtex-autokey-get-names): Do all processing of name list.
10402 (bibtex-autokey-get-year): New function.
10403 (bibtex-autokey-get-title): Do all processing of title words.
10404 (bibtex-generate-autokey): Simplify.
10405 (bibtex-string-files-init): Use default-directory.
10406 Allow for absolute file names in bibtex-string-files.
10407 (bibtex-files, bibtex-file-path): New variables.
10408 (bibtex-files-expand): New function.
10409 (bibtex-find-entry-globally): New command.
10410 (bibtex-summary-function): New variable.
10411 (bibtex-summary): Default value of bibtex-summary-function.
10412 (bibtex-find-crossref): New optional args pnt and split.
10413 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10414 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10415 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10416 Fix handling of required and alternative fields.
10417 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10418 Use cons and display-buffer.
10419 (bibtex-validate-globally): New command.
10420 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10421 bibtex-parse-keys and bibtex-parse-strings for updating
10422 bibtex-reference-keys and bibtex-strings.
10423 (bibtex-realign): Remove blank lines past the last entry.
10424 (bibtex-reformat): Use bibtex-entry-format as default.
10425 (bibtex-choose-completion-string): Remove.
10426 (bibtex-complete): Do not use bibtex-choose-completion-string.
10427 (bibtex-url): Simplify.
10428
10429 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10430
10431 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10432 (x-dnd-types-alist, x-dnd-open-file-other-window)
10433 (x-dnd-known-types): Add :version.
10434
10435 2004-10-31 John Paul Wallington <jpw@gnu.org>
10436
10437 * ibuffer.el (group ibuffer): Add :version keyword.
10438
10439 2004-10-31 Kim F. Storm <storm@cua.dk>
10440
10441 * ido.el (group ido): Add :version keyword.
10442 (ido-mode): Remove :version keyword.
10443
10444 * emulation/cua-base.el (group cua): Add :version keyword.
10445 (cua-mode): Remove :version keyword.
10446
10447 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10448
10449 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10450
10451 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10452 compiler warning.
10453 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10454 function.
10455 (help-at-pt-display-when-idle): Remove autoload.
10456
10457 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10458
10459 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10460
10461 2004-10-30 Juri Linkov <juri@jurta.org>
10462
10463 * help.el (function-called-at-point):
10464 * help-fns.el (variable-at-point): Read -> intern.
10465
10466 2004-10-30 Simon Josefsson <jas@extundo.com>
10467
10468 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10469 Recognize AS_* too.
10470
10471 2004-10-29 Simon Josefsson <jas@extundo.com>
10472
10473 * subr.el (read-passwd): Move back from password.el.
10474
10475 * password.el: Remove, not ready yet.
10476
10477 2004-10-29 Andreas Schwab <schwab@suse.de>
10478
10479 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10480
10481 2004-10-29 Sam Steingold <sds@gnu.org>
10482
10483 * mouse.el (mouse-show-mark): Replace the last occurrence of
10484 x-lost-selection-hooks with x-lost-selection-functions.
10485
10486 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10489 x-lost-selection-functions is bound.
10490
10491 * mouse-sel.el (mouse-sel-mode):
10492 * emacs-lisp/lselect.el: Adjust to new names for
10493 x-(lost|sent)-selection-functions.
10494
10495 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10496 New obsolete aliases of x-lost-selection-functions and
10497 x-sent-selection-functions.
10498
10499 2004-10-28 Kim F. Storm <storm@cua.dk>
10500
10501 * imenu.el (imenu-scanning-message): Remove.
10502 (imenu-progress-message): Make it a no-op.
10503
10504 2004-10-28 John Paul Wallington <jpw@gnu.org>
10505
10506 * files.el (set-auto-mode): Call `throw' correctly.
10507
10508 2004-10-28 Juri Linkov <juri@jurta.org>
10509
10510 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10511 to search `Info-...' commands in `info' manual.
10512 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10513 Add 'info-file "emacs" property.
10514 (Info-find-emacs-command-nodes): Fix index line number regexp.
10515 Set real line number (instead of fake 0) in first element of the
10516 returned list.
10517 (Info-goto-emacs-command-node): Use line number of first element
10518 to set point in the first found Info node.
10519
10520 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10521 code to `grep-mode-font-lock-keywords'.
10522 (grep-mode-font-lock-keywords): Delete grep markers instead
10523 of making them invisible.
10524
10525 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10526
10527 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10528 and x-server-version in bug report.
10529
10530 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10531
10532 * files.el (set-auto-mode-0): New function.
10533 (set-auto-mode): Use it to handle aliased modes and to
10534 be consistent between C-x C-f and C-x C-w.
10535
10536 2004-10-28 Kenichi Handa <handa@m17n.org>
10537
10538 * international/utf-8.el (utf-translate-cjk-charsets):
10539 Add katakana-jisx0201.
10540
10541 * international/subst-jis.el: Add data for JISX0201.
10542
10543 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10544
10545 * obsolete/hilit19.el (hilit-mode): New function.
10546 Move all the toplevel side-effecting stuff into it, so that loading
10547 hilit19 doesn't mess everything up any more.
10548
10549 2004-10-27 Richard M. Stallman <rms@gnu.org>
10550
10551 * add-log.el (add-change-log-entry): Set up mailing address
10552 and full name later, and don't alter add-log-mailing-address
10553 or add-log-full-name.
10554
10555 * elide-head.el (elide-head): Change error to message.
10556 (elide-head-show): Likewise.
10557
10558 * apropos.el (apropos-macrop): Doc fix.
10559
10560 * mouse.el (mouse-show-mark): Do most processing the same
10561 regardless of transient-mark-mode.
10562
10563 * shadowfile.el (shadow-copy-files): Use interactive-p
10564 only to control whether to print a message.
10565
10566 * tar-mode.el (tar-mode): Use write-contents-functions,
10567 not write-contents-hooks.
10568
10569 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10570 directory-sep-char.
10571
10572 2004-10-27 Richard M. Stallman <rms@gnu.org>
10573
10574 * strokes.el (strokes-unload-hook): Fix previous change.
10575
10576 * type-break.el (type-break-run-at-time): Always use run-at-time;
10577 forget the alternatives.
10578 (type-break-cancel-function-timers): Always use cancel-function-timers;
10579 forget the alternatives.
10580
10581 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10582
10583 2004-10-27 Kenichi Handa <handa@m17n.org>
10584
10585 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10586
10587 * international/subst-gb2312.el: Likewise.
10588
10589 * international/subst-big5.el: Likewise.
10590
10591 * international/subst-ksc.el: Likewise.
10592
10593 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10594 New variable.
10595 (utf-translate-cjk-set-unicode-range): New function.
10596 (utf-translate-cjk-unicode-range): Make it customizable.
10597 (utf-8-post-read-conversion):
10598 Use utf-translate-cjk-unicode-range-string.
10599 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10600 Unicode ranges.
10601
10602 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10603
10604 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10605 trivial variants to shorten the list.
10606 (xml-based-modes): New var.
10607 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10608 declaration higher priority than auto-mode-alist.
10609
10610 * find-file.el (cc-other-file-alist): Bring it in line with
10611 cc-mode's auto-mode-alist entries and use \' instead of $.
10612
10613 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10614 and add "Id" and "Name" submenus to it.
10615
10616 * imenu.el (imenu--generic-function): Skip matches in comments.
10617
10618 2004-10-26 Jay Belanger <belanger@truman.edu>
10619
10620 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10621 (full-calc-keypad, calc-trail-display): Use an extra argument
10622 instead of `interactive-p'.
10623
10624 * calc/calc-misc.el (calc-other-window): Use an extra argument
10625 instead of `interactive-p'.
10626
10627 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10628 `interactive-p'.
10629
10630 2004-10-26 Kim F. Storm <storm@cua.dk>
10631
10632 * help.el (describe-key): Describe both down-event and up-event
10633 for a mouse click.
10634
10635 2004-10-26 Richard M. Stallman <rms@gnu.org>
10636
10637 * woman.el (woman): Don't call interactive-p.
10638
10639 * pcomplete.el (pcomplete): Instead of interactive-p,
10640 use an arg set non-nil by the interactive spec.
10641
10642 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10643 use an arg set non-nil by the interactive spec.
10644
10645 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10646 use an arg set non-nil by the interactive spec.
10647
10648 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10649
10650 * progmodes/flymake.el (flymake-split-string):
10651 Use `flymake-split-string-remove-empty-edges' in any case.
10652
10653 2004-10-26 Masatake YAMATO <jet@gyve.org>
10654
10655 * progmodes/flymake.el (flymake-err-line-patterns):
10656 Use `compilation-error-regexp-alist-alist' instead of
10657 `compilation-error-regexp-alist'.
10658
10659 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10660
10661 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10662 verbatim face on the \ of \end{verbatim}.
10663
10664 2004-10-25 Jay Belanger <belanger@truman.edu>
10665
10666 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10667 erasing minibuffer.
10668
10669 2004-10-25 Simon Josefsson <jas@extundo.com>
10670
10671 * subr.el (read-passwd): Move to net/password.el.
10672
10673 * net/password.el (read-passwd): Add. Autoload it.
10674
10675 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10676
10677 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10678
10679 * simple.el (process-file): Fix logic.
10680
10681 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10682
10683 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10684 (increase-right-margin): Remove erroneous call to `interactive-p'.
10685
10686 2004-10-24 Kim F. Storm <storm@cua.dk>
10687
10688 * help.el (describe-mode): Fix 2004-10-13 change.
10689 Copy pure "Auto Fill" string so it can be propertized later
10690 without causing a read-only error.
10691
10692 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10693
10694 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10695 style indexes.
10696
10697 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10698
10699 * simple.el (process-file): Accept nil for INFILE. Reported by
10700 Luc Teirlinck.
10701
10702 2004-10-24 Masatake YAMATO <jet@gyve.org>
10703
10704 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10705 Handle periods and underscores in a function name.
10706 Remove the address fontification.
10707
10708 2004-10-24 Masatake YAMATO <jet@gyve.org>
10709
10710 * progmodes/asm-mode.el (asm-font-lock-keywords):
10711 Use font-lock-variable-name-face for registers.
10712
10713 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10714
10715 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10716 kill-all-local-variables.
10717 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10718 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10719 Use kill-all-local-variables and provide mode-hooks.
10720 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10721 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10722 Suggested by Masatake YAMATO <jet@gyve.org>.
10723
10724 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10725
10726 * simple.el (process-file): New function, similar to call-process
10727 but supports file handlers.
10728 * vc.el (vc-do-command): Use it, instead of call-process.
10729 * net/tramp-vc.el (vc-do-command): Do not advise it if
10730 process-file is fboundp.
10731 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10732 process-file.
10733 (tramp-handle-process-file): New function.
10734 (tramp-file-name-for-operation): Support process-file.
10735
10736 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10737
10738 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10739 (icalendar-weekdayabbrev-table)
10740 (icalendar-monthnumber-table): Delete.
10741 (icalendar--get-month-number): Use calendar-month-name-array.
10742 (icalendar--get-weekday-number): New function.
10743 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10744 (icalendar-export-region): Handle multi-line entries.
10745 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10746
10747 2004-10-23 John Paul Wallington <jpw@gnu.org>
10748
10749 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10750 `wildcards' set to t in interactive spec.
10751
10752 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10753 interactive spec rather than use `interactive-p'.
10754 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10755 rather than use function `interactive-p'.
10756
10757 2004-10-22 Kenichi Handa <handa@m17n.org>
10758
10759 * international/mule.el (translate-region): Implement it in Lisp
10760 as a front end of translate-region-internal.
10761
10762 2004-10-21 Jay Belanger <belanger@truman.edu>
10763
10764 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10765 Declare these variables with defvar.
10766
10767 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10768 is bound, only check to see if it is bound.
10769
10770 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10771
10772 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10773 Don't output messages.
10774
10775 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10776
10777 2004-10-21 John Paul Wallington <jpw@gnu.org>
10778
10779 * calc/calc-graph.el (calc-graph-init):
10780 Use `set-process-query-on-exit-flag'.
10781
10782 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10783
10784 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10785 dir right and also allow argumentless cd.
10786
10787 2004-10-19 Richard M. Stallman <rms@gnu.org>
10788
10789 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10790
10791 * eshell/em-unix.el (eshell-grep):
10792 Don't bind compilation-process-setup-function.
10793
10794 * comint.el (comint-insert-input): Use @ in `interactive'.
10795 (comint-input-filter-functions): Doc fix.
10796 (comint-kill-whole-line, comint-get-source): Doc fix.
10797
10798 * progmodes/compile.el (compilation-setup):
10799 Don't set buffer-read-only if MINOR is non-nil.
10800
10801 2004-10-19 Jay Belanger <belanger@truman.edu>
10802
10803 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10804 (calc-emacs-type-gnu19): Remove.
10805 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10806 Remove check for old emacs versions.
10807
10808 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10809 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10810 for current Emacs.
10811
10812 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10813 the end of the minibuffer.
10814 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10815 copy `esc-map'.
10816
10817 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10818
10819 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10820 call that would be given when the current emacs was used.
10821
10822 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10823
10824 * calendar/icalendar.el: Set coding to utf-8.
10825 (icalendar-version): Increase to 0.07.
10826 (icalendar-monthnumber-table): Change March pattern.
10827 (icalendar-get-all-event-properties)
10828 (icalendar-set-event-property): Delete.
10829 (icalendar-all-events): No longer interactive.
10830 (icalendar-convert-diary-to-ical)
10831 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10832 their replacements.
10833 (icalendar-export-file, icalendar-export-region): New functions;
10834 essentially old `icalendar-convert-diary-to-ical' but appending to
10835 target rather than overwriting.
10836 (icalendar-import-file): Append to target file rather than
10837 overwriting. Fourth arg deleted.
10838 (icalendar-import-buffer): New name for old
10839 `icalendar-extract-ical-from-buffer'.
10840 (icalendar--convert-string-for-import): New name for
10841 old `icalendar-convert-for-import'.
10842 (include-icalendar-files): Delete.
10843 Prefix for all internal functions changed from `icalendar-'
10844 to `icalendar--'.
10845
10846 2004-10-19 Richard M. Stallman <rms@gnu.org>
10847
10848 * paths.el (news-path): Fix previous change.
10849
10850 2004-10-18 Jay Belanger <belanger@truman.edu>
10851
10852 * calc/calc-help.el (calc-describe-bindings):
10853 Set `buffer-read-only' to nil while working in the keybindings buffer;
10854 remove some extra information from the keybindings buffer.
10855
10856 2004-10-18 David Ponce <david@dponce.com>
10857
10858 * mouse.el (mouse-drag-move-window-top): New function.
10859 (mouse-drag-mode-line-1): Use it.
10860
10861 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10862
10863 * info.el (Info-fontify-node): For multiline refs,
10864 arrange to unfontify newline and surrounding whitespace.
10865
10866 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10867
10868 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10869 directory is missing.
10870
10871 2004-10-17 John Paul Wallington <jpw@gnu.org>
10872
10873 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10874 New customizable variable; whether to display buffers that match
10875 `ibuffer-maybe-show-predicates' by default.
10876 (ibuffer-maybe-show-predicates): Mention it in docstring.
10877 (ibuffer-display-maybe-show-predicates): New variable.
10878 (ibuffer-update): Prefix arg now toggles whether buffers that
10879 match `ibuffer-maybe-show-predicates' should be displayed.
10880 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10881 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10882 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10883
10884 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10885
10886 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10887 work correctly.
10888
10889 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10890
10891 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10892 (Buffer-menu-beginning): New helper function.
10893 (Buffer-menu-execute): Use it.
10894 (Buffer-menu-select): Use it.
10895 (Buffer-menu-sort): Use it and also keep markers.
10896
10897 2004-10-17 Richard M. Stallman <rms@gnu.org>
10898
10899 * paths.el (news-directory): Rename from news-path. Old name alias.
10900 (rmail-spool-directory): Use defvar.
10901 (sendmail-program): Use defcustom.
10902 (remote-shell-program): Use defcustom.
10903 (term-file-prefix): Use defvar.
10904 (abbrev-file-name): Use defvar.
10905
10906 * term.el: Add maintainer.
10907
10908 * subr.el (with-local-quit): Return nil if there's a quit.
10909 (read-passwd): Use with-local-quit. Doc fix.
10910
10911 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10912 (strokes-unload-hook): Set as a variable with add-hook.
10913
10914 * startup.el (fancy-splash-tail, normal-splash-screen):
10915 Update copyright year.
10916
10917 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10918
10919 * server.el (server-unload-hook): Set as a variable with add-hook.
10920
10921 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10922
10923 * frame.el (special-display-popup-frame):
10924 Make the buffer current as its frame is created.
10925
10926 * delsel.el (delsel-unload-hook): Set as a variable.
10927
10928 * comint.el (comint-output-filter-functions):
10929 Add comint-watch-for-password-prompt.
10930 (comint-read-noecho): Function deleted.
10931 (send-invisible): Use read-passwd.
10932
10933 * fringe.el (fringe-mode-initialize): New function.
10934 (fringe-mode): Use fringe-mode-initialize as :initialize.
10935
10936 2004-10-17 Kim F. Storm <storm@cua.dk>
10937
10938 * language/indian.el (indian-script-language-alist): Swap value and doc.
10939 (indian-font-char-index-table): Doc fix.
10940
10941 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10942
10943 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10944
10945 2004-10-16 Juri Linkov <juri@jurta.org>
10946
10947 * progmodes/compile.el (compilation-start): Move let-binding of
10948 `process-environment' into `with-current-buffer' body.
10949 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10950
10951 2004-10-16 Richard M. Stallman <rms@gnu.org>
10952
10953 * pcvs-util.el (cvs-bury-buffer):
10954 Don't call get-buffer-window for effect.
10955
10956 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10957
10958 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10959
10960 * msb.el (msb-unload-hook): Set the variable.
10961
10962 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10963 Use * to err if buffer is readonly.
10964
10965 * subr.el (looking-back): Return only t or nil.
10966
10967 * whitespace.el (whitespace-unload-hook): Set the variable.
10968
10969 * view.el (view-mode-enable): Set view-page-size and
10970 view-half-page-size to nil.
10971 (view-set-half-page-size-default): view-half-page-size = nil
10972 means the default.
10973 (View-scroll-page-forward): Use view-page-size-default.
10974 (View-scroll-page-backward): Likewise.
10975 (view-page-size, view-half-page-size): Doc fixes.
10976
10977 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10978
10979 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10980
10981 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10982 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10983 (byte-compile-log-1): Bind inhibit-read-only.
10984 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10985 (byte-compile-log-warning): Likewise.
10986 (byte-compile-file-form-require): Detect "cl" from the arg value.
10987
10988 * progmodes/compile.el (compilation-start): Assume compilation-mode
10989 will make the buffer read-only.
10990 (compilation-mode): Take arg name-of-mode.
10991 (compilation-setup): Make buffer read-only.
10992 (compilation-handle-exit): Bind inhibit-read-only.
10993
10994 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10995 (ispell-message): Likewise.
10996 (ispell-show-choices): Don't call get-buffer-window uselessly.
10997 (ispell-init-process): Use set-process-query-on-exit-flag.
10998
10999 2004-10-16 Kim F. Storm <storm@cua.dk>
11000
11001 * fringe.el (fringe-bitmaps): Only initialize when defined.
11002
11003 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11004 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11005
11006 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11007
11008 2004-10-15 Simon Josefsson <jas@extundo.com>
11009
11010 * net/password.el: Add.
11011
11012 2004-10-14 Masatake YAMATO <jet@gyve.org>
11013
11014 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11015 (gdb-script-end-of-defun): New function.
11016 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11017 `gdb-script-end-of-defun' as *-of-defun-function.
11018
11019 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11020
11021 * button.el (button-activate): Allow a marker to display as an action.
11022
11023 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11024
11025 * help.el (describe-mode): Use it to make minor mode list into
11026 hyperlinks.
11027
11028 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11029
11030 * vc.el (vc-annotate-display-select): Fix typo.
11031
11032 * subr.el (substitute-key-definition-key): New function.
11033 (substitute-key-definition): Use it with map-keymap.
11034 (event-modifiers): Use push.
11035 (mouse-movement-p, with-temp-buffer): Simplify.
11036
11037 2004-10-12 Jay Belanger <belanger@truman.edu>
11038
11039 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11040 New variables.
11041 (calc-help-index-entries): New function.
11042 (calc-describe-function): Use `calc-help-function-list' instead of
11043 obarray for completion.
11044 (calc-describe-variable): Use `calc-help-variable-list' instead
11045 of obarray for completion.
11046
11047 2004-10-12 Richard M. Stallman <rms@gnu.org>
11048
11049 * info-look.el (info-lookup-file): Add info-file property.
11050 (info-lookup-symbol): Likewise.
11051
11052 * info.el (info-xref): Add underlining.
11053 (info): Add info-file property.
11054 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11055
11056 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11057
11058 Sync with Tramp 2.0.45.
11059
11060 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11061 defined. This is not the case for XEmacs without package "edebug".
11062 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11063 remote files to the permissions of the original file. This is not
11064 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11065 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11066 (tramp-perl-decode): Fix an error in Perl implementation.
11067 $pending must be cleared every loop. Reported by Benjamin Place
11068 <benjaminplace@sprintmail.com>
11069
11070 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11071 Don't activate advice during definition. This is done later on,
11072 depending on test result of `substitute-in-file-name'.
11073 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11074
11075 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11076
11077 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11078
11079 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11080
11081 2004-10-12 David Ponce <david@dponce.com>
11082
11083 * recentf.el (recentf-edit-list): Update the menu when the recentf
11084 list has been modified.
11085
11086 2004-10-12 Simon Josefsson <jas@extundo.com>
11087
11088 * net/tls.el (tls-certtool-program): New variable.
11089 (tls-certificate-information): New function, based on
11090 ssl-certificate-information.
11091
11092 2004-10-12 Kenichi Handa <handa@m17n.org>
11093
11094 * international/mule.el (coding-system-equal): Move from mule-util.el.
11095
11096 * international/mule-util.el (coding-system-equal): Move to mule.el.
11097
11098 2004-10-12 Kim F. Storm <storm@cua.dk>
11099
11100 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11101 reset kmacro-initial-counter-value if set.
11102 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11103 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11104 (kmacro-display): Show macro counter if non-zero.
11105
11106 * subr.el (substitute-key-definition): Mention command remapping
11107 in doc string.
11108
11109 2004-10-11 Jay Belanger <belanger@truman.edu>
11110
11111 * calc/calc-misc.el (calc-info-goto-node): New function.
11112 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11113 node in one step.
11114 (calc-describe-copying, calc-describe-distribution)
11115 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11116 Go to appropriate info node in one step.
11117
11118 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11121
11122 * font-lock.el (font-lock-apply-highlight): Fix last change.
11123
11124 2004-10-11 Simon Josefsson <jas@extundo.com>
11125
11126 * mail/smtpmail.el (smtpmail-open-stream): Look for
11127 starttls-gnutls-program instead of starttls-program iff
11128 starttls-use-gnutls is non-nil.
11129 (smtpmail-open-stream): Don't overwrite user settings of
11130 starttls-extra-arguments and starttls-extra-args.
11131
11132 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11133
11134 * comint.el (comint-mouse-insert-input): Remove.
11135 (comint-insert-input): Make it work for mouse bindings.
11136 (comint-mode-map): Move defs into the declaration.
11137 (comint-output-filter): Typo.
11138
11139 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11140
11141 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11142
11143 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11144 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11145 ange-ftp-remote-shell.
11146
11147 2004-10-10 Andreas Schwab <schwab@suse.de>
11148
11149 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11150 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11151 Reported by <sri@asu.edu>.
11152
11153 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11154
11155 * vc.el (vc-annotate-mode): Remove variable.
11156 (vc-annotate-display-select): Only call vc-annotate-mode
11157 if we're not in that mode already.
11158
11159 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11160
11161 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11162 (imenu-choose-buffer-index): Check here for rescan instead.
11163
11164 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11165 where the face expression evals to nil.
11166
11167 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11168 (tex-font-lock-keywords-2): Use it.
11169 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11170
11171 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11172
11173 2004-10-09 Kim F. Storm <storm@cua.dk>
11174
11175 * subr.el (progress-reporter-update): Define before first usage.
11176 (make-progress-reporter): Doc fix.
11177
11178 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11179
11180 * textmodes/paragraphs.el (sentence-end-double-space)
11181 (sentence-end-without-period, sentence-end-without-space)
11182 (sentence-end): Doc fixes.
11183
11184 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11185
11186 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11187 Change paragraph-start regexp so we don't fill code starting with #'(.
11188
11189 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11190
11191 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11192 New defcustom.
11193 (extract-address-components): Use it.
11194
11195 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11196
11197 * subr.el (make-progress-reporter, progress-reporter-update)
11198 (progress-reporter-force-update, progress-reporter-do-update)
11199 (progress-reporter-done): New functions.
11200
11201 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11202
11203 * progmodes/etags.el (etags-tags-completion-table): Use progress
11204 reporter.
11205 (etags-tags-apropos): Likewise.
11206
11207 2004-10-08 Alan Mackenzie <acm@muc.de>
11208
11209 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11210 of current line.
11211
11212 2004-10-08 Masatake YAMATO <jet@gyve.org>
11213
11214 * server.el (server-process-filter): Wrap `process-send-region'
11215 by `condition-case' to guard the case when the pipe to PROC is closed.
11216
11217 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11218
11219 * xml.el (xml-substitute-special): Limit handling of external entities.
11220
11221 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11222
11223 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11224
11225 2004-10-06 John Paul Wallington <jpw@gnu.org>
11226
11227 * xml.el (xml-parse-dtd): Fix `error' call.
11228
11229 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11230
11231 * xml.el (xml-substitute-special): Return a single string instead
11232 of a list of strings if an entity substitution is made.
11233
11234 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11235
11236 * calendar/icalendar.el: New file.
11237
11238 2004-10-05 Juri Linkov <juri@jurta.org>
11239
11240 * isearch.el (isearch-done): Set mark after running hook.
11241 Reported by Drew Adams <drew.adams@oracle.com>.
11242
11243 * info.el (Info-history, Info-toc): Fix Info headers.
11244 (Info-toc): Narrow buffer before Info-fontify-node.
11245 (Info-build-toc): Don't check for special Info file names.
11246 Set main-file to nil if Info-find-file returns a symbol.
11247
11248 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11249
11250 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11251 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11252 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11253
11254 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11255
11256 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11257 for old interactive spec from calendar-goto-iso-date.
11258 (calendar-goto-iso-date): Use it.
11259 (calendar-goto-iso-week): New function. Suggested by Emilio
11260 C. Lopes <eclig@gmx.net>.
11261
11262 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11263
11264 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11265 `set-right-margin' bindings that follow the minor mode conventions.
11266
11267 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11268
11269 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11270 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11271 (latex-block-args-alist): Add minipage and picture.
11272 (latex-block-body-alist): Use reftex-label if enabled.
11273 (latex-insert-block): Don't insert a \n if not necessary.
11274 (tex-compile-commands): Make sure dvips doesn't send to printer.
11275 (tex-compile-default): Handle the case where no executable is found.
11276 (latex-noindent-environments): New var.
11277 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11278 If tex-indent-allhanging is non-nil, make sure we only align for macros
11279 at beginning of line.
11280
11281 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11282
11283 * newcomment.el (comment-beginning): Doc fix and don't choke on
11284 unset `comment-end-skip' when at beginning of comment.
11285
11286 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11287
11288 * term.el (term-adjust-current-row-cache): Don't allow the current
11289 row to become negative.
11290 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11291 the end of the line. Fix scroll down. Add comments.
11292 (term-handle-ansi-escape): Don't exceed terminal width when moving
11293 right.
11294 (term-scroll-region): Move the cursor after setting the scroll region.
11295
11296 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11297
11298 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11299 to `width' for consistency with docstring. Doc fix.
11300
11301 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11302
11303 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11304 This is necessary for derived modes.
11305
11306 2004-09-30 Kim F. Storm <storm@cua.dk>
11307
11308 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11309 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11310
11311 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11312 kmacro-extract-lambda functions.
11313 (edit-kbd-macro): Handle kmacro lambda forms.
11314 Include counter and counter format in edit buffer.
11315 (edmacro-finish-edit): Get counter and format from edit buffer and
11316 update kmacro bindings when found.
11317
11318 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11319
11320 * textmodes/paragraphs.el (forward-paragraph):
11321 Avoid args-out-of-range error when point winds up at the beginning of
11322 the buffer and hard newlines are enabled.
11323
11324 * newcomment.el (comment-multi-line): Doc fix.
11325
11326 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11327
11328 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11329 (diff-fixup-modifs): Catch unified-diff file-headers.
11330
11331 2004-09-29 Kim F. Storm <storm@cua.dk>
11332
11333 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11334 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11335 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11336
11337 * fringe.el (fringe-bitmap-p): New macro.
11338 (fringe-bitmaps): Add standard fringe bitmaps on load.
11339
11340 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11341
11342 * dired.el (dired-view-command-alist): Use more efficient regexps.
11343 Remove dubious arguments.
11344 (dired-align-file): New function.
11345 (dired-insert-directory): Use it.
11346 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11347 (dired-buffers-for-dir): Remove unused var `pattern'.
11348
11349 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11350
11351 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11352 from diary display excursion. Store diary buffer's point for
11353 `simple-diary-display'.
11354 (simple-diary-display): Set window point and start when
11355 displaying buffer, to preserve point.
11356
11357 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11358
11359 * textmodes/enriched.el (enriched-translations): Replace defconst
11360 with defvar.
11361
11362 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11363
11364 * printing.el: Doc fix.
11365 (pr-version): New version number (6.8.1).
11366 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11367 make-temp-name.
11368 (pr-delete-file): Check if file exists before deleting it.
11369 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11370
11371 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11372
11373 * term.el (term-display-table): New variable.
11374 (term-mode): Use it.
11375 (term-exec-1): Set the coding system to binary.
11376 (term-emulate-terminal): Decode the string before inserting it.
11377
11378 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11379
11380 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11381 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11382 (map): Bind S-prior, S-next and S-insert.
11383 (term-mode): Set `indent-tabs-mode' to nil.
11384 (term-paste): New function to be bound to S-insert.
11385 (term-send-del, term-send-backspace): Change the strings sent.
11386 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11387 (term-handle-colors-array): Fix handling of underline and reverse.
11388 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11389 (term-erase-in-line): Fix comparison.
11390 (term-emulate-terminal): Fix line wrap handling.
11391 (term-start-output-log): Rename from `term-set-output-log'.
11392 (term-stop-output-log): Rename from `term-stop-photo'.
11393 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11394
11395 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11396
11397 * dired.el (dired-move-to-filename): Don't output a message if
11398 raise-error is non-nil. Fix return position and value.
11399
11400 * files.el (insert-directory): Obey --dired even with symlinks.
11401
11402 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11403
11404 * ls-lisp.el (ls-lisp-format): Mark file names with property
11405 dired-filename.
11406
11407 2004-09-25 Kim F. Storm <storm@cua.dk>
11408
11409 * ido.el (ido-max-directory-size): New defcustom.
11410 (ido-decorations): Add "too big" element.
11411 (ido-directory-too-big): New dynamic var.
11412 (ido-may-cache-directory): Don't cache big directories.
11413 (ido-directory-too-big-p): New defun.
11414 (ido-set-current-directory): Update ido-directory-too-big.
11415 (ido-read-internal): Make empty ido-cur-item if too-big.
11416 (ido-buffer-internal): Use ido-read-internal directly instead of
11417 ido-read-buffer.
11418 (ido-file-internal): Init ido-directory-too-big.
11419 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11420 and redo completion with full list.
11421 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11422 it, and show completions.
11423 (ido-all-completions): Let bind ido-directory-too-big to nil.
11424 (ido-exhibit): Handle ido-directory-too-big.
11425 (ido-read-buffer): Handle fallback to read-buffer.
11426 Init ido-directory-too-big.
11427 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11428 Init ido-directory-too-big.
11429
11430 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11431
11432 * subr.el (delay-mode-hooks): Doc fix.
11433
11434 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11435
11436 * textmodes/enriched.el
11437 (enriched-default-text-properties-local-flag): New variable.
11438 (enriched-mode): Make sure that enabling and disabling the mode is
11439 a no-op. Doc fix.
11440
11441 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11442
11443 * calendar/holidays.el (holiday-advent): Report on a specified day
11444 offset from advent, not just advent.
11445 (holiday-easter-etc): Report on one specified day offset from
11446 easter, not all easter holidays. Various Easter holidays moved to
11447 `christian-holidays' variable in calendar.el.
11448 * calendar/calendar.el (christian-holidays): Adapt for new
11449 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11450
11451 2004-09-23 Kim F. Storm <storm@cua.dk>
11452
11453 * image.el (insert-sliced-image): Add doc string.
11454
11455 * ido.el (ido-choice-list): New dynamic var for `list' context.
11456 (ido-context-switch-command): New dynamic var.
11457 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11458 (ido-read-internal): Handle new `list' context.
11459 Handle insert-buffer and insert-file ido-exit values.
11460 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11461 ido-context-switch-command. Handle insert-file ido-exit value.
11462 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11463 unless it is already bound by caller.
11464 (ido-file-internal): New arg switch-cmd. Use it to setup
11465 ido-context-switch-command. Handle insert-buffer ido-exit value.
11466 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11467 used for context switching.
11468 (ido-all-completions): Handle new `list' context.
11469 (ido-make-choice-list): Return choices for `list' context.
11470 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11471 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11472 (ido-insert-buffer, ido-insert-file): Setup context switching.
11473 (ido-exhibit): Handle `list' context.
11474 (ido-read-file-name): Disable context switching. Handle fallback.
11475 (ido-read-directory-name): Disable context switching.
11476 (ido-completing-read): New defun like completing-read. Setup and
11477 use new `list' context.
11478
11479 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11480
11481 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11482
11483 2004-09-21 Jay Belanger <belanger@truman.edu>
11484
11485 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11486 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11487 separate window.
11488
11489 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11490
11491 * subr.el (after-change-major-mode-hook): Doc fix.
11492
11493 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11494
11495 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11496 of ghostscript for monochrome PostScript file in Windows.
11497
11498 2004-09-21 Kenichi Handa <handa@m17n.org>
11499
11500 * descr-text.el (describe-char): Checking of quail activation fixed.
11501
11502 2004-09-21 Jay Belanger <belanger@truman.edu>
11503
11504 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11505
11506 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11507
11508 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11509 after the mode hooks instead of before. Doc fix.
11510
11511 2004-09-20 Jason Rumney <jasonr@gnu.org>
11512
11513 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11514 _emacs, but revert to .emacs if neither exists in home directory.
11515
11516 2004-09-20 John Paul Wallington <jpw@gnu.org>
11517
11518 * bindings.el (completion-ignored-extensions): Add .dfsl.
11519
11520 2004-09-20 Richard M. Stallman <rms@gnu.org>
11521
11522 * bindings.el (scroll-left): Make it disabled.
11523
11524 * files.el (enable-local-eval): Doc fix.
11525
11526 * indent.el (move-to-left-margin): Special case for minibuffer.
11527
11528 * term.el (term-emulate-terminal): Turn off undo for output.
11529 Use with-current-buffer and save-selected-window.
11530
11531 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11532
11533 * progmodes/make-mode.el (makefile-fill-paragraph):
11534 Don't insist on spaces when looking for comments. # is enough.
11535
11536 * files.el (hack-local-variables): Copy the variables list
11537 to another buffer, strip prefixes and suffixes there, then read.
11538 (enable-local-eval): Doc fix.
11539 (ignored-local-variables): Initialize to nil.
11540 (risky-local-variable-p): Don't check ignored-local-variables here.
11541 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11542
11543 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11544
11545 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11546 of = to "." (punctuation).
11547
11548 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11549
11550 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11551
11552 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11553
11554 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11555 (enriched-before-change-major-mode): New function.
11556 Add it to `change-major-mode-hook'.
11557 (enriched-after-change-major-mode): New function.
11558 Add it to `after-change-major-mode-hook'.
11559 (enriched-mode): Make it work correctly if called from
11560 `after-change-major-mode-hook'.
11561 No longer set `indent-line-function'.
11562
11563 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11564
11565 * subr.el (after-change-major-mode-hook): New variable.
11566 (run-mode-hooks): Implement it.
11567
11568 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11569
11570 * battery.el (battery-linux-proc-apm): Use string-to-number.
11571 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11572 Use dolist (and less indentation). Use erase-buffer.
11573 Pre-initialize `design-capacity', `warn', and `low'.
11574 (battery-format): Use replace-regexp-in-string.
11575
11576 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11577
11578 * battery.el: Delete superfluous empty lines.
11579 (battery-linux-proc-acpi): Attempt to gather information from all
11580 battery subdirectories regardless of their file name.
11581 (battery-linux-proc-apm): Replace all occurrences of
11582 battery-hex-to-int-2 with string-to-int (base 16).
11583 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11584 (battery-hex-map): Delete variable.
11585
11586 2004-09-18 John Paul Wallington <jpw@gnu.org>
11587
11588 * calc/calc-units.el (calc-quick-units): Fix overzealous
11589 s/or/unless/.
11590
11591 2004-09-17 Jay Belanger <belanger@truman.edu>
11592
11593 * calc/calc.el (calc-mode-var-list): Fix the value of
11594 `calc-matrix-brackets'.
11595
11596 2004-09-17 Romain Francoise <romain@orebokech.com>
11597
11598 * ibuf-ext.el (define-ibuffer-filter filename):
11599 Expand dired-directory since buffer-file-name is absolute.
11600
11601 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11602
11603 * ediff-init.el (ediff-current-diff-face-A)
11604 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11605 (ediff-current-diff-face-Ancestor)
11606 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11607 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11608 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11609 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11610 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11611 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11612 Use min-colors.
11613
11614 * term.el (term-down): Perform vertical motion if DOWN is negative.
11615 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11616 (term-termcap-format): Synchronyze with the eterm terminfo entry
11617 in etc/e/eterm.ti.
11618 (term-handle-colors-array): If the current foreground or
11619 background are zero (i.e. unspecified), use the foreground and
11620 background of the default face for reverse video.
11621 (term-ansi-at-eval-string, term-ansi-default-fg)
11622 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11623 (term-mem): Delete ununsed function.
11624 (term-protocol-version): Increment.
11625 (term-current-face): Set to default.
11626
11627 2004-09-15 Jay Belanger <belanger@truman.edu>
11628
11629 * calc/calc.el (calc-mode-var-list): Define this variable.
11630 (calc-always-load-extensions, calc-line-numbering)
11631 (calc-line-breaking, calc-display-just, calc-display-origin)
11632 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11633 (calc-group-char, calc-point-char, calc-frac-format)
11634 (calc-prefer-frac, calc-hms-format, calc-date-format)
11635 (calc-float-format, calc-full-float-format, calc-complex-format)
11636 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11637 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11638 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11639 (calc-matrix-brackets, calc-language, calc-language-option)
11640 (calc-left-label, calc-right-label, calc-word-size)
11641 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11642 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11643 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11644 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11645 (calc-window-height, calc-display-trail, calc-show-selections)
11646 (calc-use-selections, calc-assoc-selections)
11647 (calc-display-working-message, calc-auto-why, calc-timing)
11648 (calc-mode-save-mode, calc-standard-date-formats)
11649 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11650 (calc-user-parse-tables, calc-gnuplot-default-device)
11651 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11652 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11653 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11654 (calc-invocation-macro, calc-show-banner): Give these values as
11655 part of `calc-mode-var-list's initialization after the variables
11656 are declared with defvar.
11657 (calc-bug-address): Change email address to send bug reports to.
11658 Change the maintainer address at the top.
11659 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11660 than "\\.emacs" to determine if it is the user-init-file.
11661
11662 * calc/calc-embed.el (calc-embedded-set-modes): Use
11663 `calc-mode-var-list' correctly.
11664
11665 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11666
11667 * vc.el (annotate-time): Document point handling.
11668 (vc-annotate-display-autoscale): Doc fix.
11669
11670 2004-09-15 Miles Bader <miles@gnu.org>
11671
11672 * generic.el (generic-make-keywords-list): Use symbol rather than
11673 word anchors in regexp.
11674
11675 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11676
11677 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11678 no file name consider `dired-directory'.
11679
11680 2004-09-14 Kim F. Storm <storm@cua.dk>
11681
11682 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11683
11684 2004-09-14 Simon Josefsson <jas@extundo.com>
11685
11686 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11687
11688 * textmodes/dns-mode.el: Add.
11689
11690 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11691
11692 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11693 (disabled-command-function): Make the ?\ char more obvious.
11694
11695 * vc-arch.el (vc-arch-root, vc-arch-registered):
11696 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11697
11698 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11699
11700 * windmove.el (windmove-frame-edges): Report coordinates of
11701 outside edges of frame, not inside edges.
11702 (windmove-coordinates-of-position): Convert into wrapper to new
11703 function `windmove-coordinates-of-window-position';
11704 `compute-motion' always applies to selected window.
11705 (windmove-coordinates-of-position): Update documentation to refer
11706 to Emacs 21 Lisp Reference Manual.
11707 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11708
11709 2004-09-13 Kim F. Storm <storm@cua.dk>
11710
11711 * isearch.el (isearch-resume-in-command-history): Rename from
11712 isearch-resume-enabled and change default to nil.
11713
11714 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11715
11716 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11717 (vc-registered): Use it.
11718 (vc-find-root): New fun.
11719
11720 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11721 Don't tell to use \\{...} when it's already done.
11722
11723 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11724 Provide a sample complex default.
11725 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11726 (bibtex-entry): Use mapc.
11727
11728 2004-09-12 Kim F. Storm <storm@cua.dk>
11729
11730 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11731
11732 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11733 inhibit-field-text-motion to t so rectangles work in comint buffers.
11734
11735 * simple.el (choose-completion-string): Set buffer before running
11736 choose-completion-string-functions hook so it can be buffer-local.
11737
11738 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11739
11740 * progmodes/compile.el (compilation-start): Parse command to see
11741 if it starts with a cd, and if so perform it for the *compilation*
11742 buffer. Change the header to reflect this.
11743
11744 2004-09-11 Kim F. Storm <storm@cua.dk>
11745
11746 * ido.el (ido-enable-dot-prefix): Doc fix.
11747 (ido-enable-dot-prefix): New defcustom.
11748 (ido-set-matches1): Use it.
11749
11750 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 * textmodes/bibtex.el (bibtex-mark-active)
11753 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11754
11755 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11756
11757 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11758 used in a case insensitive environment.
11759 (bibtex-mode-map): Rearrange order of menus.
11760 (bibtex-quoted-string-re): Obsolete.
11761 (bibtex-complete-key-cleanup): Variable replaced by new function.
11762 (bibtex-font-lock-keywords): Use backquotes.
11763 (bibtex-font-lock-url-regexp): New internal variable.
11764 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11765 "OPT" and "ALT".
11766 (bibtex-insert-current-kill, bibtex-make-field)
11767 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11768 (bibtex-parse-field-text): Simplify.
11769 (bibtex-string=): New helper function.
11770 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11771 (bibtex-map-entries): Use bibtex-string=.
11772 (bibtex-search-entry): Use not.
11773 (bibtex-enclosing-field): Fix docstring.
11774 (bibtex-assoc-regexp): Obsolete.
11775 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11776 (bibtex-autokey-get-names): Handle empty name field.
11777 (bibtex-parse-strings): Use assoc-string and unless.
11778 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11779 Use assoc-string.
11780 (bibtex-pop): Simplify.
11781 (bibtex-mode): Set font-lock-extra-managed-props.
11782 (bibtex-entry-update): Use assoc-string.
11783 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11784 (bibtex-autofill-entry): Use bibtex-string=.
11785 (bibtex-print-help-message): Simplify.
11786 (bibtex-find-entry): New optional arg START.
11787 (bibtex-validate): Use bibtex-string= and assoc-string.
11788 Do not call obsolete function compilation-parse-errors.
11789 (bibtex-remove-delimiters): Only remove delimiters if present.
11790 (bibtex-copy-entry-as-kill): Add docstring.
11791 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11792 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11793 (bibtex-complete): Use bibtex-predefined-month-strings,
11794 bibtex-string=, and new function bibtex-complete-key-cleanup.
11795 (bibtex-generate-url-list): New variable.
11796 (bibtex-url): New command bound to C-c C-l and mouse-2.
11797 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11798 (bibtex-font-lock-url): New function.
11799
11800 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11801
11802 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11803
11804 2004-09-09 Kim F. Storm <storm@cua.dk>
11805
11806 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11807 counter and format with binding.
11808 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11809 the declared macro uses own macro counter and format. Give symbol
11810 kmacro property.
11811 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11812 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11813 (kmacro-end-and-call-macro): Doc fix.
11814
11815 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11816
11817 * desktop.el (desktop-clear-preserve-buffers):
11818 Remove make-obsolete-variable.
11819
11820 2004-09-08 Richard M. Stallman <rms@gnu.org>
11821
11822 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11823 with the buffer as argument.
11824
11825 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11826
11827 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11828
11829 2004-09-08 Juri Linkov <juri@jurta.org>
11830
11831 * replace.el (perform-replace): Use `query-replace-descr'.
11832
11833 * cus-start.el (history-delete-duplicates): Specify customization.
11834
11835 * diff-mode.el (diff-mode-map):
11836 * progmodes/compile.el (compilation-mode-map):
11837 * progmodes/grep.el (grep-mode-map):
11838 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11839 to `next-error-follow-minor-mode'.
11840
11841 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11842
11843 * isearch.el (isearch-lazy-highlight-update): Take into account
11844 the case of zero-length match at the search bound.
11845
11846 2004-09-08 Kim F. Storm <storm@cua.dk>
11847
11848 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11849 change. Use zero width overlays when necessary.
11850
11851 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11852
11853 * subr.el (split-string): Docfix.
11854
11855 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11856
11857 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11858 (display-call-tree): Ensure newline after caller/calls blocks.
11859
11860 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11861
11862 * startup.el (command-line-1): Make option
11863 --directory/-L modify `load-path' straight away.
11864
11865 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11866
11867 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11868
11869 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11870
11871 * emacs-lisp/autoload.el (make-autoload):
11872 Handle `define-compilation-mode'.
11873
11874 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11875 Specify `doc-string-elt' property.
11876
11877 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11878
11879 * bs.el (bs-mode): Doc fix.
11880
11881 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11882
11883 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11884
11885 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11886
11887 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11888
11889 2004-09-08 Kenichi Handa <handa@m17n.org>
11890
11891 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11892 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11893 ps-mule-next-point -> 1+).
11894
11895 * composite.el (encode-composition-rule): Add autoload cooky.
11896
11897 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11898
11899 * format.el (buffer-auto-save-file-format): Make it permanent local.
11900
11901 2004-09-07 Kim F. Storm <storm@cua.dk>
11902
11903 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11904 (authors-fixed-entries): Fix typo.
11905 (authors-canonical-author-name): Compact multiple spaces.
11906 Ignore trivial names (e.g. only first name).
11907
11908 * term.el (term-window-width): Only use full window width on
11909 window system if overflow-newline-into-fringe is enabled.
11910 (term-mode): Don't disable overflow-newline-into-fringe.
11911
11912 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11913
11914 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11915 motion as seen on my Mac OS X xterms.
11916
11917 * newcomment.el (uncomment-region-default, comment-region-default):
11918 New functions extracted from uncomment-region and comment-region.
11919 (comment-region, comment-region-function, uncomment-region)
11920 (uncomment-region-function): Use them.
11921
11922 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11923
11924 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11925 It's not crucial but can make sense at times.
11926
11927 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11928 the first commit.
11929
11930 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11931 Disable obsolete code.
11932
11933 2004-09-07 Juri Linkov <juri@jurta.org>
11934
11935 * progmodes/grep.el (grep-highlight-matches): Change default from
11936 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11937 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11938 if grep option `--color' is available, or to `nil' otherwise.
11939 (grep-process-setup): Call `grep-compute-defaults' if
11940 `grep-highlight-matches' is not computed. Set env-vars only
11941 if `grep-highlight-matches' is `t'.
11942 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11943 is already defined).
11944
11945 * progmodes/compile.el (compilation-start): Use copy of
11946 `process-environment' created by `copy-sequence' to not
11947 modify env-vars in the global `process-environment'.
11948
11949 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11950
11951 * simple.el (next-error-follow-minor-mode): Fix last change.
11952
11953 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11954
11955 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11956 permanent local.
11957
11958 2004-09-04 Richard M. Stallman <rms@gnu.org>
11959
11960 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11961 highlighting if the search string is empty.
11962
11963 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11964
11965 * facemenu.el (facemenu-active-faces): Change condition of inner
11966 `while' loop to also check the first two elements of `face-atts'
11967 and `mask-atts'.
11968
11969 2004-09-04 John Paul Wallington <jpw@gnu.org>
11970
11971 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11972 (thumbs-view-image-mode): Make buffer read-only.
11973
11974 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11975
11976 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11977 (ispell-check-version): Set it.
11978 (ispell-send-replacement): New function.
11979 (ispell-process-line): Call ispell-send-replacement.
11980
11981 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11982
11983 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11984 Support choosing seconds with "s".
11985
11986 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11987
11988 * terminal.el (te-escape): Show `?' in prompt for help key.
11989
11990 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11991
11992 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11993
11994 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11995
11996 * simple.el (next-error-follow-minor-mode)
11997 (next-error-follow-mode-post-command-hook): New functions.
11998 (next-error-follow-last-line): New defvar.
11999
12000 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12001 * progmodes/compile.el (compilation-mode-map): Likewise.
12002 * progmodes/grep.el (grep-mode-map): Likewise.
12003 * replace.el (occur-mode-map): Likewise.
12004
12005 * newcomment.el (uncomment-region): Bind comment-use-global-state
12006 to nil.
12007
12008 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12009
12010 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12011 locally around the call to `revert-buffer'.
12012
12013 2004-09-03 Juri Linkov <juri@jurta.org>
12014
12015 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12016 `isearch-adjusted' to `t'.
12017 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12018 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12019 (isearch-other-meta-char): Restore isearch-point unconditionally.
12020 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12021 Set point to start of match if region is not active in transient
12022 mark mode (to include the current match to region boundaries).
12023 Push the search string to `query-replace-from-history-variable'.
12024 Add prompt "Query replace regexp" for isearch-regexp.
12025 Add region beginning/end as last arguments of `perform-replace.'
12026 (isearch-query-replace-regexp): Replace code by the call to
12027 `isearch-query-replace' with arg `t'.
12028
12029 2004-09-03 Richard M. Stallman <rms@gnu.org>
12030
12031 * startup.el (normal-top-level): Undo previous TERM change.
12032
12033 2004-09-03 Kim F. Storm <storm@cua.dk>
12034
12035 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12036 highlight overlays; allow using RET when cursor is over a button.
12037 (cua--highlight-rectangle): Use it.
12038 (cua--rectangle-set-corners): Don't move backwards at eol.
12039 (cua--forward-line): Don't move into void after eob.
12040
12041 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12042 point is set (and displayed) inside rectangle.
12043 (cua--rectangle-operation): Fix for highlight of empty lines.
12044 (cua--highlight-rectangle): Fix highlight for tabs.
12045 Position cursor at left/right edge of rectangle using new `cursor'
12046 property on overlay strings.
12047 (cua--indent-rectangle): Don't tabify.
12048 (cua-rotate-rectangle): Ignore that point has moved.
12049
12050 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12051
12052 * term/mac-win.el: Add ASCII equivalents for some function keys.
12053 (mode-line-frame-identification): Sync with x-win.el.
12054
12055 2004-09-02 Juri Linkov <juri@jurta.org>
12056
12057 * progmodes/compile.el (compilation-buffer-name): Compare major
12058 mode with second element of compilation-arguments instead of third
12059 to reflect latest changes in compilation-arguments structure.
12060 (recompile): Use global variable `compilation-directory' to get
12061 recent compilation directory only when `recompile' is invoked NOT
12062 in the compilation buffer. Otherwise, use `default-directory' of
12063 the compilation buffer.
12064 (compilation-error-properties): Allow to funcall col and end-col.
12065 (compilation-mode-font-lock-keywords): Check col and end-col by
12066 `integerp'.
12067 (compilation-goto-locus): If end-mk is non-nil in transient mark
12068 mode don't activate the mark (and don't display message in
12069 push-mark), but highlight overlay between mk and end-mk.
12070
12071 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12072 (grep-regexp-alist): Add rule to highlight grep matches.
12073 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12074
12075 * info.el (Info-fontify-node): Don't compute other-tag
12076 if Info-hide-note-references=hide.
12077
12078 * help.el (function-called-at-point):
12079 * help-fns.el (variable-at-point):
12080 Try `find-tag-default' when other methods failed.
12081
12082 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12083 Do not push mark if inhibit-mark-movement is non-nil.
12084
12085 * textmodes/ispell.el (ispell-html-skip-alists):
12086 Fix backslashes in docstring.
12087
12088 2004-09-01 Juri Linkov <juri@jurta.org>
12089
12090 * isearch.el (isearch-wrap-function)
12091 (isearch-push-state-function): New defvars.
12092 (isearch-pop-fun-state): New defsubst.
12093 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12094 (isearch-push-state): Set the result of calling
12095 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12096 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12097 restore the mode-specific starting point of terminated search.
12098 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12099 (isearch-repeat): Call `isearch-wrap-function' if defined.
12100 (isearch-message-prefix): Don't add prefix "over" to the message
12101 for wrapped search if `isearch-wrap-function' is defined.
12102 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12103 restore the mode-specific starting point of failed search.
12104
12105 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12106 (Info-search): Add new optional arguments for the sake of isearch.
12107 Replace whitespace in Info-search-whitespace-regexp literally.
12108 Add backward search. Don't call `Info-select-node' if regexp is
12109 found in the same Info node. Don't add node to Info-history for
12110 wrapped isearch.
12111 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12112 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12113 (Info-mode): Set local variables `isearch-search-fun-function',
12114 `isearch-wrap-function', `isearch-push-state-function',
12115 `search-whitespace-regexp'.
12116
12117 * isearch.el: Remove ancient Change Log section.
12118 (isearch-string, isearch-message-string, isearch-point)
12119 (isearch-success, isearch-forward-flag, isearch-other-end)
12120 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12121 (isearch-barrier, isearch-within-brackets)
12122 (isearch-case-fold-search): Add suffix `-state' to state-related
12123 defsubsts to avoid name clashes with other function names.
12124
12125 * simple.el (next-error): New defgroup and defface.
12126 (next-error-highlight, next-error-highlight-no-select):
12127 New defcustoms.
12128 (next-error-no-select): Let-bind next-error-highlight to the value
12129 of next-error-highlight-no-select before calling `next-error'.
12130
12131 * progmodes/compile.el (compilation-goto-locus):
12132 Use `next-error' face instead of `region'. Set 4-th argument of
12133 `move-overlay' to `current-buffer' to move overlay to different
12134 source buffers. Use new variable `next-error-highlight'.
12135
12136 * simple.el (next-error-find-buffer): Move the rule
12137 "if current buffer is a next-error capable buffer" after the
12138 rule "if next-error-last-buffer is set to a live buffer".
12139 Simplify to test all rules in one `or'.
12140 (next-error): Doc fix.
12141 (next-error, previous-error, first-error)
12142 (next-error-no-select, previous-error-no-select):
12143 Make arguments optional.
12144
12145 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12146
12147 * macros.el (apply-macro-to-region-lines): Make it operate on all
12148 lines that begin in the region, rather than on all complete lines
12149 in the region.
12150
12151 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12152
12153 * x-dnd.el (x-dnd-protocol-alist): Document update.
12154 (x-dnd-known-types): Defcustom it.
12155 (x-dnd-handle-motif): Print message-atom in error message.
12156
12157 2004-08-30 John Paul Wallington <jpw@gnu.org>
12158
12159 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12160 strings rather than programatically constructing message.
12161
12162 2004-08-30 Richard M. Stallman <rms@gnu.org>
12163
12164 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12165 Don't return a string that would read as the wrong character code.
12166
12167 2004-08-29 Kim F. Storm <storm@cua.dk>
12168
12169 * emulation/cua-base.el (cua-auto-expand-rectangles):
12170 Remove automatic rectangle padding feature; replace by non-destructive
12171 virtual rectangle edges feature.
12172 (cua-virtual-rectangle-edges): New defcustom.
12173 (cua-auto-tabify-rectangles): New defcustom.
12174 (cua-paste): If paste into a marked rectangle, insert rectangle at
12175 current column, even if virtual; also paste exactly as many lines
12176 as has been marked (ignore additional lines or add empty lines),
12177 but paste whole source if only one line is marked.
12178 (cua--update-indications): No longer use overwrite-cursor to
12179 indicate rectangle padding
12180
12181 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12182 (cua--rectangle-virtual-edges): New defun.
12183 (cua--rectangle-get-corners): Remove optional PAD arg.
12184 (cua--rectangle-set-corners): Never do padding.
12185 (cua--forward-line): Remove optional PAD arg. Simplify.
12186 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12187 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12188 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12189 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12190 (cua--rectangle-move): Never do padding. Simplify.
12191 (cua--tabify-start): New defun.
12192 (cua--rectangle-operation): Add tabify arg. All callers changed.
12193 (cua--pad-rectangle): Remove.
12194 (cua--delete-rectangle): Handle delete with virtual edges.
12195 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12196 (cua--insert-rectangle): Handle insert at virtual column.
12197 Perform auto-tabify if necessary.
12198 (cua--activate-rectangle): Remove optional FORCE arg.
12199 Never do padding. Simplify.
12200 (cua--highlight-rectangle): Enhance for virtual edges.
12201 (cua-toggle-rectangle-padding): Remove command.
12202 (cua-toggle-rectangle-virtual-edges): New command.
12203 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12204 (cua--rectangle-post-command): Don't force rectangle padding.
12205 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12206
12207 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12208
12209 * indent.el (edit-tab-stops-buffer): Doc fix.
12210
12211 2004-08-28 Richard M. Stallman <rms@gnu.org>
12212
12213 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12214 (grep-tag-default): Function deleted.
12215
12216 * subr.el (find-tag-default): Move from etags.el.
12217
12218 * progmodes/etags.el (find-tag-default): Move to subr.el.
12219
12220 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12221 into the basic character if it has an uppercase form.
12222
12223 2004-08-27 Kenichi Handa <handa@m17n.org>
12224
12225 * international/utf-8.el (utf-8-post-read-conversion): If the
12226 buffer is unibyte, temporarily make it multibyte.
12227
12228 2004-08-27 Masatake YAMATO <jet@gyve.org>
12229
12230 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12231
12232 2004-08-25 John Paul Wallington <jpw@gnu.org>
12233
12234 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12235 0, 1, and many mismatches in message.
12236 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12237
12238 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12239 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12240
12241 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12242
12243 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12244 vc-diff-switches differently.
12245
12246 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12247
12248 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12249 before and a real defvar after
12250 `speedbar-supported-extension-expressions'. This is to silence
12251 the compiler without breaking bootstrapping.
12252
12253 2004-08-22 Richard M. Stallman <rms@gnu.org>
12254
12255 * textmodes/flyspell.el (flyspell-word):
12256 Use set-process-query-on-exit-flag.
12257 (flyspell-highlight-duplicate-region): Take POSS as arg.
12258 (flyspell-word): Pass POSS as arg.
12259
12260 * progmodes/ada-xref.el: Many doc and style fixes.
12261 (ada-find-any-references): Use compilation-start.
12262 (ada-get-ali-file-name): Improve error msg.
12263 (ada-get-ada-file-name): Likewise.
12264
12265 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12266 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12267
12268 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12269 Add forward defvar.
12270
12271 * whitespace.el (global-whitespace-mode): New alias
12272 for whitespace-global-mode.
12273
12274 * speedbar.el (speedbar-file-regexp): Move definition up.
12275 (speedbar-mode, speedbar-set-mode-line-format):
12276 Use with-no-warnings.
12277 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12278
12279 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12280 controls whether to display the error buffer.
12281
12282 * ps-mule.el: Delete compatibility code for old Emacses.
12283 (ps-mule-find-wrappoint): Don't use chars-in-region.
12284
12285 * frame.el (display-mouse-p, display-selections-p):
12286 Use with-no-warnings.
12287
12288 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12289
12290 2004-08-22 David Kastrup <dak@gnu.org>
12291
12292 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12293 information.
12294
12295 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12296
12297 2004-08-22 Andreas Schwab <schwab@suse.de>
12298
12299 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12300
12301 2004-08-22 Masatake YAMATO <jet@gyve.org>
12302
12303 * cvs-status.el (cvs-status-checkout): New function.
12304 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12305
12306 2004-08-21 David Kastrup <dak@gnu.org>
12307
12308 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12309 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12310 has been converted to use hashtables, the relation `nil=none' is
12311 no longer valid, as `nil' is not a hashtable. This patch tries to
12312 reduce the number of resulting errors.
12313
12314 2004-08-21 John Paul Wallington <jpw@gnu.org>
12315
12316 * subr.el (process-kill-without-query): Made obsolete in
12317 version 21.4, not 21.5.
12318
12319 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12320 (vc-previous-comment, vc-next-comment)
12321 (vc-comment-search-reverse, vc-comment-search-forward)
12322 (vc-comment-to-change-log): Likewise.
12323
12324 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12325
12326 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12327
12328 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12329 Correct indentation of DEFMETHODS with non-standard method
12330 combinations (e.g., PROGN, MIN, MAX).
12331
12332 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12333
12334 * startup.el (normal-top-level-add-subdirs-to-load-path):
12335 Avoid unnecessarily checking system-type.
12336 (normal-top-level): Set TERM to "dumb". Simplify.
12337
12338 * avoid.el (mouse-avoidance-ignore-p): New fun.
12339 Also ignore switch-frame, select-window, double, and triple clicks.
12340 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12341 (mouse-avoidance-fancy-hook): Use it.
12342
12343 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12344
12345 * avoid.el (mouse-avoidance-nudge-mouse)
12346 (mouse-avoidance-banish-destination): Stay within the current window
12347 to avoid problems with mouse-autoselect-window.
12348
12349 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12350
12351 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12352 the newer format of some messages in cvs-1.12.1.
12353
12354 2004-08-19 Masatake YAMATO <jet@gyve.org>
12355
12356 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12357 (elp-results-jump-to-definition-by-mouse)
12358 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12359 (elp-output-result): Use elp-output-insert-symname.
12360
12361 2004-08-18 Kenichi Handa <handa@m17n.org>
12362
12363 * language/cyrillic.el: Register koi8-r in
12364 ctext-non-standard-encodings-alist.
12365 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12366
12367 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12368
12369 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12370 that replaces 20xy with xy.
12371
12372 2004-08-17 John Paul Wallington <jpw@gnu.org>
12373
12374 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12375 (reb-force-update): Doc fix.
12376
12377 2004-08-16 Richard M. Stallman <rms@gnu.org>
12378
12379 * progmodes/which-func.el (which-func-update-1): Doc fix.
12380
12381 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12382 (sh-mode-abbrev-table): New variable.
12383
12384 * progmodes/compile.el (compilation-mode): Doc fix.
12385
12386 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12387 Don't cons a new symbol each time.
12388 (eval-last-sexp-fake-value): New variable.
12389
12390 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12391 (copyright-update-year): Detect continuation of list of years.
12392
12393 * term.el (term-default-fg-color, term-default-bg-color)
12394 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12395
12396 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12397
12398 2004-08-16 Davis Herring <herring@lanl.gov>
12399
12400 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12401 (isearch-success, isearch-forward-flag, isearch-other-end)
12402 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12403 (isearch-barrier, isearch-within-brackets)
12404 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12405
12406 2004-08-16 Kenichi Handa <handa@m17n.org>
12407
12408 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12409
12410 2004-08-15 Kenichi Handa <handa@m17n.org>
12411
12412 * term/x-win.el (x-selection-value): If utf8 was successful but
12413 ctext was not, use utf8 string.
12414
12415 2004-08-14 Davis Herring <herring@lanl.gov>
12416
12417 * isearch.el: Remove accidental changes of March 4. Fix backing
12418 up when a regexp isearch is made more general. Use symbolic
12419 accessor functions for isearch stack frames to make usage clearer.
12420 (search-whitespace-regexp): Made groups in documentation shy (as
12421 is the group in the default value).
12422 (isearch-fallback): New function, addresses problems with regexps
12423 liberalized by `\|', adds support for liberalization by `\}' (the
12424 general repetition construct), and incorporates behavior for
12425 `*'/`?'.
12426 (isearch-}-char): New command, calls `isearch-fallback' with
12427 arguments appropriate to a typed `}'.
12428 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12429 appropriately.
12430 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12431 (isearch-string, isearch-message,string, isearch-point)
12432 (isearch-success, isearch-forward-flag, isearch-other-end)
12433 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12434 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12435 New inline functions to read fields of a stack frame.
12436
12437 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12438
12439 * battery.el (battery-linux-proc-acpi): Look into battery
12440 directories matching the literal string "CMB", too (required for
12441 Linux kernel version 2.6.7).
12442
12443 2004-08-14 John Paul Wallington <jpw@gnu.org>
12444
12445 * cus-start.el (read-file-name-completion-ignore-case): Add.
12446 (blink-cursor-alist): Change version to "21.4".
12447
12448 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12449
12450 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12451
12452 * speedbar.el (speedbar-scan-subdirs): New option.
12453 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12454 dolist.
12455 (speedbar-insert-files-at-point): Take an extra argument and use
12456 it to optionally find out if a subdir is empty. Also unreadable
12457 files don't get expand buttons.
12458 (speedbar-directory): New image (unused pixmap already existed).
12459 (speedbar-expand-image-button-alist): Use it.
12460
12461 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12462
12463 CC Mode update to 5.30.9:
12464
12465 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12466 Move from cc-vars to cc-defs for dependency reasons. Fix the
12467 POSIX char class test to check that it works in
12468 `skip-chars-(forward|backward)' too.
12469
12470 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12471 first argument starts with a special brace list.
12472
12473 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12474 when `c-opt-type-concat-key' is used (i.e. in Pike).
12475
12476 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12477 Fix bug when the inner char pair doesn't have paren syntax,
12478 i.e. "(<>)".
12479
12480 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12481 whitespace safe.
12482
12483 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12484 position for `arglist-intro', `arglist-cont-nonempty' and
12485 `arglist-close' when there are two arglist open parens on the same
12486 line and there's nothing in front of the first.
12487
12488 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12489 locking of qualified names in Java, which previously could fontify
12490 common indexing expressions in many cases. The standard Java
12491 naming conventions are used to tell them apart.
12492
12493 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12494 Fix inconsistency wrt opening parens on the first line inside a paren
12495 block.
12496
12497 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12498 compile time for the sake of `c-major-mode-is'.
12499
12500 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12501 `c-major-mode-is' in the event that this is used inside a
12502 `c-lang-defconst'.
12503
12504 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12505 `c-lang-defconst' so that it works better with fallback languages.
12506
12507 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12508 it to fail to record the base mode.
12509
12510 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12511 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12512 is used. Reorder the syntax checks to get more efficient
12513 skipping in some situations.
12514
12515 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12516 continuation which might precede the newly inserted '{'.
12517
12518 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12519 Fix cases where it could loop indefinitely.
12520
12521 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12522 size specs correctly. Only fontify identifiers in front of '('
12523 with as functions - don't accept any paren char. Tighten up
12524 initializer skipping to stop before function and class blocks.
12525
12526 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12527 the point could be left directly after an open paren when finding
12528 the beginning of the first decl in the block.
12529
12530 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12531 table when filtering out legitimate open parens to be recorded.
12532 This could cause cache inconsistencies when e.g.
12533 `c++-template-syntax-table' was temporarily in use.
12534
12535 * progmodes/cc-engine.el (c-on-identifier)
12536 (c-simple-skip-symbol-backward): Small fix for handling "-"
12537 correctly in `skip-chars-backward'. Affected the operator lfun
12538 syntax in Pike.
12539
12540 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12541 Fix bug that could cause an error from `after-change-functions' when
12542 the changed region is at bob.
12543
12544 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12545
12546 CC Mode update to 5.30.9:
12547
12548 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12549 to say that <TAB> doesn't insert WS into a CPP line.
12550 (c-indent-command, c-tab-always-indent): Amend doc strings.
12551
12552 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12553 checks for user errors, thus eliminating cryptic and unhelpful
12554 Emacs error messages. (1) Check the arg to `c-set-style' is a
12555 string. (2) Check that settings to `c-offsets-alist' are not
12556 spuriously quoted.
12557
12558 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12559 which precedes the newly inserted `{'.
12560
12561 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12562
12563 Sync with Tramp 2.0.44.
12564
12565 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12566 function "tramp_file_attributes". Otherwise, file names
12567 containing spaces are misinterpreted. Reported by Magnus Henoch
12568 <mange@freemail.hu>.
12569 (tramp-handle-file-truename): FILENAME must be expanded first.
12570 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12571 obscure results. Reported by D. Goel <deego@gnufans.org>.
12572 (tramp-handle-verify-visited-file-modtime): If file does not
12573 exist, say it is not modified if and only if that agrees with the
12574 buffer's record. Check whether a file is visiting the buffer, or
12575 the buffer has no recorded last modification time. Return t in
12576 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12577 <teirllm@auburn.edu>.
12578 (tramp-handle-write-region): Pass modtime explicitely to
12579 `set-visited-file-modtime', because filename can be different
12580 from (buffer-file-name) if `file-precious-flag' is set.
12581 `set-visited-file-modtime' must be called always when `visit' is t
12582 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12583 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12584 nil, don't apply the whole body. If the file doesn't exists, set
12585 modtime to '(-1 65535). Suggested by Luc Teirlinck
12586 <teirllm@auburn.edu>.
12587
12588 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12589
12590 * help.el (describe-bindings): Doc fix.
12591
12592 * subr.el (kbd): Doc fix.
12593
12594 2004-08-08 John Paul Wallington <jpw@gnu.org>
12595
12596 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12597 instead of `string-to-int'.
12598 (define-ibuffer-column mode): Fix indentation.
12599
12600 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12601
12602 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12603
12604 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12605
12606 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12607
12608 * novice.el (disabled-command-function): New variable renamed from
12609 `disabled-command-hook'.
12610 (disabled-command-hook): Keep the _variable_ as alias for
12611 `disabled-command-function' and make obsolete.
12612 (disabled-command-function): Function renamed from
12613 `disabled-command-hook'. Adapt code to name change of the variable.
12614
12615 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12616
12617 * simple.el (completion-root-regexp): New defvar.
12618 (completion-setup-function): Use it instead of a literal string.
12619
12620 2004-08-07 John Paul Wallington <jpw@gnu.org>
12621
12622 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12623 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12624 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12625 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12626
12627 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12628
12629 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12630 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12631
12632 2004-08-04 Kenichi Handa <handa@m17n.org>
12633
12634 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12635 Fix previous change.
12636
12637 2004-08-03 Kenichi Handa <handa@m17n.org>
12638
12639 * international/encoded-kb.el: The following changes are to
12640 utilize key-translation-map instead of minor mode map.
12641 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12642 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12643 (encoded-kbd-last-key): New function.
12644 (encoded-kbd-iso2022-single-shift): New function.
12645 (encoded-kbd-iso2022-designation)
12646 (encoded-kbd-self-insert-iso2022-7bit)
12647 (encoded-kbd-self-insert-iso2022-8bit)
12648 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12649 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12650 key-translation-map.
12651 (encoded-kbd-setup-keymap): Setup key-translation-map.
12652 (saved-key-translation-map): New variable.
12653 (encoded-kbd-mode): Save/restore key-translation-map.
12654 Adjust for the change of encoded-kbd-setup-keymap.
12655
12656 2004-08-02 Kim F. Storm <storm@cua.dk>
12657
12658 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12659 and call compute-motion with nil for topos and width to get proper
12660 usable width and height for both window and non-window systems.
12661
12662 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12663 calculate usable window width and height.
12664
12665 * window.el (window-buffer-height): Call compute-motion with nil width.
12666
12667 2004-08-01 David Kastrup <dak@gnu.org>
12668
12669 * replace.el (query-replace-read-from):
12670 Use `query-replace-compile-replacement'.
12671 (query-replace-compile-replacement): New function.
12672 (query-replace-read-to): Use `query-replace-compile-replacement'
12673 for repeating the last command.
12674
12675 2004-08-01 John Paul Wallington <jpw@gnu.org>
12676
12677 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12678 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12679 (pr-switches): Remove period from end of error messages.
12680
12681 * help-mode.el (help-go-back): Likewise.
12682
12683 * abbrev.el (only-global-abbrevs): Doc fix.
12684 (edit-abbrevs-map): Define within defvar.
12685 (quietly-read-abbrev-file): Doc fix.
12686
12687 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12688
12689 * novice.el (enable-command, disable-command): Doc fixes.
12690
12691 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12692
12693 2004-07-30 Richard M. Stallman <rms@gnu.org>
12694
12695 * subr.el (with-local-quit): Doc fix.
12696
12697 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12698
12699 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12700
12701 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12702
12703 * custom.el (defcustom): Doc fix.
12704
12705 2004-07-28 Masatake YAMATO <jet@gyve.org>
12706
12707 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12708
12709 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12710
12711 * imenu.el (imenu-prev-index-position-function)
12712 (imenu-extract-index-name-function, imenu-name-lookup-function)
12713 (imenu--index-alist): Docstring redundancy fix.
12714
12715 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12716
12717 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12718 binding dired-backup-overwrite.
12719
12720 2004-07-25 John Paul Wallington <jpw@gnu.org>
12721
12722 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12723
12724 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12725
12726 * term/tty-colors.el (tty-color-approximate): Doc fix.
12727
12728 * select.el (x-get-selection, x-set-selection): Doc fixes.
12729
12730 * frame.el (make-frame): Doc fix.
12731
12732 2004-07-24 Richard M. Stallman <rms@gnu.org>
12733
12734 * mail/rmail.el (rmail-mime-charset-pattern):
12735 Don't include semicolon in the charset value.
12736
12737 * replace.el (occur-next-error): Call set-window-point.
12738 (occur-engine): Handle negative NLINES.
12739
12740 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12741
12742 * frame.el (modify-all-frames-parameters): Minor doc fix.
12743 (set-frame-configuration): Doc fix.
12744
12745 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12746
12747 * simple.el (completion-setup-function): Compute the common parts
12748 and the first difference place correctly when
12749 partial-completion-mode is on.
12750
12751 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12752
12753 * ps-print.el: Doc fix.
12754 (ps-print-version): New version 6.6.5.
12755 (ps-printing-region): Doc fix.
12756 (ps-generate-string-list): Comment fix.
12757 (ps-message-log-max): Code fix.
12758
12759 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12760
12761 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12762 generated PostScript.
12763
12764 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12765
12766 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12767 with Gnus v5_10 branch.)
12768
12769 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12770
12771 * calendar/time-date.el (time-to-number-of-days): New function.
12772 Imported from from Gnus.
12773
12774 2004-07-22 Kim F. Storm <storm@cua.dk>
12775
12776 * progmodes/make-mode.el: Fix comments.
12777
12778 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12779
12780 * printing.el: Doc fix.
12781
12782 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12783
12784 * frame.el (modify-all-frames-parameters): Minor doc fix.
12785
12786 2004-07-20 Richard M. Stallman <rms@gnu.org>
12787
12788 * textmodes/fill.el (fill-nobreak-p): If this break point is
12789 at the end of the line, don't consider the newline which follows
12790 as a reason to return t.
12791
12792 2004-07-19 John Paul Wallington <jpw@gnu.org>
12793
12794 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12795
12796 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12797
12798 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12799 Delete irrelevant code.
12800
12801 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12802
12803 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12804 New docstring. From Luc Teirlinck.
12805
12806 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12807
12808 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12809 section.
12810 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12811 non-file buffers. We know it is nil.
12812
12813 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12814
12815 Sync with Tramp 2.0.43.
12816
12817 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12818 Remove outdated comment.
12819 (tramp-locked, tramp-locker): New variables for implementing a
12820 global lock.
12821 (tramp-sh-file-name-handler): Use them to implement the global lock.
12822
12823 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12824
12825 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12826 calls to respective `xxx` calls.
12827 (tramp-process-alive-regexp): Precise doc string.
12828 (tramp-multi-action-process-alive): New defun.
12829 (tramp-multi-actions): Use it.
12830 (tramp-handle-find-backup-file-name): `copy-tree' is available
12831 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12832 in order to avoid this function.
12833 (tramp-handle-write-region): Set current buffer. If connection
12834 wasn't open, `file-modes' has changed it accidently. Reported by
12835 David Kastrup <dak@gnu.org>.
12836 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12837 HOST.
12838 (tramp-action-password, tramp-multi-action-password): Apply it.
12839 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12840 name must still contain the port number. Otherwise, we have two
12841 Tramp buffers, with all the confusion. Reported by Myron Selby
12842 <myron@xytech.com> and Rolf Dubitzky
12843 <Dubitzky@physi.uni-heidelberg.de>.
12844
12845 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12846 HOST to `tramp-enter-passwd'.
12847
12848 * net/tramp-vc.el (all): Code cleanup. Change all
12849 `tramp-handle-xxx' calls to respective `xxx` calls.
12850
12851 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12852
12853 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12854 functions that are not erroneous if either 1-valued or
12855 multi-valued. Detect functions in this class.
12856 (testcover-1value-functions, testcover-compose-functions)
12857 (testcover-progn-functions) Add some additional functions to lists.
12858 (testcover-mark): Bugfix when marking up the definition for an
12859 empty function.
12860
12861 2004-07-17 Richard M. Stallman <rms@gnu.org>
12862
12863 * replace.el (occur-read-primary-args): Pass default to
12864 read-from-minibuffer.
12865
12866 * mail/footnote.el (footnote-section-tag): Use defcustom.
12867
12868 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12869 Compile font-lock-keywords, not KEYWORDS.
12870 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12871 Add warn, check-type. Handle cerror like error.
12872
12873 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12874
12875 * progmodes/which-func.el (which-func-keymap): New var.
12876 (which-func-face): New face.
12877 (which-func-format): Use them.
12878
12879 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12880
12881 * buff-menu.el (list-buffers-noselect): Append the buffer's
12882 process status to its mode name.
12883
12884 2004-07-16 Kim F. Storm <storm@cua.dk>
12885
12886 * simple.el (inhibit-mark-movement): New defvar.
12887 (beginning-of-buffer, end-of-buffer): Do not push mark if
12888 inhibit-mark-movement is non-nil or C-u prefix is given.
12889
12890 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12891 Init to beginning-of-buffer and end-of-buffer.
12892 (cua--undo-push-mark): New defvar.
12893 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12894 already active and command is in cua--preserve-mark-commands.
12895 Also fix check for shift modifier on non-window systems.
12896 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12897
12898 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12899
12900 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12901 of two integers, instead of a cons.
12902
12903 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12904 `visited-file-modtime' now returns a list of two integers, instead
12905 of a cons.
12906
12907 * dired.el (dired-directory-changed-p): Ditto.
12908
12909 * progmodes/grep.el (grep): Doc fix.
12910
12911 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12912
12913 * autorevert.el (auto-revert-tail-mode)
12914 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12915 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12916 in both at the same time.
12917 (auto-revert-tail-mode): New command.
12918 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12919 (auto-revert-handler): Revert only either tail or whole file.
12920
12921 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12922 add auto-revert-tail-mode.
12923
12924 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12925
12926 * printing.el: Doc fix. Change name of some funs.
12927 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12928 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12929 (pr-standard-file-name): New fun. Replace pr-standard-path.
12930 (pr-call-process): Code fix.
12931
12932 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12933
12934 * subr.el (with-selected-window): Doc fix.
12935
12936 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12937
12938 * subr.el (get-buffer-window-list): Doc fix.
12939
12940 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12941
12942 * files.el (switch-to-buffer-other-window): Doc fix.
12943
12944 * window.el (save-selected-window, one-window-p)
12945 (split-window-keep-point, split-window-vertically)
12946 (split-window-horizontally): Doc fixes.
12947
12948 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12949
12950 * printing.el: Doc fix. Now it uses call-process instead of
12951 shell-command for low command execution.
12952 (pr-version): New version number (6.8).
12953 (pr-shell-file-name): Option removed.
12954 (pr-shell-command): Fun removed.
12955 (pr-call-process): New fun. Replace pr-shell-command.
12956 (pr-standard-path, pr-remove-nil-from-list): New funs.
12957 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12958 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12959 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12960 (pr-ps-utility-process, pr-txt-print): Code fix.
12961
12962 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12963
12964 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12965 boolean.
12966
12967 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12968
12969 * wid-edit.el (widget-field-buffer): Doc fix.
12970
12971 2004-07-09 John Paul Wallington <jpw@gnu.org>
12972
12973 * emacs-lisp/re-builder.el (reb-update-overlays):
12974 Distinguish between one and several matches in message.
12975
12976 2004-07-09 Richard M. Stallman <rms@gnu.org>
12977
12978 * mouse.el (mouse-set-region-1): If transient-mark-mode
12979 is `identity', change it to `only'.
12980
12981 * simple.el (current-word): Doc fix.
12982
12983 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12984
12985 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12986 so that it is more understanding of whitespace.
12987
12988 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12989 (("ns" . "element") (attr-list) children) instead of
12990 ((:ns . "element") (attr-list) children) in order to reduce the
12991 number of symbols used.
12992 (xml-skip-dtd): Change to use xml-parse-dtd but set
12993 xml-validating-parsing to nil.
12994 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12995 (xml-substitute-entity): Remove in favor of new entity substitution.
12996 (xml-substitute-special): Rewrite in to substitute complex
12997 entities from DOCTYPE declarations.
12998 (xml-parse-fragment): Parse fragments from entity deleclarations.
12999 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13000 (xml-parse-dtd, xml-substitute-special): Make validity checks
13001 conditioned on xml-validating-parser. Add "Not Well Formed" to
13002 error messages about well-formedness.
13003
13004 2004-07-08 Steven Tamm <steventamm@mac.com>
13005
13006 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13007 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13008 Do not treat double clicks and triple clicks specially in the
13009 scroll bar (preventing strange repositioning problems)
13010
13011 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13012
13013 * replace.el (query-replace-regexp-eval): Fix last change.
13014
13015 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13016
13017 * replace.el (query-replace-descr): New fun.
13018 (query-replace-read-from, query-replace-read-args): Default to the
13019 previous from&to.
13020 (query-replace-read-to): Quote the `from' string when displaying it.
13021 (query-replace-regexp-eval): Immediately check read-only status.
13022 Use query-replace-read-from to get the \n checking.
13023 Quote the `from' string when displaying it.
13024 (map-query-replace-regexp, occur-read-primary-args):
13025 Quote the `from' string when displaying it.
13026
13027 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13028 delimited-ness of the search to query-replace.
13029
13030 * replace.el (query-replace-read-from, query-replace-read-to):
13031 New funs extracted from query-replace-read-args.
13032 (query-replace-read-args): Use them.
13033
13034 * replace.el (query-replace-interactive, query-replace-read-args):
13035 Remove the `initial' special value.
13036 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13037 (occur-engine): Remove unused var `matchend'.
13038
13039 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13040 Use the search string without prompting.
13041
13042 2004-07-05 Kenichi Handa <handa@m17n.org>
13043
13044 * international/mule.el (decode-coding-inserted-region):
13045 Set last-coding-system-used only when coding is nil.
13046
13047 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13048
13049 * progmodes/grep.el (grep-compute-defaults, grep-command)
13050 (grep-program, find-program, grep-find-use-xargs, grep-history)
13051 (grep-find-history, grep-tag-default, grep-find-command)
13052 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13053 Add autoload cookies, for unbundled packages that load `compile'
13054 and expect all grep-related symbols to become defined.
13055
13056 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13057
13058 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13059 (iimage-mode-image-search-path): New user option to search the
13060 image file.
13061 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13062 have locate-file.
13063 (iimage-mode-buffer): Use it.
13064
13065 2004-07-03 Nick Roberts <nickrob@gnu.org>
13066
13067 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13068 carefully.
13069 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13070
13071 2004-07-03 Juri Linkov <juri@jurta.org>
13072
13073 * replace.el (query-replace-read-args): Swallow space after 'foo,
13074 not after (quote foo). Match space only immediately after symbol,
13075 not anywhere in the whole string.
13076
13077 2004-07-02 Richard M. Stallman <rms@gnu.org>
13078
13079 * replace.el (query-replace-read-args): Swallow space after
13080 symbols, not after closeparens. But avoid error if string ends there.
13081
13082 * progmodes/python.el (python-beginning-of-statement):
13083 Exit the loop if backward-up-list gets error.
13084
13085 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13086
13087 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13088
13089 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13090 only if vc-consult-headers is non-nil.
13091
13092 2004-07-02 Juri Linkov <juri@jurta.org>
13093
13094 * pcvs.el (cvs-mode-diff-repository): New command.
13095
13096 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13097
13098 2004-07-01 Juri Linkov <juri@jurta.org>
13099
13100 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13101 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13102 C-M-% to isearch-query-replace-regexp.
13103 (minibuffer-local-isearch-map): Add arrow key bindings.
13104 Bind C-f to isearch-yank-char-in-minibuffer.
13105 (isearch-forward): Doc fix.
13106 (isearch-edit-string): Doc fix.
13107 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13108 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13109 (isearch-yank-char): Add optional arg.
13110 (isearch-yank-char-in-minibuffer): New fun.
13111
13112 * replace.el (query-replace-interactive): Change type from boolean
13113 to choice. Add value `initial'.
13114 (query-replace-read-args): Handle value `initial' of
13115 query-replace-interactive.
13116
13117 2004-06-29 Kim F. Storm <storm@cua.dk>
13118
13119 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13120 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13121
13122 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13123 Add :group 'ada.
13124
13125 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13126
13127 2004-06-29 Juri Linkov <juri@jurta.org>
13128
13129 * replace.el (query-replace-read-args): Swallow a space after
13130 everything except )]" which in most cases means after a symbol.
13131
13132 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13133
13134 2004-06-28 Richard M. Stallman <rms@gnu.org>
13135
13136 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13137 More changes to go with previous change in font-lock.el.
13138
13139 2004-06-26 David Kastrup <dak@gnu.org>
13140
13141 * replace.el (perform-replace): Highlight the match even in
13142 non-query mode if there is potential replace string editing.
13143
13144 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13145
13146 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13147 agree with new return value of `file-remote-p'.
13148 This syncs with Tramp 2.0.42.
13149
13150 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13151 according to new documentation of `file-remote-p'.
13152
13153 * files.el (file-remote-p): Fix doc to say that return value is
13154 identification of remote system, if not nil.
13155 (file-relative-name): Use new return value of `file-remote-p'.
13156
13157 2004-06-26 Nick Roberts <nickrob@gnu.org>
13158
13159 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13160 (gdb-goto-breakpoint): Fix breakage.
13161
13162 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13163
13164 * man.el (Man-getpage-in-background): Add windows-nt to the list
13165 of systems where shell-file-name should be used instead of
13166 literal "sh".
13167
13168 2004-06-25 Sam Steingold <sds@gnu.org>
13169
13170 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13171 function names `(setf symbol)'.
13172
13173 2004-06-24 Richard M. Stallman <rms@gnu.org>
13174
13175 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13176
13177 * font-lock.el (font-lock-keywords): Change format of compiled values.
13178 Document it.
13179 (font-lock-add-keywords): If font-lock-keywords is compiled,
13180 extract the uncompiled version, modify, then recompile.
13181 (font-lock-remove-keywords): Likewise.
13182 (font-lock-fontify-keywords-region): Handle changed format.
13183 (font-lock-compile-keywords): Handle changed format.
13184 (font-lock-set-defaults): Compile the keywords explicitly here.
13185
13186 2004-06-24 David Kastrup <dak@gnu.org>
13187
13188 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13189 replacements here.
13190 (query-replace-regexp): Doc string explaining this and the new
13191 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13192 is better placed in `query-replace-read-args'.
13193 (replace-regexp): Explain `\,', `\#' and `\?'.
13194 (replace-match-data): New function for thorough reuse/destruction
13195 of old match-data.
13196 (replace-match-maybe-edit): Function for implementing `\?' editing.
13197 (perform-replace): Fix maintaining of the match stack including
13198 already matched regions, implement `\?', fix various problems
13199 with regions while editing and other stuff.
13200 (replace-highlight): Simplify.
13201
13202 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13203
13204 * progmodes/grep.el (grep-error-screen-columns): New variable.
13205 (grep-regexp-alist): Give it the full functionality of gnu style
13206 compilation messages with line and column ranges. Ask me for the
13207 perl script I'm working on, that uses these.
13208
13209 2004-06-23 Nick Roberts <nickrob@gnu.org>
13210
13211 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13212 Remove.
13213 (comint-insert-input, comint-mouse-insert-input): New functions
13214 based on comint-insert-clicked-input for two bindings but just
13215 one functionality.
13216
13217 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13218
13219 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13220
13221 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13222
13223 * files.el (write-contents-functions): Doc fix.
13224
13225 2004-06-21 Juanma Barranquero <lektu@terra.es>
13226
13227 * image.el (image-library-alist): Rewrite docstring in active voice.
13228
13229 2004-06-20 Richard M. Stallman <rms@gnu.org>
13230
13231 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13232
13233 * isearch.el (isearch-repeat): Avoid testing old match data.
13234 (isearch-message): Display trailing space in special font
13235 when search is failing.
13236 (isearch-search-fun-function): Doc fix.
13237
13238 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13239
13240 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13241
13242 * frame.el (show-trailing-whitespace): Doc fix.
13243
13244 * cus-edit.el (custom-variable-documentation): New function.
13245 (custom-variable): Use it.
13246
13247 2004-06-19 Nick Roberts <nickrob@gnu.org>
13248
13249 * man.el (Man-getpage-in-background): Revert previous change but
13250 make cygwin a special case.
13251
13252 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13253
13254 * autorevert.el (global-auto-revert-non-file-buffers):
13255 Update docstring.
13256
13257 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13258
13259 * progmodes/compile.el (compilation-error-properties): Store one
13260 more than end-col, if present, so that transient-mark-mode will
13261 highlight last char too.
13262 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13263 ranges, if present.
13264
13265 2004-06-18 Jason Rumney <jasonr@gnu.org>
13266
13267 * makefile.w32-in: Double percent signs in for loops.
13268
13269 2004-06-17 David Kastrup <dak@gnu.org>
13270
13271 * replace.el (query-replace-read-args): Only warn about use of \n
13272 and \t when we are doing a regexp replacement and the actual
13273 escaped character is n or t.
13274 (query-replace-regexp): Add \, and \# interpretation to
13275 interactive call and document it.
13276 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13277 as shortkey for replace-count.
13278 (replace-quote): New function for doubling backslashes.
13279
13280 2004-06-17 Juanma Barranquero <lektu@terra.es>
13281
13282 * files.el (parse-colon-path, cd): Mention in docstring that the
13283 path separator is colon in GNU-like systems.
13284
13285 * newcomment.el (comment-region-internal): Fix docstring.
13286
13287 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13288 (ewoc-invalidate, ewoc-collect): Doc fixes.
13289 (ewoc--create-node, ewoc--delete-node-internal):
13290 Fix typos in docstring.
13291
13292 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13293
13294 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13295 manual to docstring.
13296
13297 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13298
13299 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13300
13301 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13302
13303 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13304 Add hyperlink to emacs-xtra manual to docstring.
13305
13306 * autorevert.el (global-auto-revert-non-file-buffers):
13307 Add hyperlink to emacs-xtra manual to docstring, as well as an
13308 info-link.
13309
13310 2004-06-14 Juanma Barranquero <lektu@terra.es>
13311
13312 * image.el (image-library-alist): New variable to map image types
13313 to external libraries. Initialized to nil, unless system-specific
13314 configs change it.
13315 (image-type-available-p): Determine whether an image type is
13316 available by calling `init-image-library'.
13317
13318 * term/w32-win.el (image-library-alist): Initialize to a known set
13319 of probable library names.
13320
13321 2004-06-14 Kenichi Handa <handa@m17n.org>
13322
13323 * international/code-pages.el (windows-1256, cp1125): Fix tables
13324 for several characters.
13325
13326 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13327
13328 2004-06-13 Richard M. Stallman <rms@gnu.org>
13329
13330 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13331
13332 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13333 not "`pc-selection-mode'".
13334
13335 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13336
13337 * simple.el (previous-matching-history-element): Specify a default.
13338
13339 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13340
13341 * cus-face.el (custom-declare-face): Simplify code.
13342
13343 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13344
13345 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13346
13347 * files.el (before-save-hook): Add `time-stamp' to the options.
13348
13349 * time-stamp.el (time-stamp): Recommend adding it to
13350 `before-save-hook', rather than `write-file-functions'.
13351 Make a similar change in `Commentary' section.
13352
13353 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13354
13355 * diff-mode.el (diff-current-defun): If at start of hunk, use
13356 position of first change.
13357
13358 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13359
13360 * dired-x.el (dired-mark-omitted): Bind to "*O".
13361
13362 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13363
13364 * bookmark.el (bookmark-bmenu-relocate): New function, as
13365 suggested by David J. Biesack <David.Biesack@sas.com>.
13366 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13367 (bookmark-bmenu-mode): Describe binding in doc string.
13368 (bookmark-set-filename): Save the bookmark list if it's time.
13369
13370 2004-06-13 Kenichi Handa <handa@m17n.org>
13371
13372 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13373 (ccl-untranslated-to-ucs): Fix typo.
13374
13375 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13376
13377 * progmodes/python.el (python-open-block-statement-p):
13378 Fix indentation after a block opening that contains a comment.
13379
13380 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13381
13382 * bindings.el (completion-ignored-extensions): Add file extensions
13383 of Python byte-compiled files.
13384
13385 2004-06-12 Juri Linkov <juri@jurta.org>
13386
13387 * info.el (Info-goto-node): Add autoload.
13388 (Info-toc): Add substring-no-properties on Info file name.
13389 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13390 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13391
13392 2004-06-12 Kenichi Handa <handa@m17n.org>
13393
13394 * international/mule-cmds.el (set-language-environment):
13395 Load subst tables if necessary.
13396
13397 * international/mule.el (decode-char): Load subst tables if necessary.
13398 (encode-char): Likewise.
13399
13400 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13401 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13402 (utf-16le-decode-loop): Set r5 to -1 before loop.
13403 (utf-16be-decode-loop): Likewise.
13404 (ccl-decode-mule-utf-16le): Add EOF processing block.
13405 (ccl-decode-mule-utf-16be): Likewise.
13406 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13407 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13408 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13409 (ccl-mule-utf-16-encode-untrans): New CCL.
13410 (utf-16-decode-to-ucs): Handle pre-read character.
13411 (utf-16le-encode-loop): Handle surrogate pair.
13412 (utf-16be-encode-loop): Likewise.
13413 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13414 of utf-16le-encode-loop.
13415 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13416 of utf-16be-encode-loop.
13417 (mule-utf-16-post-read-conversion):
13418 Call utf-8-post-read-conversion at first.
13419 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13420 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13421 Add post-read-conversion and pre-write-conversion.
13422
13423 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13424 (utf-translate-cjk-unicode-range): New variable.
13425 (utf-translate-cjk-load-tables): New function.
13426 (utf-lookup-subst-table-for-decode): New function.
13427 (utf-lookup-subst-table-for-encode): New function.
13428 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13429 tables here. Update safe-charsets of utf-* coding systems.
13430 (ccl-mule-utf-untrans): New CCL.
13431 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13432 at end of each branch.
13433 (ccl-mule-utf-8-encode-untrans): New CCL.
13434 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13435 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13436 length of encoding. Don't return r0.
13437 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13438 (utf-8-post-read-conversion): Narrow to region properly.
13439 If utf-translate-cjk-mode is on, load tables if necessary.
13440 Call utf-8-compose with hash-table arg if necessary.
13441 Call XXX-compose-region instead of XXX-post-read-convesion.
13442 (utf-8-pre-write-conversion): New function.
13443 (mule-utf-8): Include CJK charsets in safe-charsets if
13444 utf-translate-cjk-mode is on. Add pre-write-conversion.
13445
13446 * international/characters.el: Temporarily set
13447 utf-translate-cjk-mode to nil.
13448
13449 * language/devan-util.el (devanagari-compose-region):
13450 Add autoload cookie.
13451
13452 * international/ccl.el (ccl-dump-call): Fix printing the
13453 subroutine name.
13454
13455 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13456
13457 * dired.el (dired-revert): If buffer is marked unmodified before
13458 reverting, keep it marked unmodified.
13459 Adapt to new conventions for commenting out code.
13460 (dired-make-relative): Adapt to new conventions for commenting out code.
13461
13462 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13463
13464 * eshell/esh-module.el (eshell-load-defgroups):
13465 Bind `vc-handled-backends' to nil when opening files.
13466
13467 2004-06-11 Juanma Barranquero <lektu@terra.es>
13468
13469 * files.el (parse-colon-path, cd): Doc fixes (refer to
13470 `path-separator', not colon).
13471
13472 2004-06-10 Juanma Barranquero <lektu@terra.es>
13473
13474 * newcomment.el (comment-search-forward)
13475 (comment-search-backward): Fix typos in docstring.
13476 (comment-region): Doc fix.
13477
13478 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13479
13480 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13481 switch is no longer stored in `dired-switches-alist'.
13482
13483 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13484 `dired-switches-alist'.
13485
13486 2004-06-10 Kim F. Storm <storm@cua.dk>
13487
13488 * pcvs.el (cvs-mode-diff-yesterday): New command.
13489
13490 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13491
13492 2004-06-10 Juri Linkov <juri@jurta.org>
13493
13494 * emacs-lisp/edebug.el (edebug-eval-defun):
13495 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13496 Fix docstring.
13497
13498 * simple.el (eval-expression-print-format): Don't print additional
13499 information on the first call to `eval-print-last-sexp'.
13500 (next-error-find-buffer): Fix punctuation.
13501 (killing) <defgroup>: Fix punctuation.
13502 (yank-excluded-properties): Change group from editing to killing.
13503
13504 * replace.el (perform-replace): Use `limit' to terminate the
13505 while-loop explicitly.
13506
13507 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13508
13509 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13510 Use lc-*.xpm as prefix instead of *-locol.xpm.
13511
13512 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13513 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13514 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13515 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13516 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13517 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13518 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13519 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13520 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13521 * toolbar/lc-up_arrow.xpm:
13522 Rename from *-locol.xpm.
13523
13524 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13525
13526 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13527 include forms like &<str>; as valid url patterns.
13528
13529 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13530
13531 * dired.el (dired-diff, dired-backup-diff)
13532 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13533 (dired-do-chown, dired-do-touch, dired-do-print)
13534 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13535 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13536 (dired-create-directory, dired-do-copy, dired-do-symlink)
13537 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13538 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13539 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13540 (dired-maybe-insert-subdir, dired-next-subdir)
13541 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13542 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13543 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13544 (dired-run-shell-command, dired-query): Remove redundant,
13545 or incorrect, autoloads.
13546
13547 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13548 does not end in a slash. Add optional argument KILL-ROOT.
13549 Update docstring.
13550 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13551 (dired-query): Add autoloads.
13552
13553 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13554
13555 * progmodes/compile.el (compilation-set-window-height):
13556 Rearrange the save-* functions because a buffer can have several current
13557 point in different windows.
13558 (compilation-error-regexp-alist-alist): Recognize {standard input}
13559 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13560
13561 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13562
13563 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13564 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13565 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13566 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13567 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13568 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13569 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13570 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13571 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13572 * toolbar/up_arrow-locol.xpm:
13573 New versions of icons that uses fewer colors.
13574
13575 * toolbar/tool-bar.el (tool-bar-local-item)
13576 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13577 if display-color-cells is 256 or less.
13578
13579 2004-06-08 Kim F. Storm <storm@cua.dk>
13580
13581 * wid-edit.el (widget-specify-button): Use hand pointer rather
13582 than mouse-face as visible mouse-over effect.
13583
13584 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13585
13586 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13587 and `print-level' to nil when writing out `save-place-alist'.
13588 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13589
13590 2004-06-07 Juanma Barranquero <lektu@terra.es>
13591
13592 * completion.el (completion-kill-region): Doc fix.
13593
13594 * format.el (format-insert-annotations)
13595 (format-annotate-location): Doc fixes.
13596 (format-subtract-regions): Make arguments match their use in docstring.
13597
13598 * simple.el (kill-region): Doc fix.
13599
13600 * subr.el (insert-buffer-substring-no-properties)
13601 (insert-buffer-substring-as-yank): Doc fixes.
13602
13603 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13604
13605 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13606 Update docstring.
13607 (dired-reset-subdir-switches): New function.
13608
13609 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13610 Limit scope of `buffer-read-only' binding.
13611
13612 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13613
13614 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13615 eshell-explicit-command-char.
13616
13617 2004-06-06 Juanma Barranquero <lektu@terra.es>
13618
13619 * help-fns.el (help-argument-name): Inherit from italic face only
13620 if the frame supports it.
13621
13622 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13623
13624 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13625 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13626 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13627 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13628 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13629 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13630 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13631 New conversions from xpm files.
13632
13633 * toolbar/README: New file.
13634
13635 2004-06-06 Richard M. Stallman <rms@gnu.org>
13636
13637 * isearch.el (isearch-mode-map): Undo previous change.
13638
13639 2004-06-05 Juri Linkov <juri@jurta.org>
13640
13641 * bindings.el (debug-ignored-errors): Add regexps for history
13642 related messages. Remove $ from "No further undo information".
13643 Move Ediff's messages to ediff.el.
13644
13645 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13646
13647 * cus-edit.el (custom-display): Add `min-colors'.
13648
13649 * custom.el (defface): Add `supports' to docstring.
13650
13651 * help-fns.el (help-argument-name): Add :group 'help.
13652
13653 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13654
13655 * find-dired.el (find-ls-subdir-switches): New user option.
13656 (find-dired): No longer call `abbreviate-file-name' on DIR.
13657 Set `dired-subdir-switches' buffer-locally.
13658
13659 * locate.el: Merge the two `Commentary' sections.
13660 (locate-ls-subdir-switches): New user option.
13661 (locate): Update for other changes.
13662 (locate-mode-map): Restore Dired binding for mouse-2.
13663 Bind `locate-mouse-view-file' to M-mouse-2.
13664 Bind `l' to `locate-do-redisplay'.
13665 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13666 (locate-mouse-view-file, locate-tags, locate-find-directory):
13667 Print message if used outside main listing.
13668 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13669 Various changes to support inserted subdirectories.
13670 (locate-insert-header): Change header of *Locate* buffer.
13671
13672 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13673 Change interactive default switches.
13674 (dired-rename-subdir-2): Update `dired-switches-alist'.
13675 (dired-insert-subdir, dired-kill-subdir):
13676 Handle `dired-switches-alist'. Do not mark buffer modified.
13677 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13678 (dired-insert-subdir-doinsert): Omit messages.
13679 Handle `dired-subdir-switches'.
13680 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13681
13682 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13683 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13684 subdirs if -R switch is used for a subdir.
13685 (dired-mode): Set `dired-switches-alist'.
13686 (dired-build-subdir-alist): Only print number of directories in
13687 echo area when invoked interactively.
13688
13689 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13690
13691 * dired-x.el (dired-omit-mode): Rename from
13692 dired-omit-files-p. Use define-minor-mode to define it.
13693 (dired-omit-files-p): Add as alias for dired-omit-mode.
13694 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13695 dired-mark-omitted.
13696 (dired-mark-omitted): Add. Bind to M-O.
13697
13698 2004-06-05 Kenichi Handa <handa@m17n.org>
13699
13700 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13701
13702 2004-06-05 Juanma Barranquero <lektu@terra.es>
13703
13704 * help-fns.el (help-argument-name): Reintroduce face.
13705 (help-default-arg-highlight): Use it, now that
13706 `face-differs-from-default-p' can be trusted.
13707
13708 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13709
13710 * textmodes/table.el: Sentence commands added to Point Motion
13711 group; kill and backward-kill commands added to Extraction group.
13712
13713 2004-06-04 Mario Lang <mlang@delysid.org>
13714
13715 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13716 systems appear to use mW, make the code handle this. Fix a
13717 division-by-zero bug while at it, and handle kernels with
13718 a slightly different layout in /proc/acpi.
13719
13720 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13721
13722 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13723 because the latter is a CL-ism. This fixes the bug reported by
13724 Shawn Boyette <mdxi@collapsar.net> in
13725 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13726
13727 2004-06-04 Miles Bader <miles@gnu.org>
13728
13729 * faces.el (display-supports-face-attributes-p): Function moved to
13730 C code. Previously only the tty-related portion of this function
13731 was done in C; however the previous attempt to do a halfway-proper
13732 job for non-tty displays in lisp didn't work properly because of
13733 funny conditions during Emacs startup.
13734 (face-differs-from-default-p): Simplify, now that
13735 display-supports-face-attributes-p works properly on all display
13736 types. Remove :stipple from comparison; it doesn't really work
13737 in emacs anyway.
13738
13739 2004-06-04 Miles Bader <miles@gnu.org>
13740
13741 * faces.el (face-differs-from-default-p): Use a different
13742 implementation, so we can really check whether FACE displays
13743 differently or not.
13744
13745 2004-06-04 Miles Bader <miles@gnu.org>
13746
13747 * faces.el (display-supports-face-attributes-p): Implement a
13748 `different from default' check for non-tty displays.
13749
13750 2004-06-03 David Kastrup <dak@gnu.org>
13751
13752 * woman.el (woman-mapcan): More concise code.
13753 (woman-topic-all-completions, woman-topic-all-completions-1)
13754 (woman-topic-all-completions-merge): Replace by a simpler and
13755 much faster implementation based on O(n log n) sort/merge instead
13756 of the old O(n^2) behavior.
13757
13758 2004-06-03 Miles Bader <miles@gnu.org>
13759
13760 * subr.el (read-number): Use canonical format for default in prompt.
13761
13762 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13763 Add regexp for " [...]" style defaults.
13764
13765 2004-06-02 Romain Francoise <romain@orebokech.com>
13766
13767 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13768 groups: if the user asks for a hidden buffer, open the
13769 corresponding filter group to expose it.
13770
13771 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13772 `ibuffer-jump-to-buffer'.
13773 (ibuffer-jump-offer-only-visible-buffers): New user option.
13774
13775 2004-06-02 Juanma Barranquero <lektu@terra.es>
13776
13777 * faces.el (frame-update-faces): Add empty docstring so the one
13778 for `ignore' doesn't show through.
13779
13780 * subr.el (process-kill-without-query): Remove spurious "\n" on
13781 obsolescence string.
13782 (focus-frame, unfocus-frame): Add obsolescence declaration and
13783 empty docstring.
13784
13785 * international/mule.el (register-char-codings): Make alias for
13786 `ignore'. Move docstring to obsolescence info and remove redundancy.
13787
13788 2004-06-02 Kim F. Storm <storm@cua.dk>
13789
13790 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13791 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13792
13793 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13794
13795 * comint.el (comint-replace-by-expanded-history-before-point):
13796 Obey `start' as the docstring says.
13797 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13798 (comint-update-fence): Prevent font-lock from running unnecessarily.
13799 (comint-dynamic-list-completions): Use with-current-buffer.
13800
13801 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13802
13803 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13804 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13805 (bibtex-entry-update): Handle alternatives and optional fields.
13806 (bibtex-parse-entry): Bugfix, handle empty key.
13807
13808 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13809
13810 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13811
13812 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13813
13814 * desktop.el (desktop-save): Don't save minor modes without a
13815 known mode initialization function.
13816
13817 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13818
13819 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13820
13821 * autorevert.el: Update `Commentary' section.
13822
13823 2004-05-30 Juanma Barranquero <lektu@terra.es>
13824
13825 * dos-fns.el (convert-standard-filename):
13826 * files.el (convert-standard-filename):
13827 * w32-fns.el (convert-standard-filename):
13828 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13829
13830 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13831
13832 Sync with Tramp.
13833
13834 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13835 (tramp-let-maybe): Move to an earlier spot in the file.
13836 Patch by Andreas Schwab.
13837
13838 2004-05-30 Andreas Schwab <schwab@suse.de>
13839
13840 * dired.el (dired-get-filename): Don't use dired-re-dot.
13841
13842 2004-05-30 Richard M. Stallman <rms@gnu.org>
13843
13844 * files.el (find-file): Doc fix.
13845
13846 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13847
13848 2004-05-30 Nick Roberts <nickrob@gnu.org>
13849
13850 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13851 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13852 modeline of the locals buffer.
13853 (gdb-goto-breakpoint): Handle gdbmi.
13854 (gdb-get-frame-number): Change for gdbmi.
13855
13856 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13857
13858 * files.el (file-remote-p): Apply file name handler for operation
13859 `file-remote-p'. It isn' a property any longer.
13860 (file-relative-name): `fh' and `fd' get the required value via
13861 `find-file-name-handler' already.
13862
13863 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13864 (top): Remove setting of `file-remote-p' property for
13865 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13866
13867 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13868
13869 Version 2.0.41 of Tramp released.
13870
13871 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13872 Throw away if process has died.
13873 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13874 (tramp-out-of-band-prompt-regexp): Rename to
13875 `tramp-process-alive-regexp', because its usage is widen.
13876 (tramp-actions-copy-out-of-band): Apply it.
13877 (tramp-actions-before-shell, tramp-multi-actions):
13878 Add `tramp-action-process-alive' action.
13879 (tramp-action-process-alive): New defun.
13880 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13881 Add entry for `file-remote-p'.
13882 (tramp-handle-file-remote-p): New defun.
13883 (top): Remove setting of `file-remote-p'. Don't set
13884 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13885
13886 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13887 `file-remote-p'.
13888
13889 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13890 counted for (last) line. [They should or they shouldn't? --Stef]
13891 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13892
13893 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13894
13895 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13896 not really necessary but seems to keep the shell history smaller
13897 in some cases. It is no substitute for setting HISTFILE and
13898 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13899 though. Suggested by Luc Teirlinck.
13900 (tramp-open-connection-setup-interactive-shell): Export variables
13901 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13902 (tramp-set-process-query-on-exit-flag): New compat function.
13903 (tramp-open-connection-multi, tramp-open-connection-su)
13904 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13905 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13906 (tramp-let-maybe): New macro, let-binds a variable only if it
13907 isn't obsolete.
13908 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13909 (tramp-handle-file-truename): Use it.
13910 (tramp-completion-file-name-regexp-unified): Avoid matching
13911 filenames starting with "/:" -- those are reserved for
13912 file-name-non-special.
13913
13914 * tramp-smb.el (tramp-smb-open-connection):
13915 Use tramp-set-process-query-on-exit-flag compat function.
13916
13917 2004-05-29 Richard M. Stallman <rms@gnu.org>
13918
13919 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13920
13921 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13922 (eval-last-sexp-print-value): Print char equivalent regardless
13923 of standard-output value.
13924
13925 * thumbs.el (thumbs-subst-char-in-string): Delete.
13926 (thumbs-thumbname): Use subst-char-in-string.
13927 (thumbs-resize-image): Use condition-case, not ignore-errors.
13928 (thumbs-kill-buffer): Likewise.
13929
13930 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13931 (thumbs-mode): Make buffer read-only.
13932 (thumbs-make-thumb): Unconditionally accept an existing file.
13933 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13934 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13935 (thumbs-show-thumbs-list): Error if images not supported.
13936 (thumbs-save-current-image): Improve prompt string.
13937 (thumbs-mode-map): Define u, R, x.
13938 (thumbs-unmark): New command.
13939 (thumbs-emboss-image): Minor cleanup.
13940 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13941 (thumbs-rename-images): New command.
13942 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13943
13944 * thumbs.el (thumbs-current-image): New function.
13945 (thumbs-file-list, thumbs-file-alist): New functions.
13946 (thumbs-find-image): Delete arg L.
13947 Don't set up thumbs-fileL as buffer-local global var.
13948 (thumbs-find-image-at-point): Use thumbs-current-image.
13949 (thumbs-set-image-at-point-to-root-window): Likewise.
13950 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13951 Record and warn about errors. Update thumbs-markedL for deletions.
13952 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13953 (thumbs-redraw-buffer): Use thumbs-file-list.
13954 (thumbs-mark): Use thumbs-current-image.
13955 (thumbs-show-name): Use thumbs-current-image.
13956
13957 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13958 and imenu--last-menubar-index-alist.
13959
13960 * subr.el (with-selected-window): Undo previous change.
13961
13962 2004-05-29 John Paul Wallington <jpw@gnu.org>
13963
13964 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13965 (thumbs-mouse-find-image): New command.
13966 (thumbs-mode-map): Bind it to mouse-2.
13967 (thumbs-mode): Make mode-class special.
13968 (thumbs-view-image-mode): Likewise.
13969
13970 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13971
13972 * flymake.el: New file.
13973
13974 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13975
13976 * files.el (find-file-noselect-1): Do not bind
13977 `inhibit-read-only' to t during execution of
13978 `find-file-not-found-functions'.
13979
13980 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13981
13982 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13983 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13984
13985 2004-05-28 Juri Linkov <juri@jurta.org>
13986
13987 * simple.el (eval-expression-print-format): New fun.
13988
13989 * simple.el (eval-expression):
13990 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13991 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13992 (edebug-eval-expression): Print additionally the value returned by
13993 `eval-expression-print-format'.
13994
13995 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13996 (insert-pair): Make arguments optional. Find character pair
13997 from `insert-pair-alist' according to the last input event.
13998 (insert-parentheses): Make arguments optional.
13999 (raise-sexp, delete-pair): New funs.
14000
14001 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14002 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14003 Bind C-M-q to `indent-pp-sexp'.
14004
14005 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14006 `pp-to-string' modified to be able to format text with newlines.
14007 (pp-to-string): Move the buffer-formatting part of the code to
14008 `pp-buffer'. Call `pp-buffer'.
14009
14010 * info.el (Info-desktop-buffer-misc-data): Don't save information
14011 about virtual files.
14012 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14013 buffers with names obtained from the desktop file instead of the
14014 default *info* buffer.
14015
14016 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14017
14018 * subr.el (with-selected-window): Only save/restore the selected window.
14019
14020 * progmodes/compile.el (compilation-error-regexp-alist):
14021 Use expand-file-name and data-directory.
14022
14023 * progmodes/grep.el (grep-tree): Rework previous fix.
14024
14025 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14026 after the user marked text with the mouse.
14027
14028 * startup.el (command-line): Keep the first regexp of
14029 auto-save-file-name-transforms intact.
14030
14031 2004-05-28 Juanma Barranquero <lektu@terra.es>
14032
14033 * cus-edit.el (customize-face, customize-face-other-window)
14034 (custom-face-edit-delete): Make arguments match their use in
14035 docstring.
14036 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14037 docstring.
14038
14039 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14040 not `cvs-butlast'.
14041
14042 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14043 `nbutlast' are in subr.el).
14044
14045 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14046 (set-w32-system-coding-system): Doc fixes.
14047
14048 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14049 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14050 Make arguments match their use in docstring.
14051 (artist-draw-region-trim-line-endings)
14052 (artist-mouse-choose-operation): Fix typo in docstring.
14053 (artist-key-set-point-common): Doc fix.
14054
14055 2004-05-28 Simon Josefsson <jas@extundo.com>
14056
14057 * mail/smtpmail.el (smtpmail-open-stream):
14058 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14059
14060 2004-05-26 Simon Josefsson <jas@extundo.com>
14061
14062 * starttls.el: Merge with my GNUTLS based starttls.el.
14063 (starttls-gnutls-program, starttls-use-gnutls)
14064 (starttls-extra-arguments, starttls-process-connection-type)
14065 (starttls-connect, starttls-failure, starttls-success): New variables.
14066 (starttls-program, starttls-extra-args): Doc fix.
14067 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14068 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14069 and pass on to corresponding *-gnutls function if it is set.
14070
14071 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14072
14073 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14074 remote files.
14075
14076 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14077
14078 * files.el (file-name-non-special): There are more operations
14079 which need handling: `find-backup-file-name',
14080 `insert-file-contents', `verify-visited-file-modtime',
14081 `write-region'. Rename t value of method to `add'. Add new
14082 methods `quote' and `unquote-then-quote' to file-arg-indices.
14083
14084 2004-05-25 Juri Linkov <juri@jurta.org>
14085
14086 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14087 (Info-index-nodes): Enclose code in condition-case to catch errors.
14088 (Info-index-node): Don't search all index nodes if request is only
14089 for the current node and file is not in the cache of index nodes.
14090 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14091 for consistency with dired-copy-filename-as-kill.
14092 Bind `S' to Info-search-case-sensitively.
14093 (Info-copy-current-node-name): New arg. With zero prefix arg put
14094 the name inside a function call to `info'. Display copied text in
14095 the echo area.
14096
14097 2004-05-25 Sam Steingold <sds@gnu.org>
14098
14099 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14100 strip the package prefix from the symbol name, if any.
14101 Make it the `find-tag-default-function' for `lisp-mode'.
14102
14103 2004-05-25 John Paul Wallington <jpw@gnu.org>
14104
14105 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14106 instead of obsolete `process-kill-without-query'.
14107
14108 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14109 Declare as variable, not constant.
14110
14111 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14112
14113 * files.el (find-file-noselect-1): Fix bug introduced by
14114 Revision 1.694. As a side effect, `inhibit-read-only'
14115 is again, by default, t during execution of
14116 `find-file-not-found-functions'.
14117 (insert-directory): Check that lines were really inserted by
14118 the --dired switch, before erasing them.
14119
14120 2004-05-24 Nick Roberts <nickrob@gnu.org>
14121
14122 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14123 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14124 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14125 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14126 gud-minor-mode (gdbmi).
14127
14128 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14129
14130 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14131 explicitly select the text to be taken as URL.
14132
14133 2004-05-23 Juri Linkov <juri@jurta.org>
14134
14135 * info.el (Info-index-nodes): New var and fun.
14136 (Info-goto-index, Info-index, info-apropos)
14137 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14138 (Info-index): Fix docstring. Store and restore Info-history-list.
14139 (Info-complete-nodes): New var.
14140 (Info-complete-menu-item): Use it.
14141 (Info-index-node): New fun.
14142 (Info-final-node, Info-forward-node, Info-backward-node)
14143 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14144 Use Info-index-node.
14145 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14146 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14147 (Info-find-node-2): If a node with period in its name not found,
14148 try to find a node without the name part after period.
14149 (Info-select-node): Call Info-fontify-node only if
14150 Info-fontify-maximum-menu-size is not nil.
14151 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14152 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14153 Preserve Info-history-list.
14154 (Info-toc): Set Info-current-file.
14155 (Info-build-toc): Move point to the beginning of the buffer.
14156 Add main-file variable.
14157 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14158 Use backslashed representation of the control character ^_.
14159
14160 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14161 numbers in the new Texinfo 4.7 format.
14162
14163 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14164 regexps for function and variable names.
14165
14166 * descr-text.el (describe-property-list): Add [show] button for
14167 `syntax-table' property with action to pp to a separate buffer.
14168 (describe-char): Replace search-forward by re-search-forward with
14169 whitespace regexp after "character:" to not fail in too narrow windows.
14170
14171 * simple.el (next-error-find-buffer): Add a rule to return
14172 next-error capable buffer if one window on the selected frame
14173 displays such buffer.
14174
14175 2004-05-23 Nick Roberts <nickrob@gnu.org>
14176
14177 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14178 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14179 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14180 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14181 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14182 Handle new value for gud-minor-mode (gdbmi).
14183 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14184 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14185 Change from local to global gdb variable set.
14186 (gdb-ann3): Initialise above gdb variable set.
14187 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14188 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14189 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14190 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14191 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14192 (gdb-info-locals-handler, gdb-invalidate-assembler)
14193 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14194 set as global variables.
14195 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14196 Handle gdbmi.
14197 (gdb-info-breakpoints-custom): Fix regexp.
14198 (def-gdb-var): Delete.
14199
14200 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14201 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14202 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14203 a new mode. The file (gdb-mi.el) for this mode will be included
14204 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14205 primary interface.
14206
14207 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14208
14209 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14210 interpreted as a directory.
14211
14212 2004-05-22 Richard M. Stallman <rms@gnu.org>
14213
14214 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14215 as a close quote.
14216
14217 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14218
14219 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14220 Use assoc-string, not assoc-ignore-case.
14221
14222 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14223
14224 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14225 If moving back then fwd gets a defun that ends before point,
14226 try again moving fwd then back.
14227
14228 * files.el (file-name-non-special): Allow t in file-arg-indices
14229 to mean requote the return value. Use `identity' as an element
14230 rather than as the whole value.
14231
14232 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14233
14234 2004-05-22 Juanma Barranquero <lektu@terra.es>
14235
14236 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14237 `help-make-usage'.
14238 (help-highlight-arguments): Skip function name before searching
14239 for arguments.
14240
14241 2004-05-21 Juanma Barranquero <lektu@terra.es>
14242
14243 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14244 Don't mention in the docstring these arguments meant for
14245 internal (recursive) use only.
14246 (allout-char-spec): Comment out (it's not implemented).
14247 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14248 obsolescence declaration.
14249 (allout-flatten-exposed-to-buffer)
14250 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14251 (my-mark-marker): Doc fix.
14252 (produce-allout-mode-map, allout-sibling-index)
14253 (allout-isearch-expose, allout-distinctive-bullet)
14254 (allout-open-topic, allout-reindent-body)
14255 (allout-rebullet-heading, allout-process-exposed)
14256 (allout-insert-listified, allout-latex-verb-quote)
14257 (allout-insert-latex-header, allout-insert-latex-trailer):
14258 Make arguments match their use in docstring.
14259 (allout-primary-bullet, allout-old-style-prefixes)
14260 (allout-inhibit-protection, allout-init, allout-mode)
14261 (allout-before-change-protect, allout-flag-region):
14262 Use "Emacs" instead of "emacs" in docstrings.
14263
14264 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14265
14266 * international/characters.el: Modify syntax of more characters.
14267
14268 2004-05-21 Masatake YAMATO <jet@gyve.org>
14269
14270 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14271 (etags-tags-completion-table): Show parsing progress.
14272
14273 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14274
14275 * locate.el (locate-prompt-for-command): Shorten first line of
14276 docstring.
14277 (locate-mode): Expand docstring and include keymap summary.
14278
14279 * files.el (find-file-noselect-1): Limit the scope of the
14280 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14281 is, by default, nil during the execution of
14282 `find-file-not-found-functions' and `find-file-hook'.
14283
14284 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14285
14286 * facemenu.el (facemenu-color-name-equal): New function.
14287 (list-colors-display): Use it to compare colors instead of
14288 facemenu-color-equal.
14289
14290 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14291
14292 * compare-w.el (compare-windows-face): Use min-colors instead of
14293 checking for tty or pc types.
14294
14295 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14296
14297 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14298 (completion-setup-function): Use with-current-buffer.
14299 Properly save excursion. Simplify.
14300 Don't assume there is necessarily a `mouse-face' property somewhere.
14301
14302 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14303
14304 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14305
14306 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14307 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14308 Use with-current-buffer.
14309 (byte-goto-log-buffer): Delete.
14310 (byte-compile-log-file): Call compilation-forget-errors.
14311
14312 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14313
14314 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14315 output messages into the search result.
14316
14317 2004-05-19 Masatake YAMATO <jet@gyve.org>
14318
14319 * wid-edit.el (widget-radio-button-notify): Revert my last
14320 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14321
14322 2004-05-19 Kenichi Handa <handa@m17n.org>
14323
14324 * international/characters.el: Fix syntax (open/close) of CJK chars.
14325
14326 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14327
14328 * help-mode.el (help-go-back): Don't depend on position of back button.
14329
14330 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14331
14332 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14333 files files don't contain an accidental additional /.
14334
14335 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14336 in source buffer.
14337
14338 2004-05-18 Masatake YAMATO <jet@gyve.org>
14339
14340 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14341 to widget-apply. :action method assumes 2 arguments, not 3.
14342
14343 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14344
14345 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14346 New constants.
14347 (hs-special-modes-alist): Add an f90-mode entry.
14348
14349 2004-05-17 Sam Steingold <sds@gnu.org>
14350
14351 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14352 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14353
14354 2004-05-16 Kim F. Storm <storm@cua.dk>
14355
14356 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14357
14358 2004-05-15 John Wiegley <johnw@newartisans.com>
14359
14360 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14361 (eshell-output-object-to-target): Improve output speed 20% by not
14362 calling `eshell-stringify' if something is already known to be a string.
14363
14364 2004-05-15 Alex Ott <ott@jet.msk.su>
14365
14366 * textmodes/ispell.el (ispell-local-dictionary-alist):
14367 Add windows-1251 to the choice of coding systems.
14368 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14369 encoded in cp1251.
14370
14371 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14372
14373 * progmodes/compile.el (compilation-warning-face)
14374 (compilation-info-face): Use min-colors.
14375
14376 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14377
14378 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14379 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14380 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14381 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14382 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14383 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14384 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14385 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14386 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14387 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14388 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14389 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14390 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14391 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14392
14393 2004-05-15 Kim F. Storm <storm@cua.dk>
14394
14395 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14396 Use it to set triggered-p element of timer.
14397 (timer-event-handler): Set triggered-p element non-nil while running
14398 the timer function.
14399
14400 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14401
14402 * descr-text.el (describe-char-unicode-data)
14403 (describe-char-unicodedata-file): Re-enable the unicode code now that
14404 the licensing issues have been cleared in the unicode-4 license.
14405 (describe-text-properties-1): Remove unused `overlay' var.
14406 (describe-char): Remove unused var `buffer'.
14407
14408 2004-05-14 David Ponce <david@dponce.com>
14409
14410 * tree-widget.el: New file.
14411
14412 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14413
14414 * language/european.el ("Brazilian Portuguese"): Add support for
14415 Brazilian Portuguese.
14416
14417 2004-05-13 John Wiegley <johnw@newartisans.com>
14418
14419 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14420 `recentf-mode' if this variable has been customized to t.
14421
14422 * eshell/esh-test.el (eshell-test): Call the function
14423 `emacs-version' rather than trying to build a custom version string.
14424
14425 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14426
14427 * net/telnet.el (telnet-mode): Use define-derived-mode.
14428 Don't modify the global value of comint-prompt-regexp.
14429
14430 2004-05-13 John Paul Wallington <jpw@gnu.org>
14431
14432 * version.el (emacs-version): Check for `gtk' feature before
14433 `x-toolkit' feature.
14434
14435 2004-05-13 Juanma Barranquero <lektu@terra.es>
14436
14437 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14438 arguments in the docstring, they're used only in recursive calls.
14439
14440 * help-fns.el (help-arg-highlighting-function)
14441 (help-argument-name): Delete.
14442 (help-default-arg-highlight): New function.
14443 (help-do-arg-highlighting): Use it.
14444
14445 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14446
14447 * calendar/appt.el (appt-disp-window):
14448 Use `calendar-set-mode-line' for a centered mode-line.
14449
14450 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14451
14452 * calendar/appt.el (appt-disp-window): Do not split window
14453 excessively when `split-height-threshold' is low.
14454
14455 2004-05-12 Nick Roberts <nickrob@gnu.org>
14456
14457 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14458 kill-buffer-hook here and make it local.
14459 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14460
14461 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14462
14463 * progmodes/compile.el (compilation-set-window-height):
14464 Use save-excursion to protect against misplaced marker.
14465
14466 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14467
14468 * custom.el (defface): Document that type can have value gtk.
14469
14470 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14471
14472 2004-05-12 Kenichi Handa <handa@m17n.org>
14473
14474 * descr-text.el: Require quail at comile time.
14475 (describe-char): If an input method is on and it supports the
14476 character, show how to input it.
14477
14478 * international/quail.el (quail-install-decode-map): Accept a
14479 char-table whose subtype is `quail-decode-map'.
14480 (quail-store-decode-map-key, quail-gen-decode-map1)
14481 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14482 (quail-show-key): New functions.
14483
14484 2004-05-12 Juanma Barranquero <lektu@terra.es>
14485
14486 * generic.el (define-generic-mode): Remove redundant arglist info.
14487
14488 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14489 Make arguments match their use in docstring.
14490 (help-arg-highlighting-function): New variable.
14491 (help-argument-name): Mention it in the docstring.
14492 (help-do-arg-highlight): Use it. Expand regexp to accept also
14493 ARG-xxx and xxx-ARG references.
14494
14495 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14496
14497 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14498 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14499 and "mailto:addr1?to=addr2" equal.
14500
14501 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14502
14503 * man.el (Man-getpage-in-background): Use shell-file-name
14504 and shell-command-switch variables instead of hard-coded values.
14505
14506 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14507
14508 * iimage.el: New file.
14509
14510 2004-05-11 Juanma Barranquero <lektu@terra.es>
14511
14512 * custom.el (custom-initialize-default, defcustom):
14513 Fix typo in docstring.
14514
14515 * files.el (set-visited-file-name, file-expand-wildcards):
14516 Fix docstring.
14517
14518 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14519
14520 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14521
14522 * subr.el (eventp): Be more discriminating with integers.
14523
14524 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14525
14526 * progmodes/compile.el (compile): Add universal prefix arg.
14527 (compilation-error-regexp-alist-alist): Add edg patterns.
14528
14529 2004-05-10 Sam Steingold <sds@gnu.org>
14530
14531 * textmodes/ispell.el (ispell-message):
14532 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14533
14534 2004-05-10 Dave Love <fx@gnu.org>
14535
14536 * progmodes/python.el (help-buffer): Autoload when compiling.
14537 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14538 (run-python): Prepend to any existing PYTHONPATH.
14539
14540 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14541
14542 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14543 for pending breakpoints.
14544
14545 2004-05-10 Richard M. Stallman <rms@gnu.org>
14546
14547 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14548 directly without calling any functions in Rmail.
14549 (unrmail-unprune): Function deleted.
14550
14551 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14552
14553 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14554 C-c C-z binding.
14555
14556 2004-05-10 Kenichi Handa <handa@m17n.org>
14557
14558 * descr-text.el (describe-char): Fix previous change. Don't make
14559 a unibyte character to multibyte in the *Help* buffer.
14560
14561 2004-05-10 Miles Bader <miles@gnu.org>
14562
14563 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14564 buffer an error if the debugger process is actually running.
14565
14566 2004-05-10 Juanma Barranquero <lektu@terra.es>
14567
14568 * help-fns.el (help-argument-name): Default to italic.
14569 (help-highlight-arguments): Return always (usage . doc), even when
14570 usage is nil.
14571
14572 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14573 (define-ibuffer-filter): Add usage info.
14574 (define-ibuffer-op): Add usage info (but CL-style defaults for
14575 keyword args are not shown).
14576
14577 * subr.el (remove-overlays, read-passwd): Fix docstring.
14578 (start-process-shell-command): Fix docstring. Put usage info in a
14579 format usable by `describe-function'.
14580 (open-network-stream, open-network-stream-nowait)
14581 (open-network-stream-server): Fix docstring.
14582
14583 2004-05-09 Jason Rumney <jasonr@gnu.org>
14584
14585 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14586 Only define cp125* if windows-125* is already defined.
14587
14588 * language/korean.el (cp949): Add alias.
14589
14590 * language/chinese.el (cp936, cp950): Add aliases.
14591
14592 * language/japanese.el (cp932): Add alias.
14593
14594 * term/w32-win.el: Require code-pages.
14595
14596 * international/mule-cmds.el (set-locale-environment):
14597 On MS-Windows use ansi code-page for default coding-systems.
14598 Set up paper sizes for Windows 3 letter languages.
14599
14600 * international/code-pages.el (cp932, cp936, cp949, cp950):
14601 Add aliases. Also add cp125* if not already defined.
14602
14603 2004-05-09 Juanma Barranquero <lektu@terra.es>
14604
14605 * help-fns.el (help-highlight-arguments): Don't try to highlight
14606 missing or autoloaded arglists. Accept structured arguments, like
14607 the first ones of `do' and `flet'.
14608
14609 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14610 (cvs-get-marked): Remove redundant arglist info.
14611
14612 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14613 Don't use CL-style default args.
14614
14615 2004-05-08 Andreas Schwab <schwab@suse.de>
14616
14617 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14618
14619 * international/subst-ksc.el: Fix references to utf-translate-cjk
14620 into utf-translate-cjk-mode.
14621 * international/subst-big5.el: Likewise.
14622 * international/subst-gb2312.el: Likewise.
14623 * international/subst-jis.el: Likewise.
14624 * international/utf-16.el: Likewise.
14625 * international/utf-8.el: Likewise.
14626
14627 2004-05-08 John Wiegley <johnw@newartisans.com>
14628
14629 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14630 "virtual buffers" (off by default), which makes it possible to
14631 switch to the "virtual" buffers of recently visited files. When a
14632 buffer name search fails, and this option is on, iswitchb will
14633 look at the list of recently visited files, and permit matching
14634 against those names. When the user hits RET on a match, it will
14635 revisit that file.
14636 (iswitchb-read-buffer): Add two optional arguments, which makes
14637 isearchb.el possible.
14638 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14639 (iswitchb-next-match): Add support for virtual buffers.
14640
14641 * isearchb.el: This module extends iswitchb to provide "as you
14642 type" buffer selection.
14643
14644 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14645 Ignore the read-only property when flyspell highlighting is on.
14646 Not ignoring it leads to a series of confusing errors.
14647 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14648 but also make sure to call flyspell-incorrect-hook.
14649 (flyspell-maybe-correct-transposition): Perform transposition test
14650 by bit twiddling a string, rather than using a temp buffer.
14651 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14652 buffer. This is also the original version of the code, which
14653 could not be checked in before due to a previous lack of
14654 assignment papers. This version has seen heavy usage on my system
14655 for several years now.
14656
14657 * calendar/cal-bahai.el: New file, which adds support for the
14658 Baha'i calendar to Emacs. This calendar is based on a solar year
14659 of 19 months of 19 days, with 4 intercalary days. Each year
14660 begins on March 21, with the calendar starting in 1844.
14661
14662 * calendar/cal-menu.el, calendar/calendar.el
14663 * calendar/diary-lib.el, calendar/holidays.el:
14664 Added support for using cal-bahai.el.
14665
14666 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14667 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14668 function can be used outside of eshell buffers.
14669 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14670
14671 2004-05-08 Juanma Barranquero <lektu@terra.es>
14672
14673 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14674 word constituent so FOO-ARG is not recognized as an arg.
14675 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14676
14677 * simple.el (next-error): Fix typo in docstring.
14678 (open-line): Make argument names match their use in docstring.
14679 (split-line): Fix docstring.
14680
14681 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14682 usable by `describe-function'.
14683 (gensym, gentemp, typep, ignore-errors): Make argument names match
14684 their use in docstring.
14685
14686 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14687 argument to `help-setup-xref'.
14688
14689 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14690
14691 Version 2.0.40 of Tramp released.
14692
14693 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14694 Use symbol-function to invoke functions only known on some Emacs
14695 flavors. This avoids byte-compiler warnings. Reported by Kevin
14696 Scaldeferri <kevin@scaldeferri.com>.
14697 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14698 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14699 consistent with the other tramp-do-* functions.
14700 (tramp-do-copy-or-rename-file): Calls adjusted.
14701 (tramp-process-initial-commands): Avoid liveness check on shell --
14702 we know that it must be alive since we're opening a connection at
14703 this moment.
14704 (tramp-last-cmd): New internal variable.
14705 (tramp-process-echoes): New tunable.
14706 (tramp-send-command): Set tramp-last-cmd.
14707 (tramp-wait-for-output): Delete echo, if applicable.
14708 (tramp-read-passwd): Construct the key for the password cache in a
14709 way that works for multi methods, too.
14710 (tramp-bug): Add backup-directory-alist and
14711 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14712
14713 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14714
14715 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14716
14717 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14718 (tramp-actions-copy-out-of-band): New defcustoms.
14719 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14720 used instead of a synchronous one. Allows password entering.
14721 (tramp-action-out-of-band): New defun.
14722 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14723 Remove restriction with password from doc string.
14724 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14725 `tramp-out-of-band-prompt-regexp',
14726 `tramp-actions-copy-out-of-band', `password-cache' and
14727 `password-cache-expiry'.
14728 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14729 password caching.
14730 (tramp-touch): FILE can be a local file, too.
14731 (TODO): Remove items done.
14732 (tramp-handle-insert-directory): Properly quote file name also if
14733 not full-directory-p. Handle wildcard case. Reported by Andreas
14734 Schwab <schwab@suse.de>.
14735 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14736 new file.
14737 (tramp-handle-file-local-copy, tramp-handle-write-region):
14738 The permissions of the temporary file are set if filename exists.
14739 Reported by Ted Stern <stern@cray.com>.
14740 (tramp-backup-directory-alist)
14741 (tramp-bkup-backup-directory-info): New defcustoms.
14742 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14743 (tramp-handle-find-backup-file-name): New function.
14744 Implements Tramp's find-backup-file-name.
14745
14746 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14747 for `find-backup-file-name'.
14748
14749 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14750 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14751
14752 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14753
14754 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14755
14756 2004-05-07 Juanma Barranquero <lektu@terra.es>
14757
14758 * subr.el (lambda): Add arglist description to docstring.
14759 (declare): Fix typo in docstring.
14760 (open-network-stream): Fix docstring.
14761 (process-kill-without-query): Fix docstring and add obsolescence info.
14762 (last, butlast, nbutlast): Make arguments match their use in docstring.
14763 (insert-buffer-substring-no-properties): Likewise.
14764 (insert-buffer-substring-as-yank): Likewise.
14765 (split-string): Fix docstring.
14766
14767 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14768 Make argument names match their use in docstring.
14769
14770 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14771
14772 2004-05-06 Nick Roberts <nickrob@gnu.org>
14773
14774 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14775 Fit first sentence on one line for apropos-command.
14776
14777 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14778
14779 Changes largely merged in from Dave Love's code.
14780 * progmodes/python.el: Doc fixes.
14781 (python-mode-map): Add python-complete-symbol.
14782 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14783 (python-comment-indent, python-complete-symbol)
14784 (python-symbol-completions, python-partial-symbol)
14785 (python-try-complete): New.
14786 (python-indent-line): Remove optional arg. Use python-block-end-p.
14787 (python-check): Bind compilation-error-regexp-alist.
14788 (inferior-python-mode): Use rx. Move keybindings to top level.
14789 Set comint-input-filter.
14790 (python-preoutput-filter): Use rx.
14791 (python-input-filter): Re-introduce.
14792 (python-proc): Start new process if necessary.
14793 Check python-buffer non-nil.
14794 (view-return-to-alist): Defvar.
14795 (python-send-receive): New.
14796 (python-eldoc-function): Use it.
14797 (python-mode-running): Don't defvar.
14798 (python-mode): Set comment-indent-function.
14799 Maybe update hippie-expand-try-functions-list.
14800 (python-indentation-levels): Initialize differently.
14801 (python-block-end-p): New.
14802 (python-indent-line): Use it.
14803 (python-compilation-regexp-alist): Augment.
14804 (run-python): Import `emacs' module to Python rather than loading
14805 code directly. Set python-buffer differently.
14806 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14807 Use python-proc.
14808 (python-send-command): Go to end of comint buffer.
14809 (python-load-file): Use python-proc, emacs.eimport.
14810 (python-describe-symbol): Simplify interactive form.
14811 Use emacs.help. Do use temp-buffer-show-hook.
14812 Call print-help-return-message.
14813 (hippie-exp): Require when compiling.
14814 (python-preoutput-continuation): Use rx.
14815
14816 * diff-mode.el (diff-make-unified): Fix regexp.
14817
14818 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14819
14820 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14821 filter groups from the buffer when rebuilding the Ibuffer buffer
14822 and `ibuffer-show-empty-filter-groups' is nil.
14823
14824 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14825
14826 * ps-print.el (ps-print-quote): Call ps-value-string.
14827 (ps-setup): Call ps-comment-string.
14828 (ps-value-string, ps-comment-string): New funs.
14829
14830 2004-05-06 Juanma Barranquero <lektu@terra.es>
14831
14832 * ehelp.el (electric-help-command-loop): Check whether the last
14833 character is visible, not (point-max).
14834
14835 * help-fns.el (help-argument-name): Default to bold; don't inherit
14836 from font-lock-variable-name-face.
14837 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14838
14839 2004-05-05 Kenichi Handa <handa@m17n.org>
14840
14841 * descr-text.el (describe-char): Copy the character with text
14842 properties and overlays into the first line, and call
14843 describe-text-properties on it.
14844
14845 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14846
14847 * iswitchb.el (iswitchb-global-map): Fix typo.
14848 Remove unwanted ###autoloads from source file.
14849
14850 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14851
14852 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14853 in run-hooks. Use substitute-command-keys in message.
14854 (wdired-abort-changes): Add message.
14855
14856 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14857
14858 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14859 (sql-emacs20-p): Remove.
14860 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14861 (sql-builtin-face, sql-doc-face): Remove.
14862 (sql-mode-ansi-font-lock-keywords)
14863 (sql-mode-oracle-font-lock-keywords)
14864 (sql-mode-postgres-font-lock-keywords)
14865 (sql-mode-linter-font-lock-keywords)
14866 (sql-mode-ms-font-lock-keywords)
14867 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14868 (sql-product-font-lock): Fix font-lock reset when font rules change.
14869 (sql-highlight-product): Remove incorrect font-lock reset logic.
14870
14871 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14872
14873 * ses.el (ses-set-parameter): Fix typo.
14874
14875 2004-05-04 Kim F. Storm <storm@cua.dk>
14876
14877 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14878 Must expand directory for completion to work; and don't mess with
14879 process-environment.
14880 (ido-read-file-name): If command has ido property, don't use ido
14881 if value is ignore, or read as directory if value is dir.
14882 Set ido ignore property for dired-do-rename command.
14883
14884 2004-05-04 Juanma Barranquero <lektu@terra.es>
14885
14886 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14887 (electric-help-help): Check against unmapped commands.
14888
14889 * help-fns.el (help-argument-name): New face, inheriting from
14890 font-lock-variable-name-face, to highlight function arguments in
14891 `describe-function' and `describe-key'.
14892 (help-do-arg-highlight): Auxiliary function to highlight a given
14893 list of arguments in a string.
14894 (help-highlight-arguments): Highlight the function arguments and
14895 all uses of them in the docstring.
14896 (describe-function-1): Use it. Do docstring output via `insert',
14897 not 'princ', so text attributes are preserved.
14898
14899 * winner.el (winner-mode-map): Move `winner-undo' and
14900 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14901 previous bindings conflict with `prev-buffer', `next-buffer').
14902
14903 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14904
14905 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14906 (bibtex-entry-update): New command bound to C-c C-u.
14907 (bibtex-text-in-string): Fix regexp.
14908 (bibtex-assoc-of-regexp): Remove.
14909 (bibtex-progress-message): Fix docstring.
14910 (bibtex-inside-field): Use if.
14911 (bibtex-assoc-regexp): New function.
14912 (bibtex-format-entry): Make code more robust so that it formats
14913 also old entries.
14914 (bibtex-autokey-demangle-title): Merge with obsolete function
14915 bibtex-assoc-of-regexp.
14916 (bibtex-field-list): New function.
14917 (bibtex-entry): Use bibtex-field-list.
14918 (bibtex-parse-entry): Fix docstring.
14919 (bibtex-print-help-message): Use bibtex-field-list.
14920 (bibtex-make-field): Use bibtex-field-list.
14921 (bibtex-entry-index): Bugfix. Return crossref key if required.
14922 (bibtex-lessp): Fix docstring.
14923
14924 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14925
14926 * select.el (xselect-convert-to-string): Move comment to intended line.
14927
14928 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14929
14930 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14931 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14932
14933 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14934
14935 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14936 x-get-selection.
14937
14938 2004-05-03 Jason Rumney <jasonr@gnu.org>
14939
14940 * makefile.nt: Remove.
14941
14942 2004-05-03 Kim F. Storm <storm@cua.dk>
14943
14944 * emulation/cua-base.el (cua--update-indications): Fix last change.
14945 (cua-mode): Deactivate mark when cua-mode is enabled.
14946
14947 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14948
14949 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14950
14951 2004-05-03 Nick Roberts <nickrob@gnu.org>
14952
14953 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14954 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14955 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14956 window over visible frames.
14957 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14958
14959 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14960
14961 * progmodes/compile.el (compilation-gcpro): New var.
14962 (compilation-fake-loc): Use it.
14963 (compilation-forget-errors): Reset it.
14964
14965 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14966
14967 * diff-mode.el (diff-header-face, diff-file-header-face):
14968 Use min-colors.
14969
14970 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14971
14972 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14973 (bibtex-clean-entry): Disentangle code.
14974 (bibtex-realign): New function.
14975 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14976 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14977 Remove undocumented optional arg called-by-convert-alien.
14978 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14979 for sorting instead of bibtex-sort-buffer.
14980
14981 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14982
14983 * progmodes/compile.el (compilation-start): In the
14984 no-async-subprocesses branch, call sit-for to give redisplay a
14985 chance to show the updated process status in the mode line, and
14986 fontify the buffer explicitly after the process exits.
14987
14988 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14989
14990 * progmodes/python.el (python-compilation-line-number): Remove.
14991 (python-compilation-regexp-alist): Don't use it any more.
14992 (python-orig-start, python-input-filter): Remove.
14993 (inferior-python-mode): Don't set up comint-input-filter-functions.
14994 (python-send-region): Use compilation-fake-loc.
14995
14996 * progmodes/compile.el (compilation-messages-start): New var.
14997 (compilation-mode): Don't setup next-error-function here.
14998 (compilation-setup): Set it up here instead (for minor modes as well).
14999 Make compilation-messages-start buffer local.
15000 (compilation-next-error-function): Use it.
15001 (compilation-forget-errors): Set compilation-messages-start.
15002
15003 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15004
15005 * ielm.el (ielm-prompt-read-only): Update docstring.
15006
15007 * comint.el (comint-prompt-read-only): Update docstring.
15008 (comint-update-fence, comint-kill-whole-line)
15009 (comint-kill-region): New functions.
15010
15011 * simple.el (kill-whole-line): Use "p" instead of "P" in
15012 interactive form.
15013
15014 2004-05-01 Juanma Barranquero <lektu@terra.es>
15015
15016 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15017 format arglist so default values in CL-style argument lists are
15018 correctly shown.
15019
15020 2004-05-01 Jason Rumney <jasonr@gnu.org>
15021
15022 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15023
15024 2004-05-01 Kenichi Handa <handa@m17n.org>
15025
15026 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15027 quail file if it is up to date.
15028
15029 2004-04-30 Juri Linkov <juri@jurta.org>
15030
15031 * cus-edit.el (custom-mode-map):
15032 Add key binding `C-x C-s' to `Custom-save'.
15033
15034 * outline.el (outline-blank-line): New var.
15035 (outline-next-preface, outline-show-heading)
15036 (outline-end-of-subtree): Use it.
15037
15038 * dired-aux.el (dired-touch-initial): New fun.
15039 (dired-do-chxxx): Call it for op-symbol `touch'.
15040 (dired-diff): Use `dired-dwim-target-directory'
15041 if current dired buffer has no buffer mark.
15042
15043 * bindings.el (propertized-buffer-identification):
15044 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15045 Add C-M-arrow keys for consistency.
15046
15047 * files.el (confirm-kill-emacs):
15048 Change group from top-level `emacs' to `convenience'.
15049
15050 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15051 Push mark on the first call of successive command calls.
15052 (insert-pair): New fun created from `insert-parentheses' with
15053 `open' and `close' arguments added. Enclose active regions
15054 in paired characters. Compare adjacent characters syntax with
15055 inserted characters syntax before inserting a space.
15056 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15057
15058 * delsel.el: Don't put `delete-selection' property
15059 on `insert-parentheses' symbol to take advantage of
15060 region handling in `insert-pair' function.
15061 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15062
15063 2004-04-30 Kim F. Storm <storm@cua.dk>
15064
15065 * emulation/cua-base.el: Add support for changing cursor types;
15066 based on patch from Michael Mauger.
15067 (cua-normal-cursor-color, cua-read-only-cursor-color)
15068 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15069 Customization cursor type and/or cursor color.
15070 (cua--update-indications): Handle cursor type changes.
15071 (cua-mode): Update cursor indications if enabled.
15072
15073 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15074
15075 * mouse.el (mouse-drag-copy-region): New defcustom.
15076 (mouse-set-region, mouse-drag-region-1): Use it.
15077
15078 * simple.el (kill-ring-save): If region face background color is
15079 unspecified (if no highlighting), show extent of fully visible
15080 region even if transient-mark-mode is enabled.
15081
15082 * emulation/cua-base.el (cua--standard-movement-commands):
15083 Add cua-scroll-up and cua-scroll-down.
15084 (cua-scroll-up, cua-scroll-down): New commands.
15085 (cua--init-keymaps): Remap scroll-up and scroll-down.
15086
15087 * emulation/cua-rect.el (cua--convert-rectangle-as):
15088 New defmacro.
15089 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15090 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15091 New commands (suggested by Jordan Breeding).
15092
15093 2004-04-30 Juanma Barranquero <lektu@terra.es>
15094
15095 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15096
15097 2004-04-30 Mario Lang <mlang@delysid.org>
15098
15099 * diff.el (diff-switches): Fix typo in docstring.
15100
15101 2004-04-30 Alex Schroeder <alex@gnu.org>
15102
15103 * xml.el (xml-debug-print-internal): Don't add newline and
15104 indentation to text nodes and write empty elements as empty tags
15105 instead of opening and closing tags.
15106 (xml-debug-print): Take optional indent-string argument.
15107 (xml-print): Alias for xml-debug-print.
15108
15109 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15110
15111 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15112 than duplicate call to `line-beginning-position'.
15113
15114 * progmodes/f90.el (f90-get-present-comment-type):
15115 Return whitespace, as well as comment chars, for consistent filling
15116 of comment blocks. Use `match-string-no-properties'.
15117 (f90-break-line): Trim trailing whitespace when filling comments.
15118
15119 2004-04-30 Dave Love <fx@gnu.org>
15120
15121 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15122 (diary-from-outlook-internal, diary-from-outlook)
15123 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15124 New functions to import diary entries from Outlook-format
15125 appointments in mail messages.
15126
15127 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15128
15129 * progmodes/python.el (python-send-command): New fun.
15130 (python-send-region, python-load-file): Use it.
15131
15132 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15133
15134 * help-fns.el (help-C-file-name): Use new subr-name.
15135 Prepend `src/' to the file name.
15136 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15137 (describe-function-1, describe-variable): Only find a C source file
15138 name if DOC is already loaded.
15139
15140 * help-mode.el (help-function-def, help-variable-def):
15141 Use the new find-function-search-for-symbol functionality.
15142 Allow FILE to be `C-source'.
15143
15144 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15145 (find-function-C-source): New fun.
15146 (find-function-search-for-symbol): Use it.
15147
15148 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15149
15150 * progmodes/sql.el (sql-product-alist): Rename variable
15151 `sql-product-support'. Add Postgres login parameters.
15152 (sql-set-product, sql-product-feature): Update with renamed variable.
15153 (sql-connect-postgres): Add username prompt.
15154 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15155 Make patterns less product specific.
15156 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15157 (sql-mode-abbrev-table): Modify initialization.
15158 (sql-builtin-face): Add variable.
15159 (sql-keywords-re): Add macro.
15160 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15161 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15162 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15163 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15164 (sql-mode-linter-font-lock-keywords)
15165 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15166 (sql-mode-sybase-font-lock-keywords)
15167 (sql-mode-informix-font-lock-keywords)
15168 (sql-mode-interbase-font-lock-keywords)
15169 (sql-mode-ingres-font-lock-keywords)
15170 (sql-mode-solid-font-lock-keywords)
15171 (sql-mode-sqlite-font-lock-keywords)
15172 (sql-mode-db2-font-lock-keywords): Default to nil.
15173 (sql-product-font-lock): Always highlight ANSI keywords.
15174 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15175 (sql-send-string): Add function.
15176
15177 2004-04-29 Dave Love <fx@gnu.org>
15178
15179 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15180 (cfengine-end-of-defun): Ensure progress through buffer.
15181
15182 * info-look.el (cfengine-mode): Accept a terminal ().
15183
15184 2004-04-29 Juri Linkov <juri@jurta.org>
15185
15186 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15187 instead of isearch-yank-word-or-char. Add new key bindings for
15188 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15189 (isearch-del-char): New fun.
15190 (isearch-forward, isearch-edit-string): Update docstring.
15191 (isearch-yank-char): Doc fix.
15192 (isearch-other-meta-char): Restore point after scrolling.
15193
15194 * progmodes/compile.el (compilation-context-lines): Add nil option
15195 to disable compilation output window scrolling.
15196 (compilation-set-window): Use it.
15197
15198 * outline.el (outline-next-preface, outline-show-heading):
15199 Don't leave unhidden blank line before heading.
15200 (outline-end-of-subtree): Include last newline into subtree.
15201 (hide-entry): Leave point at beginning of heading instead of end.
15202 (outline-up-heading): Push mark for the first call of successive
15203 command calls.
15204
15205 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15206
15207 * comint.el (comint-prompt-read-only): New variable.
15208 (comint-output-filter): Implement it.
15209
15210 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15211 (ielm-prompt-internal): New variable.
15212 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15213 (ielm-send-input): Delete unused variable `buf'.
15214 (ielm-eval-input): Use `ielm-prompt-internal'.
15215 (inferior-emacs-lisp-mode): Use new variables
15216 `comint-prompt-read-only' and `ielm-prompt-internal'.
15217 Get rid of obsolete variable `directory-sep-char'.
15218 (ielm): Use `zerop'.
15219
15220 2004-04-29 John Paul Wallington <jpw@gnu.org>
15221
15222 * thumbs.el (toplevel): Require cl at compile time.
15223 Remove conditional definitions of `ignore-errors' and `caddar'
15224 because they occur at run time.
15225
15226 2004-04-28 Nick Roberts <nickrob@gnu.org>
15227
15228 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15229 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15230 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15231 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15232
15233 * progmodes/gud.el (gud-common-init): Throw an error if program is
15234 already running under gdb.
15235
15236 2004-04-28 John Paul Wallington <jpw@gnu.org>
15237
15238 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15239 (thumbs-show-image-num): Move assignment of
15240 `thumbs-current-image-filename' within scope of `i'.
15241 (thumbs-emboss-image): Don't use `evenp'.
15242
15243 2004-04-28 Richard M. Stallman <rms@gnu.org>
15244
15245 * progmodes/compile.el (compilation-context-lines): Default now 0.
15246
15247 2004-04-28 Juanma Barranquero <lektu@terra.es>
15248
15249 Use `time-less-p' from calendar/time-date.el instead of defining
15250 custom versions of it.
15251
15252 * pcomplete.el (pcomplete-time-less-p): Remove.
15253
15254 * thumbs.el (time-less-p): Remove.
15255
15256 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15257 (timeclock-generate-report): Use `time-less-p'.
15258
15259 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15260 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15261
15262 2004-04-28 Masatake YAMATO <jet@gyve.org>
15263
15264 * subr.el (remove-overlays): Make arguments optional.
15265
15266 * wid-edit.el (widget-specify-button): Put evaporate to the
15267 overlay for sample.
15268 (widget-specify-sample): Put evaporate to the overlay for sample.
15269 (widget-specify-doc): Put evaporate to the overlay for documentation.
15270
15271 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15272
15273 * info.el (info-apropos): Make it an index node. Align node names
15274 like makeinfo.
15275
15276 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15277
15278 * net/browse-url.el (browse-url-netscape-sentinel)
15279 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15280 (browse-url-epiphany-sentinel, browse-url-mosaic):
15281 Use browse-url-*-program instead of a literal program name.
15282
15283 2004-04-27 Kevin Ryde <user42@zip.com.au>
15284
15285 * eshell/em-alias.el:
15286 * eshell/em-dirs.el:
15287 * eshell/em-hist.el:
15288 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15289 features when M-x customize-group loads modules before the main
15290 eshell.el.
15291
15292 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15293
15294 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15295 either a character representation of an event or an event
15296 description list.
15297
15298 * type-break.el: Capitalise Emacs and Lisp.
15299 (type-break-good-break-interval, type-break-demo-boring-stats)
15300 (type-break-terse-messages, type-break-file-name): New defcustoms.
15301 (type-break-post-command-hook)
15302 (type-break-warning-countdown-string): Quote variable names in doc.
15303 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15304 (type-break-mode): Document type-break-good-break-interval and the
15305 "session" file. Schedule break according to the session file.
15306 Kill session file buffer on exit. Organise for save-some-buffers
15307 to always save the session file.
15308 (type-break-mode-line-message-mode, type-break-query-mode):
15309 Uppercase arguments.
15310 (type-break-file-time, type-break-file-keystroke-count, timep)
15311 (type-break-choose-file, type-break-get-previous-time)
15312 (type-break-get-previous-count): New defuns.
15313 (type-break): Avoid break querying after a completed break in the
15314 case where the query was initiated during user invocation of the
15315 break. Optional terse messages.
15316 Use type-break-good-break-interval if type-break-good-rest-interval is
15317 nil. File the break time.
15318 (type-break-schedule): New optional args for overriding the use of
15319 the current time.
15320 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15321 after a break.
15322 (type-break-check): File the keystroke count.
15323 (type-break-do-query): Prevent a second query when the break is
15324 interrupted. Optional terse message.
15325 (type-break-keystroke-reset): Record the start of a typing interval.
15326 (type-break-demo-boring): Optional terse messages. Display word
15327 per minute and keystroke counts according to
15328 type-break-demo-boring-stats.
15329
15330 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15331
15332 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15333 directories, make sure they exist under archive-tmpdir.
15334
15335 2004-04-27 Juri Linkov <juri@jurta.org>
15336
15337 * help.el (view-emacs-news): With argument, display info for the
15338 selected version by finding it among different NEWS files, and
15339 narrowing the buffer to the selected version.
15340
15341 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15342 same-window-buffer-names.
15343 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15344 non-numeric prefix argument, append the number to the buffer name
15345 for numeric prefix argument.
15346 (info-other-window): Bind same-window-regexps to nil.
15347 (Info-reference-name): Rename to Info-point-loc.
15348 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15349 and Info-find-index-name for stringy Info-point-loc.
15350 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15351 without middle `.', but with final `.' and optional line number
15352 for it. Set Info-point-loc for index nodes.
15353 (Info-index): Remove middle `.' from index entry regexp.
15354 Modify line number regexp.
15355 (Info-index-next): Decrement line number.
15356 (info-apropos): Remove middle `.' from index entry regexp.
15357 Add optional line number regexp at the end. Add matched value
15358 for line number to the result list and insert it to the buffer.
15359 Replace match-string by match-string-no-properties.
15360 Reorder result list.
15361 (Info-fontify-node): Hide index line numbers.
15362 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15363 empty matches.
15364 (Info-follow-reference): Use `str' instead of
15365 Info-following-node-name-re.
15366 (Info-toc): Use full file names. Set Info-current-node to "Top".
15367 (Info-fontify-node): Compare file names without directory name.
15368 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15369 Set second arg of Info-extract-menu-node-name for index nodes.
15370 (info-xref-visited): Use magenta3 instead of magenta4.
15371 (Info-mode): Add info-apropos to docstring.
15372
15373 * log-view.el (log-view-diff): Replace interactive code "r"
15374 by a list to allow to call it even if region is not active.
15375
15376 * paren.el (show-paren-highlight-openparen): New var.
15377 (show-paren-function): Turn on openparen highlighting when
15378 matching forward if show-paren-highlight-openparen is non-nil.
15379
15380 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15381 the constant value 1.
15382 (completions-common-part): Expand docstring.
15383
15384 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15385
15386 2004-04-27 Kim F. Storm <storm@cua.dk>
15387
15388 * image.el (insert-sliced-image): Use line-height instead of
15389 line-spacing property on newline.
15390
15391 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15392
15393 * desktop.el (desktop-buffer-misc-data-function): Rename to
15394 desktop-save-buffer and change docstring.
15395 (desktop-buffer-modes-to-save): Delete.
15396 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15397 desktop-buffer-modes-to-save.
15398 (desktop-save): Rename desktop-buffer-misc-data-function to
15399 desktop-save-buffer and allow non-function value.
15400 (desktop-missing-file-warning): Correct docstring.
15401
15402 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15403 to desktop-save-buffer.
15404
15405 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15406 desktop-save-buffer.
15407
15408 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15409
15410 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15411
15412 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15413
15414 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15415
15416 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15417
15418 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15419 (ielm): Only go to the end of the buffer when starting a new process.
15420
15421 2004-04-25 Juanma Barranquero <lektu@terra.es>
15422
15423 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15424 mode line. Bind `inhibit-read-only' to t before modifying
15425 properties of text in the buffer.
15426 (ielm): Force point to the end of buffer, even when running ielm
15427 from inside itself.
15428
15429 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15430
15431 * info.el (info-apropos): Reset Info-complete-cache.
15432
15433 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15434
15435 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15436 Also recognize severe Irix et al. messages.
15437 (compilation-normalize-filename, compile-abbreviate-directory):
15438 Delete functions.
15439 (compilation-get-file-structure): New function inherits
15440 functionality of the two preceding ones.
15441 (compilation-internal-error-properties, compilation-fake-loc):
15442 Use it so that different paths to the same file share the same
15443 markers. Also optimize finding adjacent marker slightly.
15444
15445 2004-04-25 Kim F. Storm <storm@cua.dk>
15446
15447 * image.el (insert-sliced-image): Add line-spacing t property
15448 to newlines separating image lines.
15449
15450 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15451
15452 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15453
15454 * ielm.el (ielm-prompt-read-only): New user option.
15455 (ielm-prompt): Expand docstring to describe new behavior.
15456 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15457 mention it in the docstring.
15458
15459 2004-04-24 Andreas Schwab <schwab@suse.de>
15460
15461 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15462
15463 * diff.el (diff): Set default-directory in diff buffer.
15464
15465 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15466
15467 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15468 mail was being composed if the terminal cannot display more than
15469 one frame; instead, switch to previous frame.
15470
15471 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15472 (rmail-start-mail): Support rmail-mail-new-frame even on
15473 terminals that can display only one frame at a time.
15474
15475 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15476
15477 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15478 (checkdoc-output-font-lock-keywords): Remove error regexp.
15479 (checkdoc-output-mode-map): Remove.
15480 (checkdoc-output-mode): Derive from compilation-mode.
15481 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15482
15483 * dired.el (dired-mode-map): Add a menu entry for wdired.
15484
15485 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15486 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15487
15488 * wdired.el (wdired-mode-map): Move init into declaration.
15489 Fix `return' binding.
15490 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15491 Use force-mode-line-update.
15492 (wdired-get-filename): Use `unless'.
15493 (wdired-preprocess-files): Don't assume names have no \n and use / for
15494 dir separator.
15495 (wdired-normalize-filename): Use replace-regexp-in-string.
15496 (wdired-load-hooks): Remove.
15497 (wdired-mode-hooks): Rename to wdired-mode-hook.
15498
15499 * info-look.el: Add support for cfengine-mode.
15500 (info-lookup-setup-mode): Use dolist.
15501
15502 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15503
15504 * wdired.el: New file.
15505
15506 2004-04-23 Juanma Barranquero <lektu@terra.es>
15507
15508 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15509
15510 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15511 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15512 (pcomplete--help, pcomplete--here): Doc fixes.
15513
15514 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15515
15516 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15517 handles wrong-number-of-arguments in backend call.
15518
15519 * vc.el (vc-print-log): Likewise.
15520
15521 2004-04-20 Dave Love <fx@gnu.org>
15522
15523 * emacs-lisp/rx.el: Doc fixes.
15524 (rx-constituents): Add/extend many forms.
15525 (rx-check): Check form is a list.
15526 (bracket): Defvar.
15527 (rx-check-any, rx-any, rx-check-not): Modify.
15528 (rx-not): Simplify.
15529 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15530 (rx-kleene): Use rx-trans-forms.
15531 (rx-quote-for-set): Delete.
15532 (rx): Allow multiple args.
15533
15534 2004-04-23 Kenichi Handa <handa@m17n.org>
15535
15536 * international/mule-util.el (char-displayable-p): Simplify by
15537 using internal-char-font.
15538
15539 2004-04-23 Juanma Barranquero <lektu@terra.es>
15540
15541 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15542
15543 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15544
15545 * diff-mode.el (diff-next-error): New fun.
15546 (diff-mode): Use it.
15547
15548 * simple.el (next-error): Change arg name.
15549 Add support for the documented C-u C-x ` usage.
15550
15551 * frame.el (special-display-popup-frame, next-multiframe-window)
15552 (previous-multiframe-window): Only consider frames on same display.
15553
15554 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15555
15556 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15557 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15558
15559 2004-04-22 Kim F. Storm <storm@cua.dk>
15560
15561 * net/telnet.el (telnet): Add optional port arg.
15562
15563 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15564
15565 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15566 Minor sanity check on the `hyperlink' slot.
15567
15568 * Makefile.in (recompile): Compile new files.
15569
15570 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15571 Add byte-recompile-directory's optional `arg'.
15572
15573 * cvs-status.el (cvs-tree-use-charset): New var.
15574 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15575 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15576 (cvs-status-cvstrees): Use it.
15577
15578 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15579 Make it a normal major mode.
15580 (checkdoc-buffer-label): Make sure the file name is meaningful.
15581 (checkdoc-output-to-error-buffer): Remove.
15582 (checkdoc-error, checkdoc-start-section): Rewrite.
15583
15584 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15585 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15586 (Info-title-4-face): Use new syntax.
15587 (info-xref-visited): Inherit from info-xref.
15588
15589 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15590
15591 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15592
15593 * simple.el (next-error-last-buffer, next-error-function):
15594 New variables for the next-error framework.
15595 (next-error-buffer-p): New function.
15596 (next-error-find-buffer): Generalize compilation-find-buffer.
15597 (next-error, previous-error, first-error, next-error-no-select)
15598 (previous-error-no-select): Move from compile.el.
15599
15600 * replace.el (occur-next-error, occur-1): Hook into the next-error
15601 framework.
15602
15603 * progmodes/compile.el (compilation-start):
15604 Set next-error-last-buffer so next-error knows where to jump.
15605 (compilation-setup): Set the buffer-local variable
15606 next-error-function to 'compilation-next-error-function.
15607 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15608 alternate way to find if a buffer is a compilation buffer, for
15609 next-error convenience.
15610 (next-error-no-select, previous-error-no-select, next-error)
15611 (previous-error, first-error): Move to simple.el.
15612 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15613 (compilation-last-buffer): Remove.
15614 (compilation-start, compilation-next-error, compilation-setup)
15615 (compilation-next-error-function, compilation-find-buffer):
15616 Remove compilation-last-buffer use.
15617
15618 2004-04-21 Juanma Barranquero <lektu@terra.es>
15619
15620 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15621 (font-lock-warning-face): Fix spacing.
15622
15623 * makefile.w32-in (WINS): Add url/ directory.
15624
15625 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15626
15627 * desktop.el (desktop-buffer-mode-handlers): New variable.
15628 Alist of major mode specific functions to restore a desktop buffer.
15629 (desktop-buffer-handlers): Make variable obsolete.
15630 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15631 Catch errors signaled in handlers. Update buffer count.
15632 Evaluate desktop-buffer-point.
15633 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15634 move to dired.el.
15635 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15636 move to info.el.
15637 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15638 move to mail/rmail.el.
15639 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15640 to mh-e/mh-e.el.
15641 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15642 On fail, print message (to message buffer) even if
15643 desktop-missing-file-warning is nil.
15644 (desktop-buffer-misc-data-function): New buffer local variable.
15645 Function returning major mode specific data.
15646 (desktop-buffer-misc-functions): Make variable obsolete.
15647 (desktop-save): Use desktop-buffer-misc-data-function.
15648 (desktop-buffer-dired-misc-data): Rename to
15649 dired-desktop-buffer-misc-data and move to dired.el.
15650 (desktop-buffer-info-misc-data): Rename to
15651 Info-desktop-buffer-misc-data and move to info.el.
15652 (desktop-read): Add message about number of buffers restored/failed.
15653
15654 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15655 Add parameters. Pause to display error only when
15656 desktop-missing-file-warning is non-nil.
15657 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15658 (dired-mode): Bind desktop-buffer-misc-data-function.
15659
15660 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15661 Add Parameters.
15662 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15663 (Info-mode): Bind desktop-buffer-misc-data-function.
15664
15665 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15666 Add Parameters.
15667
15668 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15669 Add Parameters.
15670
15671 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15672
15673 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15674 the case of letters in case-insensitive expansions when the
15675 abbrev is preceded by characters with letter syntax.
15676
15677 2004-04-21 Richard M. Stallman <rms@gnu.org>
15678
15679 * progmodes/cperl-mode.el (cperl-putback-char):
15680 Delete Emacs 18 definition.
15681
15682 * international/mule.el (ctext-post-read-conversion):
15683 Use assoc-string, not assoc-ignore-case.
15684
15685 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15686
15687 * emacs-lisp/easymenu.el (easy-menu-add):
15688 Do call x-popup-menu, but only if it's defined.
15689
15690 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15691
15692 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15693 Handle multiple args: compile like progn.
15694
15695 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15696 take all args as &rest arg.
15697
15698 * autoinsert.el (auto-insert-alist): Insert the user's name in
15699 copyright notice, rather than Free Software Foundation.
15700
15701 2004-04-21 Kenichi Handa <handa@m17n.org>
15702
15703 * descr-text.el (describe-char): Make it work on *Help* buffer.
15704
15705 2004-04-21 Kim F. Storm <storm@cua.dk>
15706
15707 * image.el (insert-image): Add optional SLICE arg.
15708 (insert-sliced-image): New defun.
15709
15710 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15711
15712 * subr.el (read-number): Check whether `default' is nil.
15713
15714 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15715
15716 * progmodes/compile.el (compilation-error-properties):
15717 Split into two.
15718 (compilation-internal-error-properties): New one.
15719 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15720
15721 2004-04-20 Richard M. Stallman <rms@gnu.org>
15722
15723 * window.el (split-window-save-restore-data):
15724 Don't update the data if OLD-INFO is nil.
15725
15726 * view.el (view-return-to-alist): Mark it permanent local.
15727
15728 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15729
15730 * recentf.el (recentf-save-list): Catch and warn about errors.
15731
15732 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15733 so "Buffers" won't be pure.
15734
15735 * help-mode.el (help-mode-finish): Set help-return-alist first
15736 thing, setting only the entry for the selected window.
15737
15738 * help-fns.el (describe-function-1): If many non-control non-meta
15739 keys run the command, don't list all of them.
15740
15741 2004-04-20 Juanma Barranquero <lektu@terra.es>
15742
15743 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15744 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15745
15746 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15747
15748 2004-04-20 Kenichi Handa <handa@m17n.org>
15749
15750 * international/quail.el (quail-lookup-key): New optional arg
15751 NOT-RESET-INDICES.
15752 (quail-get-translations): Call quail-lookup-key with
15753 NOT-RESET-INDICES t.
15754 (quail-completion): Likewise.
15755 (quail-lookup-map-and-concat): Likewise.
15756
15757 2004-04-20 Kenichi Handa <handa@m17n.org>
15758
15759 * international/quail.el (quail-update-translation): Don't insert
15760 such an unsupported multibyte char in a unibyte buffer.
15761
15762 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15763
15764 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15765 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15766 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15767 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15768 (gdb-frame-assembler-buffer): Improve behaviour with
15769 multiple frames.
15770 (gdb-display-buffer): Extend search to all visible frames.
15771
15772 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15773
15774 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15775 characters left after base64 decoding.
15776 (rmail-decode-region): Use -dos variety of `coding', to remove any
15777 ^M characters left after qp or base64 decoding.
15778
15779 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15780
15781 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15782 messages.
15783
15784 2004-04-19 Stephen Eglen <stephen@gnu.org>
15785
15786 * add-log.el (add-change-log-entry): Update doc string to mention
15787 add-log-full-name and add-log-mailing-address.
15788
15789 2004-04-18 Juri Linkov <juri@jurta.org>
15790
15791 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15792 (Info-find-node-2): Simplify error message.
15793 (Info-insert-dir): Use Info-following-node-name.
15794 (Info-goto-node): Remove *info-history* and *info-toc*.
15795 (Info-history): Create a node of the virtual history file.
15796 (Info-toc): Create a node of the virtual toc file.
15797 (Info-insert-toc): New arg `curr-file' for reference file names.
15798 (info-apropos): Remove redundant var binding for temp-file.
15799 (Info-index, Info-index-next, Info-mode): Doc fix.
15800 (Info-goto-emacs-command-node): Don't jump to *info* from
15801 non-*info* Info buffers.
15802 (Info-fontify-node): Don't show the file name of external
15803 references if `Info-hide-note-references' is `hide'. Don't hide
15804 newlines at the end of paragraphs.
15805
15806 * international/mule-diag.el (list-input-methods):
15807 Fix args to help-xref-button.
15808
15809 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15810 to put into effect local variables from TUTORIAL files.
15811
15812 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15813 with default value taken from the variable `sentence-end'.
15814 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15815 Add nil const to :type.
15816 (sentence-end-without-period, sentence-end-double-space)
15817 (sentence-end-without-space): Doc fix.
15818
15819 * textmodes/paragraphs.el (forward-sentence):
15820 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15821 (fill-delete-newlines):
15822 * progmodes/cc-cmds.el (c-beginning-of-statement):
15823 Use function `sentence-end' instead of variable `sentence-end'.
15824
15825 2004-04-18 Andreas Schwab <schwab@suse.de>
15826
15827 * progmodes/compile.el (compilation-start): Set window start to
15828 point-min if compilation-scroll-output is nil.
15829
15830 2004-04-18 John Wiegley <johnw@newartisans.com>
15831
15832 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15833
15834 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15835
15836 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15837 (gdb-info-breakpoints-custom): Revert previous change.
15838 (gdb-view-assembler): Update assembler if necessary.
15839 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15840 (gdb-display-source-buffer): Update properly when both source and
15841 assembler are visible.
15842
15843 2004-04-17 John Wiegley <johnw@newartisans.com>
15844
15845 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15846 which limits the number of names shown in the minibuffer. Off by
15847 default.
15848 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15849 up iswitchb for users with a multitude of open buffers by showing
15850 only the first and last N/2 buffers in the completion list (which
15851 is enough to aid C-s/C-r, and to know that more characters are
15852 needed to refine the completion list).
15853
15854 2004-04-17 Richard M. Stallman <rms@gnu.org>
15855
15856 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15857 (file-truename): Expand all ~ constructs directly.
15858 (insert-directory): Delete any error msg output by the
15859 `insert-directory-program'.
15860
15861 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15862 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15863 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15864 (allout-init): Use find-file-hook, not find-file-hooks.
15865 (allout-mode): Eliminate Emacs 18 support.
15866 Use write-contents-functions, not local-write-file-hooks.
15867
15868 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15869
15870 * progmodes/compile.el (compilation-error-properties): Fix for
15871 adding messages when there are already markers for their file.
15872 (compilation-fake-loc): New function.
15873
15874 2004-04-16 Dave Love <fx@gnu.org>
15875
15876 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15877 (python-load-file): Fix python-orig-start setting.
15878
15879 * progmodes/compile.el: Doc fixes.
15880 (compilation-error-regexp-alist-alist)
15881 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15882 (compilation-assq): Wrap in eval-when-compile.
15883 (compilation-mode-font-lock-keywords): Don't use list*.
15884 (compilation-start): Avoid warning.
15885 (compilation-compat-error-properties)
15886 (compilation-directory-properties): Add keymap property.
15887 (compilation-parsing-end): Make it a marker for better compatibility.
15888
15889 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15890
15891 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15892
15893 * xml.el: Doc fixes.
15894 (xml-get-children): Only looks at sub-tags and ignore strings.
15895
15896 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15897
15898 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15899
15900 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15901
15902 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15903
15904 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15905
15906 * vc.el (vc-print-log): Likewise.
15907
15908 2004-04-16 Masatake YAMATO <jet@gyve.org>
15909
15910 * simple.el (completion-setup-function): Set an initial value
15911 to `element-common-end' before entering loop. Set a value
15912 to `element-common-end' at the end of loop.
15913 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15914 (completions-common-part): Rename from completion-de-emphasis.
15915 (completions-first-difference): Rename from completion-emphasis.
15916 Suggested by RMS.
15917
15918 2004-04-16 Juanma Barranquero <lektu@terra.es>
15919
15920 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15921 (bookmark-edit-annotation-mode): Add mode name.
15922
15923 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15924
15925 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15926 for nested conflict markers.
15927 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15928
15929 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15930
15931 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15932
15933 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15934
15935 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15936
15937 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15938 Give a backtrace if requested.
15939
15940 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15941
15942 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15943 Remove unused functions.
15944 (python-orig-start-line, python-orig-file): Remove.
15945 (python-orig-start): New var.
15946 (python-input-filter, python-compilation-line-number)
15947 (python-send-region, python-load-file): Use it.
15948
15949 * info.el (info): Always jump to *info*.
15950
15951 * subr.el (posn-set-point): New function.
15952
15953 * mouse.el (mouse-set-point): Use it.
15954
15955 * progmodes/compile.el (compile-goto-error): Use it.
15956 (compilation-button-map): New keymap.
15957 (compilation-error-properties): Use it.
15958 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15959
15960 * smerge-mode.el (smerge-popup-context-menu): Use it.
15961
15962 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15963 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15964 mouse and non-mouse case.
15965
15966 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15967 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15968
15969 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15970 Make it work for non-mouse events.
15971
15972 * pcvs-info.el (cvs-status-map): Update binding name.
15973
15974 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15975
15976 * xml.el (xml-maybe-do-ns): New function to handle namespace
15977 parsing of both attribute and element names.
15978 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15979 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15980 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15981 (xml-parse-attlist): Make it do its own namespace parsing.
15982
15983 2004-04-14 Dave Love <fx@gnu.org>
15984
15985 * progmodes/python.el (run-python): Fix use of \n.
15986 (python-load-file): Remove `try' from Python fragment.
15987 (python-describe-symbol): Fix message.
15988
15989 * comint.el: Doc fixes.
15990 (comint-last-input-start, comint-last-input-end)
15991 (comint-last-output-start): Give them values.
15992 (comint-arguments): Avoid warning.
15993 (comint-skip-prompt): Use line-end-position.
15994 (comint-backward-matching-input): Rename arg to agree with doc.
15995 (comint-extract-string): Use syntax-ppss.
15996 (comint-dynamic-simple-complete): Delete useless list construction.
15997 (comint-redirect-subvert-readonly): New.
15998 (comint-redirect-preoutput-filter): Use it.
15999
16000 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16001 Correctly handle negative arguments when calling hook functions.
16002
16003 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16004
16005 * info.el (info-apropos): Don't clobber Info-history-list.
16006
16007 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16008
16009 * progmodes/compile.el (compilation-setup):
16010 Localize overlay-arrow-position.
16011 (compilation-sentinel): Restructure code equivalently.
16012 (compilation-next-error): Find message on same line after point if
16013 not found before point.
16014 (compile-mouse-goto-error): Restore function so that compilation
16015 buffer need not be current and use compile-goto-error.
16016 (compile-goto-error): Restore function.
16017 (next-error): Set overlay-arrow-position.
16018 (compilation-forget-errors): Don't localize already local
16019 compilation-locs and remove FIXME about refontifying.
16020
16021 2004-04-14 Kim F. Storm <storm@cua.dk>
16022
16023 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16024 (command-line): New option -Q. Like -q --no-site-file, but
16025 in addition it also disables menu-bar, tool-bar, scroll-bars,
16026 tool-tips, and the blinking cursor.
16027 (command-line-1): Skip startup screen if -Q.
16028 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16029
16030 * emulation/cua-base.el (cua-read-only-cursor-color)
16031 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16032
16033 2004-04-13 Dave Love <fx@gnu.org>
16034
16035 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16036 (syntax): Don't require.
16037 (python) <defgroup>: Add :version.
16038 (python-quote-syntax): Re-written.
16039 (inferior-python-mode): Move stuff here from run-python and add
16040 some more.
16041 (python-preoutput-continuation, python-preoutput-result)
16042 (python-dotty-syntax-table): New.
16043 (python-describe-symbol): Use them.
16044 (run-python): Move stuff to inferior-python-mode. Modify code
16045 loaded into Python.
16046 (python-send-region): Use python-proc, python-send-string.
16047 (python-send-string): Send newlines too. Callers changed.
16048 (python-load-file): Re-written.
16049 (python-eldoc-function): New.
16050 (info-look): Don't require.
16051 (python-after-info-look): New. A modified version of former
16052 top-level code for use with eval-after-load.
16053 (python-maybe-jython, python-guess-indent): Use widened buffer.
16054 (python-fill-paragraph): Re-written.
16055 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16056 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16057
16058 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16059
16060 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16061 Set compilation-error-regexp-alist earlier.
16062
16063 * progmodes/compile.el (compilation-minor-mode-map)
16064 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16065 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16066
16067 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16068
16069 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16070 corresponding to the event.
16071
16072 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16073
16074 * loadup.el: Add cygwin to system-type list, for unexec() support.
16075
16076 2004-04-12 John Paul Wallington <jpw@gnu.org>
16077
16078 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16079 (ibuffer-restore-window-config-on-quit): New variable to replace
16080 `ibuffer-delete-window-on-quit'. Update all references.
16081 (ibuffer-prev-window-config): New variable.
16082 (ibuffer-quit): Restore previous window configuration instead of
16083 deleting window.
16084 (ibuffer): Save window configuration before showing Ibuffer buffer.
16085
16086 * help.el (describe-mode): Doc fix.
16087
16088 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16089
16090 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16091 not to treat nil as a function.
16092
16093 * vc-arch.el (vc-arch-root): Be a bit more careful.
16094 (vc-arch-register): Save the buffer if we modified it.
16095 (vc-arch-delete-rej-if-obsolete): Save excursion.
16096 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16097 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16098
16099 * net/ldap.el (ldap-search): Use list*.
16100
16101 2004-04-12 Juri Linkov <juri@jurta.org>
16102
16103 * info.el (Info-follow-reference): Allow multiline reference name.
16104
16105 2004-04-11 Dave Love <fx@gnu.org>
16106
16107 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16108
16109 * progmodes/python.el: New file.
16110
16111 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16112
16113 * vc-hooks.el (vc-arg-list): Function removed.
16114 (vc-default-workfile-unchanged-p): Use condition-case to check for
16115 backward compatibility.
16116
16117 * vc.el (vc-print-log): Use condition-case to check for backward
16118 compatibility.
16119
16120 2004-04-11 Juri Linkov <juri@jurta.org>
16121
16122 * dired.el (dired-faces): New defgroup.
16123 (dired-header, dired-mark, dired-marked, dired-flagged)
16124 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16125 New faces.
16126 (dired-header-face, dired-mark-face, dired-marked-face)
16127 (dired-flagged-face, dired-warning-face, dired-directory-face)
16128 (dired-symlink-face, dired-ignored-face): New face variables.
16129 (dired-font-lock-keywords): Use them instead of font-lock faces.
16130 Split the rule for dired marks into 3 separate rules: for marks,
16131 marked file names and flagged file names.
16132
16133 * help-mode.el (help-make-xrefs): Add a final newline to the
16134 *Help* buffer.
16135
16136 2004-04-11 John Paul Wallington <jpw@gnu.org>
16137
16138 * replace.el (occur-engine): Distinguish between one and several
16139 matches in the matches per buffer heading.
16140
16141 2004-04-11 Kim F. Storm <storm@cua.dk>
16142
16143 * ido.el (ido-confirm-unique-completion): New defcustom.
16144 (ido-complete): Use it.
16145 (ido-write-file): Set it to t unconditionally.
16146
16147 2004-04-10 Miles Bader <miles@gnu.org>
16148
16149 RCS keyword removal (only non-comment changes are enumerated here):
16150
16151 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16152 (byte-compile-insert-header): Don't use `byte-compile-version'.
16153 * forms.el (forms-version): Variable removed.
16154 (forms-mode): Don't use `forms-version'.
16155 * recentf.el (recentf-version): Variable removed.
16156 * progmodes/delphi.el (delphi-version): Variable removed.
16157 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16158
16159 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16160
16161 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16162
16163 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16164
16165 * info.el (info-apropos): Improve menu item regexp.
16166
16167 2004-04-09 Simon Josefsson <jas@extundo.com>
16168
16169 * mail/smtpmail.el: Add comment, based on report by
16170 kdc@rcn.com (Kevin D. Clark).
16171
16172 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16173
16174 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16175 Redo one more thing that I didn't notice Daniel had undone.
16176
16177 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16178
16179 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16180 (gdb-goto-breakpoint, gdb-display-buffer)
16181 (gdb-display-source-buffer, gdb-view-source-function)
16182 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16183 (gdb-source-info, gdb-frame-handler): Don't specify a window
16184 for display.
16185 (gdb-info-breakpoints-custom): Remove superfluous update of
16186 assembler buffer.
16187 (gdb-many-windows): Make settable outside gdb.
16188
16189 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16190
16191 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16192 Derive from fundamental-mode rather than text-mode.
16193
16194 2004-04-08 Juri Linkov <juri@jurta.org>
16195
16196 * info.el (Info-history): Doc fix.
16197 (Info-history-list): New var.
16198 (info-xref): Change magenta4 to blue, remove bold for dark and
16199 light backgrounds, change bold to underline for non-color classes.
16200 (info-xref-visited): New face.
16201 (Info-fontify-visited-nodes): New custom.
16202 (Info-hide-note-references): Add new value `hide'. Doc fix.
16203 (Info-reference-name): New var.
16204 (Info-selection-hook): New custom.
16205 (Info-edit-mode-hook): New var.
16206 (Info-find-file): New fun.
16207 (Info-find-node): Move part of code to Info-find-file.
16208 (Info-find-node-2): Add anchors to Info-history-list. Move point
16209 to the place with the reference name if name is defined.
16210 (Info-select-node): Add current node to Info-history-list.
16211 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16212 (Info-search-whitespace-regexp): New custom.
16213 (Info-search-case-fold): New var.
16214 (Info-search): Add "case-sensitively" to the prompt.
16215 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16216 (Info-search-case-sensitively, Info-search-next): New fun.
16217 (Info-up): Move point to the menu item of the current node.
16218 (Info-history): New fun. Add *info-history* to
16219 same-window-buffer-names.
16220 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16221 (Info-insert-toc): New fun.
16222 (Info-build-toc): New fun.
16223 (Info-follow-reference): Add new arg `fork'. Doc fix.
16224 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16225 with the same name prefer the reference closest to point.
16226 (Info-next-reference): Replace * by + in the *Note regexp.
16227 Add regexp for http:// and ftp://. Skip the *Note prefix.
16228 (Info-prev-reference): Replace * by + in the *Note regexp.
16229 Add regexp for http:// and ftp://. Skip the *Note prefix.
16230 (Info-follow-nearest-node): Add new arg `fork'.
16231 (Info-try-follow-nearest-node): Add new arg `fork'.
16232 Call browse-url for http:// and ftp:// references.
16233 Set Info-reference-name for index entries.
16234 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16235 Info-search-next, Info-history, Info-toc, clone-buffer.
16236 (Info-menu-update): Replace * by + in the *Note regexp.
16237 (Info-mode): Add documentation for Info-history, Info-toc,
16238 Info-search-case-sensitively, Info-search-next, clone-buffer.
16239 (Info-fontify-menu-headers): Remove fun. Move code to
16240 Info-fontify-node.
16241 (Info-fontify-node): Add docstring. Add local vars
16242 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16243 then fontify header line, titles, menu headers, http and ftp
16244 references, refill paragraphs. If not-fontified-p is t or
16245 fontify-visited-p is t then fontify cross references, menu items.
16246 Fontify menu headers. Fontify http and ftp references.
16247 Change regexp for cross references to require whitespace after *Note,
16248 add matching groups for file and node names. Remove hack for quote.
16249 Use display property for Info-hide-note-references=t. Use fifth
16250 or fourth match for help-echo. Display visited nodes in a
16251 different face. Unhide file names of external references.
16252 Unhide newlines. Display visited menu items in a different face.
16253
16254 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16255
16256 * progmodes/compile.el: Require CL.
16257 (compilation-mode-font-lock-keywords): Re-install the "line as
16258 function" patch.
16259
16260 * help-fns.el (help-C-source-directory): New var.
16261 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16262 (describe-function-1, describe-variable): Use them.
16263
16264 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16265 to C source files specially.
16266
16267 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16268
16269 * info.el (Info-hide-cookies-node): New function.
16270 (Info-select-node): Use it.
16271 (Info-display-images-node): Remove message with image file name.
16272
16273 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16274
16275 * progmodes/compile.el (compilation-warning-face)
16276 (compilation-info-face, compilation-skip-threshold)
16277 (compilation-skip-visited, compilation-context-lines):
16278 Declare :version when added to Emacs.
16279 (compilation-error-regexp-alist-alist): Extend caml and irix.
16280 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16281 (compilation-mode-font-lock-keywords): Temporarily undo line as
16282 function patch, which wasn't ready.
16283
16284 2004-04-07 Kenichi Handa <handa@m17n.org>
16285
16286 * international/latin1-disp.el (latin1-display-setup): Check each
16287 character is displayable or not instead of calling
16288 latin1-display-check-font.
16289
16290 2004-04-06 Kenichi Handa <handa@m17n.org>
16291
16292 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16293 New variable.
16294 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16295 instead of sera-being-called-by-w3.
16296 (ethio-fidel-to-sera-buffer): Likewise.
16297 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16298 instead of sera-being-called-by-w3.
16299 (ethio-write-file): Likewise.
16300
16301 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16302
16303 * printing.el: Doc fix.
16304
16305 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16306
16307 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16308 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16309 (gdb-setup-windows): Only use separate IO buffer if required.
16310
16311 2004-04-06 Kim F. Storm <storm@cua.dk>
16312
16313 * term.el (term-is-xemacs): Remove.
16314 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16315 (term-window-width): New function.
16316 (term-mode, term-check-size): Use it.
16317 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16318
16319 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16320
16321 * cus-edit.el (custom-add-parent-links): Change unbound variable
16322 `symbol' to `name'.
16323
16324 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16325 * info.el (info-apropos): New function.
16326 (Info-mode-menu): Add it.
16327 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16328
16329 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16330 inherited docstring.
16331
16332 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16333
16334 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16335
16336 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16337
16338 * progmodes/compile.el (font-lock): Don't require any more.
16339 (compilation-error-properties, compilation-start, compilation-sentinel)
16340 (compilation-filter, next-error): Use with-current-buffer.
16341 (compilation-skip-to-next-location, compilation-skip-threshold)
16342 (compilation-skip-visited): Move to silence the byte-compiler.
16343 (compilation-setup): Simplify.
16344 (compilation-next-error): Use line-(beginning|end)-position.
16345 Make sure `pt' is non-nil before using compilation-loop.
16346 (compile-goto-error): Add optional event arg. Use it.
16347 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16348 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16349 Update the binding for mouse-2.
16350 (first-error): Set compilation-current-error to nil rather than bob.
16351 (compilation-parsing-end, compilation-parse-errors-function)
16352 (compilation-error-list, compilation-old-error-list):
16353 "New" compatibility variables.
16354 (compile-buffer-substring, compilation-compat-error-properties)
16355 (compilation-compat-parse-errors, compilation-forget-errors):
16356 New compatibility functions.
16357 (compilation-mode-font-lock-keywords): Use them.
16358
16359 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16360
16361 * autorevert.el (auto-revert-handler): If point (or a window
16362 point) is at the end of the buffer, keep it there after
16363 reverting. This allows to tail a file.
16364 Mention this in the `Commentary'.
16365
16366 * format.el (format-write-file): Add optional argument CONFIRM
16367 and make it behave like the analogous argument to `write-file'.
16368
16369 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16370
16371 * progmodes/ebnf2ps.el: Doc fix.
16372 (ebnf-version): New version number (4.2).
16373 (ebnf-syntax): Customization and docstring fix.
16374 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16375 Put autoloaded funs before first use.
16376 (ebnf-style-database): Add dtd entry.
16377 (ebnf-syntax-alist): Add dtd initialization.
16378 (ebnf-token-sequence): New fun.
16379 (ebnf-comment-table): Add new comment action character.
16380 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16381
16382 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16383 Type Definition for XML).
16384
16385 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16386 * progmodes/ebnf-bnf.el (ebnf-sequence):
16387 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16388 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16389 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16390 Code simplification: call ebnf-token-sequence.
16391
16392 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16393
16394 * calendar/timeclock.el (timeclock-relative)
16395 (timeclock-get-project-function, timeclock-get-workday-function)
16396 (timeclock-query-out, timeclock-when-to-leave)
16397 (timeclock-when-to-leave-string, timeclock-log-data)
16398 (timeclock-generate-report, timeclock-in): Doc fixes.
16399
16400 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16401
16402 * url/: New dir. Import the URL package from its repository.
16403
16404 2004-04-03 Andreas Schwab <schwab@suse.de>
16405
16406 * diff-mode.el (diff-mode): Fix missing quote.
16407
16408 2004-04-03 Juri Linkov <juri@jurta.org>
16409
16410 * descr-text.el (describe-property-list): Add `font-lock-face'.
16411
16412 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16413
16414 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16415
16416 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16417 Use utf-16le on little endian machines and utf-16be otherwise.
16418
16419 2004-04-02 David Kastrup <dak@gnu.org>
16420
16421 * net/browse-url.el (browse-url-generic): Use call-process
16422 instead of start-process to allow browsers that fork and detach.
16423
16424 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16425
16426 * compile.el (compilation-current-error): New var.
16427 (compilation-setup, compile-mouse-goto-error)
16428 (compile-goto-error, next-error): Use it.
16429 (compilation-skip-to-next-location): Default to t, which gives
16430 contiguous skipping like old compile (where this was redundant).
16431 (compilation-next-error): Prevent previous-* commands from moving
16432 back to message at or just before point.
16433
16434 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16435
16436 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16437 (gdb-source-info): Don't display source at startup, if required.
16438 (gdb-show-main): New option.
16439 (gdba): Update documentation.
16440 (gdb-source): Cover case of auto-display output.
16441
16442 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16443
16444 * autorevert.el: Delete obsolete autoload's and defvar's.
16445 (auto-revert-check-vc-info): New user option.
16446 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16447 (auto-revert-handler-vc): Delete.
16448 (auto-revert-handler): Treat return value `fast' of
16449 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16450
16451 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16452 return `fast'.
16453
16454 * files.el (buffer-stale-function): Doc change.
16455
16456 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16457
16458 * printing.el: New tip on Tips section.
16459 (pr-version): New version number (6.7.4).
16460 (pr-shell-file-name): Initialization fix.
16461
16462 2004-03-31 Juri Linkov <juri@jurta.org>
16463
16464 * dired.el: Add autoload for `dired-do-touch'.
16465 (dired-touch-program): New var.
16466 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16467 (dired-no-confirm): Add `touch' to docstring.
16468
16469 * dired-aux.el (dired-do-touch): New fun.
16470 (dired-do-chxxx): Add argument -t for touch operation.
16471
16472 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16473 `dired-move-to-filename-regexp'.
16474
16475 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16476
16477 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16478
16479 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16480
16481 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16482 and only if the buffer was modified.
16483
16484 2004-03-30 Kenichi Handa <handa@m17n.org>
16485
16486 * international/characters.el: Delete pairs for U+2308..U+230B.
16487
16488 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16489
16490 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16491 to detect the beginning of a level 2 or 3 annotation.
16492
16493 2004-03-29 Kenichi Handa <handa@m17n.org>
16494
16495 * international/ucs-tables.el (ucs-insert): Fix the error message.
16496
16497 2004-03-29 Kenichi Handa <handa@m17n.org>
16498
16499 * international/mule-util.el (char-displayable-p): Fix generation
16500 of XLFD file name.
16501
16502 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16503 before finding directories by `find'.
16504
16505 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16506
16507 * subr.el (interactive-form): Delete. Now implemented in C.
16508
16509 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16510
16511 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16512 (vc-diff-label): New fun.
16513 (vc-diff-internal): Use it.
16514
16515 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16516
16517 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16518
16519 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16520
16521 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16522 specify XML (EBNFX).
16523
16524 * progmodes/ebnf2ps.el: Doc fix.
16525 (ebnf-version): New version number (4.1).
16526 (ebnf-syntax): Adjust customization.
16527 (ebnf-style-database): Add ebnfx entry.
16528 (ebnf-syntax-alist): Add ebnfx initialization.
16529 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16530
16531 * printing.el: Doc fix.
16532 (pr-version): New version number (6.7.3).
16533 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16534 returns nil for mouse position. Reported by Drew Adams
16535 <drew.adams@oracle.com>.
16536 (pr-update-menus): Modify interactive declaration. Reported by Drew
16537 Adams <drew.adams@oracle.com>.
16538
16539 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16540
16541 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16542 (gud-gdba-marker-filter): Log the process input and output, if
16543 required. From Stefan Monnier.
16544 (gdb-debug-log, gdb-enable-debug-log): New variables.
16545 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16546
16547 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16548
16549 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16550 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16551
16552 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16553
16554 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16555 Call vc-find-file-hook here instead of in auto-revert-buffers.
16556 (auto-revert-buffers): Delete call to vc-find-file-hook.
16557 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16558 (global-auto-revert-mode, auto-revert-set-timer)
16559 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16560
16561 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16562
16563 * woman.el (woman-change-fonts): Rename local variable
16564 woman-font-alist to font-alist to avoid a compiler warning.
16565
16566 2004-03-27 Dave Love <fx@gnu.org>
16567
16568 * emacs-lisp/rx.el (rx): Doc fix.
16569 Fix copyright years.
16570
16571 * strokes.el (strokes-global-set-stroke-string): New function.
16572 (strokes-list-strokes): Cope with strings, not just commands.
16573 Set foreground colour of image.
16574 (strokes-global-set-stroke): Doc fix.
16575
16576 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16577
16578 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16579 Auto Revert mode.
16580 (Buffer-menu-files-only): New variable.
16581 (Buffer-menu-toggle-files-only): New function.
16582 (Buffer-menu-mode-map): Bind it to `T'.
16583 (Buffer-menu-mode): Mention `T' in docstring.
16584 Set buffer-stale-function.
16585 (list-buffers-noselect): Mark buffer non-modified and set
16586 Buffer-menu-files-only.
16587
16588 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16589
16590 * autorevert.el (auto-revert-handler): Print revert message
16591 before, rather than after, reverting.
16592 (buffer-stale-function): Move to files.el.
16593
16594 * files.el (buffer-stale-function): Move here from autorevert.el.
16595
16596 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16597
16598 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16599
16600 * calc/calc.el (calc-mode-map): Use mapc.
16601
16602 * apropos.el (apropos-mode): Don't autoload.
16603 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16604 (apropos): Use it.
16605 (apropos-print): Add optional `text' argument.
16606 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16607 Don't assume point-min == 1.
16608
16609 * bs.el (bs-buffer-list): Use buffer-local-value.
16610 (bs--set-toggle-to-show): Use with-current-buffer.
16611
16612 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16613 New funs.
16614 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16615
16616 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16617
16618 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16619 (dabbrev--find-expansion): Use pop.
16620 (dabbrev--search): Use match-string-no-properties.
16621
16622 * dired.el (dired-mode): Use run-mode-hooks.
16623 (dired-move-to-end-of-filename): Use match-string.
16624
16625 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16626 is bound before using it.
16627 (ediff-verbose-p): Make it into a var since it's not constant.
16628
16629 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16630
16631 * faces.el (read-face-font): Don't cons up unnecessarily.
16632 (header-line, tool-bar): Share common parts.
16633
16634 * files.el (file-relative-name): Use compare-strings.
16635
16636 * finder.el (finder-mode): Follow coding convention.
16637
16638 * subr.el (read-number): New function.
16639
16640 * ses.el (ses-read-number): Move to subr.el.
16641 (ses-set-header-row): Use read-number.
16642
16643 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16644
16645 * vc-hooks.el (vc-arg-list): New function, which handles both
16646 compiled and uncompiled code.
16647 (vc-default-workfile-unchanged-p): Use it.
16648
16649 * vc.el (vc-print-log): Undo prev change, use new function
16650 vc-arg-list from vc-hooks.el.
16651
16652 2004-03-26 Masatake YAMATO <jet@gyve.org>
16653
16654 * simple.el (completion-setup-function): Emphasize the
16655 first uncommon characters in the completions; and de-emphasize
16656 the common prefix substrings.
16657 (completion-emphasis): New face.
16658 (completion-de-emphasis): New face.
16659
16660 2004-03-25 Juanma Barranquero <lektu@terra.es>
16661
16662 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16663 Comment out (it's unused and unfinished code).
16664
16665 2004-03-25 Sam Steingold <sds@gnu.org>
16666
16667 * vc.el (vc-print-log): Fix a bug in the last patch:
16668 backend-function may be a byte-compiled object, not a lambda.
16669
16670 2004-03-25 Juri Linkov <juri@jurta.org>
16671
16672 * descr-text.el (describe-property-list): Add a button
16673 for `face' property that calls `describe-face'.
16674 Suggested by luis fernandes <elf@ee.ryerson.ca>
16675
16676 * international/mule.el (keyboard-coding-system):
16677 * kmacro.el (kmacro-call-macro): Fix docstring.
16678
16679 * dired.el: Fix comments.
16680
16681 * textmodes/fill.el (fill): Fix Info link.
16682
16683 * font-lock.el (fast-lock, lazy-lock):
16684 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16685 Info node.
16686
16687 * eshell/eshell.el (eshell): Fix broken info-link.
16688
16689 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16690 * eshell/em-banner.el (eshell-banner):
16691 * eshell/em-smart.el (eshell-smart):
16692 * eshell/esh-cmd.el (eshell-cmd):
16693 Comment out broken info-links to incomplete Info manual.
16694
16695 * info-xref.el: Fix commentary.
16696
16697 2004-03-25 Kevin Ryde <user42@zip.com.au>
16698
16699 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16700 Remove spurious node duplicate suppression, doesn't work, not wanted.
16701 (info-xref-output): Take format style args, add "sit-for 0" to let
16702 user see the results as they progress.
16703 (info-xref-check-all-custom): New function.
16704
16705 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16706
16707 * gdb-ui.el: Moved to progmodes.
16708
16709 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16710
16711 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16712
16713 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16714
16715 * calendar/appt.el (appt-check): Remove superfluous progn.
16716 When finished with diary buffer: if it was not being displayed
16717 before, kill it; otherwise restore its original state.
16718 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16719
16720 * calendar/calendar.el (calendar-set-mode-line): Use total
16721 available mode-line width, rather than frame-width.
16722
16723 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16724 after mode change so effect not lost.
16725
16726 2004-03-23 Dave Love <fx@gnu.org>
16727
16728 * dired.el (dired) <defgroup>: Add link to manual.
16729 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16730 (dired-revert): Use dolist.
16731 (dired-mode-map): Add U binding.
16732 (dired-mode): Add font-lock-beginning-of-syntax-function.
16733 (dired-garbage-files-regexp): Make it a defcustom.
16734
16735 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16736
16737 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16738 is equivalent to nil.
16739 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16740 (vc-arch-mode-line-string): Accept `added' state.
16741 (vc-arch-state): Use inode-sigs if available.
16742 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16743 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16744 (vc-arch-tagline-re): New var.
16745 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16746 New functions.
16747 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16748 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16749
16750 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16751 (vc-file-not-found-hook): Use it.
16752
16753 * diff-mode.el (diff-default-read-only): Change default.
16754 (diff-mode-hook): Make it a defcustom. Add some options.
16755 (diff-mode-map): Bind diff-refine-hook.
16756 (diff-yank-handler): New var.
16757 (diff-yank-function): New fun.
16758 (diff-font-lock-keywords): Use them.
16759 (diff-end-of-file): Handle case where file-header looks like diff text.
16760 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16761 (diff-file-kill): Delete a subsequent empty line, if applicable.
16762 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16763 (diff-find-file-name): Use it.
16764 (diff-tell-file-name): New command.
16765 (diff-mode): Be careful with view-mode.
16766 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16767 New functions, for use in diff-mode-hook.
16768 (diff-find-source-location): Catch "regex too large" errors.
16769 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16770 (diff-refine-hunk): New command.
16771
16772 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16773 (smerge-context-menu-map): Remove unused var.
16774 (smerge-keep-all): Preserve markers.
16775 (smerge-keep-n): New fun.
16776 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16777 (smerge-keep-current, smerge-ediff): Use it.
16778 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16779 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16780 (smerge-resolve): Resolve trivial 3-part conflicts.
16781
16782 2004-03-23 Juri Linkov <juri@jurta.org>
16783
16784 * man.el (Man-width): New var.
16785 (Man-getpage-in-background): Use it.
16786 (Man-support-local-filenames): New var and fun.
16787 (Man-build-man-command): Don't add a second %s.
16788 (Man-fontify-manpage): Clean up message.
16789 (Man-mode): Set outline-regexp, outline-level,
16790 imenu-generic-expression.
16791
16792 * woman.el (woman-fill-frame): Doc fix.
16793 (woman-decode-region): Use window-width instead of frame-width.
16794
16795 * abbrevlist.el (list-one-abbrev-table):
16796 * descr-text.el (describe-char):
16797 * international/mule-diag.el (describe-current-coding-system):
16798 * international/quail.el (quail-insert-decode-map):
16799 Use window-width instead of frame-width.
16800
16801 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16802 (jka-compr-mode-alist-additions): Add tbz.
16803 (jka-compr-write-region, jka-compr-insert-file-contents):
16804 Add message for undefined compress-program.
16805 (jka-compr-write-region): Remove redundant var bindings.
16806
16807 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16808 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16809 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16810 (dired-man): Use dired-guess-shell-command.
16811 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16812 Change default nil to t.
16813
16814 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16815 (dired-compare-directories): Add default value for empty input.
16816
16817 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16818
16819 * time.el (display-time-string-forms): Fix help-echo date format.
16820
16821 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16822
16823 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16824 (buffer-stale-function): New variable.
16825 (auto-revert-list-diff, auto-revert-dired-file-list)
16826 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16827 (auto-revert-handler): Take over some functionality of deleted
16828 functions.
16829 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16830
16831 * dired.el (dired-directory-changed-p): New fun, extracted from
16832 dired-internal-noselect.
16833 (dired-buffer-stale-p): New fun.
16834 (dired-internal-noselect): Use dired-directory-changed-p.
16835 Eliminate revert messages.
16836 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16837
16838 2004-03-23 Kenichi Handa <handa@m17n.org>
16839
16840 * international/characters.el: Setup syntaxes for more parentheses
16841 Unicode characters.
16842
16843 * international/mule-cmds.el (select-safe-coding-system):
16844 Merge coding-system and auto-cs before comparing them.
16845
16846 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16847
16848 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16849
16850 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16851 normal-auto-fill-function and comment-indent-function.
16852 The default values now work just as well.
16853 Don't set font-lock-beginning-of-syntax-function since we already set
16854 syntax-begin-function.
16855 (lisp-outline-level): Put ;;;###autoload at same level as (.
16856 (prin1-char): Quote special chars.
16857
16858 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16859 than with-no-warnings.
16860
16861 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16862 if the source location can't be found.
16863 (edebug-compute-previous-result): Use prin1-char.
16864
16865 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16866 (debug-ignored-errors): Add an entry.
16867
16868 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16869 (byte-compile-file): Output warning when deleting a file.
16870
16871 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16872 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16873
16874 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16875 (byte-compile-inline-expand): Use backquote.
16876 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16877 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16878
16879 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16880
16881 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16882
16883 2004-03-22 Juri Linkov <juri@jurta.org>
16884
16885 * finder.el (finder-known-keywords): Fix data, tex, unix.
16886
16887 * play/landmark.el: Fix keywords.
16888
16889 * language/ethio-util.el (ethio-find-file): Doc fix.
16890
16891 * emacs-lisp/warnings.el: Doc fix.
16892
16893 * textmodes/ispell.el (ispell-help): Doc fix.
16894
16895 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16896
16897 * format.el (format-insert-file): Always return a list of two
16898 elements, like insert-file-contents does.
16899
16900 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16901
16902 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16903 and vc-BACKEND-diff.
16904 (vc-print-log): If the print-log implementation supports it, use
16905 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16906 (vc-version-diff, vc-diff-internal): Doc fixes.
16907
16908 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16909 implementation supports it, let diff output go to *vc*,
16910 not *vc-diff*, since this is an internal call.
16911
16912 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16913
16914 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16915
16916 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16917
16918 2004-03-21 Dave Love <fx@gnu.org>
16919
16920 * progmodes/cfengine.el (cfengine-mode):
16921 Set parse-sexp-ignore-comments.
16922
16923 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16924
16925 2004-03-21 Juanma Barranquero <lektu@terra.es>
16926
16927 * allout.el (allout-mode): Fix docstring.
16928
16929 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16930
16931 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16932
16933 * autorevert.el (auto-revert-interval): Make new value take
16934 effect immediately when set through Custom.
16935 (auto-revert-set-timer): Add interactive declaration.
16936
16937 2004-03-19 David Ponce <david@dponce.com>
16938
16939 * ruler-mode.el (ruler-mode-header-line-format-old):
16940 Don't `make-variable-buffer-local'.
16941 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16942 (ruler-mode-header-line-format): Simply funcall the above.
16943 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16944 to save/restore a previous header line format.
16945 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16946 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16947 fringes and margins width.
16948 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16949
16950 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16951
16952 * log-edit.el (log-edit-font-lock-keywords): Typo.
16953
16954 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16955 (tex-send-tex-command): Rather than here.
16956 (tex-compilation-parse-errors): Simplify.
16957
16958 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16959
16960 * time.el (display-time-string-forms): Add help-echo with date on time.
16961
16962 * composite.el (compose-region): Use restore-buffer-modified-p.
16963
16964 * disp-table.el (standard-display-8bit): Simplify.
16965
16966 * server.el (server-process-filter): Delete temp frame.
16967
16968 * add-log.el (add-change-log-entry): Simplify.
16969
16970 2004-03-19 Kim F. Storm <storm@cua.dk>
16971
16972 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16973 (hexl-follow-line): Don't require 'fringe.
16974
16975 * progmodes/compile.el (compilation-start): Always set
16976 compilation-last-buffer and return it.
16977
16978 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16979
16980 * simple.el (clone-buffer): Doc fix.
16981
16982 2004-03-18 Juanma Barranquero <lektu@terra.es>
16983
16984 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16985
16986 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16987
16988 * log-edit.el (log-edit-font-lock-keywords): New var.
16989 (log-edit-mode): Use it.
16990
16991 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16992
16993 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16994 properly for watching in speedbar.
16995
16996 2004-03-17 Masatake YAMATO <jet@gyve.org>
16997
16998 * smerge-mode.el (smerge-popup-context-menu):
16999 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17000
17001 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17002
17003 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17004 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17005 Take sealed revisions into account.
17006 (vc-arch-checkin): Extract a summary line from the message.
17007
17008 2004-03-16 Masatake YAMATO <jet@gyve.org>
17009
17010 * register.el (register): Provide `register' feature.
17011
17012 2004-03-15 Masatake YAMATO <jet@gyve.org>
17013
17014 Added context menu support in smerge mode.
17015 Most of the part is written by Stefan Monnier.
17016
17017 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17018 New keymap and menu.
17019 (smerge-text-properties): New function.
17020 (smerge-remove-props): New function.
17021 (smerge-popup-context-menu): New function.
17022 (smerge-resolve): Call `smerge-remove-props'.
17023 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17024 (smerge-keep-current): Ditto.
17025 (smerge-kill-current): New function.
17026 (smerge-match-conflict): Put text properties.
17027 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17028
17029 2004-03-15 David Ponce <david@dponce.com>
17030
17031 * ruler-mode.el (ruler-mode-left-fringe-cols)
17032 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17033 (ruler-mode-right-scroll-bar-cols): Remove.
17034 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17035 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17036 Use fringe-columns and scroll-bar-columns.
17037
17038 2004-03-15 Masatake YAMATO <jet@gyve.org>
17039
17040 * hl-line.el (hl-line-range-function): New variable.
17041 (hl-line-move): New function.
17042 (global-hl-line-highlight): Use `hl-line-move'.
17043 (hl-line-highlight): Ditto.
17044
17045 * scroll-bar.el (scroll-bar-columns):
17046 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17047
17048 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17049 (ruler-mode-left-fringe-cols)
17050 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17051 (ruler-mode-right-scroll-bar-cols)
17052 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17053 (ruler-mode-ruler-function): New variable.
17054 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17055 if the value for `ruler-mode-ruler-function'is given.
17056
17057 * hexl.el (hexl-mode-hook): Make the hook customizable.
17058 (hexl-address-area, hexl-ascii-area): New customize variables.
17059 (hexlify-buffer): Put font-lock-faces on the address area and
17060 the ascii area.
17061 (hexl-activate-ruler): New function.
17062 (hexl-follow-line): New function.
17063 (hexl-highlight-line-range): New function.
17064 (hexl-mode-ruler): New function.
17065
17066 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17067
17068 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17069 (vc-default-find-file-hook): New fun.
17070 (vc-find-file-hook): Call new find-file-hook operation.
17071
17072 * vc-arch.el: New file.
17073
17074 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17075
17076 * info-look.el (info-lookup): Reuse an existing Info window.
17077
17078 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17079
17080 * woman.el (woman-preserve-ascii): Default value changed to t and
17081 doc string revised.
17082
17083 2004-03-12 Richard M. Stallman <rms@gnu.org>
17084
17085 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17086 Fix minor bug.
17087
17088 * replace.el (occur-engine): Change message for count of matches.
17089
17090 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17091 For strings, do compare text properties.
17092
17093 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17094
17095 * progmodes/compile.el (compile-auto-highlight)
17096 (compilation-error-list, compilation-old-error-list)
17097 (compilation-parse-errors-function, compilation-parsing-end)
17098 (compilation-error-message, compilation-directory-stack)
17099 (compilation-enter-directory-regexp-alist)
17100 (compilation-leave-directory-regexp-alist)
17101 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17102 (compilation-current-file, compilation-regexps): Remove vars.
17103
17104 (compile-error-at-point, compilation-error-filedata)
17105 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17106 (compilation-next-error-locus, compilation-forget-errors)
17107 (count-regexp-groupings, compilation-parse-errors)
17108 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17109
17110 (compile-internal): Make obsolete.
17111
17112 (compilation-first-column, compilation-error)
17113 (compilation-directory-matcher, compilation-page-delimiter)
17114 (compilation-mode-font-lock-keywords, compilation-debug)
17115 (compilation-error-face, compilation-warning-face)
17116 (compilation-info-face, compilation-line-face)
17117 (compilation-column-face, compilation-enter-directory-face)
17118 (compilation-leave-directory-face, compilation-skip-threshold)
17119 (compilation-skip-visited, compilation-context-lines): New vars.
17120
17121 (compilation-warning-face, compilation-info-face)
17122 (compilation-message-face): New faces.
17123
17124 (compilation-error-regexp-alist-alist): New constant.
17125
17126 (compilation-face, compilation-directory-properties)
17127 (compilation-assq, compilation-error-properties, compilation-start)
17128 (define-compilation-mode, compilation-loop)
17129 (compilation-set-window): New functions.
17130
17131 (compile): Additional argument for interactive compiles like TeX.
17132
17133 * progmodes/grep.el (kill-grep): Move here from compile.el
17134 (grep-error, grep-hit-face, grep-error-face)
17135 (grep-mode-font-lock-keywords): New variables.
17136 (grep-regexp-alist): Simplify regexp and add `binary' case.
17137 (grep-mode): New mode.
17138 (grep-process-setup): Simplify.
17139
17140 2004-03-11 Jason Rumney <jasonr@gnu.org>
17141
17142 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17143 letters on DOS/Windows.
17144
17145 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17146
17147 * server.el (server-name): New var.
17148 (server-socket-dir): New var to replace server-socket-name.
17149 (server-start): Use them.
17150
17151 2004-03-11 Simon Josefsson <jas@extundo.com>
17152
17153 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17154 died to avoid infloop. Reported by Jonathan Glauner
17155 <jglauner@sbum.org>.
17156
17157 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17158
17159 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17160 (smerge-mode-menu): Use it to deactivate menu entries.
17161 (smerge-keep-current): New fun.
17162 (smerge-keep-current): Use it.
17163
17164 2004-03-10 John Paul Wallington <jpw@gnu.org>
17165
17166 * foldout.el (foldout-fold-list, foldout-modeline-string):
17167 Declare them as variables, not constants.
17168
17169 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17170
17171 * ps-print.el: Modification to print *Messages* buffer.
17172 (ps-print-version): New version 6.6.4.
17173 (ps-message-log-max): New fun.
17174 (ps-spool-without-faces, ps-spool-with-faces)
17175 (ps-count-lines-preprint): Code fix.
17176
17177 * printing.el: New tips in Tips section.
17178
17179 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17180
17181 * delim-col.el: Doc fix.
17182
17183 * printing.el: Doc fix. New doc section (Tips).
17184
17185 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17186
17187 * type-break.el (type-break-emacs-variant): Remove.
17188 (type-break-run-at-time, type-break-cancel-function-timers):
17189 Use fboundp rather than version name and number.
17190
17191 2004-03-09 Masatake YAMATO <jet@gyve.org>
17192
17193 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17194 `make-variable-buffer-local'.
17195
17196 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17197
17198 * find-dired.el (find-dired): Call `shell-command' instead of
17199 `start-process-shell-command'. By this, Tramp takes over
17200 handling of remote directories.
17201
17202 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17203
17204 * newcomment.el (comment-use-global-state): New var.
17205 (comment-search-forward): Use it.
17206
17207 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17208
17209 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17210
17211 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17212 (enable-kinsoku): Make it a defcustom.
17213 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17214 paragraph to same-comment-start-marker.
17215
17216 2004-03-07 Dave Love <fx@gnu.org>
17217
17218 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17219 (browse-url-mail): Use it.
17220
17221 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17222 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17223
17224 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17225
17226 * woman.el (woman-man.conf-path): Doc fix.
17227 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17228
17229 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17230
17231 * sort.el (sort-columns): Remove ms-dos from the list of systems
17232 where the external `sort' command is not used.
17233
17234 2004-03-07 Kim F. Storm <storm@cua.dk>
17235
17236 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17237 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17238 from overlay-arrow-variable-list.
17239 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17240
17241 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17242
17243 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17244 overlay arrow string properly for the assembler buffer.
17245
17246 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17247
17248 * mail/sendmail.el (mail-mode): Fix last change.
17249
17250 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17251
17252 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17253 for the assembler buffer.
17254 (gdb-assembler-custom): Position the overlay arrow.
17255 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17256
17257 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17258
17259 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17260
17261 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17262 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17263
17264 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17265
17266 * newcomment.el (uncomment-region): Allow non-terminated comment.
17267 (comment-normalize-vars): Check the user-specified comstart marker.
17268
17269 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17270
17271 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17272 Otherwise, do use it if the region only contains font-lock text
17273 properties.
17274
17275 2004-03-04 Masatake YAMATO <jet@gyve.org>
17276
17277 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17278 as the callback function for eldoc.
17279 (hexl-print-current-point-info): New function.
17280 (hexl-current-address): Print the address in both decimal
17281 and hexadecimal format.
17282
17283 2004-03-04 Richard M. Stallman <rms@gnu.org>
17284
17285 * mail/rmail.el (rmail-convert-to-babyl-format):
17286 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17287
17288 * mail/mail-utils.el (mail-unquote-printable-region):
17289 New arg UNIBYTE.
17290
17291 * startup.el (command-switch-alist): Doc fix.
17292
17293 * simple.el (undo): Temporarily set this-command to `undo-start',
17294 then set it to `undo' once undo-start returns without error.
17295
17296 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17297
17298 * simple.el (kill-line): Don't disregard trailing whitespace
17299 in eol condition, if show-trailing-whitespace is set.
17300
17301 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17302 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17303 When disabling, restore old values only if mouse-sel-has-been-enabled.
17304
17305 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17306 (isearch-{-char): New function.
17307 (isearch-mode-map): Bind { to isearch-{-char.
17308
17309 * font-lock.el (lisp-font-lock-keywords-2):
17310 Turn off the CL with-... and do-... general patterns.
17311 Instead, recognize several specific with... and do... constructs.
17312
17313 * files.el (switch-to-buffer-other-window):
17314 Bind same-window-buffer-names and same-window-regexps to nil.
17315 (switch-to-buffer-other-frame): Likewise.
17316
17317 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17318
17319 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17320 recognizing leading comment on code line.
17321
17322 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17323
17324 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17325 hidden files/directories.
17326
17327 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17328
17329 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17330 only comment-start (in case the mode hasn't set it).
17331
17332 * Makefile.in (AUTOGENEL): New var.
17333 (bootstrap-prepare): Rename from bootstrap-clean.
17334 Don't remove elc files.
17335 (maintainer-clean): New target.
17336
17337 * xml.el (xml-get-attribute-or-nil): Simplify.
17338
17339 2004-03-02 Juri Linkov <juri@jurta.org>
17340
17341 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17342 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17343 URL to prevent their substitution with the environment variable
17344 values by browsers.
17345
17346 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17347
17348 * ps-print.el: Doc fix.
17349 (ps-print-version): New version number (6.6.3).
17350 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17351 Docstring fix.
17352 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17353 before printing.
17354 (ps-time-stamp-yyyy-mm-dd): New fun.
17355 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17356
17357 2004-03-02 Kim F. Storm <storm@cua.dk>
17358
17359 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17360
17361 2004-03-01 Juanma Barranquero <lektu@terra.es>
17362
17363 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17364
17365 * desktop.el (desktop-file-version)
17366 (desktop-after-read-hook): Fix typos.
17367 (desktop-clear-preserve-buffers): Remove redundant info in
17368 docstring already shown by the obsolescence message.
17369 (desktop-truncate, desktop-internal-v2s)
17370 (desktop-value-to-string): Change argument name to match docstring.
17371
17372 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17373
17374 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17375 docstring.
17376
17377 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17378
17379 * printing.el: Replace "As Is..." in PostScript file print/preview by
17380 "No Preprocessing...". Suggested by Colin Marquardt
17381 <_marquardt_@zmd.de>.
17382 (pr-insert-section-4): Adjust buffer interface.
17383
17384 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17385
17386 Version 2.0.39 of Tramp released.
17387
17388 * net/tramp.el (tramp-handle-file-local-copy)
17389 (tramp-handle-write-region, tramp-open-connection-rsh):
17390 Variable name typo. Small change. From Patrick Tullmann
17391 <tullmann@flux.utah.edu>.
17392 (tramp-process-connection-type): New variable.
17393 (tramp-maybe-open-connection): Use it.
17394 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17395 (tramp-touch): Set last-modified time of a remote file.
17396 (tramp-handle-write-region): Say which function is used when encoding.
17397
17398 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17399
17400 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17401 case of non-existing filename, too. Reported by Christoph Bauer
17402 <c_bauer@informatik.uni-kl.de>.
17403 (tramp-smb-get-file-entries): The directory in question should
17404 have permissions "drwxrwxrwx". Just virtual, because we don't
17405 know the real permissions. Don't we know?
17406 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17407 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17408 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17409 output. If it was received chunkwise, there have been problems.
17410 Remove the "prompt not found" error message; it is obvious.
17411 Simplify algorithm.
17412 (tramp-smb-process-running): Remove. Since we acknowledge the
17413 virtual prompt for shares, there's no need for distinction of
17414 reading shares (process ends afterwards) and interactive mode of
17415 smblient.
17416 (tramp-smb-open-connection): Setting process sentinel removed.
17417 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17418 "NT_STATUS_NETWORK_ACCESS_DENIED".
17419 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17420 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17421 (top-level): Setting default value in `tramp-default-method-alist'
17422 corrected. Order of USER and HOST have been wrong.
17423 Nobody complained for months ...
17424 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17425 (tramp-smb-open-connection): Clear password cache if login has failed.
17426
17427 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17428 `tramp-unified-filenames'.
17429 (tramp-completion-mode): Make test for XEmacs explicitely.
17430 `event-to-character' can exists in Emacs packages too.
17431 Reported by Matt Swift <swift@alum.mit.edu>.
17432 (tramp-buffer-name): Buffer name must contain the user if exists.
17433 Reported by Adrian Phillips <a.phillips@met.no>.
17434 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17435 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17436 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17437 `tramp-do-copy-or-rename-file-one-local', because it handles also
17438 the case both files use the same out-of-band method.
17439 Implementation added.
17440 (tramp-handle-file-local-copy, tramp-handle-write-region):
17441 Out-of-band handling removed. `copy-file' called instead, which
17442 calls `tramp-do-copy-or-rename-file-out-of-band'.
17443 (tramp-action-password): Check for out-of-band method removed.
17444 This function is used for 'login-program.
17445 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17446 appropriate.
17447 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17448 and `tramp-parse-sknownhosts'.
17449 (tramp-completion-function-alist): It's a defvar now, because we
17450 want to apply the optimized `tramp-set-completion-function'
17451 instead of a static list.
17452 (tramp-set-completion-function): Implementation tuned.
17453 Avoid double entries, and entries where the function or the
17454 file/directory doesn't exist.
17455 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17456 for SSH2.
17457 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17458 (tramp-handle-dired-compress-file): New function.
17459 (tramp-async-proc): New variable.
17460 (tramp-handle-shell-command): Adding asynchronous processes.
17461 They are far from being perfect, but it works at least for
17462 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17463 (top-level): Require password.el if visible. Should be mandatory
17464 once No Gnus has found its way into (X)Emacs.
17465 (tramp-read-passwd): Invoke `password-read' if available,
17466 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17467 fallback any longer.
17468 (tramp-clear-passwd): New function.
17469 (tramp-process-actions, tramp-process-multi-actions):
17470 Clear password cache if login has failed.
17471
17472 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17473 its own module.
17474 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17475 `ange-ftp-ftp-name-res'. There could be incorrect values from
17476 previous calls in case the "ftp" method is used in the Tramp file
17477 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17478
17479 2004-02-28 Richard M. Stallman <rms@gnu.org>
17480
17481 * term.el (term-mouse-paste): Call mouse-set-point.
17482
17483 * thumbs.el: New file.
17484
17485 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17486
17487 * progmodes/ebnf-abn.el: Doc fix.
17488
17489 * progmodes/ebnf-bnf.el: Doc fix.
17490 (ebnf-repeat): Code fix.
17491
17492 * progmodes/ebnf2ps.el: Doc fix.
17493 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17494
17495 2004-02-28 Juri Linkov <juri@jurta.org>
17496
17497 * ffap.el (dired-at-point): Additional writability test for
17498 relative directory names.
17499 (dired-at-point-prompter): Treat directories as a directory, get
17500 the directory component from files.
17501 (ffap-string-at-point): Return string from region if region is active.
17502 (ffap-file-at-point): Remove redundant code.
17503
17504 2004-02-28 Kim F. Storm <storm@cua.dk>
17505
17506 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17507 Initialize margin area images to nil.
17508 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17509 (breakpoint-enabled-bitmap-face)
17510 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17511 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17512 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17513 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17514 (gdb-reset): Use gdb-remove-breakpoint-icons.
17515 (gdb-put-string): Add dprop arg to specify alternative display
17516 property (for setting fringe bitmap).
17517 (gdb-remove-strings): Doc fix.
17518 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17519 icon in fringe (if available), or else as icon or text in display
17520 margin. Creates necessary icons in breakpoint-bitmap,
17521 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17522 Also make left window margin if required.
17523 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17524 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17525 no longer needed.
17526 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17527 gdb-put-breakpoint-icon.
17528 (gdb-assembler-mode): Don't set left-margin-width here.
17529
17530 2004-02-27 Kevin Ryde <user42@zip.com.au>
17531
17532 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17533 comma, so that it DTRT in macros.
17534
17535 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17536
17537 * progmodes/sh-script.el (sh-shell-arg)
17538 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17539 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17540
17541 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17542
17543 * faces.el (face-spec-set-match-display): Add a new attribute,
17544 `min-colors'.
17545 (region, highlight, secondary-selection): Use `min-colors'.
17546
17547 * custom.el (defface): Add documentation for `min-colors'.
17548
17549 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17550 (font-lock-keyword-face, font-lock-function-name-face)
17551 (font-lock-variable-name-face, font-lock-constant-face):
17552 Use `min-colors'.
17553
17554 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17555
17556 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17557
17558 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17559 define assq-delete-all if it's not defined.
17560 (ebnf-generate-region): Code fix.
17561
17562 * printing.el: Doc fix.
17563 (pr-version): New version number (6.7.2).
17564 (pr-command): Return empty string if command is an empty string.
17565
17566 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17567
17568 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17569
17570 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17571 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17572 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17573 "tt" ["test"] ). Reported by Markus Dreyer
17574 <mdreyer@ix.urz.uni-heidelberg.de>.
17575 (ebnf-version): New version number (4.0).
17576 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17577 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17578 (ebnf-delete-style): New commands.
17579 (ebnf-directory, ebnf-file): New funs.
17580 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17581 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17582 (ebnf-syntax-alist): New var.
17583 (ebnf-element-width): New fun replacing ebnf-list-width.
17584 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17585 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17586 (ebnf-prologue): Adjust vars.
17587 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17588 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17589 (ebnf-check-style-values, ebnf-generate-production)
17590 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17591 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17592 (ebnf-token-repeat): Code fix.
17593
17594 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17595 %right, %left and %prec. Suggested by Matthew K. Junker
17596 <junker@alum.mit.edu>.
17597 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17598
17599 * progmodes/ebnf-iso.el: Doc fix.
17600 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17601 (ebnf-iso-lex): Code fix.
17602
17603 * progmodes/ebnf-bnf.el: Doc fix.
17604 (ebnf-bnf-lex): Code fix.
17605
17606 * progmodes/ebnf-otz.el: Doc fix.
17607
17608 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17609
17610 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17611 (abbrev-prefix-mark): Doc fix.
17612
17613 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17614
17615 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17616 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17617 (gdb-var-delete): Make interactive (really).
17618 (gdb-edit-value): Make non-interactive.
17619
17620 * progmodes/gud.el (gud-speedbar-menu-items):
17621 Add gdb-var-delete and, indirectly, gdb-edit-value.
17622 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17623 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17624 (gud-gdb-marker-filter): Add comment for annotations.
17625
17626 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17627
17628 * calendar/calendar.el (generate-calendar)
17629 (calendar-read-date): Prevent display of BC calendars once more -
17630 reverts 2003-10-01 change.
17631 (generate-calendar-month): Doc fix.
17632
17633 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17634
17635 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17636 return value of increment-calendar-month.
17637
17638 2004-02-21 Stephen Compall <s11@member.fsf.org>
17639
17640 * saveplace.el (save-place-forget-unreadable-files)
17641 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17642 (save-place-forget-unreadable-files): New function.
17643 (save-place-alist-to-file): Use it to filter out files that are
17644 no longer readable.
17645
17646 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17647 current Texinfo environment, using the same method as in
17648 `texinfo-insert-@end', and insert a space rather than a newline if
17649 point in a @table environment.
17650
17651 2004-02-21 Juri Linkov <juri@jurta.org>
17652
17653 * ffap.el (ffap-file-at-point): Try parent directories.
17654
17655 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17656
17657 * vcursor.el (vcursor-modifiers): New defcustom.
17658 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17659 hard-coded list.
17660
17661 2004-02-21 Masatake YAMATO <jet@gyve.org>
17662
17663 * play/animate.el (animate-birthday-present): Accept names other
17664 than `Sarah', too.
17665
17666 2004-02-21 Juri Linkov <juri@jurta.org>
17667
17668 * startup.el: Remove table of command line arguments from the
17669 Commentary section.
17670
17671 2004-02-20 John Wiegley <johnw@newartisans.com>
17672
17673 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17674 again" modifier from 'e' to 'E', since 'e' is also used by the
17675 "file extension" modifier.
17676
17677 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17678
17679 * help-fns.el (describe-categories): Doc fix.
17680
17681 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17682
17683 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17684 temporary file for buffer already visiting one. This change makes
17685 output likely to be directly usable by patch program.
17686 Suggested by Adrian Aichner <adrian@xemacs.org>
17687
17688 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17689
17690 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17691 case of variables defined in compound statements.
17692 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17693 Simplify constructions using switch-to-buffer.
17694
17695 2004-02-19 Simon Josefsson <jas@extundo.com>
17696
17697 * play/morse.el: Fix typo.
17698 (morse-code): Add @.
17699
17700 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17701
17702 * calendar/appt.el (appt-display-format): Change default to
17703 'ignore, for backwards compatibility.
17704 (appt-display-message): If appt-display-format is 'ignore,
17705 respect old vars appt-msg-window and appt-visible.
17706 (appt-activate): Don't depend on return value of cancel-timer.
17707
17708 * calendar/calendar.el (calendar-holidays): Doc fix.
17709
17710 * calendar/cal-coptic.el (coptic-prompt-for-date):
17711 Use assoc-string instead of assoc-ignore-case.
17712 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17713 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17714 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17715 * calendar/cal-islam.el (calendar-goto-islamic-date)
17716 (mark-islamic-diary-entries): Ditto.
17717 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17718 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17719 (calendar-read-mayan-tzolkin-date): Ditto.
17720 * calendar/calendar.el (calendar-read-date): Ditto.
17721 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17722
17723 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17724
17725 * progmodes/executable.el (executable-command-find-posix-p):
17726 Fix choice of the directory.
17727
17728 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17729
17730 * simple.el (interprogram-cut-function)
17731 (interprogram-paste-function, kill-new, kill-append):
17732 Doc fixes.
17733 (kill-region): Make it return nil. Doc fix.
17734 (yank-pop): Make its argument optional.
17735 (yank): Make ARG `-' equivalent to `-1'.
17736
17737 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17738
17739 * mail/rmail.el (rmail-get-new-mail): Don't reference
17740 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17741
17742 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17743
17744 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17745 if one of global-auto-revert-non-file-buffers or autorevert-mode
17746 is non-nil.
17747
17748 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17749
17750 * subr.el (delete-dups): A better implementation from Karl Heuer
17751 <kwzh@gnu.org>.
17752
17753 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17754
17755 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17756 correct place.
17757 * progmodes/icon.el (icon-indent-command): Ditto.
17758 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17759
17760 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17761
17762 * progmodes/grep.el (grep-compute-defaults): Undo change from
17763 2004-01-29: don't use executable-command-find-posix-p.
17764
17765 2004-02-16 Richard Sharman <rsharman@pobox.com>
17766
17767 * hilit-chg.el: Use require instead of eval-and-compile.
17768 (highlight-compare-buffers): New function.
17769
17770 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17771
17772 * man.el (Man-fontify-manpage): Render section headings in
17773 `Man-overstrike-face' even when overstrike was not used by man
17774 formatter for section headings.
17775
17776 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17777
17778 * rmail-spam-filter.el (vm-use-spam-filter)
17779 (rsf-min-region-length-added-to-spam-list): New variables.
17780 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17781 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17782 spam testing. Don't delete spam message if automatic deletion
17783 after output via variable rmail-delete-after-output is turned on.
17784 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17785 rsf-bbdb-dont-create-entries-for-spam.
17786 (check-field): New function, extracted from code in
17787 rmail-spam-filter to ease addition of header fields like content-type.
17788 (message-content-type): New variable to check the content-type:
17789 field added, also in defcustom of rsf-definitions-alist.
17790 (rmail-spam-filter): Replace repeated test code for header fields
17791 by calls to check-field; change the call to
17792 rmail-output-to-rmail-file such that rmail-current-message stays
17793 the same to avoid wrong deletion of unseen flags.
17794 (rsf-add-contents-type): New function to convert old format
17795 of rmail-spam-definitions-alist into new one.
17796 Change prefixes of all variables and functions from
17797 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17798
17799 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17800
17801 * loadhist.el (unload-hook-features-list): New defvar.
17802
17803 2004-02-16 Dave Love <fx@gnu.org>
17804
17805 * loadhist.el (unload-feature): Doc fix. Rename flist to
17806 unload-hook-features-list.
17807
17808 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17809
17810 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17811 cookie. Don't check if we are looking-at open-formula.
17812
17813 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17814
17815 * subr.el (match-string-no-properties): Use substring-no-properties.
17816
17817 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17818
17819 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17820 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17821 Use lower-case "rx" in all error message.
17822
17823 2004-02-16 Dave Love <fx@gnu.org>
17824
17825 * emacs-lisp/rx.el (rx-or): Put group around result.
17826 (rx-constituents): Add backref.
17827 (rx-syntax): Add string-delimiter, comment-delimiter.
17828 (rx-categories): Add combining-diacritic.
17829 (rx-check-not, rx-greedy, rx): Doc fix.
17830 (rx-backref, rx-check-backref): New.
17831
17832 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17833
17834 * newcomment.el (uncomment-region): Allow eob as comment end.
17835
17836 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17837
17838 * filecache.el: All message and error commands now use prefix
17839 "Filecache:" to make it easy to read *Messages* buffer.
17840
17841 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17842
17843 * autorevert.el: Add support to detect changed dired and VC buffers.
17844 (auto-revert-active-p, auto-revert-list-diff)
17845 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17846 (auto-revert-handler, auto-revert-active-p): New functions.
17847 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17848 and `auto-revert-active-p'.
17849 (eval-when-compile): Defvar dired-directory and vc-mode.
17850 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17851 (auto-revert-handler-vc): New functions.
17852
17853 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17854
17855 * progmodes/compile.el (compilation-directory): New defvar.
17856 (compile): Save current directory in compilation-directory.
17857 (recompile): Bind default-directory to compilation-directory if
17858 that is non-nil.
17859
17860 2004-02-16 Dave Love <fx@gnu.org>
17861
17862 * newcomment.el (comment-insert-comment-function)
17863 (comment-region-function, uncomment-region-function): New.
17864 (comment-indent): Use comment-insert-comment-function.
17865 (uncomment-region): Use uncomment-region-function.
17866 (comment-region): Use comment-region-function.
17867
17868 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17869
17870 2004-02-16 Richard Stallman <rms@gnu.org>
17871
17872 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17873 loaddefs* and ldefs-boot*.
17874
17875 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17876
17877 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17878 and email address at the beginning and end of the address.
17879
17880 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17881 anchored at the beginning of the email address.
17882
17883 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17884
17885 * international/ccl.el (ccl-compile-write): Pass `left' to
17886 ccl-embed-code to generate correct code of write-expr-register.
17887
17888 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17889
17890 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17891
17892 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17893
17894 * x-dnd.el: Mention support for Motif in commentary.
17895 (x-dnd-handle-drag-n-drop-event): Ditto.
17896
17897 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17898
17899 * ses.el: Use "ses--" prefixes for buffer-local variables.
17900 Use (point-min) instead of 1, even when we know the buffer
17901 is unnarrowed.
17902 (ses-build-load-map): Delete. Distribute its content to defconst's for
17903 the three maps.
17904 (ses-menu, ses-header-line-menu): New menus.
17905 (ses-mode-map): Use them.
17906 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17907
17908 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17909
17910 * Makefile.in: Fix the CC Mode recompile kludge so it works
17911 when building in a different directory.
17912
17913 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17914
17915 * simple.el (kill-new): Put yank-handler property on the entire string.
17916
17917 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17918
17919 * diff.el: Don't use compile any more, use diff-mode instead.
17920 (diff-regexp-alist, diff-old-file, diff-new-file)
17921 (diff-parse-differences, diff-process-setup): Remove.
17922 (diff-sentinel): New fun.
17923 (diff): Use it. Run the process ourselves.
17924 Use diff-mode for the rest of the processing.
17925
17926 * diff.el (diff): Simplify code handling `switch'.
17927
17928 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17929
17930 * pcvs-defs.el (cvs-menu): Add `tag'.
17931
17932 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17933
17934 * simple.el (kill-append): Doc fix.
17935
17936 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17937 Adapt outline-regexp to the new conventions for commenting out code.
17938
17939 2004-02-11 John Paul Wallington <jpw@gnu.org>
17940
17941 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17942
17943 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17944
17945 * diff.el (diff-switches): New fun.
17946 (diff, diff-backup): Use it.
17947 (diff): Clean up the args construction. Use backquote.
17948 Use listp instead of consp to avoid putting a nil arg.
17949 (diff): Add a revert-buffer function.
17950
17951 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17952
17953 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17954 handled by x-dnd-handle-file-name.
17955 (x-dnd-known-types): Add COMPOUND_TEXT.
17956 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17957 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17958 x-dnd-empty-state.
17959 (x-dnd-forget-drop): Ditto.
17960 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17961 (x-dnd-handle-one-url): Return private when inserting text.
17962 (x-dnd-insert-ctext): New function.
17963 (x-dnd-handle-file-name): New function for FILE_NAME.
17964 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17965 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17966 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17967
17968 2004-02-10 Kenichi Handa <handa@m17n.org>
17969
17970 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17971 instead of while loop.
17972
17973 2004-02-10 Miles Bader <miles@gnu.org>
17974
17975 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17976
17977 2004-02-09 Kenichi Handa <handa@m17n.org>
17978
17979 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17980 have end-of-line.
17981
17982 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17983
17984 * Makefile.in: Added extra dependencies in the recompile target
17985 needed to cope with the compile time macro expansions in CC Mode.
17986
17987 2004-02-09 Kim F. Storm <storm@cua.dk>
17988
17989 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17990 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17991 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17992 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17993 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17994 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17995 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17996 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17997 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17998 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17999 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18000
18001 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18002
18003 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18004 Don't allow shrink if there's a window on our right.
18005
18006 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18007 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18008 Bring together declaration and initialization.
18009 (prolog-mode-variables): Don't set the syntax table.
18010 Don't set paragraph-start and comment-indent-function.
18011 Add /*..*/ to the comment regexps.
18012 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18013 (prolog-mode-map): Don't bind TAB.
18014 (prolog-mode): Set the syntax table.
18015 (prolog-comment-indent): Remove.
18016 (inferior-prolog-mode-map): Initialize in the declaration.
18017 (inferior-prolog-mode-syntax-table)
18018 (inferior-prolog-mode-abbrev-table): New vars.
18019 (inferior-prolog-mode): Derive from comint-mode.
18020 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18021 minibuffer windows.
18022
18023 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18024 in file names, as long as it is unabmiguous.
18025
18026 2004-02-08 Andreas Schwab <schwab@suse.de>
18027
18028 * textmodes/reftex-toc.el
18029 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18030 format. Doc fix.
18031
18032 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18033 format string arguments.
18034
18035 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18036 string argument.
18037
18038 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18039
18040 * play/zone.el (zone-call): Fix format string.
18041
18042 * net/webjump.el (webjump-builtin): Add missing format string argument.
18043
18044 * midnight.el (midnight-delay-set): Remove extra format string argument.
18045
18046 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18047
18048 * hexl.el (hexl-insert-char): Add missing format string argument.
18049
18050 * format.el (format-decode): Fix format string.
18051
18052 * emulation/vi.el (vi-mode): Remove extra format string argument.
18053 (vi-repeat-last-search): Likewise.
18054 (vi-reverse-last-search): Likewise.
18055 (vi-goto-mark): Likewise.
18056 (vi-reverse-last-find-char): Likewise.
18057 (vi-repeat-last-find-char): Likewise.
18058 (vi-locate-def): Likewise.
18059
18060 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18061
18062 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18063 string argument.
18064 (ediff-toggle-regexp-match): Likewise.
18065
18066 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18067 format string argument.
18068
18069 * calc/calc-map.el (calc-get-operator): Remove extra format
18070 string argument.
18071
18072 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18073
18074 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18075 string argument.
18076
18077 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18078
18079 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18080
18081 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18082
18083 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18084 (cl-struct-setf-expander): Likewise.
18085
18086 * vc.el (with-vc-file): Fix unsafe uses of error.
18087 (vc-cancel-version): Likewise.
18088
18089 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18090
18091 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18092 thousands separator; fixes <class>:<line-number> regexp for
18093 non-english locales.
18094
18095 2004-02-08 Andreas Schwab <schwab@suse.de>
18096
18097 * view.el (view-mode-enable): Revert previous change.
18098
18099 2004-02-07 Kim F. Storm <storm@cua.dk>
18100
18101 * simple.el (line-number-at-pos): Rename from line-at-pos.
18102 Uses changed (what-line and vc-annotate-warp-version).
18103
18104 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18105
18106 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18107 (diff-mode): Remove aborted attempt at support for compile.el.
18108 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18109
18110 2004-02-06 Andreas Schwab <schwab@suse.de>
18111
18112 * view.el (view-mode-enable): Add view-mode-map to
18113 minor-mode-overriding-map-alist.
18114
18115 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18116
18117 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18118
18119 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18120
18121 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18122 with point inside rather than after the paragraph.
18123
18124 2004-02-04 Sam Steingold <sds@gnu.org>
18125
18126 * mail/smtpmail.el (smtpmail-try-auth-methods):
18127 Do not try authentication when no mechanism is available.
18128 Pass port-name as defaultport to `netrc-machine'.
18129
18130 2004-02-04 Stephen Eglen <stephen@gnu.org>
18131
18132 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18133 to show how minibuffer height can be constrained.
18134
18135 2004-02-04 John Paul Wallington <jpw@gnu.org>
18136
18137 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18138
18139 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18140
18141 * x-dnd.el: New file for drag and drop.
18142
18143 * term/x-win.el: require x-dnd, set after-make-frame-functions
18144 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18145 drag-n-drop event.
18146
18147 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18148 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18149 (dired-dnd-handle-file): New functions for drag and drop support.
18150 (dired-mode): Initialize drag and drop if x-dnd present.
18151
18152 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18153
18154 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18155 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18156 (cperl-mode): Set fill-paragraph-function.
18157 (cperl-fill-paragraph): Make it non-interactive.
18158
18159 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18160
18161 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18162
18163 2004-02-02 David Kastrup <dak@gnu.org>
18164
18165 * replace.el (perform-replace): Allow 'literal argument in
18166 regexp-flag to indicate literal replacement.
18167 (query-replace-regexp-eval): Use it.
18168
18169 2004-02-01 Andreas Schwab <schwab@suse.de>
18170
18171 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18172
18173 2004-02-01 Stephen Eglen <stephen@gnu.org>
18174
18175 * info-look.el: Add support for maxima-mode. Update commentary
18176 because info-lookup-symbol is now bound to C-h S.
18177
18178 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18179
18180 * simple.el (edit-and-eval-command): Bind print-level and
18181 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18182 Correct initial position in command-history.
18183
18184 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18185
18186 * files.el (read-directory-name): Adapt the docstring to recent
18187 change in Fread_file_name.
18188
18189 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18190
18191 * ses.el (ses-print-cell): If print format too wide for column
18192 width, truncate decimal places if that helps to avoid "#####" fill.
18193 * ses.el (ses-initial-column-width): Revert previous change.
18194
18195 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18196
18197 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18198 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18199 Add edebug info.
18200 (jit-lock-mode): Setup/cancel the new timer.
18201 (jit-lock-context-fontify): New fun. Extracted from
18202 context fontification code of jit-lock-stealth-fontify.
18203 (jit-lock-stealth-fontify): Don't do context fontification any more.
18204
18205 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18206 (jit-lock-fontify-now): Handle the `quit' case.
18207 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18208
18209 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18210
18211 * progmodes/executable.el (executable-command-find-posix-p):
18212 New. Check if find handles arguments Posix-style.
18213
18214 * progmodes/grep.el (grep-compute-defaults):
18215 Use executable-command-find-posix-p.
18216 (grep-find): Check `grep-find-command'.
18217
18218 * filecache.el (file-cache-find-posix-p): Delete.
18219 (file-cache-add-directory-using-find):
18220 Use `executable-command-find-posix-p'.
18221
18222 2004-01-29 Dave Love <fx@gnu.org>
18223
18224 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18225 Iterate the hook function if arg is given.
18226 (mark-defun, narrow-to-defun): Change order of finding the limits.
18227
18228 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18229 (byte-compile-format-warn): New.
18230 (byte-compile-callargs-warn): Use it.
18231 (Format, message, error): Add byte-compile-format-like property.
18232 (byte-compile-maybe-guarded): New.
18233 (byte-compile-if, byte-compile-cond): Use it.
18234 (byte-compile-lambda): Compile interactive forms,
18235 just to make warnings about them.
18236
18237 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18238
18239 * ses.el (ses-initial-column-width): Increase to 14, so it will
18240 work well with the default printer of "%.7g" for extreme values
18241 like "-1.234567e+07".
18242
18243 2004-01-29 Kenichi Handa <handa@m17n.org>
18244
18245 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18246
18247 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18248
18249 * dos-w32.el: Added support for the `default-printer-name' function.
18250
18251 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18252
18253 * server.el (server-socket-name): Don't use the hostname in the
18254 socket name since /tmp is local to the host anyway.
18255
18256 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18257 robust check of widening and fix var-naming.
18258
18259 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18260
18261 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18262 or rmail-spam- to rsf- in all function and variable names.
18263 (rsf-min-region-to-spam-list): New variable.
18264 (rsf-bbdb-auto-delete-spam-entries): Rename from
18265 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18266 scanned together with the recipients field for spam testing; Don't
18267 delete spam message if rmail-delete-after-output is non-nil;
18268 (rsf-check-field): New function, extracted from code in
18269 rmail-spam-filter to ease addition of header fields like
18270 content-type:;
18271 (message-content-type): New variable. The content-type: field was
18272 added also in defcustom of rsf-definitions-alist;
18273 (rmail-spam-filter): Replace repeated test code for header fields
18274 by calls to check-field; change the call to
18275 rmail-output-to-rmail-file such that rmail-current-message stays
18276 the same to avoid wrong deletion of unseen flags.
18277 (rmail-use-spam-filter): Add autoload cookie.
18278
18279 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18280
18281 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18282 (file-cache-add-directory-using-find): Add Cygwin support.
18283 (file-cache-find-command-posix-flag): New user variable.
18284
18285 * filecache.el (file-cache-add-directory): Check for
18286 directories an remove them from dir-files.
18287
18288 2004-01-27 Richard M. Stallman <rms@gnu.org>
18289
18290 * man.el (Man-fontify-manpage): Clean up message.
18291
18292 2004-01-27 Kenichi Handa <handa@m17n.org>
18293
18294 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18295 (sentence-end): Define using sentence-end-without-space.
18296
18297 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18298 a sentence ends with one of a character in sentence-end-without-space.
18299
18300 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18301
18302 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18303 (jit-lock): Group declaration moved to jit-lock.el.
18304 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18305 when necessary.
18306
18307 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18308 (jit-lock-context-unfontify-pos): Rename from
18309 jit-lock-first-unfontify-pos.
18310 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18311
18312 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18313
18314 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18315 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18316 (fortran-fill): When filling a string, adjust re-search-backward
18317 argument for special case of string just on fill-column.
18318 When filling non-string, allow one extra char if
18319 fortran-break-before-delimiters is non-nil.
18320 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18321 Use fortran-break-delimiters-re and fortran-no-break-re to
18322 correctly handle cases such as "**".
18323
18324 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18325 (f90-no-break-re): Add some extra tokens. Doc fix.
18326
18327 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18328
18329 * mail/rmail-spam-filter.el:
18330 Use two semicolons as Commentary line prefix.
18331 Add ";;; Code:" stylized comment.
18332 Delete end-of-line whitespace.
18333 Wrap (require 'cl) with `eval-when-compile'.
18334
18335 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18336
18337 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18338 at the top level of vc.el.
18339
18340 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18341
18342 * vc.el (vc-current-line): Function removed. This is now done by
18343 the new function line-at-pos in simple.el.
18344 (vc-annotate-warp-version): Use line-at-pos instead of
18345 vc-current-line.
18346
18347 2004-01-22 Kim F. Storm <storm@cua.dk>
18348
18349 * simple.el (line-at-pos): New defun.
18350 (what-line): Use it. Optimize by only counting lines in narrowed
18351 region once.
18352
18353 2004-01-22 Kenichi Handa <handa@m17n.org>
18354
18355 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18356 point (register r1) only for charset mule-unicode-0100-24ff.
18357
18358 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18359
18360 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18361 trailing white space and ensure a final newline.
18362
18363 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18364 Add autoload cookie.
18365
18366 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18367
18368 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18369 activate view-mode explicitly.
18370
18371 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18372
18373 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18374 menu-bar-enable-clipboard and make Paste use clipboard first.
18375
18376 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18377
18378 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18379 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18380 (vc-mcvs-cvs): Remove.
18381 (vc-mcvs-command): Remove use of assert.
18382
18383 * outline.el (outline-insert-heading): Tighten up match.
18384 (outline-demote, outline-move-subtree-down): Don't assume anything
18385 about outline-regexp.
18386
18387 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18388 (texinfo-show-structure): Explicitly add ^, and simplify.
18389
18390 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18391
18392 * calendar/appt.el (appt-check): Restore usage of
18393 appt-issue-message deleted in previous change.
18394 (top-level): Activate package when loaded (needed for backwards
18395 compatibility).
18396
18397 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18398
18399 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18400 following previous change to smtpmail-send-data.
18401
18402 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18403
18404 * vc.el (vc-default-previous-version): Doc enhancement.
18405 (vc-default-next-version): New function.
18406 (vc-print-log): New arg FOCUS-REV.
18407 (vc-annotate-mode): Derive from view-mode.
18408 (vc-annotate): New args REVISION, DISPLAY-MODE.
18409 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18410 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18411 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18412 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18413 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18414
18415 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18416
18417 2004-01-19 Karl Berry <karl@gnu.org>
18418
18419 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18420 or "TexInfo".
18421
18422 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18423
18424 * subr.el (delete-dups): New function.
18425
18426 2004-01-19 Karl Berry <karl@gnu.org>
18427
18428 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18429 with ^, since that's what texinfo-show-structure
18430 documentation says (plus it works much better in texinfo.txi).
18431
18432 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18433
18434 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18435
18436 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18437
18438 * progmodes/which-func.el (which-function-mode): Don't cancel
18439 which-func-update-timer if not set.
18440
18441 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18442
18443 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18444 Remove spurious left square bracket in XX:XXam regexp.
18445
18446 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18447
18448 * progmodes/cc-defs.el: Do not require cl at run time.
18449
18450 2004-01-16 Richard M. Stallman <rms@gnu.org>
18451
18452 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18453 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18454
18455 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18456 Call rmail-spam-filter. Delete and expunge spam.
18457 Print number of spam messages deleted.
18458 Save and restore the deletion status of old messages when reading
18459 new mail with spam filter, so that expunging spam does not expunge
18460 msgs deleted by the user.
18461 (rmail-only-expunge): Add an optional argument dont-show to
18462 prevent showing message after expunge.
18463
18464 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18465
18466 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18467 * subr.el (declare): New macro.
18468
18469 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18470
18471 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18472
18473 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18474
18475 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18476 Test window-system rather than system-type (for X11/Mac).
18477
18478 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18479
18480 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18481
18482 2004-01-12 Richard M. Stallman <rms@gnu.org>
18483
18484 * mail/rmail.el (rmail-convert-to-babyl-format):
18485 Use mail-unquote-printable-region.
18486 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18487 (rmail-hex-char-to-integer): Functions deleted.
18488
18489 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18490 (mail-unquote-printable-region): New arg NOERROR.
18491 For invalid encoding, either signal an error to just return nil.
18492
18493 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18494
18495 * calendar/appt.el: Update copyright and commentary.
18496 (appt-issue-message): Make obsolete.
18497 (appt-visible, appt-msg-window): Make obsolete, in favour of
18498 appt-display-format.
18499 (appt-display-mode-line, appt-display-duration)
18500 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18501 (appt-prev-comp-time, appt-display-count, appt-timer)
18502 (appt-convert-time): Doc change.
18503 (appt-disp-window-function, appt-delete-window-function):
18504 Use defcustom rather than defvar.
18505 (appt-display-format): New variable.
18506 (appt-display-message): New function with display code from appt-check.
18507 (appt-check): Add optional FORCE argument. Doc change.
18508 Add appt-make-list to diary-hook if displaying diary.
18509 Remove checking of view-diary-entries-initially.
18510 Message display section removed to new function appt-display-message.
18511 (appt-display-window): Doc change. Remove unused internal var
18512 this-buffer. Do not beep, since appt-display-message does that.
18513 (appt-make-list): Doc change. Use caar.
18514 (appt-sort-list): Simplify by using builtin sort function.
18515 (appt-update-list): New function for updating appts when diary is
18516 saved.
18517 (appt-activate): New autoloaded function to toggle package
18518 functionality.
18519
18520 * calendar/cal-x.el: (calendar-one-frame-setup)
18521 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18522
18523 * calendar/calendar.el: Update copyright.
18524 (view-diary-entries-initially, european-calendar-style): Doc change.
18525 (calendar-setup): Make defcustom rather than defvar.
18526 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18527 in let binding so local to function.
18528
18529 * calendar/diary-lib.el: Update copyright.
18530 (diary, diary-entry-time): Doc change.
18531 (list-diary-entries): Doc change. Trivial logic change.
18532 (fancy-diary-display): Restore make-face command mistakenly
18533 deleted 2003-05-08.
18534 (show-all-diary-entries): Allow to pop-up frame if needed.
18535
18536 2004-01-09 John Paul Wallington <jpw@gnu.org>
18537
18538 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18539 Temporarily select EVENT's window for changing eol type.
18540
18541 2004-01-09 Deepak Goel <deego@gnufans.org>
18542
18543 * calendar/diary-lib.el (diary-entry-time):
18544 Also accept time in the form XX[.XX][am/pm/AM/PM].
18545 (fancy-diary-font-lock-keywords): Likewise.
18546 (diary-font-lock-keywords): Likewise.
18547 * calendar/appt.el (appt-add): Likewise.
18548 (appt-make-list): Likewise.
18549 (appt-convert-time): Likewise.
18550
18551 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18552
18553 * gdb-ui.el (gdb-ann3): Revert previous change.
18554 (gdb-source-info): Allow for case of where compilation directory
18555 is not recorded.
18556
18557 2004-01-08 John Paul Wallington <jpw@gnu.org>
18558
18559 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18560
18561 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18562
18563 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18564
18565 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18566 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18567 problems.
18568 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18569
18570 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18571
18572 * files.el (write-file-functions, write-contents-functions):
18573 Clarify docstrings.
18574
18575 2004-01-07 Kenichi Handa <handa@m17n.org>
18576
18577 * international/mule.el (set-auto-coding): Fix for the case that
18578 end-of-line is only CR.
18579
18580 2004-01-07 Kim F. Storm <storm@cua.dk>
18581
18582 * subr.el (event-start, event-end): Doc fix.
18583 (posn-string, posn-image): New defuns.
18584 (posn-object): Return either image or string object.
18585 (posn-object-x-y): Return 8th element of position.
18586 (posn-object-width-height): New defun.
18587
18588 2004-01-06 Andreas Schwab <schwab@suse.de>
18589
18590 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18591 output.
18592
18593 2004-01-05 Karl Berry <karl@gnu.org>
18594
18595 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18596 / and *, too.
18597
18598 2003-12-31 Simon Josefsson <jas@extundo.com>
18599
18600 * files.el (before-save-hook): Add.
18601 (basic-save-buffer): Use before-save-hook.
18602
18603 * emacs-lisp/copyright.el: Fix comment to recommend
18604 before-save-hook instead of write-file-functions.
18605
18606 2004-01-05 Richard M. Stallman <rms@gnu.org>
18607
18608 * finder.el (finder-commentary): Call delete-other-windows.
18609
18610 * net/ange-ftp.el (ange-ftp-file-attributes):
18611 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18612
18613 2004-01-04 Karl Berry <karl@gnu.org>
18614
18615 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18616 comment characters % and # in the copyright year notice,
18617 as well as ;.
18618
18619 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18620
18621 * wid-edit.el (default): Define dummy :value-delete.
18622 Reported by Jesper Harder <harder@ifa.au.dk>.
18623
18624 2004-01-03 Richard M. Stallman <rms@gnu.org>
18625
18626 * progmodes/compile.el (compile-internal): Use point, not point-min,
18627 for set-window-point.
18628
18629 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18630
18631 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18632
18633 * progmodes/grep.el (grep-mode-map):
18634 Don't remap next-line, previous-line.
18635
18636 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18637
18638 * speedbar.el (speedbar-edit-line): Change regexp to position
18639 the cursor on the first character of this line's button.
18640
18641 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18642
18643 * subr.el (functionp): Doc fix.
18644
18645 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18646
18647 * progmodes/idlwave.el (idlwave-make-tags):
18648 * textmodes/flyspell.el (flyspell-large-region):.
18649 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18650 * emulation/viper-util.el (viper-glob-unix-files):
18651 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18652 * man.el (Man-init-defvars):
18653 * jka-compr.el (jka-compr-call-process):
18654 * files.el (get-free-disk-space,insert-directory):
18655 * ediff-ptch.el (ediff-test-patch-utility):
18656 * ediff-diff.el (ediff-test-utility):
18657 * dired-aux.el (dired-check-process):
18658 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18659 test the return value of call-process, because it can be a string.
18660
18661 2003-12-31 John Paul Wallington <jpw@gnu.org>
18662
18663 * bindings.el (completion-ignored-extensions): Add .pfsl.
18664
18665 2003-12-31 Kim F. Storm <storm@cua.dk>
18666
18667 * ido.el (ido-nonreadable-directory-p): New defun to check for
18668 nonreadable directory without activating tramp (to avoid problems
18669 with checking incomplete tramp paths).
18670 (ido-set-current-directory, ido-file-internal)
18671 (ido-file-name-all-completions1): Use it.
18672
18673 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18674
18675 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18676 documentation if the anchor (or node) name is preceded by `info
18677 anchor' or `Info anchor' in addition to earlier `info node' and
18678 `Info node'.
18679 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18680
18681 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18682
18683 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18684 error in arguments to base64-decode-region. Remove ^M characters
18685 after decoding base64.
18686
18687 2003-12-30 Simon Josefsson <jas@extundo.com>
18688
18689 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18690 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18691 have only been distributed with Emacs for some years.
18692 (texinfo-mode-hook): Customize.
18693
18694 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18695
18696 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18697 cleaner (suggested by Richard Stallman).
18698
18699 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18700 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18701 file-name clashes on 8+3 DOS filesystems.
18702
18703 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18704 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18705 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18706 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18707 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18708 file-name clashes on 8+3 filesystems.
18709
18710 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18711 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18712 file-name clashes on 8+3 DOS filesystems.
18713
18714 2003-12-29 Richard M. Stallman <rms@gnu.org>
18715
18716 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18717 Upcase the character.
18718
18719 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18720 Search for header separator alone on a line, literally,
18721 and search for it backward, not forward.
18722 (flyspell-abbrev-table): Always use global-abbrev-table
18723 if there is no local one.
18724
18725 * progmodes/sh-script.el (sh-get-indent-info):
18726 Don't move point back if at bob.
18727
18728 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18729
18730 * play/handwrite.el (handwrite): Make the handwrite credit message
18731 a comment rather than an output command.
18732
18733 * obsolete/sc.el: Display message that this file is obsolete.
18734
18735 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18736
18737 * mail/rfc822.el (rfc822-address-start): Declare variable.
18738 Renamed from address-start. All uses changed.
18739
18740 * term.el (term-exec): Set up sentinel.
18741 (term-sentinel): New function.
18742 (term-handle-exit): New function.
18743
18744 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18745 Use assoc-string, and mark them obsolete.
18746 (delay-mode-hooks): Mark as permanent local.
18747
18748 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18749
18750 * register.el (copy-rectangle-to-register): Doc fix.
18751
18752 * info.el (Info-insert-dir): Use assoc-string.
18753
18754 * info-look.el (info-lookup): Use assoc-string.
18755
18756 * frame.el (pop-up-frame-function): Use quote, not `function'.
18757 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18758 copying with lists as coordinate values.
18759
18760 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18761
18762 * find-dired.el (kill-find): New command.
18763 (find-dired): Make buffer read-only.
18764 Set up a keymap with C-c C-k running kill-find.
18765 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18766
18767 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18768
18769 * filecache.el (file-cache-ignore-case): New variable.
18770 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18771
18772 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18773 (comint-dynamic-complete-as-filename): Rename local vars.
18774 (comint-dynamic-list-filename-completions): Likewise.
18775
18776 * comint.el (comint-dynamic-list-completions-config): New var.
18777 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18778
18779 * comint.el (comint-file-name-chars): Add [].
18780 (comint-word): Use skip-chars-backward, not search.
18781
18782 * shell.el (shell-file-name-chars): Add [].
18783
18784 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18785
18786 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18787
18788 * generic.el (define-generic-mode): Doc fix.
18789
18790 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18791
18792 * files.el (kill-some-buffers): Doc fix.
18793
18794 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18795
18796 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18797 arg to send-invisible
18798 (send-invisible): Doc fix. The argument is now a prompt, not the
18799 string to send.
18800 (comint-read-noecho): Doc fix.
18801
18802 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18803
18804 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18805 "@", as required by some ISP hosting service. Fix defcustom
18806 argument syntax errors that prevented use of customization.
18807
18808 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18809
18810 * xml.el (xml-get-attribute-or-nil): Doc fix.
18811
18812 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18813
18814 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18815 write-file-hooks.
18816
18817 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18818
18819 * autorevert.el (auto-revert-interval): Doc fix.
18820
18821 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18822
18823 * xml.el (xml-get-attribute-or-nil): New function, like
18824 xml-get-attribute, but returns nil if the attribute was not found.
18825 (xml-get-attribute): Convert to defsubst, uses
18826 xml-get-attribute-or-nil.
18827
18828 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18829
18830 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18831
18832 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18833
18834 * custom.el (custom-declare-theme): Use `value' when putting
18835 properties on `theme'.
18836
18837 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18838
18839 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18840 for each yank-handler segment.
18841 (insert-for-yank-1): New function, with the body of the previous
18842 insert-for-yank.
18843
18844 * textmodes/table.el (table-yank-handler): New defcustom.
18845 (table--put-cell-indicator-property): Put yank-handler property
18846 that indicates the yank handler for the table cell.
18847
18848 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18849
18850 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18851 set of keywords.
18852
18853 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18854
18855 * international/mule-cmds.el (reset-language-environment)
18856 (set-language-environment): Don't invoke fontset-related functions
18857 if fontset-list is not fboundp.
18858
18859 2003-12-29 Kenichi Handa <handa@m17n.org>
18860
18861 * international/mule-cmds.el (reset-language-environment):
18862 Call set-overriding-fontspec-internal with nil.
18863 (set-language-environment): Call set-overriding-fontspec-internal
18864 if the language environment specify `overriding-fontspec'.
18865 (language-info-alist): Doc added.
18866
18867 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18868 characters of mule-unicode-0100-24ff.
18869 (ccl-encode-windows-1251-font): New CCL program.
18870 ("Bulgarian"): Specify overriding-fontspec.
18871 ("Belarusian"): Likewise.
18872
18873 2003-12-28 Sam Steingold <sds@gnu.org>
18874
18875 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18876 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18877
18878 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18879
18880 * progmodes/gud.el (gud-gdb-command-name): Set default to
18881 "gdb --annotate=3".
18882 (gud-gdb-marker-filter): Look out for annotations.
18883 (gdb-first-pre-prompt): New variable.
18884 Remove trailing white space.
18885
18886 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18887 if necessary.
18888 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18889 annotations are detected.
18890 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18891 instead of a local one to allow transition from
18892 gud-gdb-marker-filter.
18893 Remove trailing white space.
18894
18895 2003-12-27 Kim F. Storm <storm@cua.dk>
18896
18897 * ido.el: Handle non-readable directories.
18898 (ido-decorations): Add 9th element for non-readable directory.
18899 (ido-directory-nonreadable): New dynamic var.
18900 (ido-set-current-directory): Set it.
18901 (ido-read-buffer, ido-file-internal):
18902 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18903 (ido-file-name-all-completions1): Return empty list for
18904 non-readable directory.
18905 (ido-exhibit): Print [Not readable] if directory is not readable.
18906 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18907 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18908 Use it.
18909
18910 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18911
18912 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18913 calls to directory-files-and-attributes and file-attributes.
18914 (ls-lisp-format): Remove system dependent handling of user and
18915 group id's.
18916
18917 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18918
18919 * ffap.el (ffap-read-file-or-url): Revert previous change.
18920
18921 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18922
18923 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18924 new list of included files called `files-with-node-lines', that
18925 only have node lines. This way @include commands can include any
18926 file, such as version and update files without node lines, not
18927 just files that are chapters.
18928
18929 2003-12-25 Andreas Schwab <schwab@suse.de>
18930
18931 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18932 file not found.
18933
18934 2003-12-08 Miles Bader <miles@gnu.org>
18935
18936 * dired.el (dired-between-files): Always use dired-move-to-filename,
18937 which is more robust in non-english locales.
18938
18939 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18940
18941 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18942
18943 2003-12-24 Andreas Schwab <schwab@suse.de>
18944
18945 * shell.el (shell-file-name-quote-list): Add backslash.
18946
18947 * comint.el (comint-quote-filename): Correctly handle backslash
18948 in comint-file-name-quote-list.
18949
18950 2003-12-24 Kenichi Handa <handa@m17n.org>
18951
18952 * international/mule-cmds.el (set-default-coding-systems):
18953 Call ucs-set-table-for-input for all buffers that don't have local
18954 value of buffer-file-coding-system.
18955
18956 * international/ucs-tables.el (ucs-set-table-for-input):
18957 If translation-table-for-encode is a symbol, get its
18958 translation-table property.
18959
18960 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18961
18962 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18963 to `completing-read' on a recently fixed bug.
18964
18965 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18966 instead of SPACE, to get the list of possible fringe modes.
18967 SPACE only works if both `partial-completion-mode' and
18968 `completion-auto-help' are nil.
18969
18970 * complete.el (PC-is-complete-p): Delete.
18971 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18972 calls to `test-completion'.
18973
18974 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18975
18976 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18977 to edit values when there are no children.
18978
18979 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18980 a mode called "Assembler" already exists.
18981 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18982 (gud-watch): Use format option. Remove font properties from string.
18983 (gdb-var-create-handler, gdb-var-list-children-handler):
18984 Don't bother about properties as there are none.
18985 (gdb-var-create-handler, gdb-var-list-children-handler)
18986 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18987 with two arguments.
18988 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18989 Let speedbar show value changes with a different font.
18990 (gdb-edit-value): New defun.
18991 (gdb-clear-partial-output, gdb-clear-inferior-io)
18992 (def-gdb-auto-update-handler): Use erase-buffer.
18993 (gdb-frame-handler): Display watch expressions in
18994 FUNCTION::VARIABLE format if required.
18995
18996 2003-12-23 John Paul Wallington <jpw@gnu.org>
18997
18998 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18999 (Info-goto-emacs-command-node): Doc fixes.
19000
19001 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19002
19003 * cus-edit.el (custom-add-parent-links): Define "many".
19004
19005 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19006
19007 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19008 (widget-child-validate, widget-type-value-create)
19009 (widget-type-default-get, widget-type-match): New functions.
19010 (lazy): New widget.
19011 (menu-choice, checklist, radio-button-choice, editable-list)
19012 (group, documentation-string): Remove redundant (per 2003-10-25
19013 change) calls to `widget-children-value-delete'.
19014 (widget-choice-value-get, widget-choice-value-inline): Remove.
19015 (menu-choice): Update widget.
19016
19017 2003-12-03 Kenichi Handa <handa@m17n.org>
19018
19019 * language/cyrillic.el: Register "microsoft-cp1251" in
19020 ctext-non-standard-encodings-alist.
19021 ("Bulgarian"): Add ctext-non-standard-encodings.
19022 ("Belarusian"): Likewise.
19023
19024 * international/mule-conf.el (compound-text-with-extensions):
19025 Change the type to 2 (iso-2022 base).
19026
19027 * international/mule.el (ctext-non-standard-encodings-alist):
19028 Change the format.
19029 (ctext-non-standard-encodings): New variable.
19030 (ctext-post-read-conversion): Fully re-written.
19031 (ctext-non-standard-designations-alist): Delete it.
19032 (ctext-non-standard-encodings-table): New function.
19033 (ctext-pre-write-conversion): Fully re-written.
19034
19035 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19036
19037 * cus-edit.el (custom-add-parent-links): Add documentation links
19038 for parent, if the item has none of its own.
19039
19040 2003-11-30 Richard M. Stallman <rms@gnu.org>
19041
19042 * dired-aux.el (dired-do-query-replace-regexp):
19043 Report files visited read-only.
19044
19045 2003-11-30 Juri Linkov <juri@jurta.org>
19046
19047 * dired-aux.el (dired-compare-directories): New command.
19048 (dired-file-set-difference, dired-files-attributes): New functions.
19049
19050 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19051 Version 2.0.38 of Tramp released.
19052
19053 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19054 Charles Curley <charlescurley@charlescurley.com>.
19055 (tramp-multi-connection-function-alist): Add ssht entry which adds
19056 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19057 Aichner.
19058 (tramp-get-method-parameter): New function to retrieve a method
19059 parameter. This allows for omission of method parameters.
19060 Callers adjusted.
19061
19062 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19063
19064 * net/tramp.el: Add new optional parameter ID-FORMAT to
19065 `file-attributes'. Calls of `file-attributes' won't use this
19066 parameter for backward compatibility reasons.
19067 (tramp-perl-file-attributes): Add a new parameter to Perl script
19068 in order to handle uid/gid as strings, if desired.
19069 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19070 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19071 order to make the function more general.
19072 (tramp-handle-file-attributes): Replace proprietary optional
19073 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19074 (tramp-handle-file-attributes-with-perl): Handle parameter
19075 NONNUMERIC if set. This wasn't done in the past.
19076 (tramp-post-connection): Apply second parameter "$2" if
19077 `tramp-remote-perl' is called.
19078
19079 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19080 Correct cut'n'waste error (`filename' instead of `directory').
19081 (tramp-smb-handle-directory-files-and-attributes)
19082 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19083 introduced parameter ID-FORMAT.
19084 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19085 error (`directory' instead of `ldir').
19086
19087 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19088 `file-attributes' has a second parameter. If yes, apply it with
19089 value "'integer". Otherwise, don't use that parameter (default is
19090 integer format).
19091
19092 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19093
19094 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19095 (help-for-help): Add `C-h .' to the listed Help options.
19096 Remove trailing whitespace.
19097
19098 * help-at-pt.el: New file.
19099
19100 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19101
19102 * subr.el (noreturn, 1value): New macros for test coverage.
19103 See `testcover.el'.
19104
19105 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19106
19107 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19108 for macro `1value'.
19109 (testcover-1value): New function. Checks that a 1value form
19110 actually returns only one value. Requested by RMS.
19111
19112 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19113
19114 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19115 (gdb-var-list-children, gdb-var-list-children-handler)
19116 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19117 gdb commands that use mi to keep them out of the command history.
19118
19119 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19120
19121 * cus-start.el (all): Add use-file-dialog.
19122
19123 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19124
19125 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19126
19127 2003-11-27 Kim F. Storm <storm@cua.dk>
19128
19129 * subr.el (posn-object-x-y): New defun.
19130
19131 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19132
19133 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19134 Don't use `space' for \\\n.
19135 Be more selective as to which # are comment-starters.
19136
19137 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19138
19139 * subr.el (number-sequence): Improve handling of floating point
19140 arguments (suggested by Kim Storm). Allow negative arguments.
19141
19142 2003-11-26 Kenichi Handa <handa@m17n.org>
19143
19144 * international/mule-cmds.el (standard-display-european-internal):
19145 Cancel the standard-display-table setting for ` and '.
19146
19147 2003-11-26 Kim F. Storm <storm@cua.dk>
19148
19149 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19150 New defcustoms to add ffap-like functionality to ido.
19151 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19152 (ido-no-final-slash): New defun.
19153 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19154 (ido-read-file-name): ): Toggle VC checking via
19155 vc-handled-backends instead of vc-master-templates.
19156 (ido-file-internal): Handle ido-use-url-at-point and
19157 ido-use-filename-at-point via code borrowed from ffap-guesser.
19158 Handle new ido-exit code ffap.
19159 (ido-sort-list): Ignore final slash when sorting file names.
19160
19161 2003-11-25 Kim F. Storm <storm@cua.dk>
19162
19163 * emulation/cua-base.el (cua--standard-movement-commands):
19164 Add forward-sentence and backward-sentence.
19165
19166 2003-11-25 Stephen Eglen <stephen@gnu.org>
19167
19168 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19169 iswitchb-exit is set to 'usefirst when user selects buffer at head
19170 of list using RET. (Selecting buffers at the head of the list was
19171 broken if the substring was also a complete buffername.)
19172
19173 2003-11-23 Kim F. Storm <storm@cua.dk>
19174
19175 * progmodes/compile.el (grep-command, grep-use-null-device)
19176 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19177 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19178 (grep-regexp-alist, grep-program, find-program)
19179 (grep-find-use-xargs, grep-history, grep-find-history)
19180 (grep-process-setup, grep-compute-defaults)
19181 (grep-default-command, grep, grep-tag-default, grep-find)
19182 (grep-expand-command-macros, grep-tree-last-regexp)
19183 (grep-tree-last-files, grep-tree): Move grep variables, functions
19184 and commands to new file grep.el.
19185 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19186 (compilation-process-setup-function): Doc fix.
19187 (compilation-highlight-regexp, compilation-highlight-overlay): New
19188 defvars used for highlighting current compile error in source buffer.
19189 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19190 LOCAL-MAP which overrides compilation-highlight-regexp and
19191 compilation-mode-map for this compilation.
19192 Delay calling compilation-set-window-height until after running
19193 compilation-process-setup-function so it can buffer-local override
19194 compilation-window-height.
19195 Check buffer-local value of compilation-scroll-output.
19196 (compilation-set-window-height): Use buffer-local value of
19197 compilation-window-height.
19198 (compilation-revert-buffer): Don't pass (undefined)
19199 preserve-modes arg to revert-buffer.
19200 (next-error-no-select, previous-error-no-select): New commands.
19201 (compilation-goto-locus): Temporarily highlight current match in
19202 source buffer using compilation-highlight-regexp.
19203
19204 * progmodes/grep.el: New file with grep code from compile.el.
19205 (grep): New defcustom group.
19206 (grep-window-height): New defcustom, like compilation-window-height.
19207 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19208 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19209 (grep-command, grep-use-null-device, grep-find-command)
19210 (grep-tree-files-aliases, grep-tree-ignore-case)
19211 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19212 (grep-setup-hook): New hook variable.
19213 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19214 (grep-last-buffer): New defvar, override compilation-last-buffer.
19215 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19216 Call compile-internal with args highlight-regexp and grep-mode-map.
19217
19218 2003-11-23 Kim F. Storm <storm@cua.dk>
19219
19220 * subr.el (event-start, event-end): Doc fix.
19221 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19222 (posn-area, posn-actual-col-row, posn-object): New defuns.
19223 (posn-col-row): Simplify doc. Rewrite to use cond.
19224 (posn-point): Also return buffer position for events outside text
19225 area (that info is now present in the event position).
19226
19227 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19228 mouse-set-point so that hscroll still works now that clicks on
19229 fringes generate specific mouse events.
19230 (mouse-set-point): Note that it now works in fringes and margins
19231 too due to new semantics of posn-point in fringes and margins.
19232
19233 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19234 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19235
19236 2003-11-20 Kim F. Storm <storm@cua.dk>
19237
19238 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19239 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19240 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19241 to 100 for icons to avoid increasing line height when shown.
19242
19243 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19244
19245 * newcomment.el (comment-normalize-vars): Initialize properly if
19246 comment-start was nil.
19247
19248 2003-11-19 Andreas Schwab <schwab@suse.de>
19249
19250 * simple.el (set-variable): Fix indentation.
19251
19252 2003-11-17 Kenichi Handa <handa@m17n.org>
19253
19254 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19255 Fix docstring.
19256
19257 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19258
19259 * international/latin1-disp.el (latin1-display): Fix docstring.
19260
19261 2003-11-16 John Wiegley <johnw@newartisans.com>
19262
19263 * eshell/em-ls.el (eshell-ls-file): There are times with
19264 size-width is nil and uncomputed (when directories are created in
19265 dired, for example); in this case, 4 is reasonable default value,
19266 although it may caused skewed new entries (which could be avoided
19267 by returning the original value of 8 in all cases, but 99% of the
19268 time this is a waste of whitespace).
19269
19270 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19271
19272 * cc-engine.el (c-guess-continued-construct)
19273 (c-guess-basic-syntax): Check a little more carefully if it's a
19274 function declaration when an unknown construct followed by a block
19275 is found inside a statement context. This avoids macros followed
19276 by blocks to be taken as function declarations.
19277
19278 (c-guess-continued-construct): Change the analysis of a statement
19279 continuation with a brace open to `substatement-block', for
19280 consistency with recognized statements.
19281
19282 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19283 start is in a position so that `c-beginning-of-statement-1' jumped
19284 to the beginning of the same statement.
19285
19286 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19287 Don't accept binary operators in the arglist if we're in a function
19288 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19289 template recognition in cases like "if (a < b || c > d)".
19290
19291 (c-restricted-<>-arglists): New more appropriate name for
19292 `c-disallow-comma-in-<>-arglists'.
19293
19294 Accessing functions updated for the variable name change.
19295
19296 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19297 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19298
19299 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19300 labels.
19301
19302 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19303 instead of duplicating parts of it. This fixes bogus label
19304 recognition.
19305
19306 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19307 of checking the context in which to apply the minimum indentation,
19308 so that it isn't enforced in e.g. namespace blocks.
19309
19310 * cc-vars.el (c-inside-block-syms): New constant used by
19311 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19312 to somewhat reduce the risk of becoming stale.
19313
19314 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19315 cc-cmds to cc-engine to allow use from cc-align.
19316
19317 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19318 qualified identifiers containing "::".
19319
19320 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19321 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19322
19323 * cc-vars.el (c-emacs-features): Use a space in front of the name
19324 of the temporary buffer. That also avoids dumping problems in
19325 XEmacs due to undo info being left around after the buffer is killed.
19326
19327 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19328 arglist to see if it's a K&R style declaration.
19329
19330 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19331 before returning `knr-argdecl-intro'.
19332
19333 2003-11-16 John Wiegley <johnw@newartisans.com>
19334
19335 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19336 field in a long-listing always 8 characters, use `size-width',
19337 which has already been computed.
19338
19339 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19340
19341 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19342
19343 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19344
19345 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19346 Support operation while narrowed, with `diff-restrict-view'.
19347
19348 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19349
19350 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19351 Take additional optional arg NARROWFUN. For the generated functions:
19352 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19353 include frags that arrange to check for and save narrowing state before
19354 the move and then conditionally call NARROWFUN after the move.
19355
19356 2003-11-14 John Wiegley <johnw@newartisans.com>
19357
19358 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19359 that was optional, but obviously missing based on surrounding code.
19360
19361 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19362 string arguments to numbers unless the whole argument was seen as
19363 a number.
19364
19365 2003-11-14 Kenichi Handa <handa@m17n.org>
19366
19367 * international/mule.el (ctext-non-standard-encodings-alist):
19368 Fix coding systems.
19369
19370 2003-11-10 Kenichi Handa <handa@m17n.org>
19371
19372 * language/kannada.el ("Kannada"): Add sample-text.
19373
19374 * language/knd-util.el (kannada-compose-region)
19375 (kannada-compose-string, kannada-post-read-conversion):
19376 Add autoload cookie.
19377
19378 * international/quail.el (quail-completion): Change the message
19379 "corresponding translations" to "corresponding characters".
19380
19381 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19382
19383 * descr-text.el (describe-char): Fix typo.
19384
19385 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19386
19387 These changes are to support Kannada language/script.
19388
19389 * Makefile.in (DONTCOMPILE): Add kannada.el.
19390
19391 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19392
19393 * loadup.el: Preload kannada.el.
19394
19395 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19396 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19397 New variables.
19398
19399 * language/kannada.el: New file.
19400
19401 * language/knd-util.el: New file.
19402
19403 2003-11-07 Andreas Schwab <schwab@suse.de>
19404
19405 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19406 Also highlight AH_*.
19407
19408 * xml.el (xml-parse-dtd): Fix misplaced paren.
19409
19410 2003-11-07 Kenichi Handa <handa@m17n.org>
19411
19412 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19413
19414 2003-11-05 Juri Linkov <juri@jurta.org>
19415
19416 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19417 (desktop-buffer-file): Use saved buffer-file-coding-system
19418 for file reading. Set auto-insert to nil to prevent automatic
19419 insertion into restored empty files.
19420
19421 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19422
19423 * files.el (risky-local-variable-p): Make second argument optional.
19424
19425 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19426
19427 * subr.el (add-hook): Fix last change.
19428
19429 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19430
19431 * mail/rmail.el (rmail-convert-to-babyl-format):
19432 If base64-decode-region signals an error, catch it and silently
19433 ignore it.
19434
19435 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19436
19437 * xml.el (xml-parse-region): Allow comments to appear after the
19438 topmost element has closed.
19439 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19440 (xml-ns-expand-attr): New functions to do namespace handling.
19441 (xml-intern-attrlist): Back-compatible handling of attribute names.
19442 (xml-parse-tag): Move namespace handling to separate functions.
19443 Now produces elements in the form ((:ns . "element") (attr-list)
19444 children) instead of ('ns:element (attr-list) children).
19445 (xml-parse-attlist): Fix attribute parsing.
19446 (xml-parse-dtd): Change parsing so that it produces strings
19447 instead of interned symbols.
19448
19449 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19450
19451 * dired.el (dired-ls-sorting-switches): Doc fix.
19452
19453 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19454
19455 * emacs-lisp/rx.el (rx-or): Fix the case of
19456 "(rx (and ?a (or ?b ?c) ?d))".
19457
19458 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19459
19460 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19461 (texinfo-format-region): Use it.
19462 (texinfo-format-buffer-1): Ditto.
19463
19464 2003-11-01 Alan Mackenzie <acm@muc.de>
19465
19466 Changes to allow scrolling whilst in isearch mode:
19467 * isearch.el (isearch-unread-key-sequence): New function,
19468 extracted from isearch-other-meta-char.
19469 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19470 "scrollable" standard functions.
19471 (isearch-allow-scroll): New customizable variable.
19472 (isearch-string-out-of-window, isearch-back-into-window)
19473 (isearch-reread-key-sequence-naturally)
19474 (isearch-lookup-scroll-key): New functions.
19475 (isearch-other-meta-char): Doc string and functionality enhanced.
19476 Now accepts a prefix argument.
19477 (isearch-lazy-highlight-window-end): New variable.
19478 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19479 end (thru isearch-lazy-highlight-window-end), not only its start.
19480
19481 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19482 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19483 (universal-argument, universal-argument-more, negative-argument)
19484 (digit-argument, universal-argument-other-key): Minor changes.
19485
19486 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19487
19488 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19489 recursively if the last message is deleted, thus avoiding an
19490 infinite loop.
19491
19492 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19493
19494 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19495 (tex-main-file): Don't add .tex if the extension is already present.
19496 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19497
19498 2003-10-29 Lute Kamstra <lute@gnu.org>
19499
19500 * progmodes/octave-inf.el (inferior-octave-prompt):
19501 Recognize version number in prompt.
19502
19503 2003-10-28 Dave Love <fx@gnu.org>
19504
19505 * international/characters.el: Fix some Unicode ranges.
19506
19507 2003-10-28 Kenichi Handa <handa@m17n.org>
19508
19509 * disp-table.el (standard-display-8bit)
19510 (standard-display-default, standard-display-ascii)
19511 (standard-display-g1, standard-display-graphic)
19512 (standard-display-underline): Assure that standard-display-table
19513 is a display table.
19514
19515 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19516
19517 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19518 reindenting the first line.
19519
19520 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19521
19522 * wid-edit.el (widget-default-delete): Always delete child widgets.
19523
19524 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19525
19526 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19527 if the line has code.
19528 Don't try to line up with something that's too far left.
19529
19530 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19531 (octave-mode-syntax-table): Add % as a comment starter.
19532 (octave-point): Remove.
19533 (octave-in-comment-p, octave-in-string-p)
19534 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19535 (octave-blink-matching-block-open, octave-auto-fill):
19536 Use line-(beginning|end)-position instead.
19537
19538 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19539
19540 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19541 for Francesco Potort\e,Al\e(B.
19542
19543 2003-10-23 Dave Love <fx@gnu.org>
19544
19545 * international/mule-cmds.el (locale-charset-to-coding-system):
19546 Don't rely on nil being a coding system.
19547
19548 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19549 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19550 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19551
19552 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19553
19554 * gdb-ui.el (gdb-current-language): New variable.
19555 (gdb-update-flag): Remove variable.
19556 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19557 (gdb-take-last-elt): Remove function.
19558 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19559 (gdb-post-prompt): Check for variable object changes here.
19560
19561 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19562 object changes in gdb-ui.el.
19563
19564 2003-10-21 Richard M. Stallman <rms@gnu.org>
19565
19566 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19567
19568 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19569 Don't check for foo*/ wildcard form here.
19570 (insert-directory): Recognize foo*/ as a wildcard.
19571 Separate wildcard-regexp variable from the arg, wildcard.
19572
19573 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19574 (remove-hook): Correctly handle strange cases about local hooks.
19575
19576 2003-10-21 David Ponce <david@dponce.com>
19577
19578 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19579 argument REAL, to return a real number instead of a rounded
19580 integer value. Define as inline function.
19581 (ruler-mode-right-fringe-cols): Likewise.
19582 (ruler-mode-scroll-bar-cols): New function.
19583 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19584 (ruler-mode-right-scroll-bar-cols): Likewise.
19585 (ruler-mode-space): New function.
19586 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19587 scroll bar mode and margins in a more robust way.
19588
19589 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19590
19591 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19592 (antlr-c-init-language-vars): New function.
19593 (antlr-mode): Use it with cc-mode before v5.29.
19594 (antlr-c-common-init): Don't set some local vars here.
19595 (antlr-mode): Set them here.
19596 (antlr-c-forward-sws): New function alias.
19597 (antlr-mode): Redefine with cc-mode before v5.30.
19598 (antlr-skip-sexps): Use it.
19599 (antlr-skip-exception-part): Ditto.
19600 (antlr-skip-file-prelude): Ditto.
19601 (antlr-outside-rule-p): Ditto.
19602 (antlr-end-of-body): Ditto.
19603 (antlr-option-kind): Ditto.
19604 (antlr-insert-option-area): Ditto.
19605 (antlr-file-dependencies): Ditto.
19606
19607 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19608
19609 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19610 Move backward only if point was not inside an entry.
19611
19612 2003-10-21 Richard M. Stallman <rms@gnu.org>
19613
19614 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19615
19616 2003-10-21 Juri Linkov <juri@jurta.org>
19617
19618 * compare-w.el: Automatically skip non-matching text to resync.
19619 (compare-windows-whitespace): Doc fix.
19620 (compare-windows-sync, compare-windows-sync-string-size)
19621 (compare-windows-recenter, compare-ignore-whitespace)
19622 (compare-windows-highlight, compare-windows-face): New variables.
19623 (compare-windows): Use compare-windows-sync.
19624 (compare-windows-highlight, compare-windows-dehighlight)
19625 (compare-windows-sync-regexp)
19626 (compare-windows-sync-default-function): New functions.
19627
19628 2003-10-21 Juri Linkov <juri@jurta.org>
19629
19630 * diff.el (diff-parse-differences): Don't visit the files now;
19631 instead, just record the error locus.
19632
19633 2003-10-21 Dave Love <fx@gnu.org>
19634
19635 * progmodes/cfengine.el: New file.
19636
19637 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19638
19639 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19640 default-directory when completing file names.
19641
19642 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19643
19644 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19645 followed by the word `face', it gets treated as a face, even if
19646 it is also defined as a variable or a function.
19647
19648 2003-10-20 Dave Love <fx@gnu.org>
19649
19650 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19651 Avoid incf in macro expansion.
19652
19653 2003-10-20 John Paul Wallington <jpw@gnu.org>
19654
19655 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19656 `evenp' so we don't implicitly require cl library at runtime.
19657
19658 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19659
19660 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19661 (help-make-xrefs): Only make cross-references for faces if
19662 preceded or followed by the word `face'. Do not make a
19663 cross-reference for variables without variable documentation,
19664 unless preceded by the word `variable' or `option'. Update doc
19665 string accordingly.
19666
19667 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19668
19669 * progmodes/hideshow.el: Rewrite one-armed `if'
19670 constructs using either `when' or `unless'.
19671 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19672
19673 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19674
19675 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19676 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19677 instead of 12x12.
19678
19679 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19680
19681 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19682 message while converting to Babyl.
19683
19684 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19685
19686 * allout.el (allout-mode): Doc fix.
19687
19688 2003-10-16 Lute Kamstra <lute@gnu.org>
19689
19690 * subr.el (force-mode-line-update): Fix docstring.
19691
19692 2003-10-14 Dave Love <fx@gnu.org>
19693
19694 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19695 (default-input-method): Add :link, improve :type.
19696 (locale-charset-language-names): Fix utf-8 pattern.
19697 (locale-charset-match-p, locale-charset-alist)
19698 (locale-charset-to-coding-system): New.
19699 (set-locale-environment): Deal with codeset part of locale specs.
19700
19701 2003-10-14 Lute Kamstra <lute@gnu.org>
19702
19703 * fringe.el (fringe-mode): Use active voice in docstring.
19704 (set-fringe-style): Ditto.
19705
19706 2003-10-13 Lute Kamstra <lute@gnu.org>
19707
19708 * fringe.el (fringe-mode): Fix docstring.
19709 (set-fringe-style): Ditto.
19710
19711 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19712
19713 * ediff-mult.el (ediff-filegroup-action):
19714 Use ediff-default-filtering-regexp.
19715
19716 * ediff-util.el (ediff-recenter): Don't call
19717 ediff-restore-highlighting twice.
19718 (ediff-select-difference): Set current difference.
19719 (ediff-unselect-and-select-difference): Add comment.
19720
19721 * ediff.el (ediff-directories,ediff-directory-revisions)
19722 (ediff-directories3,ediff-merge-directories)
19723 (ediff-merge-directories-with-ancestor)
19724 (ediff-merge-directory-revisions)
19725 (ediff-merge-directory-revisions-with-ancestor):
19726 Use ediff-default-filtering-regexp.
19727
19728 2003-10-12 Andreas Schwab <schwab@suse.de>
19729
19730 * international/mule-cmds.el (locale-charset-language-names):
19731 Simplify regex by removing unused grouping.
19732
19733 2003-10-10 Dave Love <fx@gnu.org>
19734
19735 * bindings.el: Don't bind stop.
19736
19737 2003-10-08 Miles Bader <miles@gnu.org>
19738
19739 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19740 face instead of attempting to emulate it.
19741
19742 2003-10-07 Kenichi Handa <handa@m17n.org>
19743
19744 * international/mule-diag.el (list-coding-systems-1): List coding
19745 systems that are loaded automatically.
19746
19747 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19748
19749 * international/mule.el (autoload-coding-system): New function.
19750
19751 2003-10-07 Andreas Schwab <schwab@suse.de>
19752
19753 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19754 change-log-default-name in the buffer visiting the file.
19755
19756 2003-10-06 Dave Love <fx@gnu.org>
19757
19758 * files.el (find-file-hook): Customize.
19759 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19760
19761 * bindings.el (completion-ignored-extensions): Remove .log.
19762 (global-map): Add again, open, stop keys.
19763
19764 2003-10-05 Richard M. Stallman <rms@gnu.org>
19765
19766 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19767 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19768 Use sh-modify directly.
19769 (sh-select): Use sh-append, not eval.
19770
19771 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19772
19773 * info.el (Info-following-node-name): New function.
19774
19775 * loadhist.el (unload-feature-special-hooks):
19776 Rename from loadhist-hook-functions.
19777 (loadhist-hook-functions): Now an alias.
19778
19779 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19780
19781 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19782 file-name clashes on 8+3 filesystems.
19783
19784 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19785 Rename loaddefs-boot.el to ldefs-boot.el
19786
19787 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19788 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19789
19790 2003-10-03 Lute Kamstra <lute@gnu.org>
19791
19792 * info.el (Info-mode): Revert previous change.
19793 (Info-escape-percent): New function.
19794 (Info-fontify-node): Use it.
19795
19796 2003-10-02 Andreas Schwab <schwab@suse.de>
19797
19798 * loaddefs-boot.el: Regenerated.
19799
19800 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19801
19802 * ffap.el: Remove defadvice related code from CVS since `complete'
19803 provides a `PC-completion-as-file-name-predicate' variable that
19804 ffap can override.
19805
19806 2003-10-02 Kenichi Handa <handa@m17n.org>
19807
19808 * international/utf-8.el (ccl-decode-mule-utf-8):
19809 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19810
19811 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19812 * international/subst-big5.el: Likewise.
19813 * international/subst-gb2312.el: Likewise.
19814 * international/subst-ksc.el: Likewise.
19815
19816 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19817
19818 * calendar/calendar.el (increment-calendar-month)
19819 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19820 (generate-calendar, calendar-read-date, calendar-interval)
19821 (calendar-day-of-week): Handle years BC.
19822 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19823
19824 2003-10-01 Dave Love <fx@gnu.org>
19825
19826 * language/cyrillic.el (cp1251): Alias for windows-1251.
19827
19828 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19829 bootstrap.
19830
19831 2003-10-01 Lute Kamstra <lute@gnu.org>
19832
19833 * files.el: Fix typo.
19834 * imenu.el (imenu--generic-function): Docstring fix.
19835
19836 2003-09-30 Richard M. Stallman <rms@gnu.org>
19837
19838 * dired.el (dired-mode): Handle dired-directory as a list.
19839
19840 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19841
19842 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19843
19844 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19845
19846 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19847 Replace gud-display with gud-watch.
19848 (gud-speedbar-buttons): Add stuff for watching expressions
19849 in the speedbar when using M-x gdba. Use dolist on old part
19850 of this function.
19851
19852 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19853 (gdb-update-flag): New variables.
19854 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19855 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19856 (gud-watch, gdb-var-create-handler) : New functions.
19857 (gdb-var-list-children, gdb-var-list-children-handler)
19858 (gdb-var-create-regexp, gdb-var-update-regexp)
19859 (gdb-var-list-children-regexp): New constants.
19860 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19861 (gdb-annotation-rules): Reduce annotation set (level 3).
19862 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19863 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19864 updates.
19865 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19866 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19867 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19868 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19869 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19870 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19871 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19872 (gud-display, gud-display1)
19873 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19874 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19875 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19876 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19877 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19878 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19879 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19880 (gdb-display-display-buffer, gdb-toggle-display)
19881 (gdb-delete-display, gdb-expressions-popup-menu)
19882 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19883 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19884 to display buffer.
19885
19886 2003-09-30 Richard M. Stallman <rms@gnu.org>
19887
19888 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19889 Instead, set which-func-functions.
19890
19891 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19892 (which-func-functions): New variable.
19893 (which-function): Use that.
19894
19895 * info.el (Info-mode): Double each `%' in header line.
19896
19897 * emacs-lisp/lisp-mnt.el (lm-with-file):
19898 When FILE is nil, run BODY in current buffer.
19899
19900 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19901
19902 * help.el (describe-mode): Start with a brief list of minor modes.
19903 Find them thru minor-mode-list so as to find them all.
19904 Show them in alphabetical order.
19905
19906 * mail/sendmail.el (mail-aliases): Doc fix.
19907
19908 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19909
19910 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19911
19912 * mail/rmailsum.el (rmail-make-summary-line-1):
19913 Change comma after last label to a space.
19914 (rmail-summary-font-lock-keywords): Adapt to that change.
19915
19916 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19917
19918 * progmodes/scheme.el (scheme-mode-variables): When setting
19919 `font-lock-defaults', also specify that "#" should
19920 be interpreted with `word' syntax.
19921 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19922
19923 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19924
19925 * desktop.el: A lot of comments updated.
19926 (desktop-save-mode): Minor mode introduced.
19927 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19928 (desktop-load-default): Function made obsolete.
19929 (desktop-locals-to-save): Variable made customizable.
19930 (desktop-read): Optional parameter `dirname' added.
19931 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19932 `desktop-read' used.
19933 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19934
19935 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19936
19937 * whitespace.el (whitespace-clean-msg): Add user customizable message
19938 for displaying ``clean'' output.
19939 (whitespace-buffer): Use `whitespace-clean-msg'.
19940 (whitespace-global-mode): Fix typo.
19941
19942 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19943
19944 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19945
19946 2003-09-29 Lute Kamstra <lute@gnu.org>
19947
19948 * bindings.el (mode-line-modes): Remove superfluous :propertize
19949 construct in initialization.
19950 (mode-line-position): Change cons cell into proper list in
19951 initialization.
19952
19953 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19954
19955 * international/mule.el (decode-coding-inserted-region): Use car
19956 of the return value of find-operation-coding-system.
19957
19958 2003-09-29 Kenichi Handa <handa@m17n.org>
19959
19960 * descr-text.el (describe-char): Fix previous change.
19961
19962 2003-09-28 Kenichi Handa <handa@m17n.org>
19963
19964 * descr-text.el (describe-char-display): New function.
19965 (describe-char): Pay attention to display table on describing how
19966 a character is displayed.
19967
19968 * international/mule-cmds.el (encoded-string-description):
19969 Prepend "0x" to each encoded byte.
19970
19971 2003-09-28 Andreas Schwab <schwab@suse.de>
19972
19973 * find-file.el (ff-special-constructs): Add autoload cookie.
19974
19975 2003-09-28 Kevin Ryde <user42@zip.com.au>
19976
19977 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19978 makeinfo appends to duplicate index entries.
19979
19980 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19981
19982 * dired-x.el (dired-clean-tex): Doc fix.
19983
19984 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19985 using a Chinese tutorial.
19986
19987 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19988
19989 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19990 between "MAIL FROM:" and "RCPT TO:" and the following address.
19991
19992 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19993
19994 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19995
19996 2003-09-28 David Ponce <david@dponce.com>
19997
19998 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19999 (recentf-load-list): When `recentf-initialize-file-name-history'
20000 is non-nil, initialize an empty `file-name-history' with the
20001 recent list.
20002
20003 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20004
20005 * man.el (Man-default-man-entry): Remove the leading `*' from the
20006 word at point.
20007
20008 2003-09-26 Lute Kamstra <lute@gnu.org>
20009
20010 * bindings.el (mode-line-position): Mention size indication in
20011 docstring.
20012
20013 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20014
20015 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20016
20017 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20018 because it's autoloaded now.
20019
20020 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20021
20022 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20023 (sh-font-lock-keywords, sh-feature): Fix previous change of
20024 sh-feature to avoid infloop with sh-font-lock-keywords.
20025
20026 2003-09-25 Kim F. Storm <storm@cua.dk>
20027
20028 * frame.el (frame-current-scroll-bars): New defun.
20029
20030 * window.el (window-current-scroll-bars): New defun.
20031
20032 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20033
20034 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20035 cause errors when the state cache contains info on parts that have
20036 been narrowed out.
20037
20038 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20039
20040 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20041 `c-setup-paragraph-variables' has to be used when this variable is
20042 changed; it doesn't work to reinitialize the mode since that
20043 typically clobbers the variable.
20044
20045 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20046 Make it interactive.
20047
20048 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20049
20050 * progmodes/cc-fonts.el (c-font-lock-declarations):
20051 Fix recognition of constructors and destructors for classes whose
20052 names are matched by `*-font-lock-extra-types'.
20053
20054 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20055 followed by an identifier in C++ then it's a type.
20056
20057 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20058
20059 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20060 problem that primarily affected XEmacs. Don't use faces to find
20061 unterminated strings since Emacs and XEmacs fontify strings
20062 differently - this function should now work better in XEmacs.
20063
20064 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20065
20066 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20067 `expand-abbrev' workaround which caused braces to misbehave inside
20068 macros.
20069
20070 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20071 handling. This bug could cause interactive font locking to bail out.
20072
20073 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20074
20075 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20076 Handle paren-style types in Pike. Also fixed some cases of
20077 insufficient handling of unbalanced parens.
20078
20079 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20080
20081 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20082 common shell prompts that are not common filename or URL characters.
20083 (ffap-file-at-point): Use the new regexp to strip the prompts from
20084 the file names. This is an issue mostly for user prompts that
20085 don't have a trailing space and find-file-at-point is invoked from
20086 within a shell inside Emacs.
20087
20088 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20089
20090 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20091 stamps numerically, rather than textually.
20092
20093 2003-09-24 Kenichi Handa <handa@m17n.org>
20094
20095 * language/devan-util.el (devanagari-post-read-conversion):
20096 * language/mlm-util.el (malayalam-post-read-conversion):
20097 * language/tml-util.el (tamil-post-read-conversion):
20098 Add autoload cookie.
20099
20100 * international/utf-8.el (utf-8-post-read-conversion):
20101 Call post-read-conversion functions for Devanagari, Malayalam,
20102 and Tamil.
20103
20104 2003-09-23 Dave Love <fx@gnu.org>
20105
20106 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20107
20108 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20109
20110 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20111 Update gud-remove.
20112
20113 2003-09-22 Richard M. Stallman <rms@gnu.org>
20114
20115 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20116 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20117 (sh-mode-syntax-table-input): New variable.
20118 (sh-require-final-newline): Don't use eval.
20119 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20120 (sh-variables, sh-font-lock-keywords): Don't use eval.
20121 (sh-set-shell): When setting require-final-newline,
20122 treat value = `require-final-newline' as don't change it.
20123 Set sh-mode-syntax-table locally based on
20124 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20125
20126 * progmodes/compile.el (compile-internal):
20127 Call compilation-set-window-height before setting window start.
20128
20129 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20130
20131 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20132 Clear out byte-compile-last-warned-form.
20133
20134 2003-09-22 Richard M. Stallman <rms@gnu.org>
20135
20136 * woman.el (woman-file-name, woman-follow-word):
20137 If current-word returns nil, use "".
20138
20139 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20140
20141 2003-09-22 Richard M. Stallman <rms@gnu.org>
20142
20143 * emacs-lisp/lisp-mnt.el (lm-with-file):
20144 Don't visit the file, just use insert-file-contents in temp buffer.
20145
20146 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20147
20148 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20149 Add surrounding \\( and \\) around the header, as in
20150 for lm-history-header 'Change Log\\|History'.
20151
20152 2003-09-22 John Paul Wallington <jpw@gnu.org>
20153
20154 * progmodes/ld-script.el: Add Commentary section,
20155 minor cleanup of file header.
20156 (ld-script-font-lock-keywords): Doc fix.
20157 (toplevel): Provide `ld-script' feature.
20158
20159 2003-09-21 Kim F. Storm <storm@cua.dk>
20160
20161 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20162 new built-in variable default-frame-scroll-bars.
20163 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20164 scroll-bar-mode; notably, use it instead of t when we toggle
20165 scroll-bars on.
20166 (toggle-scroll-bar): Use default-frame-scroll-bars.
20167
20168 2003-09-19 Masatake YAMATO <jet@gyve.org>
20169
20170 * pcvs.el (cvs-do-removal): Change the prompt depending on
20171 `filter' value.
20172
20173 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20174
20175 * startup.el (command-line-1): Stop startup-echo-area-message
20176 being hidden by "Loading image..." message.
20177 (use-fancy-splash-screens-p, display-splash-screen):
20178 Move display-graphic-p test from latter to former.
20179
20180 * progmodes/sh-script.el (sh-font-lock-keywords):
20181 Highlight escaped EOLs differently from other backslash constructs.
20182
20183 2003-09-19 Richard M. Stallman <rms@gnu.org>
20184
20185 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20186 New functions.
20187 (edebug-enter, edebug-outside-excursion): Use them.
20188
20189 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20190 Fix the condition for whether to print "In WHERE".
20191
20192 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20193
20194 * finder.el (finder-mode-hook): New variable.
20195 (finder-mode): Run hook finder-mode-hook
20196
20197 2003-09-18 Masatake YAMATO <jet@gyve.org>
20198
20199 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20200
20201 2003-09-17 Mario Lang <mlang@delysid.org>
20202
20203 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20204 "p %e" to actually print the value in the GUD buffer.
20205
20206 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20207
20208 From David Ponce <david.ponce@wanadoo.fr>:
20209 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20210 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20211 from loaddefs-boot.el if necessary.
20212
20213 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20214
20215 * progmodes/gud.el (gud-find-class): Make jdb work again since
20216 cc-mode changed the syntactic information.
20217
20218 2003-09-15 David Ponce <david@dponce.com>
20219
20220 * recentf.el: (recentf-exclude): Accept predicates too.
20221 (recentf-file-readable-p): New function.
20222 (recentf-include-p): Handle predicates in recentf-exclude.
20223 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20224 (recentf-cleanup): Likewise.
20225 (recentf-save-list): Use write-file to handle backup of
20226 recentf-save-file.
20227
20228 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20229
20230 * loaddefs-boot.el: Renamed from `loaddefs.el'
20231 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20232 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20233 necessary.
20234
20235 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20236
20237 * electric.el (Electric-pop-up-window): For the `one-window' case,
20238 no longer disconcertingly move point in the original buffer.
20239
20240 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20241
20242 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20243
20244 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20245
20246 * dired.el (dired-mode-map): Fix typo.
20247
20248 2003-09-11 Richard M. Stallman <rms@gnu.org>
20249
20250 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20251
20252 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20253
20254 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20255 the function is less noisy. Now only `kill-buffer' can ask questions.
20256
20257 2003-09-10 Mario Lang <mlang@delysid.org>
20258
20259 * battery.el: Update Commentary and Copyright.
20260 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20261 appear due to wrong ordering of the expressions in `or'.
20262
20263 2003-09-09 Lute Kamstra <lute@gnu.org>
20264
20265 * misc.el (upcase-char): Fix docstring.
20266 (zap-up-to-char): New command.
20267
20268 2003-09-08 David Ponce <david@dponce.com>
20269
20270 Ensure that recentf correctly updates the menu bar.
20271 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20272 (recentf-menu-bar): New function.
20273 (recentf-clear-data): Use it
20274 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20275 of easy-menu-change.
20276
20277 2003-09-08 Lute Kamstra <lute@gnu.org>
20278
20279 * simple.el (size-indication-mode): New.
20280 * bindings.el (mode-line-position): Add buffer size indicator.
20281
20282 2003-09-04 Mario Lang <mlang@delysid.org>
20283
20284 * battery.el (battery-linux-proc-acpi): New function.
20285 (battery-status-function): Modify default value calculation to also
20286 check for availability of ACPI.
20287 (battery-echo-area-format): Ditto.
20288 (battery-mode-line-format): Ditto.
20289
20290 2003-09-06 Dave Love <fx@gnu.org>
20291
20292 * ielm.el (ielm-mode-hook): Add :options.
20293
20294 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20295 (eldoc-print-current-symbol-info): Use it.
20296
20297 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20298
20299 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20300 being displayed in GUD buffer.
20301 (gdb-idle-input-queue): Remove var. Use just one queue.
20302 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20303 Remove functions. Use just one queue.
20304 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20305 (gdb-invalidate-assembler, gdb-get-current-frame):
20306 Modify functions. Use just one queue.
20307
20308 2003-09-04 Dave Love <fx@gnu.org>
20309
20310 * cus-start.el: Add blink-cursor-alist.
20311
20312 * ruler-mode.el (ruler-mode-fill-column-char)
20313 (ruler-mode-current-column-char): Use char-displayable-p,
20314 not window-system.
20315
20316 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20317
20318 * language/european.el (windows-1252): Move from code-pages.
20319
20320 * language/cyrillic.el ("Windows-1251"): Delete.
20321 ("Bulgarian", "Belarusian"): Remove `features'.
20322 (windows-1251): Move from code-pages.
20323
20324 * international/mule-diag.el (non-iso-charset-alist):
20325 Remove `codepage' stuff.
20326 (print-designation, list-coding-systems-1): Output fixes.
20327
20328 * international/code-pages.el (cp-make-translation-table)
20329 (cp-valid-codes): Made defsubsts.
20330 (cp-fix-safe-chars): Delete.
20331 (mule-diag): Don't require.
20332 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20333 (top-level): Check for defined coding system when defining
20334 cp... aliases. Change w32-add-charset-info test to avoid warning.
20335 (non-iso-charset-alist): Defvar when compiling.
20336 (cp-make-coding-system): Doc fix.
20337
20338 2003-09-02 Jason Rumney <jasonr@gnu.org>
20339
20340 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20341 line-ends from CVS before doing conversion.
20342
20343 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20344
20345 * calendar/diary-lib.el (diary-header-line-flag)
20346 (diary-header-line-format): New variables.
20347 (list-diary-entries): Use them to set header line in simple diary.
20348
20349 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20350 other than font-lock-string-face to highlight backslashes.
20351
20352 2003-09-01 Jason Rumney <jasonr@gnu.org>
20353
20354 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20355 regexp.
20356
20357 2003-09-01 Dave Love <fx@gnu.org>
20358
20359 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20360
20361 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20362 and :help; also line and column numbers labels.
20363
20364 * international/mule-util.el (char-displayable-p): Move from
20365 latin1-disp, rename and autoload.
20366
20367 * international/latin1-disp.el (latin1-char-displayable-p):
20368 Now obsolete alias. Replace uses with char-displayable-p.
20369 (latin1-display-ucs-per-lynx): Fix last change.
20370
20371 * international/mule-cmds.el (standard-display-european-internal):
20372 Don't use char code for Latin-1 NBSP.
20373 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20374 U+2018, U+2019 for `'.
20375 (select-safe-coding-system): Message fix.
20376
20377 2003-09-01 Kenichi Handa <handa@m17n.org>
20378
20379 * international/fontset.el (setup-default-fontset): For Thai
20380 font, specify "*" family.
20381
20382 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20383
20384 * progmodes/compile.el (previous-error): Accept a prefix
20385 argument, similarly to next-error.
20386
20387 2003-08-31 Masatake YAMATO <jet@gyve.org>
20388
20389 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20390 the number of files. Bind the number of files to a local
20391 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20392
20393 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20394
20395 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20396 2003-07-26: msdos-long-file-names is a function, not a variable.
20397
20398 2003-08-29 Richard M. Stallman <rms@gnu.org>
20399
20400 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20401 Do nothing with mail-personal-alias-file if it is nil.
20402
20403 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20404 Do nothing if mail-personal-alias-file is nil.
20405
20406 * term.el (term-exec-1): Bind coding-system-for-read.
20407
20408 * dired.el (dired-mouse-find-file-other-window):
20409 Use dired-view-command-alist here, as in dired-view-file.
20410 (dired-view-command-alist): Use %s to substitute file name.
20411 Handle .ps_pages, .eps, .jpg, .gif, .png.
20412
20413 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20414
20415 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20416 `Info-prev-reference', instead of M-tab.
20417
20418 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20419
20420 * simple.el (blink-matching-open): Work correctly on chars that
20421 are designated as parens through the syntax-table text property.
20422
20423 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20424
20425 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20426 line break position in the middle of a non-kinsoku (e.g. latin)
20427 word, making it skip until either a space or a character with
20428 category "|".
20429 (kinsoku-longer): Test for end of buffer.
20430
20431 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20432
20433 * mail/rmail.el (rmail-convert-to-babyl-format):
20434 Detect quoted-printable- and base64-encoded messages and decode them
20435 automatically. Set the message's encoding from the charset=
20436 header, if any. Decode base64-encoded messages in Mail format as well.
20437
20438 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20439
20440 * mail/smtpmail.el: Fix previous change.
20441 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20442 calling smtpmail-via-smtp.
20443 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20444
20445 2003-08-26 John Paul Wallington <jpw@gnu.org>
20446
20447 * image.el (image-jpeg-p): Don't search beyond length of data.
20448
20449 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20450
20451 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20452 misfeature in `expand-abbrev' which caused electric keywords like
20453 "else" to disappear if an open brace was typed directly afterwards.
20454
20455 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20456
20457 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20458 mandatory in `define-widget'.
20459
20460 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20461 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20462
20463 (c-assignment-operators): New language constant that only contains
20464 the assignment operators.
20465
20466 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20467
20468 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20469
20470 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20471 Safeguard against unbalanced sexps.
20472
20473 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20474
20475 * version.el (emacs-version): Check for gtk. Include gtk version info.
20476
20477 2003-08-25 John Paul Wallington <jpw@gnu.org>
20478
20479 * man.el (Man-default-man-entry): Don't whizz past the section
20480 number before looking for it.
20481
20482 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20483
20484 * progmodes/gud.el (gud-display-line): Don't set window-point if
20485 source buffer is not visible. (Only happens with M-x gdba.)
20486
20487 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20488 documentation.
20489 (gdb-source, gdb-source-info): Update to assembler unnecessary
20490 as its done after each GDB command anyway.
20491 (gdb-pre-prompt): Use with-current-buffer.
20492 (gdb-insert-field): Add help-echo text.
20493 (gdb-invalidate-assembler): Re-display of assembler now done in
20494 gdb-info-breakpoints-custom.
20495 (gdb-info-breakpoints-custom): Force re-display of assembler to
20496 happen *after* update of breakpoints buffer.
20497 (gdb-display-source-buffer): Don't choke if gdb-source-window
20498 isn't visible.
20499 (gdb-put-string, gdb-put-arrow): Remove free variables.
20500
20501 2003-08-24 John Paul Wallington <jpw@gnu.org>
20502
20503 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20504
20505 * man.el (Man-default-man-entry): Strip text properties when
20506 snarfing parts of entry because `format' preserves properties.
20507
20508 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20509
20510 * files.el (file-newest-backup): Use `expand-file-name'.
20511
20512 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20513 Allow the diary to pop up a new frame, if needed.
20514
20515 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20516 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20517 (smtpmail-send-it): Make treatment of envelope-from consistent with
20518 sendmail.el.
20519
20520 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20521 (sh-leading-keywords): Add the bash `time' reserved word.
20522 (sh-variables): Add some bash variables.
20523 (sh-add-completer): Fix nil branch of case statement.
20524
20525 2003-08-24 Masatake YAMATO <jet@gyve.org>
20526
20527 * progmodes/ld-script.el: New file.
20528
20529 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20530
20531 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20532
20533 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20534
20535 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20536 Better explain obsolescence, and what to use instead.
20537
20538 2003-08-23 Masatake YAMATO <jet@gyve.org>
20539
20540 * pcvs.el (cvs-do-removal): Show the deleted file name
20541 on the prompt.
20542
20543 2003-08-20 Dave Love <fx@gnu.org>
20544
20545 * international/mule.el (make-coding-system)
20546 (set-buffer-file-coding-system): Doc fix.
20547
20548 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20549
20550 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20551
20552 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20553
20554 * international/utf-16.el: Add mime-text-unsuitable coding system
20555 properties.
20556
20557 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20558
20559 * cus-edit.el: Add some :links.
20560 (bib): Remove.
20561
20562 * textmodes/bib-mode.el (bib): Add :group external.
20563
20564 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20565
20566 * wid-edit.el (widget-echo-help): Make it handle expressions that
20567 evaluate to strings.
20568
20569 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20570
20571 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20572
20573 Simplify selection of SQL products to define highlighting and
20574 interactive mode. Includes detailed instructions on adding
20575 support for new products.
20576
20577 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20578 product for use in highlighting and interactive mode.
20579 (sql-interactive-product): New variable. SQL product for
20580 sql-interactive-mode.
20581 (sql-product-support): New variable. Specifies product-specific
20582 parameters to drive highlighting and interactive mode.
20583 (sql-imenu-generic-expression): Add more object types.
20584 (sql-sqlite-options): Correct comment.
20585 (sql-ms-program): Use "osql" rather than "isql".
20586 (sql-prompt-regexp, sql-prompt-length): Update comment.
20587 (sql-mode-menu): Add "Start SQLi session" entry.
20588 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20589 (sql-mode-abbrev-table): Add abbreviations. Support of
20590 SYSTEM-FLAG on define-abbrev. Support was removed with last
20591 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20592 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20593 names.
20594 (sql-mode-ansi-font-lock-keywords): Set as default value.
20595 (sql-mode-oracle-font-lock-keywords): Set as default value.
20596 Support Oracle 9i keywords.
20597 (sql-mode-postgres-font-lock-keywords): Set as default value.
20598 (sql-mode-linter-font-lock-keywords): Set as default value.
20599 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20600 SQLServer 2000.
20601 (sql-mode-sybase-font-lock-keywords)
20602 (sql-mode-interbase-font-lock-keywords)
20603 (sql-mode-sqlite-font-lock-keywords)
20604 (sql-mode-strong-font-lock-keywords)
20605 (sql-mode-mysql-font-lock-keywords)
20606 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20607 keywords.
20608 (sql-mode-font-lock-defaults): Update comment.
20609 (sql-product-feature): New function. Returns feature associated
20610 with a product from `sql-product-support' alist.
20611 (sql-product-font-lock): New function. Set font-lock support
20612 based on `sql-product'.
20613 (sql-add-product-keywords): New function. Add font-lock rules to
20614 product-specific keyword variables.
20615 (sql-set-product): New function. Set `sql-product' and apply
20616 appropriate font-lock highlighting.
20617 (sql-highlight-product): New function. Set font-lock support
20618 based on a product. Also set mode name to include product name.
20619 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20620 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20621 Use `sql-set-product'.
20622 (sql-highlight-ms-keywords)
20623 (sql-highlight-sybase-keywords)
20624 (sql-highlight-interbase-keywords)
20625 (sql-highlight-strong-keywords)
20626 (sql-highlight-mysql-keywords)
20627 (sql-highlight-sqlite-keywords)
20628 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20629 (sql-get-login): Prompt in the same order as the tokens.
20630 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20631 (sql-product-interactive): New function. Common portions of
20632 product-specific interactive mode wrappers.
20633 (sql-interactive-mode): Rewritten to use product features.
20634 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20635 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20636 (sql-db2, sql-linter): Use `sql-product-interactive'.
20637 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20638 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20639 (sql-connect-ingres, sql-connect-postgres)
20640 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20641 New functions. Format command line parameters and invoke comint on
20642 the appropriate interpreter. Code was in the corresponding
20643 `sql-xyz' function before.
20644 (sql-connect-ms): New function. Support -E argument to use
20645 operating system credentials for authentication.
20646
20647 2003-08-18 Kenichi Handa <handa@m17n.org>
20648
20649 * international/mule.el (encode-char): Fix for the ASCII case.
20650
20651 2003-08-15 Kenichi Handa <handa@m17n.org>
20652
20653 * international/fontset.el (setup-default-fontset): Change "*" to
20654 nil in the specifications of font family.
20655
20656 2003-08-18 Kim F. Storm <storm@cua.dk>
20657
20658 * kmacro.el (kmacro-keymap): Group related bindings in
20659 initialization for clarity. Bind C-s to start macro.
20660 Remove C-r binding.
20661 (kmacro-initial-counter-value): New defvar to hold initial counter
20662 value in case we set the value before defining a macro.
20663 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20664 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20665 not defining or executing macro. Doc fix.
20666 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20667 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20668 temporarily view older elements on the macro ring without cycling
20669 the ring.
20670 (kmacro-display): Doc fix.
20671 (kmacro-exec-ring-item): New helper function.
20672 (kmacro-call-ring-2nd): Use it.
20673 (kmacro-call-ring-2nd-repeat): Doc fix.
20674 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20675 (kmacro-end-or-call-macro): Execute last viewed macro (using
20676 kmacro-exec-ring-item) from ring if this follows
20677 kmacro-view-macro. This allows us to find a macro on the ring
20678 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20679 the ring to bring it to the head of the ring.
20680 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20681 Allow binding to reserved keys without specifying C-x C-k prefix.
20682 Ask for confirmation if entered key sequence is already bound to
20683 a non-macro command.
20684 (kmacro-view-macro): Repeating command will show older elements
20685 on the macro ring; C-k will execute the last viewed macro.
20686 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20687 property from 'ring to 'head.
20688
20689 2003-08-17 Alan Shutko <ats@acm.org>
20690
20691 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20692 keeping December out of the alist.
20693
20694 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20695
20696 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20697 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20698 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20699 (calendar-flatten): New function.
20700 (calendar-mouse-view-other-diary-entries)
20701 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20702 in the menu title and to show multi-line diary entries correctly
20703 in the menu.
20704
20705 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20706
20707 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20708 defcustom, because the default was recently changed.
20709
20710 2003-08-16 Richard M. Stallman <rms@gnu.org>
20711
20712 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20713
20714 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20715 New subroutine, broken out of eval-last-sexp-1.
20716 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20717
20718 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20719
20720 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20721
20722 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20723
20724 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20725
20726 * progmodes/compile.el (compilation-error-regexp-alist):
20727 Add Java ANt error detection as described in document
20728 http://ant.apache.org/faq.html
20729
20730 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20731
20732 * simple.el (backward-word, forward-to-indentation)
20733 (backward-to-indentation): Argument changed to optional.
20734 (next-line, previous-line): Use `or' instead of `unless'.
20735
20736 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20737
20738 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20739 instead of a constant.
20740
20741 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20742
20743 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20744
20745 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20746
20747 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20748 (vc-sccs-workfile-version): Search the entire delta table, rather
20749 than just the first entry, because that might be a deleted version.
20750
20751 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20752
20753 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20754 [save-place] binding in the Options menu. Have it require
20755 'saveplace' and then toggle the variable manually, to avoid an an
20756 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20757 for the bug report.
20758
20759 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20760
20761 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20762 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20763 (gdb-info-threads-custom): Add help-echo text.
20764 (gdb-display-back): Don't use purecopy.
20765 (gdb-info-breakpoints-custom, gdb-reset)
20766 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20767 icons can be displayed.
20768
20769 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20770
20771 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20772
20773 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20774
20775 * bookmark.el (bookmark-completing-read):
20776 Return a string, instead of a list of one string.
20777 Use a popup menu if activated from the mouse.
20778 (bookmark-edit-annotation): Remove unused vars.
20779 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20780 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20781 to bookmark-completing-read.
20782 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20783 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20784 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20785 and erase-buffer.
20786 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20787 (bookmark-menu-jump, bookmark-menu-insert)
20788 (bookmark-popup-menu-and-apply-function)
20789 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20790 (bookmark-menu-build-paned-menu): Remove by folding it into
20791 bookmark-menu-popup-paned-menu.
20792 (menu-bar-bookmark-map): Move the define-key statements here.
20793 Use the "non-menu" commands since they now pop up a menu if needed.
20794 (bookmark-exit-hook-internal): Simplify.
20795
20796 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20797
20798 * reftex-toc.el (reftex-toc-rename-label): New function.
20799 (reftex-toc-check-docstruct): New function.
20800
20801 * reftex.el (reftex-region-active-p): New function.
20802
20803 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20804 regexp to find the \bibliography macro.
20805
20806 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20807 which does not exist in LaTeX.
20808 (reftex-cite-format-builtin): Added amsrefs support.
20809 (reftex-toc-confirm-promotion): New option
20810
20811 * reftex-toc.el
20812 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20813 (reftex-toc-demote, reftex-toc-promote)
20814 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20815 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20816 (reftex-toc-newhead-from-alist)
20817 (reftex-toc-load-all-files-for-promotion): New functions.
20818 (reftex-toc-help): Added description of new keys.
20819 (reftex-toc-split-windows-fraction): New option.
20820 (reftex-recenter-toc-when-idle): Search *toc* window on all
20821 visible frames.
20822 (reftex-toc): Additional parameter REUSE
20823 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20824 with REUSE argument.
20825 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20826 the call of `reftex-toc'.
20827 (reftex-make-separate-toc-frame): New function .
20828 (reftex-toc-recenter): When called with triple prefix arg, call
20829 `reftex-make-separate-toc-frame' first.
20830 (reftex-toc-toggle-dedicated-frame): New command.
20831 (reftex-toc-quit): Adapted to delete frame when called in
20832 dedicated frame.
20833
20834 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20835 all enclosing macros.
20836
20837
20838 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20839
20840 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20841 first use.
20842
20843 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20844
20845 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20846
20847 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20848
20849 * calendar/calendar.el (list-diary-entries-hook)
20850 (diary-display-hook, nongregorian-diary-listing-hook)
20851 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20852 Add some customize options for these hooks.
20853 (calendar-abbrev-construct): Don't try to take a substring longer
20854 than the original string.
20855
20856 2003-08-05 Richard M. Stallman <rms@gnu.org>
20857
20858 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20859 (testcover-reinstrument-clauses): Doc fix.
20860
20861 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20862 (warning-type-format): Rename from warning-group-format.
20863
20864 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20865 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20866 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20867 to prevent warnings about defvar for an obsolete variable.
20868
20869 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20870 warning-group-format renamed to warning-type-format.
20871
20872 * subr.el (read-passwd): Use clear-string instead of fillarray.
20873
20874 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20875 Use vconcat instead of concat.
20876 (edmacro-sanitize-for-string): New function.
20877
20878 2003-08-05 Dave Love <fx@gnu.org>
20879
20880 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20881 line-number-display-limit-width.
20882
20883 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20884
20885 2003-08-05 Kenichi Handa <handa@m17n.org>
20886
20887 * international/code-pages.el: Don't require mule-diag.
20888
20889 * international/mule-diag.el (non-iso-charset-alist):
20890 Add autoload cookie.
20891
20892 * language/devan-util.el (dev-glyph-order): Add an entry for the
20893 glyph code #xC4.
20894
20895 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20896
20897 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20898 (european-calendar-style, diary-date-forms)
20899 (calendar-day-name-array, calendar-month-name-array): Doc change.
20900 (generate-calendar-month): Adapt for new behaviour of
20901 `calendar-day-name' function.
20902 (calendar-abbrev-length, calendar-day-abbrev-array)
20903 (calendar-month-abbrev-array): New variables.
20904 (calendar-abbrev-construct): New function.
20905 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20906 rather than fixing abbrevs at some width. Calling syntax change.
20907 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20908 (calendar-date-string): Adapt for new behaviours of
20909 `calendar-day-name' and `calendar-month-name' functions.
20910
20911 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20912 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20913 (diary-name-pattern): Use abbrev arrays, rather than fixing
20914 abbrevs at three chars. Calling syntax change.
20915 (mark-diary-entries): Adapt for new behaviours of
20916 `diary-name-pattern' and `calendar-make-alist' functions.
20917 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20918 `diary-name-pattern' function.
20919 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20920 fixing abbrevs at three chars. Calling syntax change.
20921 (cal-hebrew, cal-islam): Require when compiling.
20922 (diary-font-lock-keywords): Adapt for new behaviour of
20923 `font-lock-diary-date-forms' function.
20924
20925 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20926 (calendar-hebrew-month-name-array-common-year)
20927 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20928 (list-hebrew-diary-entries): Adapt for new behaviours of
20929 `calendar-day-name' and `add-to-diary-list' functions.
20930 (mark-hebrew-diary-entries): Adapt for new behaviours of
20931 `diary-name-pattern' and `calendar-make-alist' functions.
20932
20933 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20934 Add doc string.
20935 (list-islamic-diary-entries): Adapt for new behaviours of
20936 `calendar-day-name' and `add-to-diary-list' functions.
20937 (mark-islamic-diary-entries): Adapt for new behaviours of
20938 `diary-name-pattern' and `calendar-make-alist' functions.
20939
20940 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20941 `calendar-month-name' function.
20942
20943 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20944
20945 * calendar/solar.el (solar-seasons-data): Move definition before use.
20946
20947 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20948 (cal-tex-LaTeX-hourbox): Move definition before use.
20949
20950 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20951 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20952 * lunar.el, solar.el (displayed-month, displayed-year):
20953 Define for compiler.
20954
20955 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20956
20957 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20958 MODE. Renamed from c-init-c-language-vars'.
20959 (c-initialize-cc-mode): Change accordingly.
20960 (c-common-init): Ditto.
20961 (c-mode): Ditto.
20962 (c++-mode): Use `c-init-language-vars-for'.
20963 (objc-mode): Ditto.
20964 (java-mode): Ditto.
20965 (idl-mode): Ditto.
20966 (pike-mode): Ditto.
20967 (awk-mode): Ditto.
20968
20969 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20970
20971 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20972 or not the point moved.
20973
20974 (c-search-decl-header-end): Don't trip up on operator identifiers
20975 in C++ and operators like == in all languages.
20976
20977 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20978 Detect leading labels correctly.
20979
20980 2003-08-02 Andreas Schwab <schwab@suse.de>
20981
20982 * textmodes/ispell.el: Don't redo key bindings on loading, put
20983 them only in loaddefs.el.
20984 * bookmark.el: Likewise.
20985 * dabbrev.el: Likewise.
20986 * emerge.el: Likewise.
20987
20988 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20989 has more than one member.
20990
20991 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20992
20993 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20994
20995 * lpr.el (printify-region): It was ending conversion before the
20996 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20997
20998 2003-07-31 John Paul Wallington <jpw@gnu.org>
20999
21000 * net/browse-url.el (browse-url-epiphany): Doc fix.
21001
21002 2003-07-30 Kenichi Handa <handa@m17n.org>
21003
21004 * international/fontset.el (setup-default-fontset):
21005 Change registry names of Akurti fonts.
21006
21007 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21008
21009 * comint.el (comint-read-noecho): Use `clear-string' instead of
21010 `fillarray'.
21011
21012 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21013
21014 * outline.el (outline-mode-hook): Add defvar.
21015
21016 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21017
21018 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21019 Restore assembler in source window if that is what has been selected.
21020 (menu): Add gdb-restore-windows to menu. Make gdba
21021 specific menus only visible from gdba.
21022
21023 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21024
21025 * progmodes/compile.el (compilation-environment): New user variable.
21026 (compile-internal): Respect it.
21027
21028 2003-07-23 Masatake YAMATO <jet@gyve.org>
21029
21030 * progmodes/gud.el (gdb-script-font-lock-keywords):
21031 Put `font-lock-function-name-face' on a symbol which includes
21032 `-' like `hook-run'. Put font-lock-variable-name-face
21033 on a symbol starting with $.
21034
21035 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21036
21037 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21038
21039 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21040
21041 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21042
21043 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21044
21045 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21046 Use with-no-warnings.
21047 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21048 rather than to find-file-not-found-hook, which doesn't exist.
21049
21050 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21051
21052 * international/quail.el (quail-translate-key): Fix previous change.
21053
21054 2003-07-25 John Paul Wallington <jpw@gnu.org>
21055
21056 * server.el (server-start): Check `server-process' is non-nil
21057 before killing it to avoid killing current buffer's process.
21058
21059 * simple.el (choose-completion-string): Use `minibufferp';
21060 test `completion-reference-buffer' if `buffer' arg is nil.
21061 (push-mark): Use `when' and `unless'.
21062 (pop-mark): Use `when'.
21063
21064 * mouse-sel.el (mouse-sel-get-selection-function):
21065 Check `x-last-selected-text-primary'. Don't barf if it or
21066 `x-last-selected-text' aren't bound.
21067
21068 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21069
21070 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21071
21072 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21073
21074 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21075
21076 2003-07-23 John Paul Wallington <jpw@gnu.org>
21077
21078 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21079
21080 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21081
21082 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21083 string. Defvar the derived hook.
21084
21085 * macros.el (insert-kbd-macro): Escape double quote character.
21086 From Thomas W Murphy <twm@andrew.cmu.edu>.
21087
21088 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21089
21090 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21091 to match the specific mark rather than reusing comment-start-skip.
21092
21093 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21094
21095 * progmodes/hideshow.el (hs-special-modes-alist):
21096 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21097
21098 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21099
21100 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21101 value using ?\s.
21102
21103 2003-07-21 John Paul Wallington <jpw@gnu.org>
21104
21105 * subr.el (with-selected-window): Add closing paren.
21106
21107 2003-07-21 Richard M. Stallman <rms@gnu.org>
21108
21109 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21110 (lisp-mode): Likewise.
21111
21112 * subr.el (with-selected-window): Copy code form save-selected-window
21113 so as to call select-window with norecord arg.
21114 (dynamic-completion-table): Doc fix.
21115 (lazy-completion-table): Doc fix.
21116
21117 * international/mule-cmds.el (set-locale-environment):
21118 langinfo renamed to locale-info.
21119
21120 * international/mule.el (auto-coding-functions): Doc fix.
21121
21122 2003-07-21 Kenichi Handa <handa@m17n.org>
21123
21124 * international/quail.el (quail-translate-key):
21125 Update quail-current-str correctly.
21126
21127 2003-07-21 Andreas Schwab <schwab@suse.de>
21128
21129 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21130 ?, to "_".
21131
21132 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21133 Version 2.0.36 of Tramp released.
21134
21135 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21136 tramp-password-end-of-line.
21137 (tramp-password-end-of-line): New method parameter.
21138 (tramp-get-password-end-of-line): Function to access method
21139 parameter `tramp-password-end-of-line', or variable
21140 `tramp-default-password-end-of-line' (default value).
21141 (tramp-methods): Add entries for new parameter
21142 tramp-password-end-of-line.
21143 (tramp-enter-password): Use new function
21144 `tramp-get-password-end-of-line'.
21145 (tramp-handle-insert-file-contents): Do not
21146 unconditionally inhibit the file operation file-local-copy, only
21147 do that when the inhibit-file-name-operation is currently
21148 insert-file-contents. This fixes finding remote CVS-controlled
21149 files. (It would barf on inserting the CVS/Entries file
21150 literally, because the file-local-copy handler wasn't called.)
21151 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21152 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21153 (tramp-initial-commands): New variable.
21154 (tramp-process-initial-commands): New function, using the variable.
21155 (tramp-open-connection-setup-interactive-shell): Call the new function.
21156 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21157 method into the buffer name, never use nil. Reported by Hanak
21158 David <dhanak@inf.bme.hu>.
21159 (tramp-open-connection-setup-interactive-shell): Erase buffer
21160 before sending "stty -onlcr".
21161
21162 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21163
21164 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21165
21166 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21167
21168 2003-07-19 John Paul Wallington <jpw@gnu.org>
21169
21170 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21171 (artist-draw-rect, artist-draw-square): Doc fixes.
21172
21173 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21174
21175 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21176
21177 2003-07-19 Kenichi Handa <handa@m17n.org>
21178
21179 * international/kkc.el (kkc-show-conversion-list-update):
21180 Highlight the correct candidate in the message.
21181
21182 2003-07-18 John Paul Wallington <jpw@gnu.org>
21183
21184 * simple.el (current-word): Don't include punctuation char when
21185 `really-word' arg is non-nil.
21186
21187 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21188
21189 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21190 moved to the directory obsolete.
21191
21192 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21193
21194 * info.el (Info-menu-entry-name-re): Allow newlines in
21195 menu entry names.
21196
21197 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21198 syntax-ppss-after-change-function.
21199 (syntax-ppss-after-change-function): New alias. Update uses.
21200 (syntax-ppss): Catch the case where the buffer is narrowed.
21201
21202 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21203
21204 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21205 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21206
21207 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21208
21209 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21210 since it might be modified.
21211
21212 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21213 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21214 names to these language constants.
21215
21216 2003-07-15 Kim F. Storm <storm@cua.dk>
21217
21218 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21219 All uses changed.
21220
21221 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21222
21223 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21224 Namespace support.
21225
21226 2003-07-13 Juanma Barranquero <lektu@terra.es>
21227
21228 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21229 papers received).
21230
21231 2003-07-13 Karl Eichwalder <ke@suse.de>
21232
21233 * textmodes/po.el (po-find-charset): White space at the start of the
21234 Content-Type field body is non-mandatory.
21235
21236 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21237
21238 * textmodes/texinfo.el (texinfo-section-list):
21239 Append appendixsection; a synonym for appendixsec.
21240
21241 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21242
21243 * man.el (Man-translate-cleanup): New.
21244 (Man-translate-references): Call `Man-translate-cleanup' to clean
21245 leading, trailing and middle spaces.
21246
21247 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21248
21249 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21250 Handle `dired-directory' being a list.
21251
21252 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21253
21254 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21255 it doesn't exist.
21256
21257 2003-07-12 Richard M. Stallman <rms@gnu.org>
21258
21259 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21260
21261 * progmodes/cc-defs.el (c-make-keywords-re):
21262 Don't use delete-duplicates.
21263 (c-lang-const): Don't use mapcan.
21264
21265 * apropos.el (apropos-show-scores): Make it customizable.
21266 Document new meaning.
21267 (apropos): Compute scores from symbols.
21268 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21269
21270 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21271
21272 * ps-bdf.el: Fix copyright line.
21273 (bdf-directory-list): Fix initialization code.
21274
21275 2003-07-11 John Paul Wallington <jpw@gnu.org>
21276
21277 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21278 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21279 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21280
21281 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21282
21283 * emacs-lisp/ring.el (ring-elements): Doc fix.
21284
21285 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21286
21287 * calendar/timeclock.el (timeclock-relative)
21288 (timeclock-ask-before-exiting, timeclock-use-display-time):
21289 Doc changes.
21290 (timeclock-modeline-display): Give a message if
21291 `timeclock-use-display-time' is non-nil but `display-time-mode'
21292 is not active.
21293
21294 2003-07-11 Kenichi Handa <handa@m17n.org>
21295
21296 * international/mule-cmds.el (set-language-environment):
21297 Set current-language-environment to the correct string.
21298
21299 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21300
21301 * ps-print.el: Print line number correctly in a region. Reported by
21302 Tim Allen <timallen@ls83.fsnet.co.uk>.
21303 (ps-print-version): New version number (6.6.2).
21304 (ps-printing-region): Code fix.
21305
21306 2003-07-10 John Paul Wallington <jpw@gnu.org>
21307
21308 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21309 this function can be called from `add-completions-from-tags-table'.
21310
21311 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21312
21313 * calendar/timeclock.el (timeclock-use-display-time)
21314 (timeclock-day-over-hook, timeclock-workday-remaining)
21315 (timeclock-status-string, timeclock-when-to-leave)
21316 (timeclock-when-to-leave-string, timeclock-log-data)
21317 (timeclock-find-discrep, timeclock-day-base)
21318 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21319 (timeclock-modeline-display): Set the variable
21320 `timeclock-modeline-display'.
21321 (timeclock-update-modeline): Doc fix. Respect value of
21322 `timeclock-relative'.
21323
21324 2003-07-09 Richard M. Stallman <rms@gnu.org>
21325
21326 * textmodes/reftex-parse.el (reftex-all-document-files):
21327 Add autoload cookie.
21328
21329 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21330 (reftex-scanning-info-available-p): Add autoload cookie.
21331
21332 * international/mule-cmds.el
21333 (set-display-table-and-terminal-coding-system): Delete duplicate
21334 aset on standard-display-table.
21335
21336 * view.el (view-file): If existing buffer's major mode is special,
21337 don't go into view mode.
21338
21339 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21340
21341 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21342
21343 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21344 buffer changes; there's third party code that calls this function
21345 directly.
21346
21347 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21348
21349 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21350 (autodoc-font-lock-keywords): Don't byte compile on font lock
21351 initialization when running from byte compiled files.
21352
21353 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21354
21355 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21356 statement ends with auto-increment "++".
21357
21358 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21359
21360 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21361 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21362 these are changed, so declare them as variables and not constants.
21363
21364 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21365
21366 * subr.el (dolist, dotimes): Doc fix.
21367
21368 2003-07-08 Kim F. Storm <storm@cua.dk>
21369
21370 * international/mule-cmds.el
21371 (set-display-table-and-terminal-coding-system): Don't break
21372 bootstrap if standard-display-table isn't setup yet.
21373
21374 2003-07-07 Richard M. Stallman <rms@gnu.org>
21375
21376 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21377 Give it a doc string, and autoload it.
21378
21379 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21380 Use with-no-warnings.
21381
21382 * info.el (Info-search): If find invisible text, search again.
21383
21384 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21385
21386 * man.el (Man-name-regexp): Match + as part of name.
21387
21388 * simple.el (visible-mode): Rename from vis-mode.
21389 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21390
21391 * simple.el (current-word): New arg REALLY-WORD specifies
21392 don't include punctuation chars.
21393
21394 * emacs-lisp/debug.el (debug, debugger-env-macro):
21395 Use with-no-warnings while accessing and binding unread-command-char.
21396
21397 * international/mule-cmds.el
21398 (set-display-table-and-terminal-coding-system): Use explicit loop
21399 instead of calling standard-display-default.
21400
21401 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21402 Use condition-case to catch error in ange-ftp-get-files.
21403
21404 * net/browse-url.el (browse-url-browser-function):
21405 Add alternative for Epiphany.
21406 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21407 (browse-url-epiphany-startup-arguments)
21408 (browse-url-epiphany-new-window-is-tab): New variables.
21409 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21410
21411 * progmodes/compile.el (compile-auto-highlight): Default now t.
21412 (compile): Doc fix.
21413 (compilation-next-error): Fix previous change.
21414
21415 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21416
21417 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21418
21419 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21420
21421 * gdb-ui.el (gdb-source-info): Display current frame when
21422 attaching to an existing process.
21423 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21424 while laying out windows when attaching to an existing process.
21425
21426 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21427
21428 * info.el (Info-menu): Use Info-menu-entry-name-re.
21429
21430 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21431
21432 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21433 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21434
21435 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21436 to match the same text.
21437
21438 2003-07-06 John Paul Wallington <jpw@gnu.org>
21439
21440 * vc.el (vc-annotate-offset): Move defvar up.
21441
21442 2003-07-06 Kim F. Storm <storm@cua.dk>
21443
21444 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21445 This should fix the infinite loop when extracting menu names.
21446
21447 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21448
21449 * files.el (auto-mode-alist, interpreter-mode-alist):
21450 Remove entries to CC Mode modes to avoid duplicates; they are now added
21451 with autoload directives in cc-mode.el.
21452
21453 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21454
21455 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21456 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21457 these are changed, so declare them as variables and not constants.
21458
21459 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21460 ensure that the entry for ".c" extension comes before the one for
21461 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21462 Fix incorrect entries that were added to `interpreter-mode-alist'.
21463 Move the autoload directives for AWK to the top level since they
21464 aren't recognized anywhere else. Do not use the new AWK mode doc
21465 in the autoload form for the old AWK mode.
21466
21467 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21468
21469 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21470 (bibtex-sort-ignore-string-entries): Default value t.
21471 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21472 erroneously in previous version.
21473 (bibtex-string-files): Docstring reflects new parsing scheme.
21474 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21475 docstring, add # as one of the chars to crush
21476 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21477 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21478 (bibtex-autokey-name-change-strings)
21479 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21480 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21481 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21482 (bibtex-autokey-title-terminators)
21483 (bibtex-autokey-titlewords-stretch)
21484 (bibtex-autokey-titleword-ignore)
21485 (bibtex-autokey-titleword-case-convert)
21486 (bibtex-autokey-titleword-abbrevs)
21487 (bibtex-autokey-titleword-abbrevs)
21488 (bibtex-autokey-titleword-change-strings)
21489 (bibtex-autokey-titleword-length)
21490 (bibtex-autokey-titleword-separator)
21491 (bibtex-autokey-name-year-separator)
21492 (bibtex-autokey-year-title-separator)
21493 (bibtex-autokey-before-presentation-function)
21494 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21495 Fix docstring.
21496 (bibtex-strings, bibtex-reference-keys):
21497 Use lazy-completion-table and make-variable-buffer-local.
21498 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21499 (bibtex-braced-string-syntax-table)
21500 (bibtex-quoted-string-syntax-table): New variables.
21501 (bibtex-parse-nested-braces): Remove.
21502 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21503 (bibtex-parse-association): Simplify.
21504 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21505 (bibtex-parse-field-text): Simplify.
21506 (bibtex-search-forward-field, bibtex-search-backward-field):
21507 argument BOUND can take value t.
21508 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21509 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21510 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21511 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21512 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21513 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21514 and ending of entry. Update for changes of bibtex-search-entry.
21515 Simplify.
21516 (bibtex-map-entries): FUN is called with three arguments.
21517 (bibtex-search-entry): Return a cons pair with buffer positions of
21518 beginning and end of entry.
21519 (bibtex-enclosing-field): Simplify.
21520 (bibtex-format-entry): Use booktitle to set a missing title.
21521 (bibtex-autokey-get-names): Fiddle with regexps.
21522 (bibtex-generate-autokey): Use identity.
21523 (bibtex-parse-keys): Use simplified parsing algorithm if
21524 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21525 arguments. Return alist of keys.
21526 (bibtex-parse-strings): Simplify. Return alist of strings.
21527 (bibtex-complete-string-cleanup): Fix docstring.
21528 (bibtex-read-key): New function.
21529 (bibtex-mode): Fix docstring. Do not parse for keys and
21530 strings when the mode is entered. Set fill-paragraph-function to
21531 bibtex-fill-field. Setup font-lock-mark-block-function the way
21532 font-lock intended.
21533 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21534 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21535 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21536 (bibtex-Preamble): Avoid hard coded constants.
21537 (bibtex-make-field): Fix docstring. Simplify.
21538 (bibtex-beginning-of-entry): Always return new position of point.
21539 (bibtex-end-of-entry): Rearrange cond clauses.
21540 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21541 Update for changes of bibtex-map-entries.
21542 (bibtex-ispell-abstract): Do not move point.
21543 (bibtex-entry-index): Use downcase. Simplify.
21544 (bibtex-lessp): Handle catch-all.
21545 (bibtex-find-crossref): Turn into a command.
21546 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21547 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21548 preamble entries.
21549 (bibtex-fill-field-bounds): New function.
21550 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21551 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21552 (bibtex-String): Use bibtex-strings. Always obey
21553 bibtex-sort-ignore-string-entries.
21554
21555 2003-07-05 John Paul Wallington <jpw@gnu.org>
21556
21557 * cus-theme.el (customize-create-theme):
21558 Call `customize-create-theme' in Reset widget's notify function.
21559
21560 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21561 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21562 (define-ibuffer-column name): Add summarizer.
21563 (define-ibuffer-column size): Likewise.
21564 (define-ibuffer-column filename): Likewise.
21565 (define-ibuffer-column process): Likewise. Change BODY's output too.
21566 (define-ibuffer-column filename-and-process): Likewise, likewise.
21567 (ibuffer): Remove local vars `already-in' and `need-update'.
21568
21569 * ibuf-ext.el: Don't require `derived' at compile-time.
21570
21571 2003-07-05 Kim F. Storm <storm@cua.dk>
21572
21573 * info.el: Disable paragraph refilling.
21574 (Info-refill-paragraphs): New defcustom.
21575 (Info-fontify-node): Use it.
21576
21577 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21578
21579 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21580 thingies from constructors created by defstruct.
21581
21582 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21583 the default value of the variable.
21584 (byte-code-meter): Move declaration to top level.
21585
21586 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21587
21588 * info.el (Info-following-node-name-re): New fun.
21589 (Info-following-node-name): Remove.
21590 (Info-insert-dir): Use the new fun.
21591 (Info-extract-pointer): Don't save restriction; use new fun.
21592 (Info-menu-entry-name-re): New const.
21593 (Info-menu-entry-name-re): Use it along with new fun.
21594 (Info-node-spec-re): Use new fun.
21595 (Info-complete-menu-item, Info-fontify-node): Use new const.
21596 (Info-goto-node, Info-follow-reference, Info-menu-update):
21597 Use match-string.
21598 (Info-follow-reference): Use assoc-string.
21599 Use a list of strings for the completion table.
21600 (Info-fontify-node): Use match-string, line-end-position.
21601 Limit the search for `node:' to the first line.
21602
21603 * newcomment.el (uncomment-region): Remove padding coming from
21604 comment-start rather than just from comment-padding.
21605
21606 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21607 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21608 (vc-cvs-rename-file): Remove (use the default).
21609 (vc-cvs-register): Register parent dir if needed.
21610 (vc-cvs-could-register): Return non-nil if parent can be registered.
21611 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21612 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21613
21614 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21615 (vc-svn-update): Fix the arguments to `svn'.
21616 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21617 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21618 Simple implementations, assuming `name' is a URL.
21619
21620 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21621 set of chars allowed unquoted in a case pattern.
21622
21623 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21624
21625 * font-lock.el (font-lock-extra-types-widget)
21626 (c-font-lock-extra-types, c++-font-lock-extra-types)
21627 (objc-font-lock-extra-types, java-font-lock-extra-types)
21628 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21629 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21630 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21631 (font-lock-match-c++-structor-declaration)
21632 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21633 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21634 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21635 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21636 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21637 (java-font-lock-keywords-3, java-font-lock-keywords)
21638 (java-font-lock-syntactic-face-function): Remove obsolete code
21639 and constants. It's all in cc-fonts.el now.
21640
21641 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21642
21643 * mail/sendmail.el (mail-specify-envelope-from)
21644 (mail-envelope-from): Doc fix.
21645
21646 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21647
21648 * generic-x.el: Do away with the dependency on `c-emacs-features'
21649 when populating `rul-generic-mode-syntax-table'; we already know
21650 this isn't XEmacs.
21651
21652 See ChangeLog.10 for earlier changes.
21653
21654 ;; Local Variables:
21655 ;; coding: iso-2022-7bit
21656 ;; End:
21657
21658 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21659 Copying and distribution of this file, with or without modification,
21660 are permitted provided the copyright notice and this notice are preserved.
21661
21662 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1