]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
4 MI command -data-list-register-values.
5 (gdb-post-prompt): Indent properly.
6
7 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
8
9 * hilit-chg.el (highlight-changes-colors): Rename from
10 `highlight-changes-colours'.
11 (highlight-changes-colours): Keep as obsolete alias.
12 (highlight-changes-face-list): Doc fix.
13 (hilit-chg-make-list): Use `highlight-changes-colors'.
14
15 2005-06-12 Mark A. Hershberger <mah@everybody.org>
16
17 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18 defun-prompt-regexp.
19
20 2005-06-12 Eli Zaretskii <eliz@gnu.org>
21
22 * loadup.el: Don't say we are dumping under 2 names on windows-nt
23 and cygwin.
24
25 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): Don't
26 use an old loaddefs.el, as in Makefile.in.
27
28 2005-06-12 Lute Kamstra <lute@gnu.org>
29
30 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
31
32 * man.el (Man-mode-map): Initialize it properly.
33 (Man-mode): Set mode-class property to special.
34
35 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
36
37 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
38
39 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
40 A newline is needed in the docstring there.
41
42 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
43 Doc fixes.
44
45 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
46
47 * printing.el: Doc fix. The menubar is no more changed when printing
48 is loaded, it only changes when pr-menu-bind or pr-update-menus is
49 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
50 (pr-version): New version number (6.8.4).
51 (pr-menu-bind): New command.
52 (pr-update-menus): Docstring and code fix.
53 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
54 Docstring fix.
55 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
56 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
57
58 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
59
60 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
61 "Returns" to "return", document useful return values, etc.
62
63 2005-06-11 Alan Mackenzie <acm@muc.de>
64
65 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
66 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
67 (adaptive-file-function): Minor amendment to doc-string.
68
69 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
70
71 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
72 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step): Fix
73 :type--it is `integer', not `string'.
74
75 * faces.el (modeline-highlight): Rename from (the erroneous)
76 `modeline-higilight'.
77
78 2005-06-11 Lute Kamstra <lute@gnu.org>
79
80 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
81 lisp-interaction-mode-map but make it the parent.
82 (edebug-eval-mode): Use define-derived-mode.
83
84 2005-06-11 Andreas Schwab <schwab@suse.de>
85
86 * bindings.el: Add binding of `ESC functionkey' for every
87 `M-functionkey'.
88 * hexl.el (hexl-mode-map): Likewise.
89
90 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
91
92 * progmodes/compile.el (compilation-error-regexp-alist-alist)
93 [msft]: update regexp for newer msft compilers.
94
95 2005-06-10 Mark A. Hershberger <mah@everybody.org>
96
97 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
98 ATTLIST portions of included DTDs.
99 (xml-parse-dtd): Eliminate use of inefficient match-data.
100
101 2005-06-10 Miles Bader <miles@gnu.org>
102
103 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
104 (mpuz-text): Remove "-face" suffix from face names.
105 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
106 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
107 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
108
109 * play/gomoku.el (gomoku-O, gomoku-X):
110 Remove "-face" suffix from face names.
111 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
112 New backward-compatibility aliases for renamed faces.
113 (gomoku-font-lock-keywords): Use renamed gomoku faces.
114
115 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
116
117 * thumbs.el: Fixes for changes of 2005-06-09.
118 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
119 as a directory.
120 (thumbs-thumbname): Remove directory separator from format string;
121 `thumbs-thumbsdir' now returns a valid directory name.
122 (thumbs-temp-dir): New defsubst.
123 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
124 Use it.
125
126 * cus-edit.el (minibuffer):
127 * files.el (make-backup-file-name-function):
128 * filesets.el (filesets-external-viewers):
129 * hilit-chg.el (highlight-changes-colours)
130 (highlight-changes-face-list, highlight-changes-rotate-faces):
131 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
132 * kmacro.el (kmacro-call-macro):
133 * log-edit.el (log-edit-changelog-full-paragraphs):
134 * mouse.el (mouse-1-click-follows-link):
135 * skeleton.el (skeleton-autowrap):
136 * subr.el (insert-for-yank-1):
137 * tempo.el (tempo-insert-region):
138 * terminal.el (terminal-emulator):
139 * time.el (display-time-mail-face):
140 * vc.el (vc-annotate):
141 * vcursor.el (vcursor-copy-line):
142 * woman.el (woman-bold-headings, woman-ignore)
143 (woman-default-faces, woman-monochrome-faces):
144 * calendar/todo-mode.el (todo-insert-threshold):
145 * emulation/pc-select.el (pc-select-selection-keys-only)
146 (pc-selection-mode):
147 * emulation/vip.el (vip-find-char-forward):
148 * emulation/viper-cmd.el (viper-find-char-forward):
149 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
150 (input-method-exit-on-invalid-key):
151 * international/mule-diag.el (describe-coding-system):
152 * international/ucs-tables.el (unify-8859-on-encoding-mode):
153 * net/browse-url.el (browse-url-xterm-program):
154 * obsolete/lazy-lock.el (lazy-lock-mode):
155 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
156 (cperl-mode):
157 * progmodes/cpp.el (cpp-face-light-name-list)
158 (cpp-face-dark-name-list):
159 * progmodes/delphi.el (delphi-newline-always-indents):
160 Fix spellings in docstrings.
161
162 * ido.el (ido-mode, ido-file-extensions-order)
163 (ido-default-file-method, ido-default-buffer-method)
164 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
165 (ido-decorations, ido-read-file-name-as-directory-commands)
166 (ido-read-file-name-non-ido, ido-work-directory-list)
167 (ido-ignore-item-temp-list, ido-current-directory)
168 (ido-magic-forward-char, ido-enter-find-file)
169 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
170 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
171
172 2005-06-10 Lute Kamstra <lute@gnu.org>
173
174 * play/dunnet.el (dun-mode): Use define-derived-mode.
175 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
176 obsolete alias.
177
178 * play/doctor.el (doctor-mode-map): Remove defvar.
179 (doctor-mode): Use define-derived-mode.
180
181 * mail/mspools.el (mspools-mode):
182 * net/eudc-hotlist.el (eudc-hotlist-mode):
183 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
184
185 2005-06-10 Miles Bader <miles@gnu.org>
186
187 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
188 Remove "-face" suffix from face names.
189 (flyspell-incorrect-face, flyspell-duplicate-face):
190 New backward-compatibility aliases for renamed faces.
191 (flyspell-mode-on, make-flyspell-overlay)
192 (flyspell-highlight-incorrect-region)
193 (flyspell-highlight-duplicate-region)
194 (flyspell-display-next-corrections)
195 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
196
197 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
198 from face name.
199 (texinfo-heading-face): New backward-compatibility alias for
200 renamed face.
201 (texinfo-heading-face): Use renamed texinfo-heading face.
202
203 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
204 suffix from face names.
205 (tex-math-face, tex-verbatim-face):
206 New backward-compatibility aliases for renamed faces.
207 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
208 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
209 literal face name.
210
211 * textmodes/table.el (table-cell): Remove "-face" suffix from face
212 name.
213 (table-cell-face): New backward-compatibility alias for renamed face.
214 (table--put-cell-face-property, table--update-cell-face):
215 Use renamed table-cell face.
216
217 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
218 from face name.
219 (sgml-namespace-face): New backward-compatibility alias for
220 renamed face.
221 (sgml-namespace-face): Use renamed sgml-namespace face.
222
223 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
224 (org-level-4, org-level-5, org-level-6, org-level-7)
225 (org-level-8, org-warning, org-headline-done)
226 (org-deadline-announce, org-scheduled-today)
227 (org-scheduled-previously, org-link, org-done, org-table)
228 (org-time-grid): Remove "-face" suffix from face names.
229 (org-level-1-face, org-level-2-face, org-level-3-face)
230 (org-level-4-face, org-level-5-face, org-level-6-face)
231 (org-level-7-face, org-level-8-face, org-warning-face)
232 (org-headline-done-face, org-deadline-announce-face)
233 (org-scheduled-today-face, org-scheduled-previously-face)
234 (org-link-face, org-done-face, org-table-face)
235 (org-time-grid-face):
236 New backward-compatibility aliases for renamed faces.
237 (org-level-faces, org-set-font-lock-defaults, org-timeline)
238 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
239 (org-agenda-get-timestamps, org-agenda-get-scheduled)
240 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
241
242 * emulation/viper-init.el (viper-search, viper-replace-overlay)
243 (viper-minibuffer-emacs, viper-minibuffer-insert)
244 (viper-minibuffer-vi): Remove "-face" suffix from face names.
245 (viper-search-face, viper-replace-overlay-face)
246 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
247 (viper-minibuffer-vi-face):
248 New backward-compatibility aliases for renamed faces.
249 (viper-search-face, viper-replace-overlay-face)
250 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
251 (viper-minibuffer-vi-face): Use renamed viper faces.
252
253 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
254 Remove "-face" suffix from face names.
255 (testcover-nohits-face, testcover-1value-face):
256 New backward-compatibility aliases for renamed faces.
257 (testcover-mark): Use renamed testcover faces.
258
259 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
260 face name.
261 (diary-button-face): New backward-compatibility alias for renamed face.
262 (diary-entry): Use renamed diary-button face.
263
264 * calendar/calendar.el (diary, calendar-today, holiday)
265 (mark-visible-calendar-date): Remove "-face" suffix from face names.
266 (diary-face, calendar-today-face, holiday-face):
267 New backward-compatibility aliases for renamed faces.
268 (eval-after-load "facemenu", diary-entry-marker)
269 (calendar-today-marker, calendar-holiday-marker, diary-face):
270 Use renamed calendar faces.
271
272 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
273 (compare-windows-face): New backward-compatibility alias for
274 renamed face.
275 (compare-windows-highlight): Use renamed compare-windows face.
276
277 * strokes.el (strokes-char): Remove "-face" suffix from face name.
278 (strokes-char-face): New backward-compatibility alias for renamed face.
279 (strokes-encode-buffer): Use renamed strokes-char face.
280
281 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
282 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
283 Remove "-face" suffix from face names.
284 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
285 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
286 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
287 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
288 Use renamed pcvs faces.
289 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
290 * pcvs-defs.el (cvs-mode-map): Likewise.
291 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
292
293 * info.el (info-title-1, info-title-2, info-title-3)
294 (info-title-4): Remove "-face" suffix from and downcase face names.
295 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
296 (Info-title-4-face):
297 New backward-compatibility aliases for renamed faces.
298 (Info-fontify-node): Use renamed info faces.
299
300 * hilit-chg.el (highlight-changes, highlight-changes-delete):
301 Remove "-face" suffix from face names.
302 (highlight-changes-face, highlight-changes-delete-face):
303 New backward-compatibility aliases for renamed faces.
304 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
305 (hilit-chg-make-list): Use renamed highlight-changes faces.
306
307 * generic-x.el (show-tabs-tab, show-tabs-space):
308 Remove "-face" suffix from face names.
309 (show-tabs-tab-face, show-tabs-space-face):
310 New backward-compatibility aliases for renamed faces.
311 (show-tabs-generic-mode-font-lock-defaults-1)
312 (show-tabs-generic-mode-font-lock-defaults-2):
313 Use renamed show-tabs faces.
314
315 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
316 (smerge-markers): Remove "-face" suffix from face names.
317 (smerge-mine-face, smerge-other-face, smerge-base-face)
318 (smerge-markers-face):
319 New backward-compatibility aliases for renamed faces.
320 (smerge-mine-face, smerge-other-face, smerge-base-face)
321 (smerge-markers-face): Use renamed smerge faces.
322
323 * log-view.el (log-view-file, log-view-message):
324 Remove "-face" suffix from face names.
325 (log-view-file-face, log-view-message-face):
326 New backward-compatibility aliases for renamed faces.
327 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
328
329 * paren.el (show-paren-match, show-paren-mismatch):
330 Remove "-face" suffix from face names.
331 (show-paren-match-face, show-paren-mismatch-face):
332 New backward-compatibility aliases for renamed faces.
333 (show-paren-function): Use renamed show-paren faces.
334
335 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
336 (ruler-mode-margins, ruler-mode-fringes)
337 (ruler-mode-column-number, ruler-mode-fill-column)
338 (ruler-mode-comment-column, ruler-mode-goal-column)
339 (ruler-mode-tab-stop, ruler-mode-current-column):
340 Remove "-face" suffix from face names.
341 (ruler-mode-default-face, ruler-mode-pad-face)
342 (ruler-mode-margins-face, ruler-mode-fringes-face)
343 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
344 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
345 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
346 New backward-compatibility aliases for renamed faces.
347 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
348 (ruler-mode-column-number, ruler-mode-fill-column)
349 (ruler-mode-comment-column, ruler-mode-goal-column)
350 (ruler-mode-tab-stop, ruler-mode-current-column)
351 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
352
353 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
354 face name.
355 (whitespace-highlight-the-space): Use renamed face.
356 (whitespace-highlight-face): New backward-compatibility alias for
357 renamed face.
358
359 * woman.el (woman-italic, woman-bold, woman-unknown)
360 (woman-addition, woman-symbol-face):
361 Remove "-face" suffix from face names.
362 (woman-italic-face, woman-bold-face, woman-unknown-face)
363 (woman-addition-face):
364 New backward-compatibility aliases for renamed faces.
365 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
366 (woman-decode-region, woman-replace-match)
367 (woman-display-extended-fonts, woman-special-characters)
368 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
369 Use renamed woman faces.
370
371 * longlines.el (longlines-visible-face): Face removed.
372
373 * diff-mode.el (diff-header, diff-file-header, diff-index)
374 (diff-hunk-header, diff-removed, diff-added, diff-changed)
375 (diff-function, diff-context, diff-nonexistent): Remove "-face"
376 suffix from face names.
377 (diff-header-face, diff-file-header-face, diff-index-face)
378 (diff-hunk-header-face, diff-removed-face, diff-added-face)
379 (diff-changed-face, diff-function-face, diff-context-face)
380 (diff-nonexistent-face): New backward-compatibility aliases for
381 renamed faces.
382 (diff-header-face, diff-file-header-face)
383 (diff-index, diff-index-face, diff-hunk-header)
384 (diff-hunk-header-face, diff-removed, diff-removed-face)
385 (diff-added, diff-added-face, diff-changed-face, diff-function)
386 (diff-function-face, diff-context-face, diff-nonexistent)
387 (diff-nonexistent-face): Use renamed diff-mode faces.
388
389 * progmodes/compile.el (compilation-warning-face)
390 (compilation-info-face): Remove "-face" suffix from face names.
391 (compilation-warning-face, compilation-info-face):
392 New backward-compatibility aliases for renamed faces.
393 (compilation-warning-face, compilation-info-face):
394 Use renamed compilation faces.
395
396 * add-log.el (change-log-date, change-log-name)
397 (change-log-email, change-log-file, change-log-list)
398 (change-log-conditionals, change-log-function)
399 (change-log-acknowledgement): Remove "-face" suffix from face names.
400 (change-log-date-face, change-log-name-face)
401 (change-log-email-face, change-log-file-face)
402 (change-log-list-face, change-log-conditionals-face)
403 (change-log-function-face, change-log-acknowledgement-face):
404 New backward-compatibility aliases for renamed faces.
405 (change-log-font-lock-keywords): Use renamed change-log faces.
406
407 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
408 (custom-set, custom-changed, custom-saved, custom-button)
409 (custom-button-pressed, custom-documentation, custom-state)
410 (custom-comment, custom-comment-tag, custom-variable-tag)
411 (custom-variable-button, custom-face-tag, custom-group-tag-1)
412 (custom-group-tag): Remove "-face" suffix from face names.
413 (custom-magic-alist, custom-magic-value-create)
414 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
415 (custom-invalid-face, custom-rogue-face, custom-modified-face)
416 (custom-set-face, custom-changed-face, custom-saved-face)
417 (custom-button-face, custom-button-pressed-face)
418 (custom-documentation-face, custom-state-face)
419 (custom-comment-face, custom-comment-tag-face)
420 (custom-variable-tag-face, custom-variable-button-face)
421 (custom-face-tag-face, custom-group-tag-face-1)
422 (custom-group-tag-face):
423 New backward-compatibility aliases for renamed faces.
424
425 * wid-edit.el (widget-documentation, widget-button)
426 (widget-field, widget-single-line-field, widget-inactive)
427 (widget-button-pressed): "-face" suffix removed from face names.
428 (widget-documentation-face, widget-button-face)
429 (widget-field-face, widget-single-line-field-face)
430 (widget-inactive-face, widget-button-pressed-face):
431 New backward-compatibility aliases for renamed faces.
432 (widget-documentation-face, widget-button-face)
433 (widget-button-pressed-face, widget-specify-field)
434 (widget-specify-inactive): Use renamed widget faces.
435
436 2005-06-10 Kenichi Handa <handa@m17n.org>
437
438 * term/x-win.el (x-clipboard-yank): Remove condition-case
439 wrapping.
440
441 2005-06-11 Kenichi Handa <handa@m17n.org>
442
443 * add-log.el (change-log-font-lock-keywords): Make the regexp for
444 date lines stricter.
445
446 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
447
448 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
449 of x-get-selection.
450
451 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
452
453 * comint.el (comint-mode, comint-snapshot-last-prompt):
454 * frame.el (frame-current-scroll-bars):
455 * term.el (term-mode, term-check-proc, term-input-sender)
456 (term-simple-send, term-extract-string, term-word)
457 (term-match-partial-filename):
458 * window.el (window-current-scroll-bars):
459 * emulation/cua-base.el (cua-normal-cursor-color)
460 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
461 (cua-global-mark-cursor-color):
462 * mail/undigest.el (rmail-forward-separator-regex):
463 Fix typos in docstrings.
464
465 * comint.el (comint-check-proc, make-comint-in-buffer)
466 (comint-source-default): Doc fixes.
467
468 * term.el (term-send-string): Improve argument/docstring
469 consistency.
470
471 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
472
473 * comint.el (comint-send-input): Bind `inhibit-read-only' around
474 call to `delete-region'.
475 (comint-mode-hook): Do not enable Font Lock by default.
476
477 2005-06-09 Lute Kamstra <lute@gnu.org>
478
479 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
480 could be void.
481
482 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * emacs-lisp/debug.el (debugger-will-be-back): New var.
485 (debug): Use it.
486 (debugger-step-through, debugger-continue, debugger-jump)
487 (debugger-return-value): Set it when needed.
488 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
489 Use inhibit-read-only.
490
491 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
492
493 * window.el (shrink-window-if-larger-than-buffer)
494 (window-size-fixed): Fix typo in docstring.
495
496 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
497 thumbnails directory on loading.
498 (thumbs-conversion-program): Use `eq' to check the system type,
499 not `equal'.
500 (thumbs-temp-dir): Initialize to `temporary-file-directory',
501 not "/tmp". Fix docstring.
502 (thumbs-thumbsdir): New function to return the thumbnails
503 directory, creating it if needed.
504 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
505 (thumbs-temp-file): Delete variable and make it into a function.
506 (thumbs-resize-image, thumbs-modify-image): Use it.
507 (thumbs-kill-buffer): Simplify.
508 (thumbs-gensym): Defalias or duplicate CL `gensym'.
509 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
510 docstrings.
511
512 2005-06-09 Kim F. Storm <storm@cua.dk>
513
514 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
515 set-match-data to free markers in match-data.
516
517 * replace.el (replace-match-data): Pass RESEAT arg `t' to
518 match-data to unchain markers in match-data.
519
520 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
523 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
524 unnecessary now.
525
526 2005-06-08 Richard M. Stallman <rms@gnu.org>
527
528 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
529 give the variable a doc string that doesn't say don't set it directly.
530
531 * textmodes/ispell.el (ispell-check-version):
532 Use match-string-no-properties.
533 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
534 (ispell-buffer-local-words): Likewise.
535
536 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
537 except on terminals with enough colors to really display it.
538 (makefile-dependency-regex): Delete spurious `bb'.
539
540 * faces.el (escape-glyph): Use blue once again in last case.
541 (no-break-space): Redefine so that it isn't invisible on a tty.
542
543 2005-06-08 Kim F. Storm <storm@cua.dk>
544
545 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
546 also when reading directory name.
547
548 2005-06-08 Lute Kamstra <lute@gnu.org>
549
550 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
551 (flyspell-mode-line-string): Remove autoload cookie.
552 (flyspell-mode): Remove defvar.
553
554 2005-06-07 Lute Kamstra <lute@gnu.org>
555
556 * textmodes/org.el (org-run-mode-hooks): New function.
557 (org-agenda-mode): Use it.
558
559 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
560
561 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
562
563 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
566
567 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
568
569 * font-lock.el (font-lock-add-keywords): Doc fix.
570
571 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
572
573 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
574 (tex-compile-default): In the absence of any history, use the order in
575 tex-compile-alist to choose the preferred command.
576 (tex-compile-commands): Reorder a bit.
577
578 * textmodes/flyspell.el (flyspell-auto-correct-binding)
579 (flyspell-incorrect-face, flyspell-duplicate-face):
580 Use (X)Emacs-agnostic code.
581 (flyspell-mode-map): Don't overwrite at each load. Remove code
582 redundant with the subsequent add-minor-mode. Merge Emacs and
583 XEmacs code.
584 (flyspell-word): Minor simplification.
585 (flyspell-math-tex-command-p): Quieten the byte-compiler.
586 (flyspell-external-point-words): Remove unused vars `size' and `start'.
587 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
588 Merge the corresponding Emacs code.
589 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
590
591 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
592 a dedicated window.
593
594 * international/latexenc.el (latexenc-find-file-coding-system):
595 Undo part of last patch, to turn off a compiler warning.
596
597 2005-06-06 Juri Linkov <juri@jurta.org>
598
599 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
600 Rename `tmm-inactive-face' to `tmm-inactive'.
601
602 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
603
604 * iswitchb.el: Rename faces.
605
606 2005-06-06 Kim F. Storm <storm@cua.dk>
607
608 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
609 (cua-global-mark): Remove -face suffix from face names.
610
611 * emulation/cua-gmrk.el (cua--init-global-mark):
612 Remove cua-global-mark face setup.
613
614 2005-06-06 Richard M. Stallman <rms@gnu.org>
615
616 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
617 just like other allowed characters.
618 (makefile-match-dependency): Exclude leading and training whitespace
619 from the range of regexp subexp 1.
620 (makefile-macroassign-regex): Don't try to match the body,
621 just the name of the macro being defined.
622
623 * info.el (Info-read-node-name-2): New function.
624 (Info-read-node-name-1): Use that.
625 Add a completion-base-size-function property.
626
627 * simple.el (completion-setup-function): Look for
628 completion-base-size-function property of
629 minibuffer-completion-table.
630
631 * files.el (locate-file-completion): Doc fix.
632
633 * printing.el: Don't call pr-update-menus; user must do that.
634
635 * emacs-lisp/debug.el (debugger-window): New variable.
636 (debug): Use debugger-window if it is set and still alive.
637 Record debugger-window for next entry.
638
639 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
640
641 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
642
643 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
644 (hack-one-local-variable, hack-local-variables)
645 (hack-local-variables-prop-line): Pass that arg.
646
647 2005-06-06 Kim F. Storm <storm@cua.dk>
648
649 * ido.el (ido-first-match, ido-only-match, ido-subdir)
650 (ido-indicator): Remove -face suffix from face names.
651
652 2005-06-06 Juri Linkov <juri@jurta.org>
653
654 * font-lock.el (font-lock-regexp-backslash)
655 (font-lock-regexp-backslash-construct): New faces.
656 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
657 after `('. Add `while-no-input' to control structures.
658
659 * faces.el (no-break-space, shadow): New faces.
660 (escape-glyph): Use less loud colors pink2 and red4.
661
662 * diff-mode.el (diff-context-face)
663 * dired.el (dired-ignored)
664 * rfn-eshadow.el (file-name-shadow)
665 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
666
667 * info.el (Info-title-1-face): Use green instead of yellow because
668 bold yellow is not readable on light backgrounds.
669
670 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
671 before selecting the desired mode to not spend time fontifying
672 old contents.
673
674 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
675
676 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
677 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
678
679 * ps-print.el (ps-default-fg, ps-default-bg):
680 Fix typos in docstrings.
681
682 * isearchb.el (isearchb): Don't pass a spurious second argument to
683 `iswitchb-completions'.
684
685 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
686
687 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
688 to preserve point.
689 (gdb-find-file-hook): Add doc string.
690
691 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
692 C dereferenced pointer expression.
693 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
694
695 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
696
697 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
698 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
699 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
700 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
701 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
702 Make background transparent.
703
704 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
705
706 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
707 (font-lock-remove-keywords): Doc fix.
708 (font-lock-mode-major-mode): Compiler defvar.
709 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
710
711 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
712 (font-lock-mode): Update `font-lock-mode-major-mode'.
713 (font-lock-set-defaults): Compiler defvar.
714 (font-lock-default-function): Take `font-lock-mode-major-mode'
715 into account.
716
717 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
718 keep track of which major mode it enabled the minor mode for.
719 Use find-file-hook again. Update docstring.
720
721 * simple.el (eval-expression-print-level)
722 (eval-expression-print-length, eval-expression-debug-on-error):
723 Doc fixes.
724
725 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
726
727 * iswitchb.el (iswitchb-single-match-face)
728 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
729 (iswitchb-invalid-regexp-face): New faces.
730 (iswitchb-completions): Use them.
731 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
732 now marked as an obsolete alias.
733 (iswitchb-read-buffer): Remove check for bound font variables.
734 (iswitchb-invalid-regexp): New free variable.
735 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
736 set iswitchb-invalid-regexp.
737 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
738 invalid regexps.
739 (iswitchb-completions): Add check for complete match when entering
740 a regexp.
741 (iswitchb-completions): Remove require-match argument.
742 (iswitchb-exhibit): Fix caller.
743 (iswitchb-common-match-inserted): New variable.
744 (iswitchb-complete, iswitchb-completion-help): Use it.
745
746 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
747
748 * url-http.el (url-http-chunked-encoding-after-change-function):
749 Use `url-http-debug' instead of `message'.
750
751 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
752
753 * url-http.el (url-http-parse-headers): Pass redirected URL as a
754 callback argument.
755
756 2005-06-04 Kim F. Storm <storm@cua.dk>
757
758 * simple.el (line-move): Only call sit-for when moving backwards.
759
760 * ido.el (ido-make-merged-file-list-1): New defun split from
761 ido-make-merged-file-list.
762 (ido-make-merged-file-list): Bind throw-on-input around call to
763 ido-make-merged-file-list-1. Return input-pending-p if
764 interrupted by more input available.
765 (ido-read-internal): Handle input-pending-p return value from
766 ido-make-merged-file-list.
767
768 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
771 compatibility code.
772
773 * international/latexenc.el (latexenc-find-file-coding-system):
774 Don't inherit the EOL part of the coding-system from the
775 tex-main buffer. Fit within 80 columns.
776
777 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
778
779 * tmm.el (tmm-inactive-face): New face.
780 (tmm-remove-inactive-mouse-face): New function.
781 (tmm-prompt, tmm-add-one-shortcut)
782 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
783 but not selectable.
784
785 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
786
787 * faces.el (face-equal): Improve argument/docstring consistency.
788
789 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
790
791 * progmodes/make-mode.el (makefile-targets-face)
792 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
793 (makefile-bsdmake-dependency-regex)
794 (makefile-makepp-rule-action-regex)
795 (makefile-bsdmake-rule-action-regex): New constants.
796 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
797
798 * progmodes/compile.el (compilation-error-regexp-alist-alist):
799 Allow (...) within `...' for makepp messages.
800
801 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
802
803 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
804
805 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
806 "." files are deleted from all file lists before comparison.
807
808 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
809 (viper-ESC-key): Made them customizable.
810
811 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
812
813 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
814
815 * autorevert.el (auto-revert-buffers): Use save-match-data.
816
817 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
820 menu items with a nil command binding.
821
822 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
823
824 * emacs-lisp/cl-macs.el (defsetf):
825 Improve argument/docstring consistency.
826
827 * faces.el (list-faces-display): Improve the formatting by
828 computing the maximum length required for any face-name (reworked
829 patch of 1999-01-11, accidentally deleted on 1999-07-21).
830 (internal-find-face): Remove redundant info in docstring.
831
832 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
833
834 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
835 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
836 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
837 (gdb-assembler-custom): Improve regexps.
838 (def-gdb-auto-update-handler): Use window point to preserve point.
839
840 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
841
842 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
843
844 2005-05-31 Jay Belanger <belanger@truman.edu>
845
846 * calc/calc-embed.el (calc-embedded-word): Change argument passed
847 to calc-embedded.
848 (calc-embedded-make-info): Have plain prefix argument select
849 entire line.
850
851 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
852
853 * faces.el (list-faces-display): Signal error if passed a regexp
854 that matches no face name.
855
856 * simple.el (filter-buffer-substring): Fix typo in docstring.
857
858 2005-05-31 Richard M. Stallman <rms@gnu.org>
859
860 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
861 (vhdl-emacs-21): Doc fix.
862 (vhdl-mode): Unconditionally set comment-padding.
863 (vhdl-fixup-whitespace-region): Insert spaces only where
864 there are none.
865 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
866
867 2005-05-30 John Wiegley <johnw@newartisans.com>
868
869 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
870 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
871 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
872 `directory-sep-char' to ?/, and all uses of `string-to-int' to
873 `string-to-number'.
874
875 2005-05-30 Jay Belanger <belanger@truman.edu>
876
877 * calc/calc.el (calc-bug-address): Fix docstring.
878 (calc-window-hook, calc-trail-window-hook): New variables.
879 (calc-trail-display): Restore use of calc-trail-window-hook.
880 (calc): Restore use of calc-window-hook.
881
882 2005-05-31 Masatake YAMATO <jet@gyve.org>
883
884 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
885
886 * help-fns.el (help-C-file-name): Add autoload mark for
887 `find-function-noselect'.
888
889 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
892 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
893
894 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
895
896 * calendar/diary-lib.el (mark-included-diary-files): Only kill
897 included diary buffer if it was not already being visited.
898 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
899
900 * calendar/icalendar.el (top-level): Do not require 'appt.
901
902 * mail/supercite.el (sc-select-attribution): Only use a list
903 element from sc-attrib-selection-list if it returns a string.
904 Reported by Davide G. M. Salvetti <salve@debian.org>.
905
906 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
907
908 * thumbs.el (thumbs-thumbname): The resulting thubname now
909 includes a hash value to improve its uniqueness, and has a ".jpg"
910 extension. Also, it is now a valid filename on all systems.
911 (thumbs-make-thumb): Use `let', not `let*'.
912 (thumbs-show-thumbs-list): Check for JPEG availability.
913
914 2005-05-30 Richard M. Stallman <rms@gnu.org>
915
916 * filesets.el (filesets-menu-ensure-use-cached):
917 Prevent warning when emacs-version>= is undefined.
918
919 * printing.el (pr-interactive-n-up): Use string-to-number.
920
921 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
922
923 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
924 Warn only when name to be defined is quoted.
925
926 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
927
928 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
929 Make regexp more robust.
930 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
931 Force regeneration of disassembly.
932
933 2005-05-29 Jay Belanger <belanger@truman.edu>
934
935 * calc/calc.el (calc-user-invocation): Check if
936 calc-invocation-macro is non-nil.
937
938 2005-05-29 Juri Linkov <juri@jurta.org>
939
940 * add-log.el (change-log-font-lock-keywords):
941 Add `+' to e-mail regexp to accept mail address with keywords.
942
943 * man.el (Man-name-regexp): Add `:' to accept qualified names.
944
945 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
946
947 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
948
949 * ielm.el (inferior-emacs-lisp-mode): Ditto.
950
951 2005-05-29 Richard M. Stallman <rms@gnu.org>
952
953 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
954 Undo the change that moves to end of the current word.
955
956 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
957
958 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
959 Throw error when count <= 0 to ensure input is a number.
960 (gdb-read-memory-custom): Pick up address from buffer.
961 (gdb-memory-mode): Allow user to increment and decrement
962 memory address from header line.
963
964 2005-05-29 Richard M. Stallman <rms@gnu.org>
965
966 * flyspell.el (flyspell-version): Function deleted.
967 (flyspell-auto-correct-previous-hook): Doc fix.
968
969 * jit-lock.el (jit-lock-function, jit-lock-after-change):
970 Do nothing if memory is full.
971
972 * font-lock.el (font-lock-fontify-syntactically-region):
973 Pass t for GREEDY to looking-back.
974
975 * saveplace.el (save-place-alist-to-file): Write the file
976 using write-region.
977
978 * subr.el (looking-back): New argument GREEDY.
979
980 * progmodes/compile.el (compilation-start): Set the mode
981 before inserting the initial text.
982
983 * progmodes/which-func.el (which-func-update-1): Turn the mode
984 off in case of error by setting which-func-mode.
985
986 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
987
988 * flyspell.el (flyspell-auto-correct-previous-word):
989 Narrow down to what's on the screen, and recenter overlays
990 at the end of the next word.
991
992 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
993
994 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
995 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
996 (flyspell-abbrev-p): Default to nil.
997 (flyspell-use-global-abbrev-table-p): Doc fix.
998 (flyspell-large-region): Allow nil as value.
999 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1000
1001 (mail-mode-flyspell-verify): More robust handling
1002 of `mail-header-separator'. More efficient signature detection.
1003 Allow for regexp metacharacters in message-header-separator.
1004 Adding `To' not to be checked in mail-mode-flyspell-verify.
1005
1006 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1007 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1008 Bind flyspell-auto-correct-binding.
1009 Bind C-. and C-, .
1010 (flyspell-mode-map): Likewise.
1011 (flyspell-mode): Doc fix.
1012 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1013 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1014 (flyspell-word-cache-result): New var, always local.
1015 (flyspell-check-pre-word-p): Doc fix.
1016 (flyspell-check-changed-word-p): Handle spc like newline.
1017 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1018 (flyspell-word-search-backward, flyspell-word-search-forward):
1019 New functions.
1020 (flyspell-word): Return t if nothing to check.
1021 When parsing TeX code, check for after } or \.
1022 Use flyspell-word-search-backward to find previous word.
1023 Return nil if duplicated word.
1024 For word already checked, return same value as last time.
1025 Set flyspell-word-cache-result after checking.
1026 Don't clobber the return value.
1027 (flyspell-get-word): Major rewrite.
1028 (flyspell-external-point-words): New locals pword, pcount.
1029 Fix size used in progress message.
1030 Find the proper corresponding word in flyspell-large-region-buffer.
1031 (flyspell-region): Check for flyspell-large-region = nil.
1032 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1033 (flyspell-auto-correct-word): Check that WORD is a cons.
1034 (flyspell-correct-word): Likewise.
1035
1036 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1037
1038 * progmodes/make-mode.el (makefile-rule-action-regex)
1039 (makefile-macroassign-regex, makefile-makepp-mode)
1040 (makefile-bsdmake-mode): Continuation lines may be empty.
1041 Reported by Joshua Varner.
1042 (makefile-makepp-font-lock-keywords): Add $(stem).
1043
1044 2005-05-28 Karl Berry <karl@gnu.org>
1045
1046 * textmodes/tex-mode.el: Now that tex-send-command calls
1047 shell-quote-argument (2005-03-31 change), remove all calls to
1048 shell-quote-argument; they all end up invoking tex-send-command.
1049 The double quoting loses on filenames with non-safe characters,
1050 such as "@". Reported by Frederik Fouvry.
1051
1052 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1053
1054 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1055 about preserving point.
1056
1057 2005-05-27 Jay Belanger <belanger@truman.edu>
1058
1059 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1060 Info-goto-node.
1061
1062 * calc/calc-embed.el (calc-embed-arg): New variable.
1063 (calc-do-embedded-activate, calc-embedded-activate-formula)
1064 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1065 variable by new variable.
1066 (calc-embedded-make-info): Replace undeclared variable by new
1067 variable. When selecting region with positive prefix
1068 argument, use end of previous line instead of beginning of line.
1069
1070 * calc/calc-aent.el (calc-arg-values): Declare it.
1071
1072 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1073 Declare them.
1074
1075 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1076
1077 * calc/calc.el (calc-alg-map): Declare it.
1078
1079 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1080
1081 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1082
1083 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1084 (gdb-registers-buffer, toggle-gdb-all-registers):
1085 Toggle display of floating point registers.
1086 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1087
1088 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1089 (toggle-gud-tooltip-dereference):
1090 Rename from gud-toggle-tooltip-dereference.
1091
1092 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1093
1094 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1095
1096 2005-05-27 Jay Belanger <belanger@truman.edu>
1097
1098 * calc/calc-prog.el (calc-kbd-report): Remove.
1099 (calc-kbd-query): Rewrite.
1100
1101 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1102
1103 * image.el (image-library-alist): Move to image.c.
1104 (image-type-available-p): Doc fix.
1105
1106 2005-05-27 Lute Kamstra <lute@gnu.org>
1107
1108 * calc/calc.el (calc):
1109 * outline.el (outline-1, outline-2, outline-3, outline-4)
1110 (outline-5, outline-6, outline-7, outline-8):
1111 * textmodes/dns-mode.el (dns-mode):
1112 * textmodes/sgml-mode.el (sgml-namespace-face):
1113 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1114 (tex-verbatim-face, tex-use-reftex):
1115 * textmodes/texinfo.el (texinfo-heading-face):
1116 Specify customization group.
1117
1118 * longlines.el: Don't require easy-mmode.
1119 (longlines-visible-face): Specify customization group.
1120
1121 2005-05-27 Kenichi Handa <handa@m17n.org>
1122
1123 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1124 encoding table of windows-1251.
1125
1126 * international/ucs-tables.el (ucs-set-table-for-input):
1127 If translation-table-for-input of a coding system is a symbol, get
1128 its translation-table property.
1129
1130 * international/code-pages.el: Don't register a coding system into
1131 non-iso-charset-alist more than once.
1132 (cp-make-coding-system): Likewise.
1133
1134 2005-05-26 John Wiegley <johnw@newartisans.com>
1135
1136 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1137 `eshell-resume-eval' is wrapped in a list, it indicates that the
1138 command was run asynchronously. In that case, unwrap the value
1139 before checking the delimiter value.
1140
1141 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1142 character before a space at the end of a line is \, assume the space
1143 is part of the last argument rather than a final argument separator.
1144
1145 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1146 is in use, and the target is `t' or `nil' (which are the most common
1147 values), don't assume that the symbol target is a buffer.
1148
1149 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1150
1151 * calendar/calendar.el (calendar-mode-line-format):
1152 Use mode-line-highlight as mouse-face.
1153
1154 * time.el (display-time-string-forms, display-time-update):
1155 Use mode-line-highlight as mouse-face.
1156
1157 2005-05-26 Jay Belanger <belanger@truman.edu>
1158
1159 * calc/calc.el (calc-language-alist): Remove extra defvar.
1160
1161 2005-05-26 Lute Kamstra <lute@gnu.org>
1162
1163 * arc-mode.el (archive-mode):
1164 * bookmark.el (bookmark-read-annotation-mode)
1165 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1166 * bs.el (bs-mode):
1167 * calc/calc-yank.el (calc-edit-mode):
1168 * calc/calc.el (calc-mode, calc-trail-mode):
1169 * calculator.el (calculator-mode):
1170 * chistory.el (command-history-mode):
1171 * comint.el:
1172 * cus-edit.el (custom-mode):
1173 * descr-text.el (describe-text-mode):
1174 * ebuff-menu.el (Electric-buffer-menu-mode):
1175 * ediff-util.el (ediff-mode):
1176 * emacs-lisp/re-builder.el (reb-mode):
1177 * emulation/vi.el (vi-mode-setup):
1178 * emulation/ws-mode.el (wordstar-mode):
1179 * eshell/esh-mode.el (eshell-mode):
1180 * forms.el (forms-mode):
1181 * help-mode.el (help-mode):
1182 * hexl.el (hexl-mode):
1183 * ibuffer.el (ibuffer-mode):
1184 * ielm.el (inferior-emacs-lisp-mode):
1185 * info.el (Info-mode, Info-edit-mode):
1186 * international/swedish.el:
1187 * ledit.el (ledit-from-lisp-mode):
1188 * locate.el (locate-mode):
1189 * mail/rmail.el (rmail-mode):
1190 * mail/rmailedit.el (rmail-edit-mode):
1191 * mail/rmailsum.el (rmail-summary-mode):
1192 * mail/supercite.el (sc-electric-mode):
1193 * net/eudc.el (eudc-mode):
1194 * net/quickurl.el (quickurl-list-mode):
1195 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1196 * obsolete/ooutline.el (outline-mode):
1197 * obsolete/options.el (Edit-options-mode):
1198 * obsolete/rnews.el (news-mode):
1199 * obsolete/rnewspost.el (news-reply-mode):
1200 * play/5x5.el (5x5-mode):
1201 * play/decipher.el (decipher-mode, decipher-stats-mode):
1202 * play/gomoku.el (gomoku-mode):
1203 * play/snake.el (snake-mode):
1204 * play/solitaire.el (solitaire-mode):
1205 * play/tetris.el (tetris-mode):
1206 * progmodes/ada-mode.el (ada-mode):
1207 * progmodes/antlr-mode.el (antlr-mode):
1208 * progmodes/autoconf.el (autoconf-mode):
1209 * progmodes/dcl-mode.el (dcl-mode):
1210 * progmodes/delphi.el (delphi-mode):
1211 * progmodes/ebrowse.el (ebrowse-tree-mode)
1212 (ebrowse-electric-list-mode, ebrowse-member-mode)
1213 (ebrowse-electric-position-mode):
1214 * progmodes/f90.el (f90-mode):
1215 * progmodes/fortran.el (fortran-mode):
1216 * progmodes/icon.el (icon-mode):
1217 * progmodes/idlw-help.el (idlwave-help-mode):
1218 * progmodes/idlw-shell.el (idlwave-shell-mode):
1219 * progmodes/idlwave.el (idlwave-mode):
1220 * progmodes/inf-lisp.el (inferior-lisp-mode):
1221 * progmodes/m4-mode.el (m4-mode):
1222 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1223 * progmodes/modula2.el (modula-2-mode):
1224 * progmodes/octave-inf.el (inferior-octave-mode):
1225 * progmodes/octave-mod.el (octave-mode):
1226 * progmodes/pascal.el (pascal-mode):
1227 * progmodes/sh-script.el (sh-mode):
1228 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1229 * progmodes/vhdl-mode.el (vhdl-mode):
1230 * progmodes/xscheme.el (scheme-interaction-mode):
1231 * replace.el (occur-mode):
1232 * ses.el (ses-mode):
1233 * simple.el (completion-list-mode):
1234 * skeleton.el:
1235 * speedbar.el (speedbar-mode):
1236 * term.el (term-mode):
1237 * terminal.el (terminal-edit-mode):
1238 * textmodes/reftex-index.el (reftex-index-mode)
1239 (reftex-index-phrases-mode):
1240 * textmodes/reftex-sel.el (reftex-select-label-mode)
1241 (reftex-select-bib-mode):
1242 * textmodes/reftex-toc.el (reftex-toc-mode):
1243 * wdired.el (wdired-change-to-wdired-mode):
1244 * wid-browse.el (widget-browse-mode):
1245 Use run-mode-hooks.
1246
1247 * array.el (array-mode):
1248 * calendar/todo-mode.el (todo-mode):
1249 * man.el (Man-mode):
1250 * play/landmark.el (lm-mode):
1251 * play/mpuz.el (mpuz-mode):
1252 Use kill-all-local-variables and run-mode-hooks.
1253
1254 * subr.el (delay-mode-hooks): Specify indentation.
1255
1256 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1257
1258 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1259
1260 2005-05-26 Jay Belanger <belanger@truman.edu>
1261
1262 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1263 of nil.
1264
1265 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1266
1267 * progmodes/gdb-ui.el (gdb-frame-address):
1268 Rename from gdb-current-address.
1269 (gdb-previous-frame-address): Rename from gdb-previous-address.
1270 (gdb-selected-frame): Rename from gdb-current-frame.
1271 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1272 (gdb-frame-number): Rename from gdb-current-stack-level.
1273 (gdb-ann3): Match new mode-name for disassembly buffer.
1274 Extend initialisation of variables.
1275 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1276 (gdb-memory-mode): Use mouse-face in header line.
1277 (gdb-assembler-buffer-name): Call it disassembly and give frame
1278 in mode line.
1279 (gdb-source-spec-regexp, gdb-assembler-custom)
1280 (gdb-invalidate-assembler, gdb-frame-handler):
1281 Make robust to leading zeroes in address format.
1282
1283 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1284
1285 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1286 define `org-mode'.
1287 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1288
1289 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * log-edit.el (log-edit-changelog-entries): Distinguish between
1292 filenames like xfns.c and fns.c.
1293
1294 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1295
1296 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1297 point after reverting.
1298 (Buffer-menu-make-sort-button): Handle the case where
1299 `Buffer-menu-use-header-line' is nil.
1300
1301 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1302
1303 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1304 New funcs. In minibuffer-local-completion-map bind `]', `/'
1305 and `:' to them.
1306
1307 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * startup.el (normal-top-level): Allow modification of load-path while
1310 we're iterating over it.
1311
1312 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1313
1314 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1315 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1316 (thumbs-resize-interactive, thumbs-insert-image)
1317 (thumbs-insert-thumb, thumbs-dired-show-marked)
1318 (thumbs-find-image-at-point, thumbs-delete-images)
1319 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1320 (thumbs-increment-image-size, thumbs-decrement-image-size):
1321 Fix typos in docstrings.
1322
1323 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1324
1325 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1326 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1327 (cperl-mode): Use them.
1328
1329 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1330
1331 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1332 Doc fixes.
1333
1334 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1335
1336 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1337 Bind C-d to gdb-inferior-io-eof.
1338
1339 * dired.el (dired-dnd-popup-notice): Use message-box.
1340
1341 2005-05-23 Masatake YAMATO <jet@gyve.org>
1342
1343 * bindings.el (mode-line-major-mode-keymap):
1344 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1345
1346 * faces.el (mode-line-highlight): New face.
1347
1348 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1349 as mouse-face.
1350
1351 * bindings.el (top-level, help-echo, mode-line-modified)
1352 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1353 as mouse-face.
1354
1355 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1356
1357 * progmodes/cc-engine.el (c-guess-basic-syntax):
1358 Remove spurious call to `zerop'.
1359
1360 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1361
1362 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1363
1364 CC Mode update to 5.30.10:
1365
1366 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1367 could go past the limit in decoration level 2, thereby causing
1368 errors during interactive fontification.
1369
1370 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1371 the file is evaluated interactively.
1372
1373 * cc-engine.el (c-guess-basic-syntax): Handle operator
1374 declarations somewhat better in C++.
1375
1376 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1377 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1378 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1379 (awk-mode): Use it.
1380 (make-local-hook): Suppress warning about obsoleteness.
1381
1382 * cc-engine.el, cc-align.el, cc-cmds.el
1383 (c-append-backslashes-forward, c-delete-backslashes-forward)
1384 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1385 Compensate for return value from `forward-line' when it has moved
1386 but not to a different line due to eob.
1387
1388 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1389 `objc-method-intro' and `objc-method-args-cont'.
1390
1391 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1392
1393 CC Mode update to 5.30.10:
1394
1395 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1396 in the copyright statement. Incidentally, change "along with GNU
1397 Emacs" to "along with this program" where it occurs.
1398
1399 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1400 so that it is interactive, hence can be found by M-x awk-mode
1401 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1402 <gmorris+emacs@ast.cam.ac.uk>.
1403
1404 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1405 Mode's regexps.
1406
1407 2005-05-23 Kevin Ryde <user42@zip.com.au>
1408
1409 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1410 c-parse-state, to avoid a lisp error (on bad code).
1411
1412 2005-05-23 Lute Kamstra <lute@gnu.org>
1413
1414 * subr.el (font-lock-defaults): Remove defvar as it's already
1415 defined in font-core.el.
1416
1417 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1418
1419 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1420
1421 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1422 more general and work when GDB variable "print pretty" is on,
1423 as with Emacs, for example.
1424
1425 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1426
1427 * font-core.el: Update comment.
1428
1429 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1430 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1431
1432 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1433
1434 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1435
1436 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1437 and `yank-handler' in the doc strings.
1438
1439 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1440
1441 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1442
1443 2005-05-22 Richard M. Stallman <rms@gnu.org>
1444
1445 * help.el (describe-key): Move print-help-return-message call
1446 out of conditional.
1447
1448 * progmodes/etags.el (list-tags): Use with-no-warnings.
1449
1450 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1451 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1452 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1453
1454 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1455
1456 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1457 Add defvar.
1458
1459 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1460 Use defvar, not defconst.
1461
1462 * hexl.el (hexl-follow-line): Use with-no-warnings.
1463
1464 * emulation/tpu-extras.el: Use write-file-functions instead of
1465 write-file-hooks.
1466
1467 * dired.el (dired-font-lock-keywords): Fontify files with junk
1468 extensions even if marked by -F.
1469
1470 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1471
1472 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1473 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1474 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1475 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1476 (concatenate, list-length, get*, getf, cl-remprop):
1477 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1478 (etypecase, progv, lexical-let, lexical-let*)
1479 (multiple-value-bind, multiple-value-setq, shiftf):
1480 Improve argument/docstring consistency.
1481
1482 * subr.el (focus-frame, unfocus-frame):
1483 Revert deletion on 2005-05-01.
1484
1485 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1486
1487 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1488 doesn't exist.
1489
1490 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1491 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1492
1493 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1494
1495 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1496 already deleted variables: auto-fill-hook, blink-paren-hook,
1497 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1498 suspend-hooks, comment-indent-hook, meta-flag,
1499 before-change-function, after-change-function,
1500 font-lock-doc-string-face.
1501
1502 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1503
1504 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1505
1506 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1507
1508 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1509 rmail-dont-reply-to.
1510
1511 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1512
1513 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1514 literal blank when splitting new-header-values.
1515
1516 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1517
1518 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1519 string so that tmm doesn't create a completion entry for it.
1520
1521 * textmodes/table.el (table-disable-menu): Ditto.
1522
1523 2005-05-21 Richard M. Stallman <rms@gnu.org>
1524
1525 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1526
1527 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1528
1529 * net/rcompile.el (remote-compile): Use compilation-start.
1530
1531 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1532
1533 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1534
1535 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1536 Default to makefile-bsdmake-mode on BSD systems.
1537
1538 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1539 REGEXP may also be a search function now. The part of doc-string
1540 for describing the structure was 95% identical to that of
1541 `imenu--generic-function'. Unify it there.
1542
1543 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1544 Use function to find dependencies, because regexp alone is so complex,
1545 it easily goes into an endless loop.
1546 (makefile-makepp-mode): Also add submenu for Perl functions
1547 defined in the makefile.
1548 (makefile-bsdmake-mode): Special imenu-generic-expression no
1549 longer needed, due to function call.
1550 (makefile-match-dependency): Take BOUND into account when checking
1551 if we're through.
1552
1553 2005-05-20 Jay Belanger <belanger@truman.edu>
1554
1555 * calc/calc-units.el (calc-invalidate-units-table):
1556 Use inhibit-read-only.
1557 (math-build-units-table-buffer): Use view-mode.
1558
1559 2005-05-20 David Kastrup <dak@gnu.org>
1560
1561 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1562 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1563
1564 2005-05-20 Lute Kamstra <lute@gnu.org>
1565
1566 * diff-mode.el (diff-header-face, diff-file-header-face)
1567 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1568 (diff-added-face, diff-changed-face, diff-function-face)
1569 (diff-context-face, diff-nonexistent-face): Put them in the
1570 diff-mode customization group.
1571
1572 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1575
1576 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1577
1578 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1579 Minor regexp-optimization.
1580
1581 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1582
1583 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1584 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1585 (org-agenda-add-time-grid-maybe): New function.
1586 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1587 (org-table-create): `dotimes' instead of `mapcar'.
1588 (org-xor): Simplify implementation.
1589 (org-agenda): `inhibit-redisplay' turned on.
1590 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1591 a consistent line after a state change.
1592 (org-agenda-remove-times-when-in-prefix): New option.
1593 (org-prefix-has-time): New variable.
1594 (org-parse-time-string): Optional argument NODEFAULT.
1595 (org-format-agenda-item): Parse items for time-of-day
1596 specifications and move these into the prefix if possible.
1597 (org-agenda-priority): Get current heading, not previous heading
1598 during agenda remote editing.
1599
1600 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1601
1602 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1603 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1604 (remove-duplicates, delete-duplicates, substitute)
1605 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1606 (nsubstitute-if-not, find, find-if, find-if-not, position)
1607 (position-if, position-if-not, count, count-if, count-if-not)
1608 (mismatch, search, sort*, stable-sort, merge, member*)
1609 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1610 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1611 (intersection, nintersection, set-difference, nset-difference)
1612 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1613 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1614 (nsublis, tree-equal): Improve argument/docstring consistency.
1615
1616 * subr.el (send-string, send-region):
1617 Remove obsolescence declaration.
1618 (window-dot, set-window-dot, read-input, show-buffer)
1619 (eval-current-buffer, string-to-int):
1620 Add release number to obsolescence declarations.
1621
1622 2005-05-19 Kim F. Storm <storm@cua.dk>
1623
1624 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1625 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1626
1627 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1628
1629 * faces.el (list-faces-display): Make back button respect optional
1630 regexp arg.
1631
1632 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1633
1634 * calculator.el (calculator-radix-grouping-mode)
1635 (calculator-radix-grouping-digits, calculator-displayer)
1636 (calculator-radix-grouping-separator, calculator-copy-displayer):
1637 * dabbrev.el (dabbrev-search-these-buffers-only):
1638 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1639 (diff-advance-after-apply-hunk, diff-mode-hook)
1640 (diff-minor-mode-prefix):
1641 * imenu.el (imenu-use-popup-menu):
1642 * jit-lock.el (jit-lock-context-time):
1643 * newcomment.el (comment-fill-column, comment-column)
1644 (comment-style, comment-padding, comment-multi-line)
1645 (comment-empty-lines, comment-auto-fill-only-comments):
1646 * reveal.el (reveal-around-mark):
1647 * uniquify.el (uniquify-buffer-name-style)
1648 (uniquify-after-kill-buffer-p)
1649 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1650 (uniquify-min-dir-content, uniquify-separator)
1651 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1652 * w32-vars.el (w32-fixed-font-alist):
1653 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1654 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1655 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1656 * progmodes/perl-mode.el (perl-indent-level)
1657 (perl-continued-statement-offset, perl-continued-brace-offset)
1658 (perl-brace-offset, perl-brace-imaginary-offset)
1659 (perl-label-offset, perl-indent-continued-arguments)
1660 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1661 * progmodes/tcl.el (tcl-indent-level)
1662 (tcl-continued-indent-level, tcl-auto-newline)
1663 (tcl-tab-always-indent, tcl-electric-hash-style)
1664 (tcl-help-directory-list, tcl-use-smart-word-finder)
1665 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1666 (inferior-tcl-source-command):
1667 * textmodes/fill.el (enable-kinsoku):
1668 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1669 * textmodes/table.el (table-yank-handler):
1670 Specify missing group (and type, if simple) in defcustom.
1671
1672 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1673
1674 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1675
1676 2005-05-19 Richard M. Stallman <rms@gnu.org>
1677
1678 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1679
1680 * subr.el (event-basic-type): Don't get an error.
1681 (left-fringe-p): Function deleted.
1682
1683 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1684 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1685
1686 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1687 in recursive copy.
1688
1689 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1690
1691 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1692
1693 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1694 Call byte-compile-nogroup-warn if appropriate.
1695
1696 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1697 (compilation-set-window): Don't call left-fringe-p; do it directly.
1698
1699 2005-05-19 Jay Belanger <belanger@truman.edu>
1700
1701 * calc/calc-graph.el (calc-graph-format-data): Make sure
1702 var-PlotRejects is bound before trying to check its value.
1703
1704 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1705
1706 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1707 definition of this variable from reftex-global.el to reftex.el,
1708 because it is needed in the menu.
1709
1710 2005-05-19 Lute Kamstra <lute@gnu.org>
1711
1712 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1713 years are fixed. Don't insert a space after a dash.
1714
1715 2005-05-19 Kim F. Storm <storm@cua.dk>
1716
1717 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1718
1719 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1720
1721 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1722 strings, because (eq ... ?\\) is fairly frequent.
1723
1724 * progmodes/make-mode.el (makefile-add-this-line-targets):
1725 Simplify and integrate into `makefile-pickup-targets'.
1726 (makefile-add-this-line-macro): Simplify and integrate into
1727 `makefile-pickup-macros.
1728 (makefile-pickup-filenames-as-targets): Simplify.
1729 (makefile-previous-dependency, makefile-match-dependency):
1730 Don't stumble over `::'.
1731
1732 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1733
1734 * subr.el (post-command-idle-hook, post-command-idle-delay):
1735 Remove obsoletion of post-command-idle-hook and
1736 post-command-idle-delay.
1737
1738 * faces.el (list-faces-display): Provide button when describe-face
1739 is called to take user back to the list of faces.
1740
1741 * help-fns.el (describe-variable): Remove hyperlinks in a
1742 variable's value as these are quite frequently inappropriate.
1743
1744 * follow.el (follow-submit-feedback, follow-mode):
1745 Remove references to post-command-idle-hook.
1746
1747 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1748
1749 * progmodes/make-mode.el (makefile-previous-dependency)
1750 (makefile-match-dependency): Check for := (and in bsd mode also
1751 !=) to give a better result, even when font-lock is not on.
1752
1753 2005-05-18 Jay Belanger <belanger@truman.edu>
1754
1755 * calc/calc-help.el (calc-s-prefix-help):
1756 Add `calc-copy-special-constant' to help string.
1757
1758 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1759
1760 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1761
1762 2005-05-18 Jay Belanger <belanger@truman.edu>
1763
1764 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1765 in linear factors are in proper order.
1766
1767 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1768
1769 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1770 Support for jurabib.
1771
1772 * textmodes/reftex.el (featurep): Define aliases for overlay
1773 commands, for XEmacs compatibility, and use these aliases in
1774 overlay initializations.
1775 (reftex-highlight): Use `reftex-move-overlay'.
1776 (reftex-unhighlight): Use `reftex-delete-overlay'.
1777 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1778 (reftex-access-search-path): Use `reftex-uniquify' instead of
1779 `reftex-uniq'
1780
1781 * textmodes/reftex-sel.el (reftex-select-unmark):
1782 Overlay `before-string' property modification enables for Emacs as well.
1783 (reftex-select-item): Use `reftex-delete-overlay'.
1784 (reftex-select-mark): Use `reftex-make-overlay' and
1785 `reftex-overlay-put'.
1786 (reftex-select-unmark): Use `reftex-delete-overlay' and
1787 `reftex-overlay-put'.
1788
1789 2005-05-18 Lute Kamstra <lute@gnu.org>
1790
1791 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1792
1793 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1794
1795 * add-log.el (add-change-log-entry):
1796 * array.el (array-make-template, array-reconfigure-rows)
1797 (array-init-max-row, array-init-max-column)
1798 (array-init-columns-per-line, array-init-field-width):
1799 * replace.el (replace-match-maybe-edit, perform-replace):
1800 * textmodes/spell.el (spell-region):
1801 Replace `read-input' by `read-string'.
1802
1803 * forms.el (forms-mode):
1804 * finder.el (finder-compile-keywords):
1805 * shadowfile.el (shadow-read-files):
1806 Replace `eval-current-buffer' by `eval-buffer'.
1807
1808 * terminal.el (te-pass-through):
1809 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1810 (ange-ftp-raw-send-cmd):
1811 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1812 (send-process-next-char, telnet-initial-filter, telnet):
1813 Replace `send-string' by `process-send-string'.
1814
1815 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1816 (prolog-consult-region): Replace `send-string' by
1817 `process-send-string'; replace `send-region' by `process-send-region'.
1818
1819 * progmodes/delphi.el (delphi-log-msg):
1820 Replace `set-window-dot' by `set-window-point'.
1821
1822 * subr.el (window-dot, set-window-dot, read-input, send-string)
1823 (send-region, show-buffer, eval-current-buffer):
1824 Make really obsolete, as the comment says.
1825
1826 2005-05-17 Kim F. Storm <storm@cua.dk>
1827
1828 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1829 (cua--init-keymaps): Bind C-return instead of S-return to set
1830 rectangle mark.
1831
1832 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1833 instead of S-return to toggle/clear rectangle mark.
1834
1835 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1836
1837 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1838 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1839 Also fontify plain strings assigned to variables, mostly so that a
1840 colon has a face and is thus not taken as a dependency separator.
1841 (makefile-previous-dependency): Inline the new matcher, because it
1842 is too complex to work in both directions.
1843 (makefile-match-dependency): Eliminate `backward' arg (see above).
1844 Completely reimplemented so as to not sometimes go into an endless
1845 loop. It should also be more efficient, because first it only
1846 searches for `:', instead of applying the very complex regexp.
1847 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1848 to be fontified in one piece can be too long for JIT.
1849 Makefiles are never *that* big.
1850
1851 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1852
1853 * dired.el (dired-mode): Simplify.
1854
1855 2005-05-17 Lute Kamstra <lute@gnu.org>
1856
1857 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1858 defcustom for the mode hook variable.
1859
1860 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1861 Emacs Lisp Reference Manual.
1862
1863 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1864
1865 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1866 (evenp, list*):
1867 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1868 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1869
1870 * net/tramp-smb.el (tramp-smb-open-connection):
1871 Pass `tramp-chunksize' as fifth (required) argument.
1872
1873 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1874
1875 * font-lock.el (lisp-font-lock-keywords-1):
1876 Set `font-lock-negation-char-face' for [^...] char group.
1877 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1878
1879 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1880 a var, and refine it to mask one more level of nested vars.
1881 (makefile-rule-action-regex): Turn it into a var, and refine it so
1882 it recognizes backslashed continuation lines as belonging to the
1883 same command.
1884 (makefile-macroassign-regex): Refine it so it recognizes
1885 backslashed continuation lines as belonging to the same command.
1886 (makefile-var-use-regex): Don't look at the next char, because it
1887 might be the same one to be skipped by the initial [^$], leading
1888 to an overlooked variable use.
1889 (makefile-make-font-lock-keywords): Remove two parameters, which
1890 are now variables that some of the modes set locally.
1891 Handle dependency and rule action matching through functions, because
1892 regexps alone match too often. Dependency matching now comes
1893 last, so it can check, whether a colon already matched something else.
1894 (makefile-mode): Inform that font-lock improves makefile parsing
1895 capabilities.
1896 (makefile-match-dependency, makefile-match-action): New functions.
1897
1898 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1899
1900 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1901
1902 * align.el (align-regexp):
1903 * ansi-color.el (ansi-color-get-face):
1904 * array.el (array-reconfigure-rows, array-init-max-row)
1905 (array-init-max-column, array-init-columns-per-line)
1906 (array-init-field-width):
1907 * dired-aux.el (dired-trample-file-versions):
1908 * dired-x.el (dired-mark-sexp):
1909 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1910 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1911 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1912 * faces.el (face-read-integer):
1913 * files.el (backup-extract-version, insert-directory):
1914 * hexl.el (hexl-insert-decimal-char):
1915 * server.el (server-process-filter):
1916 * shell.el (shell-extract-num):
1917 * startup.el (command-line-1):
1918 * term.el (term-command-hook):
1919 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1920 (time-stamp-do-number):
1921 * time.el (display-time-update):
1922 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1923 (timezone-fix-time):
1924 * vms-patch.el (vms-suspend-resume-hook):
1925 * calendar/appt.el (appt-convert-time):
1926 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1927 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1928 * calendar/cal-islam.el (mark-islamic-diary-entries):
1929 * calendar/calendar.el (calendar-cursor-to-date)
1930 (calendar-star-date):
1931 * calendar/diary-lib.el (diary-attrtype-convert)
1932 (mark-diary-entries, diary-entry-time):
1933 * calendar/solar.el (solar-get-number):
1934 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1935 * emacs-lisp/re-builder.el (reb-display-subexp):
1936 * emulation/edt.el (edt-set-scroll-margins):
1937 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1938 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1939 (vip-get-ex-count):
1940 * emulation/viper-ex.el (viper-get-ex-token)
1941 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1942 * international/fontset.el (fontset-plain-name):
1943 * mail/feedmail.el (feedmail-look-at-queue-directory):
1944 * mail/mailalias.el (mail-get-names):
1945 * mail/rmail.el (rmail-convert-to-babyl-format):
1946 * mail/rmailsum.el (rmail-make-basic-summary-line)
1947 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1948 (rmail-summary-goto-msg):
1949 * mail/smtpmail.el (smtpmail-read-response):
1950 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1951 (ange-ftp-vms-add-file-entry):
1952 * play/gametree.el (gametree-looking-at-ply)
1953 (gametree-current-branch-score):
1954 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1955 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1956 * progmodes/cperl-mode.el (condition-case):
1957 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1958 (ebrowse-set-member-buffer-column-width)
1959 (ebrowse-select-1st-to-9nth):
1960 * progmodes/etags.el (etags-snarf-tag):
1961 * progmodes/flymake.el (flymake-parse-line):
1962 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1963 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1964 (idlwave-shell-menu-def):
1965 * progmodes/ps-mode.el (ps-run-goto-error):
1966 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1967 (vhdl-speedbar-contract-level):
1968 * term/mac-win.el (x-handle-numeric-switch):
1969 * term/sun-mouse.el (sun-get-frame-data):
1970 * term/w32-win.el (x-handle-numeric-switch):
1971 * term/x-win.el (x-handle-numeric-switch):
1972 * textmodes/ispell.el (ispell-parse-output):
1973 * textmodes/nroff-mode.el (nroff-outline-level):
1974 * textmodes/reftex-cite.el (reftex-bib-sort-year)
1975 (reftex-bib-sort-year-reverse, reftex-format-citation):
1976 * textmodes/reftex-parse.el (reftex-init-section-numbers)
1977 (reftex-section-number):
1978 * textmodes/texinfmt.el (texinfo-paragraphindent):
1979 Replace `string-to-int' by `string-to-number'.
1980
1981 * international/latexenc.el: Add page marker to force the "Local
1982 Variables:" string out of the last page.
1983
1984 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1985
1986 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1987 tooltip-change-major-mode.
1988 (gud-tooltip-print-command): Remove case where gud-minor-mode
1989 is gdb ("--fullname").
1990 (gud-tooltip-tips): Turn GUD tooltips off for this case and
1991 explain to user.
1992
1993 2005-05-16 Jay Belanger <belanger@truman.edu>
1994
1995 * calc/calc-store.el (calc-copy-special-constant): New function.
1996
1997 * calc/calc-ext.el (calc-init-extensions): Add binding for
1998 `calc-copy-special-constant'.
1999
2000 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2001 for the `calc-copy-special-constant' command.
2002
2003 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2004
2005 * subr.el (left-fringe-p): New function.
2006
2007 * progmodes/compile.el (compilation-setup): Set local value of
2008 overlay-arrow-string to "" always.
2009 (compilation-set-window): Left fringe then don't scroll.
2010 No left fringe then no arrow and scroll message to top.
2011 (compilation-context-lines): Adjust doc string accordingly.
2012
2013 2005-05-16 Kim F. Storm <storm@cua.dk>
2014
2015 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2016 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2017 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2018 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2019 (ido-read-file-name): Handle commands with ido property value
2020 equal to find-file as reading a file name, to allow C-d to enter dired.
2021 (ibuffer-find-file): Add ido property with value find-file.
2022
2023 2005-05-15 Kim F. Storm <storm@cua.dk>
2024
2025 * subr.el (open-network-stream-nowait): Remove.
2026 (open-network-stream-server): Remove.
2027
2028 2005-05-15 Richard M. Stallman <rms@gnu.org>
2029
2030 * faces.el (describe-face): Output a definition link button.
2031
2032 * help-mode.el (help-face-def): New button type.
2033
2034 * emacs-lisp/copyright.el (copyright-fix-years):
2035 Match properly if the first year is 2-digit.
2036 Don't mess up the whitespace after the years by filling.
2037
2038 * dired-aux.el (dired-mark-confirm):
2039 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2040
2041 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2042 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2043 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2044
2045 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2046 Set font-lock-comment-start-skip.
2047
2048 * font-lock.el (font-lock-comment-start-skip): New variable.
2049 (font-lock-comment-end-skip): New variable.
2050 (font-lock-fontify-syntactically-region): Use them if non-nil.
2051
2052 2005-05-15 Jay Belanger <belanger@truman.edu>
2053
2054 * calc/calc-store.el (calc-store-value): Return a string rather
2055 than display it as a message.
2056 Use calc-var-name for variable name.
2057 (calc-store-into): Add the result of calc-store-value to message.
2058 (calc-copy-variable): Add a message.
2059 (calc-store-exchange): Improve error messages.
2060 (calc-store-binary, calc-store-map): Don't reset the values of
2061 special constants.
2062
2063 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2064
2065 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2066 manual to docstring.
2067
2068 * files.el (hack-local-variables-confirm): Add STRING argument.
2069 Make the function handle non file visiting buffers correctly.
2070 (hack-local-variables-prop-line, hack-local-variables)
2071 (hack-one-local-variable): Use STRING arg of
2072 `hack-local-variables-confirm'.
2073
2074 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2075
2076 Sync with Tramp 2.0.49.
2077
2078 * tramp.el (tramp-handle-dired-call-process)
2079 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2080 because the contents of the Tramp buffer is changed before
2081 insertion (`expand-file' and alike).
2082 (tramp-handle-insert-directory): If `localname' has an empty
2083 nondirectory name, it must not be quoted.
2084 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2085 variable `tramp-chunksize'. Change callees.
2086 (tramp-open-connection-setup-interactive-shell): Check remote host
2087 for buggy `send-process-string' implementation.
2088 Set `tramp-chunksize' if found. Reported by Michael Kifer
2089 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2090 (tramp-handle-shell-command): `insert-buffer' cannot be used
2091 because the contents of the Tramp buffer is changed before
2092 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2093 <frederic.bothamy@free.fr>.
2094 (tramp-set-auto-save): Actions should be done for Tramp file name
2095 handler only. Ange-FTP has its own auto-save mechanism.
2096 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2097 (tramp-set-auto-save-file-modes): Set file modes of
2098 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2099 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2100 (tramp-bug): Remove obsolete variable.
2101 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2102 for presence of `mml-mode'. Make it running for older Emacsen as well.
2103
2104 2005-05-14 John Paul Wallington <jpw@pobox.com>
2105
2106 * ibuf-ext.el (define-ibuffer-filter filename):
2107 If `dired-directory' is a list, use its car.
2108
2109 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2110
2111 * ibuffer.el (define-ibuffer-column filename):
2112 If `dired-directory' is a list, use its car.
2113
2114 2005-05-14 Richard M. Stallman <rms@gnu.org>
2115
2116 * subr.el (symbol-file): Doc fix.
2117
2118 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2119 (byte-compile-form): Call byte-compile-nogroup-warn.
2120 (byte-compile-warning-types): Doc fix.
2121
2122 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2123
2124 * progmodes/cc-engine.el (c-literal-faces):
2125 Add font-lock-comment-delimiter-face.
2126
2127 * net/net-utils.el (dig): Use with-no-warnings.
2128
2129 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2130 (sc-recite-frame-alist, sc-default-cite-frame)
2131 (sc-default-uncite-frame, sc-default-recite-frame)
2132 (sc-attrib-selection-list, sc-rewrite-header-list):
2133 Mark as risky-local-variable.
2134
2135 * international/ogonek.el (ogonek-jak, ogonek-how):
2136 Don't use beginning-of-buffer.
2137
2138 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2139
2140 * calendar/solar.el (solar-data-list): Move definition up.
2141
2142 * dnd.el (dnd-protocol-alist): Add autoload.
2143
2144 * progmodes/sh-script.el: Many doc usage fixes.
2145 (sh-indent-after-do): Change default to match common styles.
2146
2147 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2148
2149 * files.el (interpreter-mode-alist)
2150 (auto-mode-interpreter-regexp): Doc fixes.
2151
2152 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2153
2154 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2155
2156 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2157
2158 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2159
2160 * dired.el (dired-mode): make-variable-buffer-local =>
2161 make-local-variable.
2162
2163 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2164
2165 * term/mac-win.el (mac-select-convert-to-string): Try coding
2166 systems in mac-script-code-coding-systems if specified one cannot
2167 encode string for `com.apple.traditional-mac-plain-text'.
2168
2169 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2170
2171 * progmodes/make-mode.el (makefile-targets-face)
2172 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2173 (makefile-dependency-regex): Fix it to not make the colon in
2174 $(var:a=b) special.
2175 (makefile-rule-action-regex): New regexp for highlighting embedded
2176 Shell strings.
2177 (makefile-macroassign-regex): Handle != for highlighting as
2178 embedded Shell strings.
2179 (makefile-var-use-regex): New const.
2180 (makefile-statements, makefile-automake-statements)
2181 (makefile-gmake-statements, makefile-makepp-statements)
2182 (makefile-bsdmake-statements): New consts.
2183 (makefile-make-font-lock-keywords): New function.
2184 (makefile-automake-font-lock-keywords)
2185 (makefile-gmake-font-lock-keywords)
2186 (makefile-makepp-font-lock-keywords)
2187 (makefile-bsdmake-font-lock-keywords): New consts.
2188 (makefile-mode-map): Add switchers between the various submodes.
2189 (makefile-mode): Document the availability of the variants.
2190 (makefile-automake-mode, makefile-gmake-mode)
2191 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2192
2193 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2194 new variants of makefile-mode.
2195
2196 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2197
2198 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2199 the inheritance.
2200
2201 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2202
2203 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2204 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2205
2206 * files.el (normal-mode): Extend the scope of the
2207 `enable-local-variables' binding to include the `set-auto-mode' call.
2208 (magic-mode-alist): Doc fix.
2209
2210 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2213 font-lock-comment-face rather than copying its setting.
2214
2215 2005-05-12 Andreas Schwab <schwab@suse.de>
2216
2217 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2218
2219 2005-05-12 Lute Kamstra <lute@gnu.org>
2220
2221 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2222 defcustom for the mode hook variable. Delete the last argument.
2223 * generic-x.el: Fix callers of define-generic-mode.
2224 (generic-x-modes): Delete group.
2225 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2226 generic-x customization group.
2227
2228 2005-05-12 Kim F. Storm <storm@cua.dk>
2229
2230 * font-lock.el (font-lock-negation-char-face): Default to "off".
2231
2232 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2233 font-lock-negation-char-face to ! in !=.
2234
2235 2005-05-12 Masatake YAMATO <jet@gyve.org>
2236
2237 * add-log.el (find-change-log): Fix typos in the docstring
2238 of function.
2239
2240 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2241
2242 * international/latexenc.el (latexenc-find-file-coding-system):
2243 Avoid `re-search-forward' when looking for input encoding because
2244 of speed and safety. Better regular expressions for recognizing
2245 input encoding. Limit a search for TeX-master/tex-main-file to
2246 the local variable section.
2247
2248 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2249
2250 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2251 syntax of $ to "'" (quote).
2252
2253 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2254
2255 * dnd.el (dnd-protocol-alist): Improve custom type.
2256
2257 * dired.el (dired-dnd-protocol-alist): New variable.
2258 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2259 `dired-mode-hook' to the end.
2260
2261 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2264 comment-end if comment-start-skip is not set.
2265 Obey the font-lock-comment-delimiter-face variables.
2266
2267 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * files.el (executable-find): Move from executable.el. Use locate-file.
2270 * progmodes/executable.el (executable-find): Move to files.el.
2271
2272 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2273 when trying to ensure forward progress.
2274
2275 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2276
2277 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2278 (mouse-select, mouse-select-internal, mouse-extend-internal):
2279 Use it to implement mouse-1-click-follows-link functionality.
2280
2281 2005-05-11 Richard M. Stallman <rms@gnu.org>
2282
2283 * font-lock.el (font-lock-fontify-syntactically-region):
2284 Use font-lock-comment-delimiter-face for comment delimiters.
2285
2286 2005-05-10 Jay Belanger <belanger@truman.edu>
2287
2288 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2289 preserving embedded modes.
2290
2291 2005-05-10 Richard M. Stallman <rms@gnu.org>
2292
2293 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2294
2295 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2296 Move from ada-stmt.el.
2297 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2298
2299 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2300 Move to ada-mode.el.
2301 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2302
2303 * cus-edit.el (custom-file): Call file-chase-links.
2304
2305 * files.el (read-directory-name): Fix previous change.
2306 (hack-local-variables-confirm): New function.
2307 (hack-local-variables-prop-line, hack-local-variables)
2308 (hack-one-local-variable): Use it.
2309
2310 2005-05-10 Lute Kamstra <lute@gnu.org>
2311
2312 * font-lock.el (font-lock-keywords-alist)
2313 (font-lock-removed-keywords-alist): Clarify docstrings.
2314
2315 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2316
2317 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2318 (gdb-source-info): Check for preprocessor info.
2319 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2320 a macro for a function.
2321 (gdb-info-breakpoints-custom): Try to find file again if not already
2322 found (user might have used GDB dir command).
2323 (gdb-get-location): Update gdb-location-alist correctly for change
2324 to gdb-info-breakpoints-custom.
2325
2326 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2327 (gud-tooltip-print-command): Add gdbmi case.
2328 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2329 preprocessor info.
2330
2331 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2332
2333 * startup.el (fancy-splash-insert): Fix typo in doc string.
2334
2335 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2336
2337 * obsolete/float.el (string-to-float):
2338 * obsolete/hilit19.el (hilit-add-pattern):
2339 * obsolete/rnews.el (news-parse-range, news-select-message)
2340 (news-get-pruned-list-of-files): Replace `string-to-int' by
2341 `string-to-number'.
2342
2343 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2344 `find-file-not-found-hooks'; use `add-hook'.
2345 (uncompress-while-visiting): Set `write-file-functions', not
2346 `write-file-hooks'; use `add-hook'.
2347
2348 2005-05-09 Kim F. Storm <storm@cua.dk>
2349
2350 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2351 (cua-paste): Handle clipboard action.
2352 (cua--init-keymaps): Remap clipboard-kill-region and
2353 clipboard-kill-ring-save.
2354
2355 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2356
2357 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2358 Improve commentary.
2359
2360 * simple.el (next-error-overlay-arrow-position): Revert the change
2361 made on 2005-04-30.
2362
2363 2005-05-07 Jay Belanger <belanger@truman.edu>
2364
2365 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2366 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2367 `calc-sel-reselect'.
2368
2369 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2370 Calc is in embedded mode.
2371
2372 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2373
2374 * progmodes/compile.el (compilation-setup):
2375 Set overlay-arrow-string to an empty string on text terminals.
2376
2377 * textmodes/ispell.el (ispell-program-name): Try looking for
2378 "aspell" along exec-path, and if found, use it as the default
2379 speller program.
2380
2381 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2382
2383 * international/mule.el (sgml-xml-auto-coding-function):
2384 Recognize encoding='FOO' in single quotes as well as in double quotes.
2385
2386 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2387
2388 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2389 as well as `interactive', so that defmacro* would recognize
2390 `declare' forms.
2391
2392 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2393
2394 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2395 Explain more about the LIGHTER arg's usage in the doc string.
2396 Add commentary to clarify what the code does. Fix the regexp that
2397 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2398 since it could have characters special to regular expressions.
2399
2400 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2401
2402 * replace.el (occur-1): Bind inhibit-read-only so that
2403 erase-buffer doesn't barf on read-only text properties (likewise
2404 for add-text-properties in occur-engine). Mark buffer as unmodified.
2405 (occur-engine): Don't set buffer-read-only here.
2406
2407 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2408
2409 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2410 list-buffers-directory. This caused the *cvs-commit* buffer to be
2411 sometimes mistakenly reused as a *cvs* buffer.
2412
2413 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2414
2415 * tooltip.el: Move code for GUD tooltips into gud.el.
2416 (require): CL no longer needed to compile case.
2417 (tooltip-mode): Do not toggle functions for GUD tooltips.
2418 (tooltip-gud-tips-p): Remove. Replace with minor mode
2419 gud-tooltip-mode in gud.el.
2420 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2421 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2422 tooltip-gud prefix with gud-tooltip and obsolete.
2423 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2424 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2425 (tooltip-mouse-motion): Mouse movement functions/variable.
2426 Rename in gud.el by adding gud prefix.
2427 (tooltip-gud-original-filter, tooltip-gud-dereference)
2428 (tooltip-gud-event, tooltip-toggle-gud-tips)
2429 (tooltip-gud-process-output, tooltip-gud-print-command)
2430 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2431 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2432 (gdb-tooltip-print): Move to gdb-ui.el.
2433
2434 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2435 (require): CL needed to compile case.
2436 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2437 tooltip-gud-tips-p. Make it a minor-mode.
2438 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2439 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2440 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2441 (gud-tooltip-change-major-mode)
2442 (gud-tooltip-activate-mouse-motions-if-enabled)
2443 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2444 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2445 (gud-tooltip-original-filter, gud-tooltip-dereference)
2446 (gud-tooltip-event, tooltip-toggle-gud-tips)
2447 (gud-tooltip-process-output, gud-tooltip-print-command)
2448 (gud-tooltip-tips): Move from tooltip.el.
2449
2450 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2451 (gdb-cpp-define-alist-flags): Doc fix.
2452 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2453 gud-tooltip-mode is t.
2454
2455 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2456
2457 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2458 evaporate if their text is deleted.
2459 (goto-address-at-point): Make it work as a mouse binding as well.
2460 (goto-address-at-mouse): Obsolete it. Update users.
2461
2462 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2463
2464 * calendar/appt.el (top-level): No longer activate on load.
2465
2466 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2467
2468 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2469 * net/webjump.el (webjump):
2470 * progmodes/idlw-help.el (idlwave-do-context-help1)
2471 (idlwave-highlight-linked-completions):
2472 * textmodes/po.el (po-find-file-coding-system-guts):
2473 Replace `assoc-ignore-case' by `assoc-string'.
2474
2475 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2476
2477 * files.el (locate-file): Doc fix.
2478
2479 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2480 Remove the redundant test for ms-dos.
2481
2482 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2483 look for the preprocessor with exec-suffixes. If not found in
2484 standard places, look in exec-path. Remove most of the tests that
2485 used system-type.
2486
2487 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2488
2489 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2490
2491 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2492 file-name clash with jka-compr.el on 8+3 filesystems.
2493
2494 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2495
2496 * term/mac-win.el: Don't define or bind scroll bar functions if
2497 x-toolkit-scroll-bars is t.
2498 (x-select-text, x-get-selection-value):
2499 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2500 (PRIMARY): Put mac-scrap-name property.
2501 (mac-select-convert-to-file-url): New function.
2502 (public.file-url): New selection target type. Add to
2503 selection-converter-alist.
2504 (x-get-selection, x-selection-value): Handle it.
2505 (x-cut-buffer-or-selection-value): New alias.
2506
2507 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2508
2509 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2510 entry to avoid calling bibtex-find-entry with arg global
2511 being t. Remove arg key.
2512 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2513 (bibtex-copy-summary-as-kill): Change accordingly.
2514
2515 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2516
2517 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2518 (org-agenda-date-later): Use with-current-buffer.
2519
2520 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2521
2522 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2523 (define-obsolete-variable-alias): Doc Fixes.
2524
2525 2005-05-06 Kim F. Storm <storm@cua.dk>
2526
2527 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2528 vertical-motion when selective-display is active.
2529
2530 * ido.el (ido-setup-hook): New hook.
2531 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2532 (ido-input-stack): New var.
2533 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2534 ido-next-work-file binding to M-O.
2535 Bind M-f to ido-wide-find-file-or-pop-dir.
2536 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2537 (ido-read-internal): Run ido-setup-hook.
2538 Catch quit in read-file-name and read-string to cancel edit.
2539 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2540 Automatically pop-all when completing a directory name (RET).
2541 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2542 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2543 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2544 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2545 New functions for M-b/M-f to move among the directory components.
2546 (ido-make-merged-file-list): Catch quit to cancel merge.
2547 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2548 (ido-completion-help): No warnings for ido-completion-buffer-full.
2549
2550 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2551
2552 * font-lock.el (font-lock-negation-char-face): New face and variable.
2553 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2554 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2555 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2556 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2557
2558 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2559
2560 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2561 Fix typo in docstring.
2562
2563 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2564 (ebrowse-print-statistics-line)
2565 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2566
2567 * term/w32-win.el (image-library-alist): Add additional name for
2568 Xpm library.
2569
2570 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2571
2572 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2573 use gcc instead of cpp.
2574
2575 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2576 (gdb-create-define-alist): Use it.
2577 (gdb-cpp-define-alist-program): Update for MS-DOS.
2578
2579 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2580
2581 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2582
2583 2005-05-04 Richard M. Stallman <rms@gnu.org>
2584
2585 * help.el (describe-key): No error when UNTRANSLATED is nil.
2586
2587 * simple.el (line-move-1): Fix previous change to signal errors
2588 appropriately.
2589
2590 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2591
2592 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2593 (icalendar-duration-correction): Remove.
2594 (icalendar--get-event-properties): Split result at commas.
2595 (icalendar--decode-isoduration): New optional argument
2596 DURATION-CORRECTION.
2597 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2598 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2599 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2600 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2601 (icalendar--convert-anniversary-to-ical): New functions, extracted
2602 from icalendar-export-region, with bug fixes.
2603 (icalendar-export-region): Use the above functions.
2604 (icalendar-import-buffer): Check before saving diary file.
2605 (icalendar--convert-recurring-to-diary)
2606 (icalendar--convert-non-recurring-all-day-to-diary)
2607 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2608 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2609 (icalendar--convert-ical-to-diary): Use the above functions.
2610
2611 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2612
2613 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2614 Remove these recent additions.
2615 (c-mode): Restore to before 2005-04-28.
2616
2617 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2618 recent addition.
2619
2620 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2621 (gdb-define-alist): New variables.
2622 (gdb-create-define-alist): New function.
2623 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2624 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2625 with string-to-number.
2626 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2627
2628 * progmodes/gud.el: Replace string-to-int with string-to-number.
2629 (gud-find-file): Handle gdb-define-alist.
2630
2631 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2632
2633 2005-05-02 Jay Belanger <belanger@truman.edu>
2634
2635 * calc/calc-aent.el (math-read-token):
2636 * calc/calc-bin.el (calc-word-size):
2637 * calc/calc-ext.el (calc-read-number-fancy):
2638 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2639 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2640 * calc/calc-frac.el (calc-over-notation):
2641 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2642 (calc-graph-num-points, calc-graph-init):
2643 * calc/calc-prog.el (calc-read-parse-table-part)
2644 (calc-edit-macro-repeats):
2645 * calc/calc-yank.el (calc-do-grab-rectangle):
2646 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2647 Replace `string-to-int' by `string-to-number'.
2648
2649 2005-05-02 Kim F. Storm <storm@cua.dk>
2650
2651 * kmacro.el: Use executing-kbd-macro-index variable.
2652
2653 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2654
2655 * net/rlogin.el (rlogin-parse-words): Delete func.
2656 (rlogin): Use split-string, not rlogin-parse-words.
2657 Also, if there are option-like elements in the parsed args,
2658 take the host to be the first arg immediately following them.
2659 Suggested by Michael Mauger.
2660
2661 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2662
2663 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2664
2665 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2666
2667 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2668 (cc-mode-cpp-program): Rename to cc-define-list-program and
2669 move to cc-vars.el.
2670
2671 * progmodes/cc-vars.el (cc-define-list-program):
2672 Change to "gcc -E -dM -". Make customizable.
2673
2674 2005-05-02 Kim F. Storm <storm@cua.dk>
2675
2676 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2677
2678 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2679
2680 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2681
2682 * international/mule-util.el (truncate-string): Remove alias and
2683 obsolete declaration.
2684
2685 * international/mule-cmds.el (update-iso-coding-systems):
2686 Remove alias and obsolete declaration.
2687
2688 * international/mule.el (coding-system-parent): Remove alias and
2689 obsolete declaration.
2690
2691 * subr.el (define-function, sref): Remove aliases and obsolete
2692 declarations.
2693 (chars-in-region): Remove obsolete declaration.
2694
2695 2005-05-01 Richard M. Stallman <rms@gnu.org>
2696
2697 * info.el (Info-mode): Set widen-automatically to nil, locally.
2698
2699 * simple.el (widen-automatically): New variable.
2700 (pop-global-mark): Obey widen-automatically.
2701
2702 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2703
2704 * term/xterm.el (function-key-map): Call substitute-key-definition
2705 before the keymap size is increased by a lot of define-key calls.
2706
2707 2005-05-01 Richard M. Stallman <rms@gnu.org>
2708
2709 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2710 Rename ARG to ELEMENT. Doc fix.
2711
2712 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2713
2714 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2715 Remove references to allout-exposure/change to allout-new-exposure.
2716
2717 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2718 bytecode symbols.
2719
2720 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2721 (compiled-function-p, focus-frame, unfocus-frame):
2722 Remove aliases and obsolete declarations.
2723 Back out inadvertent changes from previous commit.
2724
2725 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2726
2727 * files.el (require-final-newline): Make Custom tags consistent
2728 with mode-require-final-newline.
2729 (mode-require-final-newline): Doc fix.
2730
2731 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * international/latexenc.el (latexenc-find-file-coding-system):
2734 Fix regular expressions.
2735
2736 2005-05-01 David Kastrup <dak@gnu.org>
2737
2738 * international/latexenc.el (latexenc-find-file-coding-system):
2739 Fix regular expressions.
2740
2741 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2742
2743 * subr.el (string-to-int): Make obsolete.
2744
2745 2005-04-30 Richard M. Stallman <rms@gnu.org>
2746
2747 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2748
2749 * loadup.el: load jka-comp-hook.
2750
2751 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2752 (jka-compr-handler): Add autoload. `put' calls moved
2753 to jka-comp-hook.el.
2754 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2755 (jka-compr-inhibit): Autoload.
2756
2757 * jka-comp-hook.el: New file.
2758 Enable the mode by default.
2759
2760 * files.el (backup-buffer-copy): Use copy-file instead
2761 of write-region, and put back the 'excl.
2762
2763 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2764
2765 * progmodes/flymake.el (flymake-split-string)
2766 (flymake-split-string, flymake-log, flymake-pid-to-names)
2767 (flymake-reg-names, flymake-get-source-buffer-name)
2768 (flymake-unreg-names, flymake-add-line-err-info)
2769 (flymake-add-err-info): Clarify docstrings.
2770 (flymake-popup-menu, flymake-make-emacs-menu)
2771 (flymake-make-xemacs-menu): Add docstrings.
2772 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2773 Set variables directly throughout.
2774
2775 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2776
2777 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2778 exists. Initialise cc-define-alist.
2779 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2780 If there is no file (Macroexpansion) don't create an alist.
2781
2782 2005-04-29 Sam Steingold <sds@gnu.org>
2783
2784 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2785 (cc-create-define-alist): Use it instead of the hard-coded string.
2786
2787 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2788
2789 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2790 for latexenc.
2791
2792 2005-04-29 Lute Kamstra <lute@gnu.org>
2793
2794 * emacs-lisp/generic.el: Improve commentary section.
2795 (define-generic-mode): Improve docstring.
2796
2797 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2798
2799 * textmodes/org.el (many places): Change to quiet the byte compiler.
2800 (org-prefix-format-compiled): New variable.
2801 (org-compile-prefix-format): New function.
2802 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2803 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2804 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2805 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2806 consistency with entries from `org-mode' files.
2807 (org-get-time-of-day): Fix bug with partial matches early in a line.
2808 (org-non-link-chars): New constant.
2809 (org-link-regexp): Respect `org-non-link-chars'.
2810 (org-agenda-day-view): Remove command.
2811 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2812 (org-follow-bbdb-link, org-store-link): Search also company field.
2813 (org-highlight-overlay): New variable.
2814 (org-highlight, org-unhighlight): New functions.
2815 (org-agenda-mode): Add pre-command-hook to remove highlight.
2816 (org-evaluate-time-range): Behavior depends upon whether time stamp
2817 contains a time or not.
2818 (org-show-subtree, org-show-entry): New functions.
2819 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2820
2821 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2822
2823 * comint.el (comint-output-filter-functions): Add autoload cookie.
2824
2825 2005-04-28 Kim F. Storm <storm@cua.dk>
2826
2827 * ido.el (ido-everywhere): Fix last change.
2828
2829 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2830
2831 * international/latexenc.el: New file.
2832 * international/mule-conf.el (file-coding-system-alist): For .tex,
2833 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2834
2835 2005-04-28 Lute Kamstra <lute@gnu.org>
2836
2837 * font-lock.el (font-lock-add-keywords)
2838 (font-lock-remove-keywords): Clarify docstring.
2839 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2840 Don't start docstrings with a `*'.
2841 (font-lock-update-removed-keyword-alist): Give it a docstring.
2842
2843 * generic-x.el: Update commentary section.
2844 Only require font-lock when compiling.
2845 Define all modes conditionally.
2846 Place all generic modes in the generic-x-modes customization group.
2847 (generic-x-modes): New customization group.
2848 (generic-default-modes, generic-mswindows-modes)
2849 (generic-unix-modes, generic-other-modes): New constants.
2850 (generic-define-mswindows-modes, generic-define-unix-modes):
2851 Update docstrings. Make them obsolete.
2852 (generic-extras-enable-list): New default value. Update docstring.
2853 Improve :type. Change :set function.
2854 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2855 Fix docstring.
2856
2857 * emacs-lisp/generic.el (generic-mode-internal):
2858 Simplify font-lock-defaults.
2859 (define-generic-mode): Fix docstring.
2860
2861 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2864 font-lock-face property to highlight matches.
2865
2866 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2867
2868 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2869 (cc-define-alist): New variable.
2870 (c-mode): Make it local and initialise it.
2871
2872 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2873 (gdb-exited): New function.
2874 (gdb-annotation-rules): Use it.
2875 (gdb-starting): Set gdb-active-process to t.
2876 (gdb-stopping): Amend doc string.
2877 (gdb-reset): Set gdb-active-process to nil.
2878
2879 * tooltip.el (tooltip-gud-tips): Show the associated #define
2880 directives when a C program under GDB is not executing.
2881
2882 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2883
2884 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2885 font-lock-fontify-syntactic-keywords.
2886
2887 * font-lock.el (font-lock-default-fontify-region): Don't force
2888 parse-sexp-lookup-properties to nil.
2889
2890 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2891
2892 * man.el (man-mode-syntax-table): Set up `:' to have
2893 word-constituent syntax.
2894
2895 2005-04-27 Lute Kamstra <lute@gnu.org>
2896
2897 * novice.el (disable-command): Don't add spurious newlines to the
2898 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2899
2900 2005-04-26 Jay Belanger <belanger@truman.edu>
2901
2902 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2903 than one window before deleting window.
2904
2905 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2906
2907 * shell.el (shell-prompt-pattern): Doc fix.
2908 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2909
2910 * comint.el (comint-prompt-regexp, comint-get-old-input)
2911 (comint-use-prompt-regexp)
2912 (comint-use-prompt-regexp-instead-of-fields)
2913 (comint-replace-by-expanded-history, comint-send-input)
2914 (comint-output-filter, comint-get-old-input-default)
2915 (comint-line-beginning-position, comint-bol, comint-show-output)
2916 (comint-backward-matching-input, comint-forward-matching-input)
2917 (comint-next-prompt, comint-previous-prompt):
2918 Rename `comint-use-prompt-regexp-instead-of-fields' to
2919 `comint-use-prompt-regexp'. Keep old name as alias and declare
2920 obsolete.
2921 (comint-use-prompt-regexp): Shorten first line of doc string.
2922
2923 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2924 Set paragraph-separate buffer locally to "\\'".
2925
2926 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2927 Adapt to above name change.
2928
2929 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2930 (smbclient-prompt-regexp): Ditto.
2931
2932 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2933
2934 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2935
2936 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2937 gdb-location-list.
2938 Break lines that are over 80 characters wide.
2939
2940 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2943 New fun and var, to preserve compatibility.
2944
2945 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2946
2947 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2948
2949 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2950 name to file-newer-than-file-p.
2951
2952 2005-04-26 Richard M. Stallman <rms@gnu.org>
2953
2954 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2955
2956 * progmodes/python.el (python-mode):
2957 Use new name eldoc-documentation-function.
2958
2959 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2960
2961 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2962 (eldoc-documentation-function):
2963 Rename from eldoc-print-current-symbol-info-function. Calls changed.
2964
2965 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
2966
2967 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2968
2969 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2970
2971 * term/xterm.el (function-key-map): Fix strings for
2972 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
2973 {C,S,A,C-S}-{f1-f12}.
2974
2975 2005-04-26 Kenichi Handa <handa@m17n.org>
2976
2977 * international/mule-cmds.el (select-safe-coding-system):
2978 Fix previous change.
2979
2980 2005-04-26 Lute Kamstra <lute@gnu.org>
2981
2982 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2983
2984 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2985 (font-lock-comment-delimiter-face): Ditto.
2986
2987 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2988
2989 2005-04-25 Jay Belanger <belanger@truman.edu>
2990
2991 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2992 to t while inserting information; use help-mode.
2993
2994 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2995
2996 * term.el (ansi-term-color-vector): Use the xterm colors.
2997 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
2998
2999 2005-04-25 Lute Kamstra <lute@gnu.org>
3000
3001 * font-core.el (font-lock-defaults): Fix docstring.
3002
3003 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3004
3005 2005-04-25 Kenichi Handa <handa@m17n.org>
3006
3007 * international/mule-cmds.el (select-safe-coding-system):
3008 Don't check consistency with coding: spec, etc if raw-text or
3009 no-conversion was found to be safe.
3010
3011 2005-04-24 Richard M. Stallman <rms@gnu.org>
3012
3013 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3014 citation markers at start of each line.
3015
3016 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3017 citation markers at start of each line.
3018
3019 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3020
3021 * files.el (mode-require-final-newline): Fix previous change.
3022 (require-final-newline): Fix type label.
3023
3024 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3025
3026 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3027 statement in buffer (broken by 2004-11-24 change).
3028
3029 2005-04-24 Kim F. Storm <storm@cua.dk>
3030
3031 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3032 and read-file-name-function values. Don't overwrite existing
3033 non-nil values if ido-mode is enabled without ido-everywhere.
3034
3035 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3036
3037 * files.el (mode-require-final-newline): Minor doc fix.
3038
3039 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3040
3041 * subr.el (syntax-after): Doc fix.
3042 (syntax-class): If argument is nil, return nil. Mask off upper 16
3043 bits, not 8 bits.
3044
3045 * files.el (mode-require-final-newline): Doc fix.
3046 (backup-buffer-copy): Fix last change.
3047
3048 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3049
3050 * term/mac-win.el: Require select. Set selection-coding-system to
3051 mac-system-coding-system. Call menu-bar-enable-clipboard.
3052 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3053 (x-select-enable-clipboard): New variables.
3054 (x-select-text, x-get-selection, x-selection-value)
3055 (x-get-selection-value, mac-select-convert-to-string)
3056 (mac-services-open-file, mac-services-open-selection)
3057 (mac-services-insert-text): New functions.
3058 (CLIPBOARD, FIND): Put mac-scrap-name property.
3059 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3060 (public.tiff): Put mac-ostype property.
3061 (selection-converter-alist): Add entries for them.
3062 (mac-application-menu-map): New keymap.
3063 (interprogram-cut-function, interprogram-paste-function): Set to
3064 x-select-text and x-get-selection-value, respectively.
3065 (split-window-keep-point): Set to t.
3066
3067 2005-04-23 Richard M. Stallman <rms@gnu.org>
3068
3069 * files.el (read-directory-name): Always pass non-nil
3070 DEFAULT-FILENAME arg to read-file-name.
3071 (backup-buffer-copy, basic-save-buffer-2): Take care against
3072 writing thru an unexpected existing symlink.
3073 (revert-buffer): In indirect buffer, revert the base buffer.
3074 (magic-mode-alist): Doc fix.
3075 (buffer-stale-function): Doc fix.
3076 (minibuffer-with-setup-hook): Avoid warning.
3077 (mode-require-final-newline): Doc and custom fix.
3078
3079 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3080
3081 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3082 use the default appearance.
3083 (font-lock-comment-delimiter-face): New face, new variable.
3084
3085 * imenu.el (imenu--generic-function): The official position of a
3086 definition is the start of the line that BEG is in.
3087
3088 * midnight.el (midnight-timer): Move defvar up.
3089
3090 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3091
3092 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3093
3094 * startup.el (command-line): Use with-no-warnings.
3095
3096 * window.el (window-size-fixed): New defvar.
3097
3098 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3099
3100 * mail/rmail.el (rmail-font-lock-keywords):
3101 Use font-lock-comment-delimiter-face.
3102
3103 * mail/sendmail.el (mail-font-lock-keywords):
3104 Use font-lock-comment-delimiter-face.
3105
3106 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3107
3108 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3109
3110 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3111 Specify t for LAXMATCH when matching directories.
3112 Save match data around compilation-compat-error-properties form.
3113
3114 2005-04-23 David Kastrup <dak@gnu.org>
3115
3116 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3117 Mention that the autoloaded aliases should be kept for AUCTeX.
3118
3119 2005-04-23 Andreas Schwab <schwab@suse.de>
3120
3121 * isearch.el (isearch-forward): Doc fix.
3122
3123 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3124
3125 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3126 (jit-lock-stealth-nice): Change default value to 0.5.
3127
3128 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3129
3130 * abbrev.el (write-abbrev-file): Write table entries in
3131 alphabetical order by table name.
3132
3133 2005-04-22 Kim F. Storm <storm@cua.dk>
3134
3135 * ido.el (ido-read-internal): Fix `list' completion.
3136
3137 2005-04-22 Kenichi Handa <handa@m17n.org>
3138
3139 * recentf.el (recentf-save-file-coding-system): New variable.
3140 (recentf-save-list): Encode the file by
3141 recentf-save-file-coding-system and add coding: tag.
3142
3143 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3144
3145 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3146
3147 2005-04-21 Lute Kamstra <lute@gnu.org>
3148
3149 * loadhist.el (unload-feature): Don't remove a function from hooks
3150 if it is about to be restored to an autoload . Remove functions
3151 that will become unbound from auto-mode-alist. Simplify the code.
3152
3153 * subr.el (assq-delete-all): New implementation that is linear,
3154 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3155 (rassq-delete-all): New function.
3156
3157 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3158 Add size-indication-mode.
3159
3160 2005-04-21 Kenichi Handa <handa@m17n.org>
3161
3162 * international/mule-cmds.el: Add autoload for widget-value in
3163 eval-when-compile.
3164
3165 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3166
3167 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3168 Add tooltip-mode.
3169
3170 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3171
3172 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3173
3174 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3175 (inferior-lisp-filter-regexp, inferior-lisp-program)
3176 (inferior-lisp-load-command, inferior-lisp-prompt)
3177 (inferior-lisp-mode-hook, lisp-source-modes)
3178 (inferior-lisp-load-hook): defvar->defcustom.
3179 (inferior-lisp-program, inferior-lisp-prompt)
3180 (inferior-lisp-load-hook): Doc fixes.
3181 (inferior-lisp-install-letter-bindings): Small change in
3182 introductory comment.
3183
3184 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3185
3186 * vc.el (vc-annotate-color-map): Change some colors so that text
3187 using them as foreground is readable on both white and black
3188 backgrounds.
3189
3190 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * international/mule-conf.el (translation-table-for-input):
3193 Remove redundant declaration.
3194
3195 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3196
3197 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3198
3199 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3200 (tooltip-toggle-gud-tips): New function.
3201
3202 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3203
3204 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3205 right angle brackets.
3206
3207 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3208
3209 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3210
3211 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3212
3213 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3214 Remove. Update callers to use expand-file-name instead.
3215
3216 * subr.el (syntax-class): New function.
3217
3218 * simple.el (blink-matching-open): Use it.
3219
3220 * paren.el (show-paren-function): Use it to recognize parens that are
3221 also used in 2-char comment markers.
3222
3223 2005-04-19 Lute Kamstra <lute@gnu.org>
3224
3225 * loadhist.el (unload-feature): Update for new format of
3226 load-history. Simplify the code.
3227
3228 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3229
3230 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3231 (mac-add-charset-info): New function. Initialize variable
3232 mac-charset-info-alist using it.
3233 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3234 for translation.
3235 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3236 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3237 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3238 New CCL programs.
3239
3240 2005-04-19 Kim F. Storm <storm@cua.dk>
3241
3242 * simple.el (next-buffer, prev-buffer, next-error)
3243 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3244 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3245
3246 * bindings.el (next-buffer, prev-buffer, next-error)
3247 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3248 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3249 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3250 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3251
3252 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * isearch.el (isearch-edit-string): Make the search-ring available for
3255 minibuffer history commands.
3256 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3257 the default history commands now work just as well.
3258 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3259
3260 2005-04-18 Kim F. Storm <storm@cua.dk>
3261
3262 * emulation/cua-base.el (cua--pre-command-handler): Add more
3263 elaborate check for shift modifier on non-window systems.
3264
3265 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3266
3267 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3268
3269 2005-04-18 Kim F. Storm <storm@cua.dk>
3270
3271 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3272 and make it optional. Don't test tooltip-gud-echo-area here.
3273 (tooltip-gud-process-output, gdb-tooltip-print):
3274 Pass tooltip-gud-echo-area to tooltip-show.
3275 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3276
3277 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3278
3279 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3280 `display-graphic-p' may not be bound yet.
3281
3282 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3283
3284 * startup.el (command-line): No longer enable Xterm Mouse mode by
3285 default in terminals compatible with xterm.
3286
3287 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3288
3289 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3290
3291 * tooltip.el (tooltip-gud-echo-area): Rename from
3292 tooltip-use-echo-area.
3293 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3294 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3295 area independently of where help tooltips are displayed.
3296
3297 2005-04-17 David Kastrup <dak@gnu.org>
3298
3299 * cus-theme.el (custom-theme-write-variables): Quote variables
3300 where necessary.
3301
3302 2005-04-17 Richard M. Stallman <rms@gnu.org>
3303
3304 * simple.el (yank-excluded-properties): Add follow-link to value.
3305
3306 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3307
3308 * startup.el (fancy-splash-max-time): Just 30 seconds.
3309 (fancy-splash-delay): Just 7.
3310 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3311
3312 * loadhist.el (unload-feature): Update for new format of load-history.
3313 Simplify the code.
3314
3315 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3316 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3317
3318 * mail/sendmail.el (mail-font-lock-keywords):
3319 Don't fontify subject text.
3320 Don't fontify the text of a citation.
3321
3322 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3323
3324 * comint.el (comint-output-filter): Run comint-output-filter-functions
3325 with point where the user had it.
3326
3327 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3328
3329 * international/ucs-tables.el (ucs-set-table-for-input):
3330 Disable when using unify-on-decoding.
3331
3332 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3333
3334 * emulation/cua-base.el (cua-global-mark-face): Add special case
3335 for displays supporting a high number of colors.
3336
3337 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3338
3339 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3340
3341 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3342
3343 * filesets.el (filesets-add-buffer): If user supplies a name of a
3344 non-existing fileset, create a new fileset.
3345
3346 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3347
3348 * textmodes/org.el (org-up-heading-all): Fix bug with
3349 `outline-up-heading-all'.
3350
3351 2005-04-16 Andreas Schwab <schwab@suse.de>
3352
3353 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3354 /etc/permissions.d/* and /etc/aliases.d/*.
3355
3356 2005-04-16 Kenichi Handa <handa@m17n.org>
3357
3358 * international/code-pages.el (cp-make-coding-system):
3359 Set `translation-table-for-input' property value to the symbol
3360 ucs-mule-to-mule-unicode, not to that value.
3361 (pt154): Escape guillemet by `\'.
3362
3363 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3364
3365 * loadup.el: Load tooltip if x-show-tip is fboundp.
3366
3367 * startup.el (command-line): Add comment.
3368
3369 * tooltip.el (tooltip-mode): Specify correct standard value for
3370 Custom in init-value.
3371
3372 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3373
3374 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3375 possible.
3376
3377 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3378
3379 * textmodes/org.el (org-agenda-date-prompt): Rename from
3380 `org-agenda-date-today'.
3381 (org-evaluate-time-range): Insert at point instead of directly
3382 after time range.
3383 (org-first-headline-recenter, org-subtree-end-visible-p)
3384 (org-optimize-window-after-visibility-change): New functions
3385 (org-agenda-post-command-hook): Don't allow point at end of line,
3386 to make sure it always hits the text properties.
3387 (org-agenda-next-date-line, org-agenda-previous-date-line):
3388 New commands.
3389 (org-set-regexps-and-options): Category may contain white space.
3390 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3391 Improve marker positions.
3392 (org-agenda-new-marker): Argument POS made optional.
3393 (org-agenda-get-timestamps): Deadlines which are done are listed
3394 in org-done-face now.
3395 (org-agenda-get-todos, org-agenda-get-timestamps)
3396 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3397 Set `undone-face' and `done-face' properties.
3398 (org-last-todo-state-is-todo): New variable.
3399 (org-todo): Set `org-last-todo-state-is-todo'.
3400 (org-agenda-todo): Change face according to
3401 `org-last-todo-state-is-todo'. And change other lines refering to
3402 the same entry.
3403 (org-calendar-goto-agenda): New command.
3404 (org-calendar-to-agenda-key): New option.
3405 (org-startup-folded): New allowed value `content'.
3406 (org-set-regexps-and-options): Accept new value `content' for
3407 `org-startup-folded'.
3408 (org-get-current-options): Handle new value `content' for
3409 `org-startup-folded'.
3410 (org-insert-todo-heading): New command.
3411 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3412 interactively in empty file and option
3413 `org-insert-mode-line-in-empty-file' has been set.
3414 (org-agenda-todo,org-agenda-priority): Modify to use
3415 `org-agenda-change-all-lines'.
3416 (org-warning-face): Change color on dark background
3417
3418 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3419
3420 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3421 use preferences AppleLocale and AppleLanguages, and variable
3422 mac-system-locale for default locale. On Mac OS Classic, use
3423 mac-system-coding-system for default coding systems.
3424
3425 * term/mac-win.el: Don't set file-name-coding-system.
3426 Decode variables system-name, emacs-build-system, user-login-name, and
3427 user-full-name by mac-system-coding-system on Mac OS Classic.
3428 (mac-system-coding-system): New variable.
3429
3430 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3431
3432 * startup.el (command-line): Handle `xterm-mouse-mode' before
3433 reading init file.
3434
3435 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3436
3437 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3438
3439 * progmodes/sh-script.el (sh-here-document-word): Make it a
3440 defcustom. Doc fix.
3441 (sh-add): Bash uses $(( )) for arithmetic.
3442 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3443 (sh-maybe-here-document): Remove quotes and leading whitespace
3444 from heredoc word when closing. Indent heredoc with tabs if word
3445 starts with "-".
3446
3447 2005-04-13 Richard M. Stallman <rms@gnu.org>
3448
3449 * simple.el (undo): Fix previous change.
3450
3451 * custom.el (defface): Doc fix.
3452
3453 2005-04-13 Lute Kamstra <lute@gnu.org>
3454
3455 * Makefile.in (DONTCOMPILE): Remove list.
3456 (compile, compile-always): Don't use DONTCOMPILE.
3457 (update-authors): Load the library in which batch-update-authors
3458 is defined.
3459 * makefile.w32-in (DONTCOMPILE): Remove list.
3460 (compile, compile-always): Fix comments.
3461 (update-authors): Load the library in which batch-update-authors
3462 is defined.
3463
3464 * generic-x.el (generic-mode-ini-file-find-file-hook):
3465 Rename to ini-generic-mode-find-file-hook.
3466 Keep generic-mode-ini-file-find-file-hook as an alias.
3467 (ini-generic-mode-find-file-hook): Rename from
3468 generic-mode-ini-file-find-file-hook. Fix docstring.
3469 (ini-generic-mode): Docstring change.
3470 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3471
3472 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3473 called from lisp.
3474
3475 * generic.el: Move to the emacs-lisp subdir.
3476
3477 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3478
3479 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3480 and C-S- function and cursor motion keys.
3481
3482 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3483
3484 * startup.el (command-line): Enable Xterm Mouse mode by default.
3485 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3486 for Custom. No longer show "Mouse" in mode line when enabled.
3487 Doc fix.
3488
3489 2005-04-12 Kim F. Storm <storm@cua.dk>
3490
3491 * emulation/cua-base.el (cua-rectangle-face)
3492 (cua-rectangle-noselect-face): Define face attributes here.
3493
3494 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3495
3496 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3497
3498 * startup.el (command-line): Turn off blinking cursor if
3499 cursorBlink in resources is off or false.
3500
3501 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3502
3503 * term/mac-win.el (dnd): Require dnd.
3504 (mac-drag-n-drop): Call dnd-handle-one-url.
3505 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3506 (kTextEncodingISOLatin2): Remove constants.
3507 (mac-script-code-coding-systems): New constant.
3508 (mac-handle-language-change): New function.
3509 (special-event-map): Bind it to `language-change' event.
3510 (mac-centraleurroman, mac-cyrillic): New coding systems.
3511 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3512 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3513 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3514 encode-mac-cyrillic, respectively.
3515
3516 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3517
3518 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3519 Don't set overlay-arrow-string to "=>" as this is done
3520 globally in C now.
3521
3522 2005-04-12 Lute Kamstra <lute@gnu.org>
3523
3524 * generic-x.el (rc-generic-mode, rul-generic-mode):
3525 Fix auto-mode-alist entries.
3526 (etc-fstab-generic-mode): Tweak fontification.
3527
3528 * generic.el (generic-make-keywords-list): Fix docstring.
3529 (generic-mode-internal): Simplify generic-font-lock-keywords.
3530
3531 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3532
3533 * whitespace.el (whitespace-buffer-leading)
3534 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3535 However, fix the highlight area for the leading and
3536 trailing whitespaces to show space.
3537
3538 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3539
3540 * whitespace.el (whitespace-version): Bump to 3.5
3541
3542 (whitespace-buffer-leading, whitespace-buffer-trailing):
3543 Invert sense of the test to highlight the whitespace.
3544
3545 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3546
3547 * progmodes/gud.el (gud-display-line): GUD uses its own
3548 overlay arrow now so don't set overlay-arrow-string.
3549 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3550
3551 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3552
3553 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3554 (term-ansi-current-reverse, term-ansi-current-invisible)
3555 (term-ansi-face-already-done): Change to boolean.
3556 (term-reset-terminal, term-handle-colors-array): Handle the above
3557 vars accordingly.
3558 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3559 (term-emulate-terminal): Use the new name.
3560
3561 * faces.el (secondary-selection): Use yellow1, not yellow.
3562 (trailing-whitespace): Use red1, not red.
3563
3564 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3565
3566 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3567 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3568 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3569
3570 * cus-edit.el (dnd): New group.
3571
3572 * term/w32-win.el (dnd): Require dnd
3573 (w32-drag-n-drop): Call dnd-handle-one-url.
3574
3575 * x-dnd.el: Require dnd.
3576 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3577 Call dnd-handle-one-url.
3578 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3579 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3580 to dnd-insert-text.
3581 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3582 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3583 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3584 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3585
3586 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3587
3588 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3589
3590 * wdired.el: Doc fixes.
3591 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3592 (wdired-use-dired-vertical-movement): Rename from
3593 wdired-always-move-to-filename-beginning.
3594 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3595 (wdired-change-to-wdired-mode): Change mode name.
3596 (wdired-newline): Delete.
3597
3598 2005-04-11 Richard M. Stallman <rms@gnu.org>
3599
3600 * whitespace.el (whitespace-highlight-the-space):
3601 Don't call whitespace-unhighlight-the-space here.
3602
3603 * simple.el (undo): Record t in undo-equiv-table
3604 for the redo record made by an undo-in-region.
3605
3606 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3607
3608 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3609 (gdb-frame-inferior-io-buffer): New Functions to control
3610 display of separate IO buffer.
3611 (menu): Add them to menu-bar.
3612 (gdb-display-buffer): Check for buffer another frame.
3613 Protect GUD buffer.
3614 (gdb-setup-windows): Create IO buffer if not already there.
3615 (gdb-memory-mode): Remove purecopy noops.
3616
3617 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3618
3619 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3620 and pass to self-insert-command.
3621
3622 2005-04-11 Lute Kamstra <lute@gnu.org>
3623
3624 * generic.el: Commentary section cleanup.
3625 (generic): Delete.
3626 (generic-use-find-file-hook, generic-lines-to-scan)
3627 (generic-find-file-regexp, generic-ignore-files-regexp)
3628 (default-generic-mode, generic-mode-find-file-hook)
3629 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3630 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3631 (generic-use-find-file-hook, generic-lines-to-scan)
3632 (generic-find-file-regexp, generic-ignore-files-regexp)
3633 (default-generic-mode, generic-mode-find-file-hook)
3634 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3635
3636 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3637
3638 * bookmark.el (bookmark-write-file): Catch errors writing file.
3639 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3640
3641 2005-04-10 Richard M. Stallman <rms@gnu.org>
3642
3643 * startup.el (fancy-splash-tail): Update copyright year.
3644 (command-line): Split part of -Q into -D.
3645 (emacs-basic-display): New defvar.
3646 (fancy-splash-text): Correct name of menu item.
3647
3648 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3649
3650 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3651 lines in one node.
3652
3653 * comint.el (comint-send-input): New arg ARTIFICIAL.
3654 Callers in this file changed.
3655
3656 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3657
3658 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3659
3660 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3661
3662 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3663 `ldap-search-internal'.
3664
3665 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3666
3667 * files.el (set-auto-mode-1): Use line-end-position.
3668
3669 * international/latin-1.el:
3670 * international/latin-2.el:
3671 * international/latin-3.el:
3672 * international/latin-4.el:
3673 * international/latin-5.el:
3674 * international/latin-8.el:
3675 * international/latin-9.el: Give punctuation syntax to NBSP.
3676
3677 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3678 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3679 Use char-classes to accept non-ascii letters, accepted in some recent
3680 bibtex implementations.
3681
3682 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3683
3684 * custom.el (custom-set-minor-mode): Any non-nil value for the
3685 variable should enable the mode when set through Custom.
3686
3687 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3688
3689 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3690 TAB binding so tab-always-indent is obeyed.
3691 (vhdl-minibuffer-local-map): Move initialization into declaration.
3692 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3693 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3694 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3695 (vhdl-current-line): Use line-beginning-position.
3696 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3697 with-output-to-temp-buffer, so the current position can be recorded.
3698
3699 2005-04-10 Masatake YAMATO <jet@gyve.org>
3700
3701 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3702 Add regexp for gcov.
3703
3704 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3705
3706 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3707 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3708 syntax which Emacs 20 doesn't support.
3709
3710 2005-04-09 Richard M. Stallman <rms@gnu.org>
3711
3712 * help.el (describe-key-briefly, describe-key):
3713 Replace strings as event types with "(any string)".
3714
3715 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * arc-mode.el (archive-mode-map): Move initialization into
3718 the declaration. Override *all* bindings of `undo'.
3719 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3720
3721 2005-04-09 Jay Belanger <belanger@truman.edu>
3722
3723 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3724
3725 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3726
3727 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3728 (xterm-register-default-colors): Update color values computation
3729 to match xterm-200.
3730
3731 2005-04-09 Kenichi Handa <handa@m17n.org>
3732
3733 * international/code-pages.el (iso-latin-7): Fix the map.
3734
3735 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3736
3737 * emacs-lisp/lisp.el (defun-prompt-regexp)
3738 (parens-require-spaces, buffer-end, end-of-defun)
3739 (insert-parentheses): Doc fixes.
3740
3741 2005-04-08 Kim F. Storm <storm@cua.dk>
3742
3743 * comint.el (comint-highlight-prompt): Fix face spec.
3744 * hi-lock.el (hi-green): Likewise.
3745
3746 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3747
3748 * cus-edit.el (custom-modified-face):
3749 * comint.el (comint-highlight-input): Fix previous changes.
3750 * term.el (term-handle-ansi-escape): Add a comment.
3751
3752 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3755 in the buffer and in whitespace-highlighted-space.
3756 (whitespace-unhighlight-the-space): Simplify.
3757 (whitespace-buffer): Simplify.
3758
3759 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3760
3761 * textmodes/table.el (table-cell-face): Add special case for
3762 displays supporting a high number of colors.
3763 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3764 (vhdl-font-lock-reserved-words-face)
3765 (vhdl-speedbar-architecture-face)
3766 (vhdl-speedbar-instantiation-face)
3767 (vhdl-speedbar-architecture-selected-face)
3768 (vhdl-speedbar-instantiation-selected-face): Likewise.
3769 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3770 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3771 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3772 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3773 (ebrowse-progress-face): Likewise.
3774 * progmodes/compile.el (compilation-info-face): Likewise.
3775 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3776 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3777 * calendar/calendar.el (diary-face): Likewise.
3778 * woman.el (woman-italic-face, woman-bold-face)
3779 (woman-unknown-face): Likewise.
3780 * wid-edit.el (widget-button-pressed-face): Likewise.
3781 * whitespace.el (whitespace-highlight-face): Likewise.
3782 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3783 * pcvs-info.el (cvs-marked-face): Likewise.
3784 * info.el (info-xref): Likewise.
3785 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3786 * hilit-chg.el (highlight-changes-face)
3787 (highlight-changes-delete-face): Likewise.
3788 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3789 (hi-red-b): Likewise.
3790 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3791 * font-lock.el (font-lock-keyword-face)
3792 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3793 * cus-edit.el (custom-invalid-face, custom-modified-face)
3794 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3795 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3796 * comint.el (comint-highlight-prompt): Likewise.
3797
3798 2005-04-08 Lute Kamstra <lute@gnu.org>
3799
3800 * font-lock.el (font-lock-keywords): Docstring fixes.
3801
3802 2005-04-08 Kenichi Handa <handa@m17n.org>
3803
3804 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3805 chars are more than a limit, print " and more..." at the tail.
3806
3807 2005-04-08 Kim F. Storm <storm@cua.dk>
3808
3809 * emacs-lisp/authors.el (authors-aliases): Update list.
3810 (authors-ignored-files): New list.
3811 (authors-fixed-entries): Fix typo.
3812 (authors-renamed-files-alist): Update list.
3813 (authors-add): Check authors-ignored-files.
3814
3815 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3816
3817 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3818 optional, to ensure backward compatibility.
3819
3820 2005-04-08 Stephen Eglen <stephen@gnu.org>
3821
3822 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3823
3824 2005-04-08 Kim F. Storm <storm@cua.dk>
3825
3826 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3827
3828 * mouse.el (mouse-on-link-p): Doc fix.
3829
3830 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3831
3832 * ielm.el (ielm-prompt-read-only): Doc fix.
3833
3834 * comint.el (comint-prompt-read-only): Doc fix.
3835
3836 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3837
3838 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3839 ensure dired always handles wildcards passed to ffap.
3840 (find-file-at-point): Use it.
3841 (ffap-dired-wildcards): Doc fix.
3842
3843 2005-04-07 Juri Linkov <juri@jurta.org>
3844
3845 * simple.el (next-error-overlay-arrow-position): New defvar.
3846 Put "=>" on its property `overlay-arrow-string'. Add it to
3847 `overlay-arrow-variable-list'.
3848
3849 * progmodes/compile.el (compilation-setup):
3850 Set `next-error-overlay-arrow-position' to nil. Also set it to
3851 nil in the local hook `kill-buffer-hook'. Make local variable
3852 `overlay-arrow-string' and set it to "=>".
3853 (compilation-goto-locus): Set BOL position to
3854 `next-error-overlay-arrow-position' instead of
3855 `overlay-arrow-position'.
3856
3857 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3858 locally instead of adding it to the global hook.
3859 (Info-kill-buffer): Move up.
3860
3861 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3862
3863 * term/xterm.el (xterm-standard-colors): Update color values from
3864 xterm-200.
3865
3866 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3867
3868 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3869
3870 * fast-lock.el:
3871 * lazy-lock.el: Move them to the obsolete subdir.
3872
3873 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3874
3875 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3876 (wdired-add-replace-advice): Remove.
3877 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3878
3879 2005-04-06 Kim F. Storm <storm@cua.dk>
3880
3881 * startup.el (command-line): Add --bare-bones alias for -Q.
3882
3883 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3884
3885 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3886 create the startup fontset if a font specification ends with
3887 `mac-roman'.
3888
3889 2005-04-06 Lute Kamstra <lute@gnu.org>
3890
3891 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3892 change.
3893
3894 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3895 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3896
3897 2005-04-05 Lute Kamstra <lute@gnu.org>
3898
3899 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3900 (define-generic-mode): Ditto. Fix debug declaration.
3901
3902 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3903 Put them in the generic-x group.
3904
3905 * calendar/timeclock.el (timeclock): Doc fix.
3906
3907 * generic.el (define-generic-mode): Don't use custom-current-group.
3908 Document default :group value.
3909 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3910 (define-global-minor-mode): Don't use custom-current-group.
3911
3912 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3913
3914 * startup.el (command-line-1): Display startup-echo-area-message
3915 when fancy splash screen is in use.
3916
3917 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3918 (sh-escaped-newline): New face.
3919 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3920 newline, and use sh-escaped-newline face.
3921
3922 * progmodes/tcl.el (tcl-escaped-newline): New face.
3923 (tcl-builtin-list): New variable.
3924 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3925 newlines. Fix keywords subexpression number.
3926
3927 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3928
3929 * textmodes/org.el (org-diary-default-entry): Fix call to
3930 `add-to-diary-entry'.
3931
3932 2005-04-05 Kim F. Storm <storm@cua.dk>
3933
3934 * ediff-init.el: Use (featurep 'xemacs).
3935
3936 2005-04-05 David Ponce <david@dponce.com>
3937
3938 * cus-edit.el (face): Derive from symbol widget. Display sample
3939 of the current face on the fly.
3940 (widget-face-sample-face-get, widget-face-notify): New functions.
3941 (widget-face-value-create): Remove.
3942
3943 * wid-edit.el (widget-field-end): Temporarily remove field
3944 narrowing before to call `get-char-property'.
3945
3946 2005-04-04 Jay Belanger <belanger@truman.edu>
3947
3948 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3949 (math-read-subscripts): New variable.
3950 (math-read-preprocess-string): Process subscripts.
3951
3952 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3953
3954 * comint.el (comint-prompt-read-only): Doc fix.
3955
3956 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3957 `-1'. Doc fix.
3958
3959 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
3960
3961 * textmodes/org.el (org-insert-mode-line-in-empty-file):
3962 Change default value to nil.
3963
3964 2005-04-04 Lute Kamstra <lute@gnu.org>
3965
3966 * autorevert.el (auto-revert-mode): Specify :group.
3967 * battery.el (display-battery-mode): Specify :group.
3968 * diff-mode.el (diff-minor-mode): Specify :group.
3969 * font-core.el (font-lock-mode): Specify :group.
3970 * hl-line.el (hl-line-mode): Specify :group.
3971 * iimage.el (iimage): New customization group.
3972 (iimage-mode): Specify :group.
3973 * longlines.el (longlines-mode): Specify :group.
3974 * master.el: Don't require easy-mmode.
3975 (master): New customization group.
3976 (master-mode): Specify :group.
3977 * msb.el (msb-mode): Specify :group.
3978 * reveal.el (reveal-mode): Specify :group.
3979 * simple.el (next-error-follow-minor-mode): Specify :group.
3980 * smerge-mode.el (smerge-mode): Specify :group.
3981 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3982 * emulation/cua-base.el (cua-mode): Specify :group.
3983 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3984 * language/thai-util.el (thai-auto-composition-mode)
3985 (thai-word-mode): Specify :group.
3986 * mail/supercite.el (sc-minor-mode): Specify :group.
3987 * progmodes/cwarn.el (cwarn-mode): Specify :group.
3988 * progmodes/flymake.el (flymake-mode): Specify :group.
3989 * progmodes/glasses.el (glasses-mode): Specify :group.
3990 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3991 * textmodes/enriched.el (enriched-mode): Specify :group.
3992 * textmodes/refill.el (refill-mode): Specify :group.
3993
3994 * add-log.el (change-log-font-lock-keywords): Names in
3995 parenthesized lists can contain spaces.
3996
3997 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3998
3999 * startup.el (fancy-splash-text): Shorten default text of
4000 "Emacs Tutorial" line. Also, if the current language env
4001 indicates an available tutorial file other than TUTORIAL,
4002 extract its title and append it to the line in parentheses.
4003 (fancy-splash-insert): If arg is a thunk, funcall it.
4004
4005 2005-04-04 Jay Belanger <belanger@truman.edu>
4006
4007 * calc.el (calc-language-alist): Add tags to customization type.
4008
4009 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4010
4011 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4012 Doc fix.
4013
4014 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4015
4016 * add-log.el (change-log-font-lock-keywords): The manual
4017 describing a Change Log entry, says: (...) "Aside from these
4018 header lines, every line in the change log starts with a space or
4019 a tab.". The font-lock was not highlighting lines started with
4020 spaces, added support for it.
4021
4022 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4023
4024 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4025 (bibtex-generate-url-list): Update docstring accordingly. Put the
4026 complex example in the docstring.
4027 (bibtex-font-lock-url): Use pop.
4028
4029 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4032
4033 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4034
4035 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4036
4037 * filesets.el (filesets-set-default): Doc fix.
4038
4039 2005-04-03 Lute Kamstra <lute@gnu.org>
4040
4041 * generic.el (define-generic-mode): Add argument to specify
4042 keywords for defcustom.
4043 (default-generic-mode): Specify :group.
4044
4045 * generic-x.el: Specify :group for all generic modes.
4046
4047 * desktop.el (desktop-no-desktop-file-hook)
4048 (desktop-after-read-hook): Doc fix.
4049
4050 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4051
4052 * simple.el (visible-mode): Use explicit :group keyword.
4053 This changes the group of `visible-mode-hook' from paren-blinking
4054 to editing-basics.
4055
4056 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4057
4058 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4059 mailbox specifications as well as URLs.
4060 (rmail-insert-inbox-text): Remove unused conditional branches.
4061
4062 2005-04-01 Jay Belanger <belanger@truman.edu>
4063
4064 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4065 (calc-gnuplot-print-command): Move definitions to calc.el.
4066
4067 * calc/calc-embed.el (calc-embedded-announce-formula)
4068 (calc-embedded-open-formula, calc-embedded-close-formula)
4069 (calc-embedded-open-word, calc-embedded-close-word)
4070 (calc-embedded-open-plain, calc-embedded-close-plain)
4071 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4072 (calc-embedded-open-mode, calc-embedded-close-mode):
4073 Move definitions to calc.el.
4074
4075 * calc/calc.el (calc-settings-file, calc-language-alist):
4076 Make customizable.
4077 (calc-embedded-announce-formula, calc-embedded-open-formula)
4078 (calc-embedded-close-formula, calc-embedded-open-word)
4079 (calc-embedded-close-word, calc-embedded-open-plain)
4080 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4081 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4082 (calc-embedded-close-mode, calc-gnuplot-name)
4083 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4084 from other files and make customizable.
4085
4086 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4089 Use buffer-live-p.
4090 (cvs-mode-run): Don't call cvs-update-header here.
4091 (cvs-run-process): Call cvs-update-header.
4092 Use process properties for cvs-postprocess and cvs-buffer so that
4093 the sentinel can behave better if the temp buffer is killed.
4094 Use a pipe rather than a tty, to better handle unexpected prompts.
4095 (cvs-sentinel): Rewrite. Call cvs-update-header.
4096
4097 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4098
4099 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4100 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4101
4102 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4103
4104 * generic.el (define-generic-mode): Add indentation rule.
4105
4106 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4107
4108 * files.el (mode-require-final-newline): Make Custom correctly
4109 report a nil value and allow to set it to nil via Custom.
4110 Doc fix.
4111
4112 2005-04-01 Kenichi Handa <handa@m17n.org>
4113
4114 * international/characters.el: Enable the correct case setting for
4115 dotless-i and dotted-I.
4116
4117 2005-04-01 Kim F. Storm <storm@cua.dk>
4118
4119 * ido.el (ido-file-internal): Fall back to non-ido command if
4120 initial directory is on slow ftp (or tramp) host.
4121
4122 2005-03-31 Richard M. Stallman <rms@gnu.org>
4123
4124 * emacs-lisp/autoload.el (make-autoload):
4125 Handle define-global-minor-mode.
4126
4127 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4128 Rename from easy-mmode-define-global-mode.
4129 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4130
4131 * progmodes/scheme.el (scheme-mode-syntax-table):
4132 Update syntax of | and # for two-character comment syntax.
4133
4134 2005-03-31 Lute Kamstra <lute@gnu.org>
4135
4136 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4137 (define-minor-mode): Call custom-current-group at load-time.
4138
4139 * generic.el (define-generic-mode): Add debug declaration.
4140 Add defcustom for the mode hook.
4141 (generic-mode-internal): Use run-mode-hooks.
4142
4143 2005-03-31 Kim F. Storm <storm@cua.dk>
4144
4145 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4146 (mouse-fixup-help-message): New defun called by show_help_echo
4147 to fixup mouse-2 prefix in help messages when applicable.
4148
4149 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4150
4151 2005-03-31 Kenichi Handa <handa@m17n.org>
4152
4153 * language/thai-word.el (thai-find-word-ends): Pay attention to
4154 the case that we reach the end of buffer.
4155
4156 * textmodes/fill.el (fill-text-properties-at): New function.
4157 (fill-newline): Use fill-text-properties-at instead of
4158 text-properties-at.
4159
4160 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4161
4162 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4163 not comint-quote-filename.
4164
4165 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4166
4167 * help-fns.el (help-with-tutorial): Revert last change.
4168
4169 2005-03-31 Kim F. Storm <storm@cua.dk>
4170
4171 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4172
4173 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4174
4175 * calendar/cal-china.el: Update reference to "Calendrical
4176 Calculations" book; there's a new edition.
4177 * calendar/cal-coptic.el: Likewise.
4178 * calendar/cal-french.el: Likewise.
4179 * calendar/cal-hebrew.el: Likewise.
4180 * calendar/cal-islam.el: Likewise.
4181 * calendar/cal-iso.el: Likewise.
4182 * calendar/cal-julian.el: Likewise.
4183 * calendar/cal-mayan.el: Likewise.
4184 * calendar/cal-persia.el: Likewise.
4185 * calendar/calendar.el: Likewise.
4186 * calendar/holidays.el: Likewise.
4187 * calendar/lunar.el: Likewise.
4188 * calendar/solar.el: Likewise.
4189
4190 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4191 white space from doc string.
4192
4193 2005-03-30 Jay Belanger <belanger@truman.edu>
4194
4195 * calc/calc-help.el (calc-full-help): Remove email address.
4196
4197 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4198
4199 * help-fns.el (help-with-tutorial): Delete title line.
4200
4201 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4202
4203 * calendar/cal-x.el (calendar-one-frame-setup)
4204 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4205 rather than 'symbol for set-window-dedicated-p.
4206
4207 * calendar/appt.el (appt-buffer-name): Make it a constant.
4208 (appt-add): Doc fix.
4209
4210 * filesets.el (filesets-menu-path, filesets-menu-before)
4211 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4212 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4213 (filesets-add-submenu): Delete and use add-submenu instead.
4214
4215 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4216
4217 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4218 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4219 (org-diary-default-entry): New function.
4220 (org-get-entries-from-diary): Better parsing of diary entries.
4221 (org-agenda-check-no-diary): New function.
4222 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4223 linking to diary entries.
4224 (org-agenda-execute-calendar-command): New function.
4225 (org-agenda): Improve visible section in window.
4226 Use `org-fit-agenda-window'.
4227 (org-fit-agenda-window): New option.
4228 (org-move-subtree-down): Better handling of empty lines
4229 at end of subtree.
4230 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4231 levels up.
4232 (org-fontify-done-headline): New option.
4233 (org-headline-done-face): New face.
4234 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4235 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4236 When current field is non-empty, it is copied to next row.
4237 (org-table-copy-from-above): Fix bug which made it
4238 impossible to copy fields containing only a single non-white character.
4239
4240 2005-03-30 Kim F. Storm <storm@cua.dk>
4241
4242 * kmacro.el (kmacro-end-macro): Isearch may store this command
4243 into the macro -- so ignore it when executing keyboard macro.
4244
4245 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4246
4247 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4248
4249 2005-03-29 Kenichi Handa <handa@m17n.org>
4250
4251 * language/thai.el ("Thai"): Set setup-function and exit-function
4252 for Thai language environment.
4253
4254 * language/thai-util.el: Require thai-word.
4255 (thai-word-mode-map): New variable.
4256 (thai-word-mode): New minor mode.
4257 (setup-thai-language-environment-internal): New function.
4258 (exit-thai-language-environment-internal): New function.
4259
4260 * language/thai-word.el (thai-word-table): Declare it by defvar,
4261 use dolist to initialize it.
4262 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4263 (thai-fill-find-break-point): New functions.
4264
4265 2005-03-29 Richard M. Stallman <rms@gnu.org>
4266
4267 * simple.el (idle-update-delay): Move definition up.
4268 (set-mark): Doc fix.
4269
4270 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4271
4272 * longlines.el: New file.
4273
4274 * simple.el (buffer-substring-filters): New variable.
4275 (filter-buffer-substring): New function.
4276 (kill-region, copy-region-as-kill): Use it.
4277
4278 * register.el (copy-to-register, append-to-register)
4279 (prepend-to-register): Use filter-buffer-substring.
4280
4281 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4282
4283 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4284 (gud-filter-pending-text): Move in front of gdb.
4285 (gud-overlay-arrow-position): New variable.
4286 (gud-sentinel, gud-display-line): Use it in place of
4287 overlay-arrow-position.
4288
4289 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4290
4291 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4292 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4293 (fortran-font-lock-keywords-4): New variable.
4294 (fortran-blocks-re, fortran-end-block-re)
4295 (fortran-start-block-re): New constants, for hideshow.
4296 (hs-special-modes-alist): Add a Fortran entry.
4297 (fortran-mode-map): Bind fortran-end-of-block,
4298 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4299 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4300 (fortran-looking-at-if-then, fortran-end-of-block)
4301 (fortran-beginning-of-block): New functions, for hideshow.
4302
4303 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4304 Doc fix. Tweak regexp.
4305 (f90-beginning-of-block): Push mark first.
4306
4307 2005-03-29 Jay Belanger <belanger@truman.edu>
4308
4309 * calc/calc.el: Update copyright date.
4310 (calc-version): Increase to 2.1.
4311 (calc-version-date): Remove.
4312
4313 * calc/calc-help.el: Update copyright date.
4314 (calc-full-help): Remove reference to calc-version-date.
4315 Update copyright date.
4316
4317 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4318
4319 * vc.el (vc-do-command): Use a pipe for async processes, so password
4320 prompts don't show up at places where the user can't reply.
4321
4322 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4323
4324 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4325 on the file name we pass to the inferior shell.
4326
4327 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4328
4329 * progmodes/which-func.el (which-function): Be robust in the face of an
4330 imenu--make-index-alist failure.
4331
4332 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4335
4336 * progmodes/python.el (python-preoutput-filter): Fix last change.
4337
4338 2005-03-29 Lute Kamstra <lute@gnu.org>
4339
4340 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4341 functions and compiled macros.
4342 (debug-convert-byte-code): Handle macros too.
4343 (debug-on-entry-1): Don't signal an error when trying to clear a
4344 function that is not set to debug on entry.
4345
4346 2005-03-29 Jay Belanger <belanger@truman.edu>
4347
4348 * calc/calc-lang.el: Add functions to math-function-table
4349 properties of tex and math.
4350
4351 2005-03-29 Kenichi Handa <handa@m17n.org>
4352
4353 * ps-mule.el (ps-mule-plot-string): Translate characters by
4354 ps-print-translation-table.
4355 (ps-mule-begin-job): Call find-charset-region/string with
4356 ps-print-translation-table.
4357 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4358
4359 * ps-print.el (ps-print-translation-table): New variable.
4360 (ps-plot-region): Translate characters by ps-print-translation-table.
4361
4362 2005-03-29 Juri Linkov <juri@jurta.org>
4363
4364 * simple.el (next-error-highlight-timer): New variable.
4365
4366 * progmodes/compile.el (compilation-goto-locus):
4367 Use `next-error-highlight-timer' instead of `sit-for'.
4368
4369 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4370
4371 * mail/supercite.el (sc-mail-field): Use assoc-string.
4372 (sc-get-address): Simplify regexps.
4373
4374 * files.el (minibuffer-with-setup-hook): New macro.
4375 (find-file-read-args): Use it to avoid let-binding
4376 minibuffer-with-setup-hook (which breaks turning on/off
4377 file-name-shadow-mode while in the prompt).
4378
4379 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4380
4381 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4382
4383 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4384
4385 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4386
4387 * window.el (window-buffer-height): Use count-screen-lines.
4388
4389 * progmodes/python.el (python-preoutput-leftover): New var.
4390 (python-preoutput-filter): Use it.
4391 (python-send-receive): Loop until all the result has been received.
4392
4393 2005-03-28 Juri Linkov <juri@jurta.org>
4394
4395 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4396
4397 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4398 "Recover Crashed Session".
4399 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4400 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4401 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4402 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4403 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4404 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4405 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4406 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4407
4408 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4409 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4410 Ediff Sessions", "Toggle use of separate control buffer frame",
4411 "Use separate frame for Ediff control buffer".
4412
4413 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4414 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4415 "Rename Bookmark", "Delete Bookmark".
4416
4417 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4418 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4419 Add `:active Info-index-alternatives' to "Next Matching Item".
4420
4421 * wdired.el (wdired-change-to-wdired-mode):
4422 Mention `wdired-abort-changes' key in the initial message.
4423
4424 * international/mule.el (auto-coding-alist): Associate non-ascii
4425 image filename extensions with `no-conversion'.
4426
4427 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4428
4429 * international/iso-acc.el:
4430 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4431
4432 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4433
4434 * textmodes/sgml-mode.el (html-mode): Doc update.
4435
4436 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4437
4438 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4439
4440 * term.el (term-move-columns): Fix face after extending a line.
4441 (term-insert-spaces): Likewise.
4442 (term-reset-terminal): Fix off by one error.
4443
4444 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4445
4446 * international/mule.el (auto-coding-alist): Add .xpi files.
4447
4448 * files.el (auto-mode-alist): Add .xpi files.
4449
4450 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4451
4452 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4453
4454 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4455
4456 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4457
4458 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4459
4460 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4461 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4462
4463 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4464 cursor to Jan 1 when needed.
4465 (calendar-end-of-year): Fix -/+ typo.
4466 Reported by Chong Yidong <cyd@stupidchicken.com>.
4467
4468 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4471
4472 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4473 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4474
4475 2005-03-25 Richard M. Stallman <rms@gnu.org>
4476
4477 * filesets.el (filesets-init): Add autoload.
4478
4479 * mail/mailalias.el (mail-directory): Doc fix.
4480
4481 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4482
4483 * mail/mailalias.el (mail-directory-process): Do nothing if
4484 mail-directory-process is an atom.
4485 (mail-get-names): Ignore mail-directory-names if it is an atom.
4486 (mail-directory-process defvar): Doc fix.
4487 (mail-names): Doc fix.
4488
4489 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4490
4491 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4492
4493 2005-03-26 Kenichi Handa <handa@m17n.org>
4494
4495 * international/mule-util.el (detect-coding-with-priority):
4496 Call update-coding-systems-internal before detect-coding-region.
4497
4498 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4499
4500 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4501 (gdb-frames-mode-map): Add follow-link property.
4502
4503 2005-03-25 Jay Belanger <belanger@truman.edu>
4504
4505 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4506 for variables.
4507
4508 2005-03-25 Juri Linkov <juri@jurta.org>
4509
4510 * image-mode.el: Optimize image filename extension regexps in
4511 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4512 in `auto-mode-alist'.
4513 (image-mode): Add `image-toggle-display-text' to local hook
4514 `change-major-mode-hook'. Display the image as an image by
4515 default. Set `cursor-type' and `truncate-lines' if the image
4516 is already displayed. Take into account the current mode (image
4517 or text) in message.
4518 (image-minor-mode): New minor mode.
4519 (image-mode-maybe, image-toggle-display-text): New functions.
4520 (image-toggle-display): Use called-interactively-p.
4521 Let-bind `inhibit-read-only' to t.
4522
4523 * image-mode.el (image-minor-mode): Set `cursor-type' and
4524 `truncate-lines' if the image is already displayed. Add turning
4525 image-minor-mode off to `change-major-mode-hook'. Add message.
4526 Call `image-toggle-display-text' after turning image-minor-mode off.
4527
4528 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4529
4530 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4531 Terminal.app, use utf-8.
4532 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4533 (set-locale-environment): Use it.
4534
4535 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4536
4537 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4538
4539 * progmodes/python.el (python-close-block-statement-p)
4540 (python-outdent-p, python-current-defun): Use symbol-end.
4541
4542 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4543
4544 * files.el (save-some-buffers): Doc fix.
4545
4546 2005-03-25 Werner Lemberg <wl@gnu.org>
4547
4548 * complete.el, thumbs.el: Replace `legal' with `valid'.
4549 * calendar/calendar.el: Replace `legal' with `valid'.
4550 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4551 * mail/supercite.el: Replace `legal' with `valid'.
4552 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4553 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4554 Replace `legal' with `valid'.
4555 * textmodes/reftex-vars.el, textmodes/reftex.el:
4556 Replace `legal' with `valid'.
4557
4558 2005-03-25 Werner Lemberg <wl@gnu.org>
4559
4560 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4561 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4562 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4563 * emulation/vip.el: Replace `illegal' with `invalid'.
4564 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4565 * mail/supercite.el: Replace `illegal' with `invalid'.
4566 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4567 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4568 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4569 * progmodes/sh-script.el, progmodes/xscheme.el:
4570 Replace `illegal' with `invalid'.
4571 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4572 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4573 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4574 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4575
4576 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4577
4578 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4579 (flymake-find-buildfile, flymake-find-possible-master-files)
4580 (flymake-check-include, flymake-parse-line): Replace loops over the
4581 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4582
4583 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4584 Substitute file-name-as-directory in the rest of the file.
4585 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4586 (flymake-replace-region): Remove unused arg `buffer'.
4587 (flymake-check-patch-master-file-buffer): Update calls to it.
4588 (flymake-add-err-info): Remove unused var `count'.
4589 (flymake-mode): Use define-minor-mode.
4590
4591 * progmodes/flymake.el: Use with-current-buffer.
4592 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4593 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4594 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4595 Avoid testing for `xemacs'.
4596 (flymake-nop): Move.
4597 (flymake-region-has-flymake-overlays): Return the computed value.
4598 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4599 Remove unused var `endline'.
4600 (flymake-get-line-count): Remove unused function.
4601 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4602
4603 * emulation/vi.el:
4604 * generic.el:
4605 * hilit-chg.el (global-highlight-changes):
4606 * hi-lock.el (hi-lock-mode):
4607 * follow.el: find-file-hooks -> find-file-hook.
4608
4609 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4610
4611 2005-03-24 Juri Linkov <juri@jurta.org>
4612
4613 * dired.el (dired-mode-map): Add menu item "Compare directories"
4614 for dired-compare-directories.
4615
4616 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4617 Doc fix. Replace `read-file-name' with `read-directory-name'.
4618
4619 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4622
4623 2005-03-24 Jay Belanger <belanger@truman.edu>
4624
4625 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4626 relevant mode settings in calc-embedded-original-modes when modes
4627 are permanently changed.
4628
4629 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * autoinsert.el: find-file-hooks -> find-file-hook.
4632
4633 2005-03-24 Lute Kamstra <lute@gnu.org>
4634
4635 * generic.el (generic-font-lock-defaults): Make it obsolete.
4636 (generic-font-lock-keywords): New variable to replace
4637 generic-font-lock-defaults.
4638 (generic-mode-set-font-lock): Delete it.
4639 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4640 (generic-bracket-support): Add docstring.
4641
4642 * generic-x.el: Rename generic-font-lock-defaults to
4643 generic-font-lock-keywords throughout.
4644 (mailagent-rules-setup-function): Delete it.
4645 (mailagent-rules-generic-mode): Use anonymous function instead.
4646 (show-tabs-generic-mode-font-lock-defaults-1)
4647 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4648 Quote faces.
4649 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4650 not foreground.
4651
4652 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4653 Recognize define-generic-mode.
4654
4655 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4658 if there's no completion table.
4659
4660 2005-03-23 Miles Bader <miles@gnu.org>
4661
4662 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4663 Remove tty-specific variants, as they're no longer needed.
4664
4665 2005-03-23 Lute Kamstra <lute@gnu.org>
4666
4667 * generic-x.el: Code cleanup: make args constant whenever possible.
4668 (installshield-statement-keyword-list)
4669 (installshield-system-functions-list)
4670 (installshield-system-variables-list, installshield-types-list)
4671 (installshield-funarg-constants-list): Make them constants.
4672
4673 * generic.el (generic-make-keywords-list): Add autoload cookie.
4674
4675 * calendar/time-date.el: Add comment on time value formats.
4676 Don't require parse-time.
4677 (with-decoded-time-value): New macro.
4678 (encode-time-value): New function.
4679 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4680 (days-to-time): Return a valid time value when arg is huge.
4681 (time-since): Use time-subtract.
4682 (time-to-number-of-days): Use time-to-seconds.
4683
4684 2005-03-23 David Ponce <david@dponce.com>
4685
4686 * recentf.el: (recentf-keep): New option.
4687 (recentf-menu-action): Default to `find-file'.
4688 (recentf-keep-non-readable-files-flag)
4689 (recentf-keep-non-readable-files-p)
4690 (recentf-file-readable-p, recentf-find-file)
4691 (recentf-cleanup-remote): Remove.
4692 (recentf-include-p): More robust.
4693 (recentf-keep-p): New function.
4694 (recentf-remove-if-non-kept): Rename from
4695 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4696 All callers updated.
4697 (recentf-menu-items-for-commands): Fix help string.
4698 (recentf-track-closed-file): Update. Doc fix.
4699 (recentf-cleanup): Update. Count removed files. Doc fix.
4700
4701 2005-03-23 Kim F. Storm <storm@cua.dk>
4702
4703 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4704 Don't inherit from fringe face (now happens automatically).
4705
4706 2005-03-22 Kim F. Storm <storm@cua.dk>
4707
4708 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4709 position values.
4710
4711 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * menu-bar.el (showhide-date-time): Remove.
4714 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4715 (menu-bar-make-mm-toggle): Simplify.
4716
4717 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4718
4719 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4720 Accept qualified variable and function names.
4721
4722 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4723
4724 * bindings.el (completion-ignored-extensions):
4725 Remove ".lis" for `vax-vms'.
4726
4727 2005-03-22 Andreas Schwab <schwab@suse.de>
4728
4729 * generic-x.el: Revert last change.
4730 * ldefs-boot.el: Update.
4731
4732 2005-03-22 Jay Belanger <belanger@truman.edu>
4733
4734 * calc/calc-embed (calc-embedded-original-modes): New variable.
4735 (calc-embedded-save-original-modes)
4736 (calc-embedded-restore-original-modes): New functions.
4737 (calc-do-embedded): Save original modes when entering embedded mode
4738 and restore when leaving embedded mode.
4739 (calc-embedded-modes-change): Change the value of
4740 calc-embedded-original-modes to reflect permanent changes.
4741
4742 2005-03-22 Lute Kamstra <lute@gnu.org>
4743
4744 * generic-x.el: Require generic again.
4745
4746 2005-03-22 Miles Bader <miles@gnu.org>
4747
4748 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4749 Tweak details to look good on both ttys and bitmap displays, light
4750 or dark background, etc.
4751
4752 2005-03-21 Kim F. Storm <storm@cua.dk>
4753
4754 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4755 mouse position.
4756
4757 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4758
4759 * icomplete.el: Don't forcibly turn on the mode upon load.
4760 (icomplete-mode): Use define-minor-mode.
4761 (icomplete-eoinput): Default to nil.
4762 (icomplete-minibuffer-setup): Remove autoload.
4763 (icomplete-tidy): Simplify.
4764 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4765 in the initial state or if the user has modified the field.
4766 Fix handling of icomplete-max-delay-chars.
4767 Remove code that handles the oddball case where
4768 minibuffer-completion-table is an integer.
4769 Wrap icomplete-completions in while-no-input in case building
4770 completions takes more time than expected.
4771 (icomplete-completions): Simplify.
4772
4773 2005-03-21 Richard M. Stallman <rms@gnu.org>
4774
4775 * jka-compr.el (jka-compr-really-do-compress):
4776 Make variable buffer-local.
4777
4778 * image-mode.el: Handle .xpm files too.
4779 (image-toggle-display): Preserve modification flag.
4780
4781 * help.el (where-is): Don't mention aliases with no key bindings.
4782
4783 2005-03-21 Lute Kamstra <lute@gnu.org>
4784
4785 * generic.el: Fix commentary section. Don't require cl for compilation.
4786 (generic-mode-list): Add autoload cookie.
4787 (generic-use-find-file-hook, generic-lines-to-scan)
4788 (generic-find-file-regexp, generic-ignore-files-regexp)
4789 (generic-mode, generic-mode-find-file-hook)
4790 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4791 (define-generic-mode): Make it a defmacro. Fix docstring.
4792 (generic-mode-internal): Code cleanup. Add autoload cookie.
4793 (generic-mode-set-comments): Code cleanup.
4794 * generic-x.el: Don't prevent compilation. Don't require generic.
4795 Follow coding conventions. Minor code cleanup.
4796 (etc-fstab-generic-mode): Add some keywords.
4797 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4798 define-generic-mode like a function declaration.
4799
4800 2005-03-21 Jay Belanger <belanger@truman.edu>
4801
4802 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4803 changing modes.
4804
4805 2005-03-21 Sam Steingold <sds@gnu.org>
4806
4807 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4808
4809 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4810
4811 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4812 Add underscore to "f$ lexicals" regexp.
4813
4814 2005-03-20 Juri Linkov <juri@jurta.org>
4815
4816 * subr.el (progress-reporter-do-update): When `min-value' is equal
4817 to `max-value', set `percentage' to 0 and prevent division by zero.
4818
4819 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4820
4821 Sync with Tramp 2.0.48.
4822
4823 * tramp.el (all): Change all addresses to .gnu.org.
4824 (tramp-append-tramp-buffers): New defun.
4825 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4826 Catch `dont-send' signal.
4827 (tramp-set-auto-save-file-modes): Set always permissions, because
4828 there might be an old auto-saved file belonging to another
4829 original file. This could be a security threat. Reported by
4830 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4831 Check for Emacs 21.3.50 removed.
4832
4833 * tramp-smb.el (all): Remove debug construct for
4834 `with-parsed-tramp-file-name'.
4835 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4836 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4837 No error message if DIRECTORY or FILENAME doesn't exist.
4838 (tramp-smb-open-connection): Check existence of
4839 `tramp-smb-program'.
4840
4841 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4844 Properly handle the case where the `m' or `s' command's argument is not
4845 yet terminated.
4846 (perl-indent-new-calculate): New function.
4847 (perl-indent-line): Use it.
4848
4849 2005-03-20 Miles Bader <miles@gnu.org>
4850
4851 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4852 in text-mode too. Change to new face names.
4853 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4854 Add `:weight bold' attribute.
4855 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4856
4857 2005-03-19 Juri Linkov <juri@jurta.org>
4858
4859 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4860
4861 * international/mule.el (auto-coding-alist): Sync with
4862 `auto-mode-alist' by adding upper case archive file extensions
4863 and adding ear/war to jar extension.
4864
4865 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4866
4867 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4868 running, restart it.
4869
4870 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4871
4872 * finder.el (finder-current-item): Throw an error on an empty line.
4873
4874 * man.el (Man-follow-manual-reference): If current-word returns
4875 nil, use "".
4876
4877 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4878
4879 * simple.el (goto-line): Doc fix.
4880
4881 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4882
4883 * files.el (save-buffer): Doc fix.
4884
4885 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4886
4887 * recentf.el (recentf-cleanup-remote): New variable.
4888 (recentf-cleanup): Use it to conditionally check availablity of
4889 remote files.
4890
4891 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4892
4893 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4894 function names.
4895
4896 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4897
4898 * language/thai-word.el: New file.
4899
4900 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4901
4902 * files.el (backup-buffer): If the file's directory is not
4903 writable, use copy instead of move to backup the file.
4904
4905 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4906
4907 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4908
4909 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4910
4911 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4912 Use functionp instead of symbolp and fboundp. Reported by Drkm
4913 <darkman_spam@yahoo.fr>.
4914 (ps-print-version): New version 6.6.6.
4915
4916 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4917
4918 * textmodes/table.el (table--line-column-position): New idiom.
4919 (table--row-column-insertion-point-p): New function to test
4920 validity of row and column insertion operation at a location.
4921 (table-global-menu, table-cell-menu): Use above functions for
4922 deterministic test operation.
4923 (table--editable-cell-p): Behave in deterministic fashion.
4924
4925 2005-03-18 Juri Linkov <juri@jurta.org>
4926
4927 * isearch.el (isearch-lazy-highlight-new-loop):
4928 Make arguments beg and end optional.
4929 (isearch-update): Remove optional arguments nil from
4930 isearch-lazy-highlight-new-loop.
4931 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4932 isearch-lazy-highlight-case-fold-search instead of
4933 isearch-case-fold-search, and let-bind isearch-regexp to
4934 isearch-lazy-highlight-regexp.
4935 Use isearch-lazy-highlight-last-string instead of isearch-string.
4936
4937 * replace.el (perform-replace): Remove bindings of global
4938 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4939 Add three new arguments to `replace-highlight'.
4940 (replace-highlight): Add arguments string, regexp, case-fold.
4941 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4942 to allow isearch-lazy-highlight-new-loop to use these values
4943 to set corresponding isearch-lazy-highlight-* internal
4944 variables whose values lazy highlighting will use regardless of
4945 changes to global variables isearch-string, isearch-regexp,
4946 isearch-case-fold-search during lazy highlighting loop.
4947 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4948 to `lazy-highlight-cleanup'.
4949
4950 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4951 (ispell-highlight-face): Set default face to `isearch' when
4952 lazy highlighting is enabled.
4953 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4954 priority to 1. Add lazy highlighting.
4955 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4956 from `isearch-dehighlight'.
4957
4958 2005-03-18 David Ponce <david@dponce.com>
4959
4960 * files.el (hack-local-variables): Do a case-insensitive search
4961 for End.
4962
4963 2005-03-18 Juri Linkov <juri@jurta.org>
4964
4965 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4966 `isearch-lazy-highlight-cleanup', add alias to old name and
4967 declare obsolete. Add release numbers to other obsolete vars.
4968 (isearch-done, isearch-lazy-highlight-new-loop):
4969 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
4970 (lazy-highlight-cleanup) <variable>: Doc fix.
4971 (isearch-lazy-highlight-update): Rename obsolete
4972 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4973
4974 2005-03-18 Kenichi Handa <handa@m17n.org>
4975
4976 * language/thai-util.el: Fix categorization of Thai characters in
4977 thai-category-table.
4978 (thai-composition-pattern): Adjust it for the above change.
4979 (thai-self-insert-command, thai-compose-syllable): New functions.
4980 (thai-compose-region): Use thai-compose-syllable.
4981 (thai-compose-string): Likewise.
4982 (thai-composition-function): Likewise.
4983 (thai-auto-composition): New function.
4984 (thai-auto-composition-mode): New minor mode.
4985
4986 * language/thai.el: Fix patterns to be registered in
4987 composition-function-table.
4988
4989 * international/quail.el (quail-input-method): Locally bind
4990 inhibit-modification-hooks to t.
4991
4992 2005-03-17 Richard M. Stallman <rms@gnu.org>
4993
4994 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4995 (perl-mode): Use run-mode-hooks.
4996
4997 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4998 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4999 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5000
5001 * mail/sendmail.el (sendmail-send-it): Reenable the code
5002 to compute resend-to-address and use it.
5003
5004 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5005
5006 * image-mode.el: New file.
5007
5008 * image.el (insert-sliced-image): Add autoload cookie.
5009
5010 * font-lock.el (font-lock-lines-before): New user option.
5011 (font-lock-after-change-function): Obey it.
5012
5013 * bindings.el (esc-map): Make M-g a prefix.
5014 Bind M-g g and M-g M-g to goto-line.
5015
5016 * faces.el (face-id): Doc fix.
5017
5018 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5019
5020 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5021 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5022 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5023
5024 * mail/sendmail.el (mail-yank-ignored-headers)
5025 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5026 Add Mail-Followup-To and Mail-Reply-To headers.
5027 (mail-citation-hook): Add autoload cookie.
5028 (mail-mode): Doc fix.
5029 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5030 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5031 (mail-mode-fill-paragraph): Handle those headers.
5032 (mail-mailing-lists): New variable.
5033 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5034
5035 2005-03-17 Juri Linkov <juri@jurta.org>
5036
5037 * isearch.el (isearch-fallback): Check for `(car previous)'
5038 before calling `isearch-other-end-state'.
5039
5040 2005-03-17 Kim F. Storm <storm@cua.dk>
5041
5042 * simple.el (move-beginning-of-line): Move to beginning of buffer
5043 line, as well as beginning of screen line.
5044
5045 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5046
5047 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5048 argument REDRAW rather than calendar-redrawing variable.
5049 * calendar/calendar.el (calendar-redrawing): Delete.
5050 (redraw-calendar): Do not bind calendar-redrawing.
5051
5052 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5053
5054 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5055 diary-file buffer.
5056
5057 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5058
5059 * help.el (describe-mode): Allow a :minor-mode-function property to
5060 specify a different minor mode toggle function than the variable.
5061 * simple.el (auto-fill-function):
5062 * subr.el (add-minor-mode): Use it.
5063
5064 2005-03-16 Kenichi Handa <handa@m17n.org>
5065
5066 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5067 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5068 (ethio-fidel-to-sera-buffer): Likewise.
5069
5070 2005-03-16 Juri Linkov <juri@jurta.org>
5071
5072 * emacs-lisp/find-func.el (find-function-regexp):
5073 Add defun-emitting macro `menu-bar-make-toggle'.
5074
5075 * isearch.el: Put `isearch-scroll' property to
5076 `split-window-horizontally'.
5077
5078 * info.el: Update error messages for `debug-ignored-errors'.
5079 (Info-isearch-search): Doc fix.
5080 (Info-find-node): Move up code to go into info buffer before
5081 recording the node to the history.
5082 (Info-fontify-node): Fontify titles only if the next line
5083 has two or more `*', `=', `-', `.'.
5084 Display "go to this node" for empty (match-string 3).
5085
5086 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5087
5088 * term/mac-win.el: Add mouse pointer shape constants.
5089
5090 2005-03-15 Kim F. Storm <storm@cua.dk>
5091
5092 * simple.el (move-beginning-of-line): Use vertical-motion.
5093
5094 2005-03-15 Juri Linkov <juri@jurta.org>
5095
5096 * isearch.el (isearch-error): New variable.
5097 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5098 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5099 (isearch-within-brackets-state): Remove.
5100 (isearch-case-fold-search-state, isearch-pop-fun-state):
5101 Decrease frame index.
5102 (isearch-mode, isearch-top-state, isearch-push-state)
5103 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5104 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5105 (isearch-search, isearch-lazy-highlight-new-loop):
5106 Replace `isearch-invalid-regexp' with `isearch-error'.
5107 Remove `isearch-within-brackets'.
5108 (isearch-search): Add `search-failed' handler to `condition-case'.
5109 (isearch-lazy-highlight-search): Add `condition-case' to catch
5110 errors and allow `isearch-lazy-highlight-update' to try
5111 highlighting from the beginning of the window.
5112 (isearch-repeat): Move up code to set isearch-wrapped to t
5113 before calling isearch-wrap-function.
5114
5115 * info.el (Info-isearch-initial-node): New internal variable.
5116 (Info-search): Signal an error in isearch mode when search leaves
5117 the initial node. Signal an error when `bound' is non-nil and
5118 nothing was found in the current subfile.
5119 (Info-isearch-search): Remove `condition-case'.
5120 (Info-isearch-wrap): Don't wrap when search failed during leaving
5121 the initial node. If `Info-isearch-search' is nil, wrap around
5122 the current node.
5123 (Info-isearch-start): New fun.
5124 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5125 `isearch-mode-hook'.
5126
5127 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5128
5129 * simple.el (normal-erase-is-backspace): Set default to t if
5130 running on Mac.
5131
5132 * term/mac-win.el (function-key-map): Sync with x-win.el.
5133
5134 2005-03-15 Kenichi Handa <handa@m17n.org>
5135
5136 * international/mule-cmds.el (locale-language-names): Modify the
5137 format of elements and add more entries.
5138 (locale-preferred-coding-systems): Add more entries.
5139 (set-locale-environment): Adjust for the change of
5140 locale-language-names.
5141
5142 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * pcvs.el (smerge-ediff): Remove bogus autoload.
5145
5146 2005-03-14 Lute Kamstra <lute@gnu.org>
5147
5148 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5149 Ignore a `*' at the beginning of a line.
5150
5151 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5152 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5153 subr.el.
5154 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5155 to specify indentation.
5156
5157 * generic.el (define-generic-mode): Let generic-mode-list be a
5158 list of strings; test membership with equal.
5159
5160 2005-03-14 Kim F. Storm <storm@cua.dk>
5161
5162 * simple.el (next-line, previous-line): Add optional try-vscroll
5163 arg to recognize interactive use. Pass it on to line-move.
5164 (line-move): Don't perform auto-window-vscroll when defining or
5165 executing keyboard macro to ensure consistent behaviour.
5166
5167 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5170
5171 2005-03-13 Lute Kamstra <lute@gnu.org>
5172
5173 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5174 debugger-setup-buffer so that backtrace marks the frames set to
5175 debug-on-exit and we don't have to do it manually. Set an extra
5176 debug-on-exit for macro's.
5177 (debugger-setup-buffer): Don't mark the top frame manually.
5178
5179 2005-03-12 Lute Kamstra <lute@gnu.org>
5180
5181 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5182 lisp-indent-function throughout.
5183 (with-no-warnings): Set lisp-indent-function property.
5184
5185 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5186
5187 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5188 Add entry for backslash.
5189
5190 2005-03-12 Juri Linkov <juri@jurta.org>
5191
5192 * info.el (Info-search): Four fixes for backward search.
5193
5194 2005-03-11 Jay Belanger <belanger@truman.edu>
5195
5196 * calc/calc.el (calc-language-alist): New variable.
5197 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5198 (calc-embedded-find-modes): Use calc-language-alist instead of
5199 calc-embedded-language-alist.
5200
5201 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5202
5203 * calendar/calendar.el (calendar-redrawing): New internal
5204 variable.
5205 (redraw-calendar): Remove bogus save-excursion from previous
5206 change. Bind calendar-redrawing to t for mark-diary-entries.
5207 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5208 calendar if that is why we were called.
5209
5210 2005-03-11 Kenichi Handa <handa@m17n.org>
5211
5212 * international/mule.el (make-coding-system): Set property
5213 coding-system-define-form to nil.
5214 (define-coding-system-alias): Likewise.
5215
5216 2005-03-11 Kenichi Handa <handa@m17n.org>
5217
5218 These changes are suggested by Dave Love <fx@gnu.org>.
5219
5220 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5221 coding: tag.
5222 (adaptive-fill-regexp): Add more bullets.
5223 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5224 regexps.
5225
5226 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5227
5228 * help.el (describe-mode): Properly handle non-trivial lighters.
5229 Don't ignore minor modes that are not listed in minor-mode-list.
5230
5231 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5232 feature ON when the user requests to turn it OFF.
5233
5234 2005-03-10 Lute Kamstra <lute@gnu.org>
5235
5236 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5237 (implement-debug-on-entry): New function to replace debug-entry-code.
5238 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5239 second argument as the 2005-03-07 change makes it obsolete.
5240 (debug-on-entry, cancel-debug-on-entry): Update call to
5241 debug-on-entry-1.
5242 (debug, debugger-setup-buffer): Comment update.
5243 (debugger-frame-number): Update to work with implement-debug-on-entry.
5244
5245 2005-03-10 Jay Belanger <belanger@truman.edu>
5246
5247 * calc/calc-embed.el (math-ms-args): Declare it.
5248 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5249 math-ms-args.
5250 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5251 variables.
5252
5253 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5254
5255 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5256 Use message-box.
5257
5258 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5259 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5260 (tooltip-gud-tips): Simplify.
5261 (tooltip-gud-tips-p): Remove superflouous :set.
5262 (tooltip-gud-modes): Add fortran-mode.
5263 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5264
5265 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5266
5267 2005-03-09 Kim F. Storm <storm@cua.dk>
5268
5269 * play/animate.el (animate-place-char): Use forward-line instead
5270 of next-line to improve performance.
5271
5272 2005-03-09 Simon Josefsson <jas@extundo.com>
5273
5274 * net/browse-url.el (browse-url-default-browser): Doc fix.
5275
5276 2005-03-09 Miles Bader <miles@gnu.org>
5277
5278 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5279 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5280
5281 2005-03-09 Kenichi Handa <handa@m17n.org>
5282
5283 * international/latin-1.el: Set case and syntax for 255 only if
5284 set-case-syntax-set-multibyte is nil.
5285
5286 * textmodes/ispell.el (ispell-insert-word): New function.
5287 (ispell-word): Use ispell-insert-word to insert a new word.
5288 (ispell-process-line): Likewise.
5289 (ispell-complete-word): Likewise.
5290
5291 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5292
5293 * calendar/calendar.el (redraw-calendar): Preserve point.
5294 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5295 (calendar-week-start-day): Move after definition of
5296 redraw-calendar. Delete buffer test, since redraw-calendar has
5297 that now.
5298
5299 * calendar/diary-lib.el (mark-diary-entries): Only call
5300 redraw-calendar in the first of any recursive calls.
5301 Reported by Alan Shutko <ats@acm.org>.
5302
5303 2005-03-08 Juri Linkov <juri@jurta.org>
5304
5305 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5306 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5307 (html-radio-buttons): Add a space before the trailing `/>' where
5308 sgml-xml-mode is non-nil.
5309 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5310 the subsequent tag of the empty XML tag.
5311 (html-href-anchor): Don't set initial input to "http:".
5312 (html-image): Ask for the image URL and set point inside alt="".
5313 (html-name-anchor): Duplicate the name in the `id' attribute when
5314 sgml-xml-mode is non-nil.
5315 (html-paragraph): Remove \n before <p>.
5316 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5317 instead of `checked' when sgml-xml-mode is non-nil.
5318
5319 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5320 Remove 1 space before #RRGGBB to not truncate it on terminal
5321 windows w/o fringes. Remove 1 space between bg and fg examples
5322 to get more space.
5323 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5324 avoid byte-compile warnings.
5325
5326 * image-file.el (image-file-handler): Put `safe-magic' property to
5327 `image-file-handler'.
5328
5329 * info.el (Info-isearch-search): Emulate word search in
5330 isearching through multiple Info nodes with Info-search.
5331 (Info-isearch-wrap): Allow isearch-word.
5332
5333 2005-03-08 Lute Kamstra <lute@gnu.org>
5334
5335 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5336 stepping into the debugger's code is not possible.
5337 (debugger-jumping-flag): Docstring update.
5338
5339 2005-03-08 Jay Belanger <belanger@truman.edu>
5340
5341 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5342 embedded mode begins.
5343 (calc-embedded-language-alist): New variable.
5344 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5345 set default language mode.
5346
5347 2005-03-08 Kenichi Handa <handa@m17n.org>
5348
5349 * international/ccl.el (define-ccl-program): Fix docstring about
5350 extra 256 bytes assured for the output buffer.
5351
5352 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5353 Fix BUFFER_MAGNIFICATION to 2.
5354 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5355
5356 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5357
5358 * align.el (align-rules-list): Added an alignment rule for CSS
5359 declarations (applies to css-mode and html-mode buffers).
5360
5361 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5362
5363 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5364
5365 2005-03-07 Kim F. Storm <storm@cua.dk>
5366
5367 * simple.el (move-beginning-of-line): New command.
5368
5369 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5370
5371 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5372
5373 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5374 and move-beginning-of-line.
5375
5376 * apropos.el (apropos-print): Omit command from M-x ... RET.
5377
5378 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5379
5380 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5381 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5382
5383 2005-03-06 Richard M. Stallman <rms@gnu.org>
5384
5385 * bindings.el (esc-map): Bind M-g to goto-line.
5386
5387 * facemenu.el (global-map): Bind M-o, not M-g.
5388
5389 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5390
5391 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5392 "Open Directory" as for "Open File".
5393
5394 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5395
5396 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5397 (push-mark-command): Run activate-mark-hook.
5398
5399 2005-03-06 Richard M. Stallman <rms@gnu.org>
5400
5401 * help-mode.el (help-mode-finish): Don't alter the element
5402 in view-return-to-alist if there already is one.
5403
5404 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5405 make sure the current buffer is the expected one.
5406
5407 * novice.el (disabled-command-function): Output in *Disabled Command*.
5408 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5409
5410 * textmodes/flyspell.el (flyspell-large-region):
5411 Pass args differently for aspell.
5412
5413 * files.el (mode-require-final-newline): Doc fix.
5414
5415 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5416
5417 * progmodes/which-func.el (which-function):
5418 Specify NOERROR when calling imenu--make-index-alist.
5419
5420 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * simple.el (normal-erase-is-backspace): Define default value.
5423
5424 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5425 (custom-reevaluate-setting): Simple function to handle
5426 variables that are defined before their default value can really
5427 be computed.
5428
5429 * startup.el (command-line): Use it for temporary-file-directory,
5430 small-emporary-file-directory, auto-save-file-name-transforms,
5431 blink-cursor-mode, and normal-erase-is-backspace.
5432
5433 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5434 progress, even with buggy anchored keywords.
5435
5436 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5437
5438 * simple.el (goto-line): Remove unbalanced final parenthesis.
5439
5440 2005-03-05 Richard M. Stallman <rms@gnu.org>
5441
5442 * simple.el (goto-line): Use a number at point as the default.
5443 With C-u as arg, switch buffers.
5444
5445 2005-03-05 Juri Linkov <juri@jurta.org>
5446
5447 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5448 with `no-blinking-cursor'.
5449
5450 * startup.el (no-blinking-cursor): New defvar.
5451 (command-line): Add `--no-blinking-cursor' to longopts.
5452 Set `no-blinking-cursor' to t for command line arguments
5453 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5454 with `no-blinking-cursor' in the condition for calling
5455 `blink-cursor-mode'.
5456
5457 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5458
5459 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5460 (menu-bar-options-save): Add blink-cursor-mode.
5461 (menu-bar-options-menu): Add blink-cursor-mode.
5462
5463 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5464
5465 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5466 (icalendar-export-file, icalendar-export-region)
5467 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5468 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5469
5470 2005-03-04 Lute Kamstra <lute@gnu.org>
5471
5472 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5473 (debug-function-list): Ditto.
5474
5475 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5476
5477 * textmodes/texinfmt.el (texinfo-append-refill):
5478 Redefine the types of line to which @refill
5479 is not appended by replacing a search for `@refill\\|@bye' with
5480 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5481 itemize@refill' bug and the unfilled long lines bug.
5482 (texinfmt-version): Update number and date.
5483
5484 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5485
5486 * international/code-pages.el (windows-1250, windows-125[2-8])
5487 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5488
5489 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5490
5491 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5492 bound yet.
5493
5494 2005-03-02 Romain Francoise <romain@orebokech.com>
5495
5496 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5497 buffer after removing limits.
5498 (ibuffer-pop-filter): Ditto.
5499 Update copyright.
5500
5501 2005-03-02 Miles Bader <miles@gnu.org>
5502
5503 * button.el (make-text-button): If the user doesn't specify a
5504 type, use the default. Rewrite to use `add-text-properties' and
5505 plist functions.
5506
5507 2005-03-01 Lute Kamstra <lute@gnu.org>
5508
5509 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5510 (debugger-jumping-flag): New var.
5511 (debug-entry-code): Use it.
5512 (debugger-jump): Use debugger-jumping-flag and add
5513 debugger-reenable to post-command-hook.
5514 (debugger-reenable): Use debugger-jumping-flag and remove itself
5515 from post-command-hook.
5516 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5517 debugger-reenable.
5518
5519 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5520
5521 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5522 inclusion of "itemize\\|", which may be unnecessary, is certainly
5523 inelegant, and stops refilling in itemize lists when formatting
5524 Japanese Texinfo files to Info.
5525 Update copyright to 2005.
5526
5527 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5528
5529 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5530 of an error if GDB can't find the source file.
5531
5532 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5533
5534 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5535 not just the calendar.
5536
5537 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5538 first.
5539 (diary-redraw-calendar): New function.
5540 (make-diary-entry): Add diary-redraw-calendar to local
5541 write-contents-functions. Turn off selective display before
5542 inserting in diary.
5543
5544 2005-03-01 Kim F. Storm <storm@cua.dk>
5545
5546 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5547
5548 2005-03-01 Lute Kamstra <lute@gnu.org>
5549
5550 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5551 that debug-entry-code can be safely removed from a function while
5552 this code is being evaluated. Revert the 2005-02-27 change as the
5553 new implementation no longer requires it. Make sure that a
5554 function body containing just a string is not mistaken for a docstring.
5555 (debug): Skip one more frame in case of debug on entry.
5556 (debugger-setup-buffer): Delete one more frame line in case of
5557 debug on entry.
5558 (debugger-frame-number): Update to use the new text introduced by
5559 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5560
5561 2005-02-28 Kim F. Storm <storm@cua.dk>
5562
5563 * double.el (double-translate-key): Call force-window-update after
5564 read-event to avoid crash in redisplay.
5565
5566 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5567
5568 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5569 (debug): Use it. Move the inhibit-trace earlier.
5570 (debug-entry-code): New const.
5571 (debug-on-entry-1): Use it.
5572
5573 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * international/utf-16.el (ccl-encode-mule-utf-16le):
5576 Fix BUFFER_MAGNIFICATION to 2.
5577 (ccl-encode-mule-utf-16be): Likewise.
5578
5579 2005-02-28 Kenichi Handa <handa@m17n.org>
5580
5581 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5582 Fix BUFFER_MAGNIFICATION to 4.
5583 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5584
5585 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5586
5587 * speedbar.el (speedbar-update-flag): Doc fix.
5588 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5589 argument.
5590
5591 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5592
5593 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5594 have a non-nil `invisible' property but are actually visible.
5595
5596 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5597 for perldoc sections.
5598 (perl-outline-regexp, perl-outline-level): New var and function.
5599 (perl-mode): Use them.
5600
5601 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5602
5603 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5604 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5605
5606 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5607
5608 * cus-edit.el: Comment change.
5609 (custom-buffer-create-internal): Slightly reword text at top of
5610 Custom buffers. Mention there that saving an option edits the
5611 init file. Add link to Emacs manual node on `custom-file'.
5612 (custom-magic-alist): Rewrite individual State messages to use
5613 capitalized keywords. Doc fix.
5614
5615 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5616
5617 * calendar/calendar.el (calendar-buffer): Move above
5618 calendar-week-start-day.
5619 (calendar-week-start-day): Doc fix. Add :set function.
5620 (calendar-minimum-window-height): New variable.
5621 (generate-calendar-window): Only resize window if selected-window
5622 is displaying the calendar buffer. Use new variable
5623 calendar-minimum-window-height.
5624 (generate-calendar): Reword error message.
5625 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5626
5627 2005-02-27 Andreas Schwab <schwab@suse.de>
5628
5629 * vc.el (vc-do-command): Don't run command asynchronously when
5630 operating in a remote directory.
5631
5632 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5633 change from sync with Tramp 2.0.47.
5634
5635 2005-02-27 Richard M. Stallman <rms@gnu.org>
5636
5637 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5638
5639 * textmodes/flyspell.el (flyspell-mode-on):
5640 Call ispell-change-dictionary only if necessary.
5641
5642 * emacs-lisp/re-builder.el (regexp-builder): New function.
5643
5644 * register.el (describe-register-1): Explicitly handle
5645 yank-excluded-properties = t.
5646
5647 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5648 (custom-magic-alist): Change the status descriptions again.
5649 (face widget-type): Total rewrite based on `restricted-sexp'
5650 to eliminate the confusing double hiding levels.
5651
5652 * emacs-lisp/debug.el (debug-on-entry-1):
5653 If function body is empty, add nil as body form.
5654
5655 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5656
5657 * emacs-lisp/trace.el (inhibit-trace): New var.
5658 (trace-make-advice): Use it.
5659
5660 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5661
5662 2005-02-26 Kim F. Storm <storm@cua.dk>
5663
5664 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5665 (mouse-on-link-p, mouse-drag-region-1): Use it.
5666
5667 2005-02-25 Lute Kamstra <lute@gnu.org>
5668
5669 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5670
5671 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5672
5673 * frame.el (blink-cursor-mode): Add :group keyword.
5674
5675 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5676
5677 * calendar/icalendar.el (icalendar--decode-isodatetime):
5678 New optional argument DAY-SHIFT.
5679 (icalendar-export-region): Fix coding-system-for-write.
5680 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5681 events by one.
5682
5683 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5684
5685 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5686
5687 2005-02-24 Kim F. Storm <storm@cua.dk>
5688
5689 * international/iso-acc.el (iso-accents-compose): Fix crash
5690 during redisplay. Call force-window-update after read-event
5691 and delete-region to signal that window is not accurate.
5692
5693 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5694
5695 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5696 Remove unused and inexistent var `inhibit-trace'.
5697 (debugger-mode): Use run-mode-hooks.
5698 (debugger-list-functions): Add buttons; setup xref stack.
5699
5700 2005-02-23 Richard M. Stallman <rms@gnu.org>
5701
5702 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5703 appointment says it was explicitly made.
5704 (appt-add): Set the 3rd element.
5705 (appt-make-list): Preserve explicit appointments.
5706
5707 * subr.el (find-tag-default): Catch errors in forward-sexp.
5708
5709 2005-02-23 Juri Linkov <juri@jurta.org>
5710
5711 * info.el (Info-isearch-search): New defcustom.
5712 (Info-isearch-search): Call the default isearch function
5713 when Info-isearch-search is nil.
5714 (Info-isearch-wrap): Use variable Info-isearch-search.
5715
5716 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5717
5718 * cus-edit.el: Comment change.
5719
5720 2005-02-22 Kim F. Storm <storm@cua.dk>
5721
5722 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5723 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5724
5725 2005-02-22 Simon Josefsson <jas@extundo.com>
5726
5727 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5728 New variable.
5729 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5730 Oskarsson" <myrkraverk@users.sourceforget.net>.
5731
5732 2005-02-22 Kim F. Storm <storm@cua.dk>
5733
5734 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5735 check that window of that event is the selected window.
5736 (mouse-drag-region-1): Compare mouse event window to selected
5737 window before setting point.
5738
5739 * tooltip.el (tooltip-show-help-function): Pass event to
5740 mouse-on-link-p so it can check selected window.
5741
5742 2005-02-22 Kenichi Handa <handa@m17n.org>
5743
5744 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5745 (ps-mule-show-warning): New function.
5746 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5747 characters are found.
5748
5749 * ps-print.el (ps-header-footer-string): Return a list of header
5750 and footer strings.
5751
5752 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5753
5754 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5755
5756 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5757
5758 * frame.el (blink-cursor-mode): Use define-minor-mode.
5759
5760 * term/mac-win.el (function-key-map): Use char-names more consistently.
5761 (file-name-coding-system): Only set it for MacOS-9. The other case is
5762 already handled in mule-cmds.el (where it also works when mac-win.el
5763 is not used).
5764
5765 2005-02-21 Kenichi Handa <handa@m17n.org>
5766
5767 * international/mule.el (ctext-pre-write-conversion): Always use
5768 " *code-converting-work*" buffer for work.
5769
5770 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5771
5772 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5773
5774 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5775
5776 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5777
5778 * ses.el (undo-more): Restore defadvice, but only the part that
5779 allows changes outside the restricted area of the buffer.
5780
5781 2005-02-20 Kim F. Storm <storm@cua.dk>
5782
5783 * simple.el (line-move): Add fourth optional arg try-vscroll which
5784 must be set to perform auto-window-vscroll.
5785 When moving backwards and doing auto-window-vscroll, automatically
5786 vscroll to the last part of lines which are taller than the window.
5787 (next-line, previous-line): Set try-vscroll arg on line-move.
5788
5789 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5790
5791 * replace.el (query-replace, query-replace-regexp)
5792 (replace-string, replace-regexp): When operating on region, make
5793 the minibuffer prompt say so.
5794
5795 * isearch.el (isearch-forward): Document isearch-query-replace and
5796 isearch-query-replace-regexp keybindings.
5797
5798 2005-02-19 Jay Belanger <belanger@truman.edu>
5799
5800 * calc/calc-aent.el (math-read-token): Add local variable.
5801
5802 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5803 (calc-edit-top): Move declaration to earlier in file.
5804 (calc-edit-macro-repeats): Add local variables.
5805
5806 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5807 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5808 calcFunc-tanh.
5809 Adjust integration rule for calcFunc-tan.
5810
5811 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5812
5813 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5814 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5815 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5816 (viper-skip-separators): Bug fix.
5817 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5818 particular major mode.
5819 (viper-del-backward-char-in-replace): Don't put deleted char on the
5820 kill ring.
5821
5822 * viper-ex.el (viper-color-display-p): New function.
5823 (viper-has-face-support-p): Use viper-color-display-p.
5824
5825 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5826
5827 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5828
5829 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5830 (viper-file-remote-p): Make equivalent to file-remote-p.
5831
5832 * viper.el (viper-major-mode-modifier-list):
5833 Use viper-gnus-modifier-map.
5834
5835 2005-02-19 David Kastrup <dak@gnu.org>
5836
5837 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5838 quoting.
5839
5840 2005-02-19 Jay Belanger <belanger@truman.edu>
5841
5842 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5843 Remove extra definitions.
5844 (calc-coth): New function.
5845 (calcFunc-cot): Fix `let'.
5846
5847 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5848
5849 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5850 the reasons we use "type pc" in these faces.
5851
5852 * button.el (button): Ditto.
5853
5854 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5855
5856 * replace.el (query-replace-read-from): Set the value of
5857 query-replace-from-history-variable to handle the case of an empty
5858 string entered to accept the suggested default.
5859
5860 * net/tramp.el (tramp-file-name-for-operation):
5861 Use dired-call-process instead of dired-call-process-command.
5862
5863 2005-02-19 Jay Belanger <belanger@truman.edu>
5864
5865 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5866 (math-div-non-trig): New variables.
5867 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5868 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5869 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5870 trig expressions.
5871
5872 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5873
5874 * progmodes/gdb-ui.el (gdb-var-update-handler)
5875 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5876 for watch expressions,
5877 (gdb-var-create-handler): Don't set speedbar-update-flag.
5878 (gdb-post-prompt): Simplify test for speedbar.
5879
5880 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5881
5882 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5883 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5884 we use the syntax table of the correct buffer.
5885 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5886 Felix Gatzemeier.
5887
5888 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5889 (ediff-file-remote-p): Make synonymous with file-remote-p.
5890 In all deffaces ediff-*-face-*, use min-colors.
5891
5892 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5893 ediff-recurse-to-subdirectories.
5894 (ediff-mark-if-equal): Check that the arguments are strings, use
5895 ediff-same-contents (after to Felix Gatzemeier).
5896
5897 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5898 nil.
5899
5900 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5901
5902 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5903
5904 2005-02-18 David Kastrup <dak@gnu.org>
5905
5906 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5907 use `mark-active' when defined.
5908
5909 2005-02-18 Kenichi Handa <handa@m17n.org>
5910
5911 * ps-print.el (ps-font-info-database): New entry
5912 ZapfChancery-MediumItalic with correct font name. Fix font name
5913 of the entry Zapf-Chancery-MediumItalic.
5914
5915 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5916
5917 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5918
5919 2005-02-16 Kim F. Storm <storm@cua.dk>
5920
5921 * ido.el (ido-fallback-command): Pass user input to fallback command.
5922
5923 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5924
5925 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5926 (gdb-find-file-hook): Add server prefix.
5927
5928 2005-02-16 Richard M. Stallman <rms@gnu.org>
5929
5930 * replace.el (perform-replace): Pass new args to replace-highlight.
5931 (replace-highlight): Take region args,
5932 and pass them to isearch-lazy-highlight-new-loop.
5933
5934 * novice.el (disabled-command-hook): Autoload the defalias
5935 and the make-obsolete-variable call.
5936
5937 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5938
5939 * isearch.el (isearch-lazy-highlight-start-limit)
5940 (isearch-lazy-highlight-end-limit): New variables limit
5941 the region for highlighting.
5942 (isearch-lazy-highlight-new-loop): New args BEG and END.
5943 (isearch-lazy-highlight-search): Use the new vars.
5944 (isearch-lazy-highlight-update): Likewise.
5945
5946 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5947
5948 * cus-start.el (all): Use default-boundp.
5949
5950 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
5951
5952 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5953
5954 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5955
5956 * autorevert.el (auto-revert-stop-on-user-input)
5957 (auto-revert-verbose): Doc fixes.
5958
5959 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5960
5961 * international/mule-cmds.el (set-locale-environment): Remove call
5962 to set-selection-coding-system on Windows.
5963
5964 2005-02-15 Jay Belanger <belanger@truman.edu>
5965
5966 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5967 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5968 calcFunc-coth.
5969 (math-simplify-sqrt): Add simplifications.
5970
5971 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5972 to list.
5973
5974 * calc/calc-ext.el: Add functions to autoloads.
5975
5976 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5977 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5978 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5979 (math-csc-raw, math-cot-raw): New functions.
5980
5981 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5982
5983 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5984 the variable name in a message.
5985
5986 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5987 calcFunc-csc, calcFunc-cot.
5988
5989 * calc/calcalg2.el: Add derivative and integration rules for
5990 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5991 calcFunc-csch, calcFunc-coth.
5992 (math-do-integral-methods): Add to checks for when to use
5993 substitutions.
5994
5995 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5996
5997 2005-02-15 Lute Kamstra <lute@gnu.org>
5998
5999 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6000 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6001 <monnier@iro.umontreal.ca>
6002 (lisp-outline-level): Improve efficiency. Suggested by David
6003 Kastrup <dak@gnu.org>.
6004
6005 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6006
6007 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6008 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6009 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6010 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6011 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6012
6013 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6014
6015 * cus-start.el (all): Comment change.
6016
6017 2005-02-14 Lute Kamstra <lute@gnu.org>
6018
6019 * cus-start.el (all): Check if symbol is void.
6020
6021 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6022
6023 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6024 optional argument to \cite.
6025
6026 2005-02-14 Richard M. Stallman <rms@gnu.org>
6027
6028 * cus-edit.el (custom-buffer-create-internal): Update help message.
6029 (custom-magic-alist): Update help messages.
6030
6031 * cus-start.el (all): Allow a var to specify a standard value.
6032
6033 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6034
6035 * custom.el (custom-theme-set-variables): Handle variable aliases.
6036
6037 * frame.el (blink-cursor-timer): Doc fix.
6038 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6039 declare obsolete.
6040 (blink-cursor-mode): Define with defcustom and use correct
6041 standard expression in that defcustom.
6042 * startup.el (command-line): Adapt to above changes in frame.el.
6043
6044 2005-02-11 Lute Kamstra <lute@gnu.org>
6045
6046 * apropos.el (apropos-score-doc): Prevent division by zero.
6047
6048 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6049
6050 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6051 (icalendar--get-event-property-attributes)
6052 (icalendar--get-event-properties)
6053 (icalendar--datetime-to-diary-date): New functions.
6054 (icalendar--split-value): Doc fix.
6055 (icalendar--datetime-to-noneuropean-date)
6056 (icalendar--datetime-to-european-date): New optional argument
6057 SEPARATOR. Return result as a string instead of a list.
6058 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6059 (icalendar--convert-string-for-export): Rename arg S to STRING.
6060 (icalendar-export-region): Doc fix. Change name of error buffer.
6061 Save output buffer.
6062 (icalendar-import-file): Add blank at end of prompt.
6063 (icalendar-import-buffer): Doc fix. Do not switch to error
6064 buffer. Indicate status in return value.
6065 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6066 buffer. Save output buffer. Handle exception from recurrence
6067 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6068 events. Fix problems with weekly all-day events.
6069
6070 2005-02-10 Richard M. Stallman <rms@gnu.org>
6071
6072 * simple.el (eval-expression-print-format):
6073 Avoid warning about edebug-active.
6074
6075 * help.el (help-for-help-internal): Rename from help-for-help.
6076 (help-for-help): Define with defalias.
6077
6078 * font-core.el (font-lock-default-function): Use with-no-warnings.
6079
6080 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6081
6082 * custom.el (defface): Doc fix.
6083
6084 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6085
6086 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6087 width 0" to prevent word wrapping problems.
6088
6089 2005-02-09 Kim F. Storm <storm@cua.dk>
6090
6091 * ido.el (ido-file-extensions-order): New defcustom.
6092 (ido-file-extension-lessp, ido-file-extension-aux)
6093 (ido-file-extension-order): New advanced file ordering.
6094 (ido-file-lessp): New simple file ordering.
6095 (ido-sort-list): Remove.
6096 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6097 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6098
6099 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6100
6101 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6102 that some versions of grep produce.
6103 (grep-mode-font-lock-keywords): Likewise.
6104
6105 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6106
6107 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6108 (gdb-cdir): Delete.
6109 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6110 (gdb-source-info): Treat case when source file is in another
6111 directory properly.
6112 (gdb-get-location): New function.
6113
6114 2005-02-07 Jay Belanger <belanger@truman.edu>
6115
6116 * calc/calc-prog.el (calc-write-parse-table-part)
6117 (calc-fix-token-name): Fix a check for language type.
6118
6119 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6120
6121 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6122
6123 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6124 as directory not writable.
6125
6126 2005-02-07 Kim F. Storm <storm@cua.dk>
6127
6128 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6129 (cua--standard-movement-commands): Remove list.
6130 Instead, set CUA property value to move for movement commands.
6131 (cua-movement-commands): Remove. Users must set CUA prop instead.
6132 (cua--pre-command-handler): Check CUA property.
6133 (cua--init-keymaps): Don't remap undo commands.
6134 (cua-mode): Don't call cua--rectangle-on-off.
6135
6136 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6137 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6138 (cua--rect-undo-set-point): New var.
6139 (cua--rectangle-undo-boundary): Setup undo apply entry.
6140 (cua--rect-undo-handler): New function for rectangle undo.
6141 (cua--rect-start-position, cua--rect-end-position): Add.
6142 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6143 for restored rectangle. Set point if cua--rect-undo-set-point.
6144
6145 2005-02-06 Jay Belanger <belanger@truman.edu>
6146
6147 * calc/calc-lang.el (calc-tex-language): Display more information
6148 in messages.
6149
6150 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6151 in TeX mode.
6152
6153 2005-02-06 Richard M. Stallman <rms@gnu.org>
6154
6155 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6156
6157 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6158
6159 * net/ldap.el (ldap-search-internal): Support attributes with
6160 optional descriptions separated by a semi-colon, as in
6161 "userCertificate;binary".
6162
6163 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6164
6165 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6166 isn't a cons (i.e. the version is 0).
6167
6168 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6169
6170 * help.el (help-for-help): Doc fix.
6171
6172 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6173
6174 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6175 GDB-Windows on the menu-bar as this works better.
6176
6177 2005-02-04 Jay Belanger <belanger@truman.edu>
6178
6179 * calc/calc-embed.el (calc-embedded-update): Don't put in
6180 unnecessary newlines. Adjust the end of formula marker.
6181
6182 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6183 (math-latex-parse-two-args): New function.
6184
6185 2005-02-03 Lute Kamstra <lute@gnu.org>
6186
6187 * help-fns.el (help-with-tutorial): Make sure that users cannot
6188 remove the entire text of the tutorial by means of `undo'.
6189
6190 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6191
6192 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6193 in recent changes, where the ispell process was repeatedly
6194 killed & restarted.
6195
6196 * international/mule-cmds.el (set-locale-environment): Set file-name
6197 coding system to utf-8 on Darwin systems.
6198 (set-default-coding-systems): Don't set default-file-name-coding-system
6199 on Darwin systems.
6200
6201 2005-02-03 Richard M. Stallman <rms@gnu.org>
6202
6203 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6204
6205 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6206
6207 * faces.el (list-faces-display): Add optional argument.
6208
6209 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6210
6211 * font-core.el (font-lock-default-function): Handle the rare case where
6212 only font-lock-keywords is set.
6213
6214 2005-02-02 Kenichi Handa <handa@m17n.org>
6215
6216 * international/characters.el: Cancel previous change for
6217 I-WITH-DOT-ABOVE and DOTLESS-i.
6218
6219 * international/latin-5.el: Cancel previous change.
6220
6221 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6222
6223 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6224
6225 2005-02-02 Kenichi Handa <handa@m17n.org>
6226
6227 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6228 DOTLESS-i.
6229
6230 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6231 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6232
6233 * case-table.el (get-upcase-table): New function.
6234 (copy-case-table): Copy upcaes table too if non-nil.
6235 (set-case-syntax-delims): Maintain upcase table too.
6236 (set-case-syntax-pair): Likewise.
6237 (set-upcase-syntax, set-downcase-syntax): New functions.
6238 (set-case-syntax): Maintain upcase table too.
6239
6240 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6241
6242 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6243
6244 * progmodes/gud.el (gud-goto-info): New function.
6245 (gud-tool-bar-map): Use correct icon.
6246
6247 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6248
6249 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6250 When delegating, order args in the funcall correctly.
6251
6252 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6253
6254 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6255
6256 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6257
6258 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6259 buffer not visiting a file.
6260
6261 2005-01-31 Jay Belanger <belanger@truman.edu>
6262
6263 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6264 bound on the line with the formula.
6265
6266 2005-01-31 Kim F. Storm <storm@cua.dk>
6267
6268 * ses.el (ses-create-cell-variable-range)
6269 (ses-destroy-cell-variable-range, ses-reset-header-string)
6270 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6271 (ses-insert-row): Fix format of apply undo entries.
6272
6273 2005-01-31 Jay Belanger <belanger@truman.edu>
6274
6275 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6276 parts.
6277
6278 * calc/calc-embed.el (calc-embedded-open-formula)
6279 (calc-embedded-close-formula): Ignore matrix environments.
6280
6281 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6282 TeX mode.
6283
6284 * calc/calc-lang.el (math-function-table, math-oper-table)
6285 (math-variable-table): Adjust the LaTeX portions.
6286
6287 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6288 (math-latex-ignore-words): New constant.
6289
6290 2005-01-31 Richard M. Stallman <rms@gnu.org>
6291
6292 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6293 (ispell-local-dictionary): Doc fix.
6294 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6295 Don't reinitialize at run time. Don't defcustom.
6296 All uses changed to append ispell-local-dictionary-alist,
6297 or check it first.
6298 (ispell-current-dictionary): New variable for dictionary in use.
6299 (ispell-dictionary): Now used only for global default.
6300 (ispell-start-process): Set ispell-current-dictionary,
6301 not ispell-dictionary.
6302 (ispell-change-dictionary): Use this only for setting
6303 user preferences.
6304 (ispell-internal-change-dictionary): New function
6305 to change the current dictionary in use.
6306 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6307 Use ispell-current-dictionary.
6308 Handle ispell-local-dictionary-overridden.
6309 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6310
6311 2005-01-31 Jay Belanger <belanger@truman.edu>
6312
6313 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6314
6315 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6316 (calc-mode-map): Add calc-latex-language.
6317
6318 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6319 (math-latex-print-frac): New functions.
6320 (math-oper-table, math-function-table, math-variable-table)
6321 (math-complex-format, math-input-filter): Add latex properties.
6322 (calc-set-language): Set math-expr-special-function-mapping.
6323
6324 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6325 (calc-write-parse-table-part): Add LaTeX support.
6326
6327 * calc/calc.el (calc-language): Adjust docstring.
6328 (calc-set-mode-line): Add LaTeX support.
6329 (math-expr-special-function-mapping): New variable.
6330 (math-tex-ignore-words): Add to list.
6331
6332 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6333 Add LaTeX support.
6334 (math-compose-expr): Add support for special functions.
6335
6336 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6337
6338 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6339
6340 * progmodes/gdb-ui.el (gdb-memory-address)
6341 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6342 (gdb-memory-mode-map, gdb-memory-format-keymap)
6343 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6344 (gdb-memory-unit-menu): New variables for a buffer
6345 that lets the user examine program memory.
6346 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6347 (gdb-memory-format-binary, gdb-memory-format-octal)
6348 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6349 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6350 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6351 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6352 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6353 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6354 (gdb-memory-mode, gdb-memory-buffer-name)
6355 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6356 New functions for above buffer.
6357
6358 2005-01-30 Richard M. Stallman <rms@gnu.org>
6359
6360 * cus-edit.el (custom-bury-buffer): Function deleted.
6361 (custom-buffer-done-function): Option deleted.
6362 (custom-buffer-done-kill): New (replacement option.
6363 (Custom-buffer-done): Call quit-window.
6364 (custom-buffer-create-internal): Update for above changes.
6365
6366 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6367
6368 * simple.el (undo-ask-before-discard): New var.
6369 (undo-outer-limit-truncate): Implement it.
6370 (undo-extra-outer-limit): Doc update.
6371
6372 2005-01-29 Richard M. Stallman <rms@gnu.org>
6373
6374 * ses.el (undo-more): Delete defadvice.
6375 (ses-begin-change): Doc fix.
6376
6377 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6378 instead of rebinding C-x u and C-_.
6379
6380 * files.el (normal-backup-enable-predicate): Return nil for files
6381 in /tmp, regardless of temporary-file-directory.
6382
6383 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6384
6385 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6386 (open-rectangle, delete-whitespace-rectangle-line)
6387 (clear-rectangle-line): If FILL, pass t instead of FILL
6388 for move-to-column's 2nd arg.
6389
6390 * simple.el (undo): Fix the test for continuing a series of undos.
6391 (undo-more): Set pending-undo-list to t when we reach end.
6392 (pending-undo-list): Move up defvar.
6393
6394 * wid-edit.el (widget-button-click):
6395 Shorten the range of the track-mouse binding.
6396
6397 * comint.el (comint-insert-input): Undo previous changes;
6398 use last-input-event in interactive spec.
6399
6400 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6401
6402 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6403 to nil before invoking call-process. Reset buffer's modified flag
6404 after fontifying it in the no-async branch.
6405
6406 * wid-edit.el (widget-specify-button): If mouse pointer shape
6407 cannot be changed, use mouse face instead.
6408
6409 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6410
6411 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6412 (gdb-goto-breakpoint): Make breakpoint handling work on template
6413 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6414 (gdb-assembler-custom): Update to recognise breakpoint information
6415 added on 2005-01-19.
6416
6417 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6418
6419 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6420 (dsssl-mode): Use define-derived-mode.
6421 (scheme-mode-initialize): Remove.
6422 (scheme-mode): Use run-mode-hooks.
6423
6424 * cus-edit.el (customize-group-other-window)
6425 (custom-buffer-create-other-window): Don't override special-display-*.
6426 (custom-mode-map): Make it dense.
6427
6428 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6429 sets the default value.
6430
6431 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6432
6433 * descr-text.el: Add more keywords.
6434
6435 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * speedbar.el: Avoid unnecessary use of locate-library.
6438
6439 * international/mule-cmds.el (standard-display-european-internal):
6440 Don't fiddle with latin-1 non-break space any more since it's now
6441 special cased in the C code.
6442 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6443
6444 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6445
6446 * cus-start.el (all): Add `undo-outer-limit'.
6447
6448 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6449
6450 * textmodes/bibtex.el (bibtex-format-entry):
6451 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6452 field lines.
6453 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6454 not on part of a buffer.
6455
6456 2005-01-25 Lute Kamstra <lute@gnu.org>
6457
6458 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6459 nonempty field text strings like "{letters\\macro{}more letters}".
6460 Clarify docstring.
6461 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6462 (bibtex-entry-offset, bibtex-parse-association)
6463 (bibtex-parse-field-name): Fix typos in docstrings.
6464 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6465
6466 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6467
6468 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6469 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6470 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6471 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6472
6473 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6474 isearch minor mode.
6475
6476 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6477
6478 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6479
6480 2005-01-24 Lute Kamstra <lute@gnu.org>
6481
6482 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6483 CASECHARS and NOT-CASECHARS regular expressions of the
6484 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6485 striding over charsets" error.
6486
6487 2005-01-24 Jay Belanger <belanger@truman.edu>
6488
6489 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6490 display variable name.
6491
6492 2005-01-24 Kenichi Handa <handa@m17n.org>
6493
6494 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6495 Fix setting of the element of encoded-kbd-iso2022-invocations.
6496
6497 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6498
6499 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6500 (gdb-threads-select): Change to also accept mouse events.
6501 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6502 (gdb-threads-mouse-select): Delete.
6503
6504 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6505
6506 * files.el (insert-directory): Take care of empty directory,
6507 listed without -a switch.
6508
6509 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 * textmodes/refill.el (refill-post-command-function):
6512 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6513 to the list of functions that we should be careful not to undo.
6514 (refill-late-fill-paragraph-function): Remove.
6515 (refill-saved-state): New var.
6516 (refill-mode): Use it to save fill-paragraph-function.
6517 Save also the value of auto-fill-function.
6518
6519 * term/w32-win.el: Simplify code.
6520
6521 2005-01-23 Kim F. Storm <storm@cua.dk>
6522
6523 * simple.el (line-move): Adapt to new return value from
6524 pos-visible-in-window-p.
6525
6526 * simple.el (line-move): Fix last change. Check partial
6527 visibility at point rather than at window-start.
6528
6529 2005-01-22 Jason Rumney <jasonr@gnu.org>
6530
6531 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6532
6533 2005-01-22 David Kastrup <dak@gnu.org>
6534
6535 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6536
6537 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6538
6539 * type-break.el (type-break-mode): Add a test for
6540 type-break-file-name being non-nil.
6541
6542 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6543
6544 * net/eudc.el (top level): Call (message "") via progn, so that
6545 eudc-options-file is loaded.
6546
6547 2005-01-22 Kim F. Storm <storm@cua.dk>
6548
6549 * simple.el (line-move-1): Rename from line-move.
6550 (line-move): New function that adjusts vscroll for partially
6551 visible rows, and calls line-move-1 otherwise.
6552
6553 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6554
6555 * pcomplete.el: define pcomplete-read-event instead of read-event,
6556 since it's not a complete read-event implementation
6557
6558 2005-01-20 Jay Belanger <belanger@truman.edu>
6559
6560 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6561 for called function.
6562
6563 2005-01-20 Steven Tamm <steventamm@mac.com>
6564
6565 * term/mac-win.el (process-connection-type): Remove.
6566 Controlled now by s/darwin.h:PTY_ITERATION.
6567
6568 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6569
6570 * window.el (handle-select-window): Don't switch window when we're
6571 in the minibuffer.
6572
6573 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6574
6575 * subr.el (dotimes-with-progress-reporter): New macro.
6576
6577 * ses.el (ses-dotimes-msg): Remove macro.
6578 Use `dotimes-with-progress-reporter' instead.
6579
6580 2005-01-19 Steven Tamm <steventamm@mac.com>
6581
6582 * term/mac-win.el (process-connection-type): Use new
6583 operating-system-release variable to use ptys on Darwin 7 (OSX
6584 10.3) when using carbon build.
6585
6586 2005-01-19 Jay Belanger <belanger@truman.edu>
6587
6588 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6589 flags if the last command was a tab or M-tab.
6590
6591 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6592 in formula editing buffer.
6593
6594 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6595
6596 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6597 breakpoint image symbol in margin.
6598
6599 2005-01-19 Jay Belanger <belanger@truman.edu>
6600
6601 * calc/calc-prog.el (calc-execute-kbd-macro):
6602 Ignore calc-keep-arg-flag.
6603
6604 2005-01-19 Kenichi Handa <handa@m17n.org>
6605
6606 * textmodes/ispell.el (ispell-looking-at): New function.
6607 (ispell-process-line): Use ispell-looking-at to compare the ispell
6608 output and the buffer contents.
6609
6610 2005-01-18 Jay Belanger <belanger@truman.edu>
6611
6612 * calc/calc.el (calc-display-raw): Fix docstring.
6613
6614 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6615
6616 * simple.el (blink-matching-open): Strip extra info from syntax.
6617
6618 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6619 funny chars in the end-of-here-doc marker.
6620
6621 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6622
6623 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6624 that enable/disabled state of breakpoints is shown correctly in
6625 fringe and on ttys.
6626 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6627 Add breakpoint information as text properties.
6628 (gdb-mouse-toggle-breakpoint):
6629 Rename to gdb-mouse-set-clear-breakpoint.
6630 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6631 breakpoints in the margin.
6632 (gdb-remove-strings): Simplify.
6633
6634 2005-01-17 Jay Belanger <belanger@truman.edu>
6635
6636 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6637 erasing buffer.
6638
6639 2005-01-17 Richard M. Stallman <rms@gnu.org>
6640
6641 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6642 for calling grep-compute-defaults.
6643
6644 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6645 if buffer is empty.
6646
6647 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6648
6649 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6650
6651 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6652
6653 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6654 non-preloaded variables.
6655
6656 2005-01-17 Steven Tamm <steventamm@mac.com>
6657
6658 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6659 tex-shell cause to force interactivity when using pipes.
6660
6661 2005-01-17 Kim F. Storm <storm@cua.dk>
6662
6663 * simple.el (just-one-space): Make arg optional.
6664
6665 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6666
6667 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6668 posn-at-x-y to t to access left-margin.
6669
6670 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6671
6672 Sync with Tramp 2.0.47.
6673
6674 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6675 catching keep-date problems in cp/scp operations.
6676 (tramp-handle-copy-file): Don't call `set-file-modes'
6677 unconditionally. Specialized functions should know better what is
6678 necessary. This improves performance a little bit, and the
6679 functions could catch errors with `cp -p' and `scp -p'.
6680 (tramp-do-copy-or-rename-file-via-buffer)
6681 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6682 when appropriate.
6683 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6684 Call `set-file-modes' when appropriate.
6685 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6686 Johnsson <isak@hypergene.com>
6687 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6688 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6689 <joakim@verona.se>
6690 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6691 Emacs only.
6692
6693 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6694 `find-file-hooks' and `dired-mode-hook'.
6695 (tramp-minor-mode-map): Respective map. Add remapping for
6696 `compile' and `recompile'.
6697 (tramp-remap-command, tramp-recompile): New defuns.
6698 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6699 in buffer "*Compilation*". Call the commands asynchronously.
6700
6701 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6702 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6703 `shell-command', because it isn't magic in XEmacs. Reported by
6704 Adrian Aichner <adrian@xemacs.org>.
6705
6706 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6707 `substitute-in-file-name.
6708 (tramp-smb-handle-substitute-in-file-name): New defun.
6709 (tramp-smb-advice-PC-do-completion): Delete advice.
6710
6711 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6712
6713 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6714 Fix error in deleting region.
6715
6716 2005-01-15 Richard M. Stallman <rms@gnu.org>
6717
6718 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6719 In non-temp buffer, switch syntax table temporarily.
6720
6721 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6722
6723 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6724
6725 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6726
6727 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6728 (imenu--generic-function): Use START, not BEG, as pos of definition.
6729
6730 * simple.el (just-one-space): Argument specifies number of spaces.
6731
6732 * simple.el (eval-expression-print-format): Avoid warning
6733 about edebug-active.
6734
6735 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6736
6737 * progmodes/sh-script.el: Code copied from make-mode.el
6738 with small changes,
6739 (sh-mode-map): Bind C-c C-\.
6740 (sh-backslash-column, sh-backslash-align): New variables.
6741 (sh-backslash-region, sh-append-backslash): New functions.
6742
6743 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6744
6745 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6746 (rmail-pop-password, rmail-pop-password-required): Move to
6747 rmail-obsolete group.
6748 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6749 All callers updated.
6750 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6751 Take an argument specifying whether it is POP or IMAP mailbox we
6752 are using. All callers updated.
6753 (rmail-pop-password-error): Rename to
6754 rmail-remote-password-error. Added mailutils-specific error message.
6755 (rmail-movemail-search-path)
6756 (rmail-movemail-variant-in-use): New variables.
6757 (rmail-remote-password, rmail-remote-password-required):
6758 New customization variables.
6759 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6760 (rmail-parse-url): New function.
6761 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6762 with GNU mailutils movemail.
6763
6764 2005-01-15 Kevin Ryde <user42@zip.com.au>
6765
6766 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6767 suffix to space, $ or '$, to correctly position point when going
6768 to @table style constants like DBL_MAX.
6769
6770 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6771
6772 * type-break.el (type-break-mode, type-break-file-time)
6773 (type-break-file-keystroke-count, type-break-choose-file):
6774 Don't store data in or load data from the file if type-break-file-name
6775 is nil.
6776 (type-break-file-name): Doc update as per the above.
6777
6778 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6779
6780 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6781 lookup-key might return nil; handle that.
6782
6783 2005-01-15 Alan Mackenzie <acm@muc.de>
6784
6785 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6786 rather than the element found, thus enabling the tree to be setcar'd.
6787
6788 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6789
6790 * textmodes/org.el (org-show-following-heading): New option.
6791 (org-show-hierarchy-above): Use `org-show-following-heading'.
6792 (org-cycle): Documentation fix.
6793
6794 * textmodes/org.el (orgtbl-optimized): New option
6795 (orgtbl-mode): New command, a minor mode.
6796 (orgtbl-mode-map): New variable.
6797 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6798 (orgtbl-error, orgtbl-self-insert-command)
6799 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6800
6801 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6802 a local variable in each org-mode buffer.
6803
6804 * textmodes/org.el (org-set-regexps-and-options): Rename from
6805 `org-set-regexps'. Added checking for STARTUP keyword.
6806 (org-get-current-options): Add STARTUP options.
6807 (org-table-insert-row): Mode mode intelligent about when
6808 realignment is needed.
6809 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6810 New commands.
6811 (org-enable-table-editor): New default value `optimized'.
6812 (org-table-blank-field): Support blanking regions if active.
6813
6814 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6815
6816 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6817 if the year is not given.
6818
6819 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6820 Add new escapes %m and %M, fixed bug with %F by adding
6821 save-match-data.
6822 (reftex-reference): Remove ?. from list of spaces.
6823 (reftex-label-info): Add automatic label prefix recognition.
6824
6825 * textmodes/reftex-index.el (reftex-index-next-phrase):
6826 Add slave parameter to call of `reftex-index-this-phrase'.
6827 (reftex-index-this-phrase): New optional argument.
6828 (reftex-index-region-phrases): Add slave parameter to call of
6829 `reftex-index-this-phrase'.
6830 (reftex-display-index): New argument redo.
6831 (reftex-index-rescan): Add 'redo to arguments of
6832 `reftex-display-index'.
6833 (reftex-index-Rescan, reftex-index-revert)
6834 (reftex-index-switch-index-tag): Add 'redo to arguments of
6835 `reftex-display-index'.
6836 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6837 indexing. Fix bug with matching is there is a quote before or
6838 after the word.
6839
6840 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6841 Fix bug when collecting citation keys in lines with comments.
6842 (reftex-citation): Prefix argument no longer rescans the document,
6843 but forces prompting for optional arguments of cite macros.
6844 (reftex-do-citation): Prompting for optional arguments implemented.
6845
6846 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6847 Add optional arguments to most cite commands.
6848 (reftex-cite-cleanup-optional-args): New option
6849 (reftex-cite-prompt-optional-args): New option.
6850 (reftex-trust-label-prefix): New option.
6851
6852 * textmodes/reftex-toc.el (reftex-toc-find-section):
6853 Add push-mark before changing the position in the buffer.
6854
6855 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6856 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6857
6858 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6859
6860 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6861 more carefully.
6862
6863 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6866 (sgml-mode): Use it.
6867 (sgml-get-context): Better keep track of implicitly closed tags.
6868
6869 2005-01-13 Kenichi Handa <handa@m17n.org>
6870
6871 * textmodes/ispell.el: These changes are to fix misalignment error
6872 caused by equivalent characters of different Emacs charsets.
6873 (ispell-unified-chars-table): New variable.
6874 (ispell-get-decoded-string): New function.
6875 (ispell-get-casechars, ispell-get-not-casechars)
6876 (ispell-get-otherchars): Call ispell-get-decoded-string.
6877
6878 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6879
6880 * custom.el (custom-declare-variable): Just put symbol instead
6881 of (defvar . symbol) in `current-load-list'.
6882
6883 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6884
6885 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6886
6887 2005-01-12 Jay Belanger <belanger@truman.edu>
6888
6889 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6890 to create a Calc summary.
6891
6892 2005-01-12 Kim F. Storm <storm@cua.dk>
6893
6894 * mouse.el (mouse-on-link-p): Change functionality and doc
6895 string to comply with latest description in lisp ref.
6896
6897 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6898
6899 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6900 Enable mouse clicks on mode-line, header-line and margin.
6901 (event-type): Give mouse event symbols an 'event-kind property
6902 with value 'mouse-click.
6903
6904 2005-01-12 Juri Linkov <juri@jurta.org>
6905
6906 * facemenu.el (list-colors-display): Add new arg buffer-name.
6907 Use it. Fix docstring. Replace code for identifying duplicate
6908 colors by the name with call to `list-colors-duplicates' which
6909 identifies duplicate colors by the value unless the color
6910 is one of special Windows colors. Set truncate-lines to t.
6911 Print sorted duplicate color names on each line. Indent to 22
6912 \(the longest color name in rgb.txt) instead of 20. Optimize.
6913 (list-colors-duplicates): New function.
6914 (facemenu-color-name-equal): Delete function.
6915
6916 * facemenu.el (list-colors-print): New function created from code
6917 in list-colors-display. Print #RRGGBB at the window right edge.
6918 (list-colors-display): When temp-buffer-show-function is not
6919 defined, call list-colors-print from temp-buffer-show-hook
6920 to get the right value of window-width in list-colors-print
6921 after the buffer is displayed.
6922
6923 * simple.el (pop-mark): Move deactivate-mark out of conditional
6924 part to deactivate the active mark regardless of the state of the
6925 mark ring.
6926
6927 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6928 variables line in desktop files.
6929
6930 2005-01-12 Juri Linkov <juri@jurta.org>
6931
6932 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6933 Bring together isearch highlight related options.
6934 (lazy-highlight): Replace group `replace' by `matching'.
6935 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6936 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6937 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6938 and declare them obsolete.
6939 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6940 (isearch-faces): Remove defgroup.
6941 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6942 Move isearch highlighting code closer to lazy highlighting code.
6943
6944 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6945 (query-replace-highlight, query-replace-lazy-highlight)
6946 (query-replace): Move definitions to the beginning of the file.
6947
6948 2005-01-11 Juri Linkov <juri@jurta.org>
6949
6950 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6951 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6952 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6953
6954 * info.el (Info-history-forward): New variable.
6955 (Info-select-node): Reset Info-history-forward to nil.
6956 (Info-last): Turn into defalias.
6957 (Info-history-back): Rename from Info-last.
6958 Add current node to Info-history-forward.
6959 (Info-history-forward): New fun.
6960 (Info-mode-map): Replace Info-last by Info-history-back.
6961 Bind Info-history-forward to "r".
6962 (Info-mode-menu): Replace Info-last by Info-history-back.
6963 Fix menu item text. Add menu item for Info-history-forward.
6964 (info-tool-bar-map): Replace Info-last by Info-history-back.
6965 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
6966 for Info-history-forward.
6967 (Info-mode): Replace Info-last by Info-history-back in docstring.
6968 Add local variable Info-history-forward.
6969 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6970
6971 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6972
6973 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6974 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6975 Ignore select-window events rather than fiddle with
6976 mouse-autoselect-window.
6977
6978 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
6979
6980 * type-break.el (type-break-mode): Fix previous change.
6981
6982 2005-01-10 Jay Belanger <belanger@truman.edu>
6983
6984 * calc/calc-ext.el (calc-reset): Reset when inside embedded
6985 calculator; only reset when point is inside a calculator.
6986 Don't adjust the window height if the window takes up the whole height
6987 of the frame.
6988
6989 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6990
6991 * ebuff-menu.el (Electric-buffer-menu-mode):
6992 Preserve value of buffer-local var header-line-format.
6993
6994 2005-01-09 Jay Belanger <belanger@truman.edu>
6995
6996 * calc/calc.el (calc-mode-var-list-restore-saved-values):
6997 Make sure settings file exists before accessing it.
6998
6999 * calc/calc-embed.el (calc-embedded-subst):
7000 Replace math-multi-subst-rec, which is only supposed to be called
7001 by math-multi-subst, by math-multi-subst.
7002
7003 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7004
7005 * vc.el (vc-allow-async-revert): New user option.
7006 (vc-disable-async-diff): New internal variable.
7007 (vc-revert-buffer): Use them to disable asynchronous diff.
7008
7009 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7010 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7011 asynchronously if vc-disable-async-diff is t.
7012
7013 2005-01-09 Jay Belanger <belanger@truman.edu>
7014
7015 * calc/calc.el (defcalcmodevar): New macro.
7016 (calc-mode-var-list-restore-default-values)
7017 (calc-mode-var-list-restore-saved-values): New functions.
7018 (calc-mode-var-list): Use defcalcmodevar to define it.
7019 (calc-always-load-extensions, calc-line-numbering)
7020 (calc-line-breaking, calc-display-just, calc-display-origin)
7021 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7022 (calc-group-char, calc-point-char, calc-frac-format)
7023 (calc-prefer-frac, calc-hms-format, calc-date-format)
7024 (calc-float-format, calc-full-float-format, calc-complex-format)
7025 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7026 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7027 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7028 (calc-matrix-brackets, calc-language, calc-language-option)
7029 (calc-left-label, calc-right-label, calc-word-size)
7030 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7031 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7032 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7033 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7034 (calc-window-height, calc-display-trail, calc-show-selections)
7035 (calc-use-selections, calc-assoc-selections)
7036 (calc-display-working-message, calc-auto-why, calc-timing)
7037 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7038 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7039 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7040 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7041 (calc-gnuplot-geometry, calc-graph-default-resolution)
7042 (calc-graph-default-resolution-3d, calc-invocation-macro)
7043 (calc-show-banner): Use defcalcmodevar to declare them and set
7044 their default values.
7045
7046 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7047 instead of default values (but restore default values if there is
7048 an argument of 0).
7049
7050 2005-01-09 David Kastrup <dak@gnu.org>
7051
7052 * desktop.el (desktop-restore-eager): Fix typo in type.
7053
7054 2005-01-08 Richard M. Stallman <rms@gnu.org>
7055
7056 * cus-edit.el (customize): Delete :link.
7057
7058 2005-01-08 Jay Belanger <belanger@truman.edu>
7059
7060 * calc/calc.el (calc-mode): Remove the extension from the
7061 `calc-settings-file' file name when loading it.
7062
7063 2005-01-08 Kim F. Storm <storm@cua.dk>
7064
7065 * info.el (Info-mode-map, Info-next-link-keymap)
7066 (Info-prev-link-keymap, Info-up-link-keymap):
7067 Map follow-link to mouse-face.
7068 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7069
7070 2005-01-08 Jay Belanger <belanger@truman.edu>
7071
7072 * calc/calc.el (calc-settings-file): Change default value.
7073 Suggested by cgw in a comment in calc-mode.el.
7074
7075 * calc/calc-mode.el (calc-settings-file-name):
7076 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7077 Replace ~/.emacs in a prompt by calc-settings-file.
7078
7079 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7080
7081 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7082 (desktop-lazy-idle-delay): New customizable variables.
7083 (desktop-buffer-args-list): New variable.
7084 (desktop-append-buffer-args): New function.
7085 (desktop-save): Call desktop-append-buffer-args for some buffers.
7086 (desktop-lazy-create-buffer): New function.
7087 (desktop-idle-create-buffers): New function.
7088 (desktop-read): Add message about buffers to restore lazily.
7089 (desktop-lazy-abort): New command.
7090 (desktop-clear): Call desktop-lazy-abort.
7091 (desktop-lazy-complete): New command.
7092
7093 2005-01-06 Richard M. Stallman <rms@gnu.org>
7094
7095 * emacs-lisp/find-func.el (find-face-definition):
7096 Rename from find-face.
7097
7098 2005-01-06 Kim F. Storm <storm@cua.dk>
7099
7100 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7101
7102 * man.el (Man-xref-man-page, Man-xref-header-file)
7103 (Man-xref-normal-file): Add follow-link property.
7104
7105 2005-01-06 Jay Belanger <belanger@truman.edu>
7106
7107 * calc/calc-units.el: Make sure the proper macro definitions are
7108 available when compiling.
7109
7110 2005-01-06 Juri Linkov <juri@jurta.org>
7111
7112 * isearch.el (isearch-lazy-highlight-update):
7113 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7114
7115 2005-01-06 Miles Bader <miles@gnu.org>
7116
7117 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7118 (isearch-lazy-highlight-face): Use new name.
7119
7120 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7121
7122 * uniquify.el (uniquify-rationalize-file-buffer-names):
7123 Re-add an interactive spec.
7124 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7125 to the same name.
7126
7127 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7128 (isearch-update, isearch-done): Adjust calls accordingly.
7129
7130 2005-01-05 Richard M. Stallman <rms@gnu.org>
7131
7132 * custom.el (custom-set-variables, custom-theme-set-variables):
7133 Clarify documentation.
7134
7135 * emacs-lisp/find-func.el (find-variable)
7136 (find-variable-other-window, find-variable-other-frame):
7137 Fix the TYPE args to find-function-read and find-function-do-it.
7138 (find-function): Doc fix.
7139 (find-function-at-point): Replace function-at-point alias.
7140
7141 2005-01-04 Richard M. Stallman <rms@gnu.org>
7142
7143 * cus-face.el (custom-declare-face):
7144 Record defface in current-load-list.
7145
7146 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7147
7148 * emacs-lisp/find-func.el: Doc fixes.
7149 (find-face-regexp): New variable.
7150 (find-function-regexp-alist): New variable.
7151 (find-function-C-source): Third arg is now TYPE.
7152 (find-function-search-for-symbol): Handle general TYPE.
7153 (find-function-read, find-function-do-it): Handle general TYPE.
7154 (find-definition-noselect, find-face): New functions.
7155 (function-at-point): Alias deleted.
7156
7157 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7158
7159 * battery.el (display-battery-mode): Rename from display-battery.
7160 Handle the case where it gets turned off.
7161
7162 2005-01-04 Richard M. Stallman <rms@gnu.org>
7163
7164 * cus-edit.el (customize): Make :link point to user doc.
7165
7166 * man.el (Man-fontify-manpage): Turn off undo generation.
7167
7168 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7169
7170 2005-01-04 Andreas Schwab <schwab@suse.de>
7171
7172 * files.el (insert-directory): Only look for error lines in
7173 inserted text. Don't move too far after processing --dired markers.
7174
7175 2005-01-04 Richard M. Stallman <rms@gnu.org>
7176
7177 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7178 Don't expand if the character is @, period, dash, etc.
7179 (define-mail-abbrev): Quote names that contain problem characters.
7180
7181 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7182
7183 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7184
7185 2005-01-03 Richard M. Stallman <rms@gnu.org>
7186
7187 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7188 (query-replace-highlight, query-replace-lazy-highlight)
7189 (query-replace): Definitions moved up. Doc fix.
7190
7191 2005-01-03 Richard M. Stallman <rms@gnu.org>
7192
7193 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7194 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7195 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7196 (lazy-highlight-face): Rename from isearch-lazy-...
7197 Change all references to them.
7198
7199 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7200
7201 * cus-edit.el (custom-file): Doc fix for defcustom.
7202 (custom-file): The function no longer sets the variable
7203 `custom-file' to its return value.
7204
7205 * startup.el (command-line): No longer load `custom-file'.
7206
7207 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7208
7209 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7210
7211 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7212 Don't confuse module-prefixed identifiers for labels.
7213 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7214
7215 2005-01-02 Richard M. Stallman <rms@gnu.org>
7216
7217 * files.el (basic-save-buffer-1): Fix previous change.
7218
7219 * loadhist.el (file-loadhist-lookup): New function.
7220 (file-provides, file-requires): Use it.
7221
7222 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7223 instead of calculating the right size.
7224
7225 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7226
7227 * vc-svn.el (vc-svn-diff): Stay local if possible.
7228
7229 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7230
7231 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7232
7233 * files.el (hack-local-variables): Fix last change.
7234
7235 2005-01-02 Jay Belanger <belanger@truman.edu>
7236
7237 * calc/calc-yank.el (calc-edit-top): New variable.
7238 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7239 object. Change header properties.
7240 (calc-edit-finish, calc-edit-finish-stack-object)
7241 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7242 edited object.
7243 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7244 for the beginning of the edited object.
7245 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7246 for the beginning of the edited object.
7247 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7248 (calc-finish-formula-edit, calc-macro-repeats)
7249 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7250 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7251 beginning of the edited object.
7252 (calc-user-define-edit): Change the header for editing macros.
7253 Remove unnecessary variable.
7254
7255 2005-01-01 Jay Belanger <belanger@truman.edu>
7256
7257 * calc/calc-yank.el (calc-edit-mode): Change default header.
7258 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7259 * calc/calc-store.el (calc-edit-variable): Change title to match new
7260 header.
7261 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7262 mode to match new header.
7263 (calc-user-define-edit): Change titles to include names of commands.
7264 (calc-finish-formula-edit): Adjust to handle new header.
7265 (calc-finish-macro-edit): Remove.
7266 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7267 (calc-edit-macro-command, calc-edit-macro-command-type)
7268 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7269 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7270 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7271 (calc-edit-macro-finish-edit): New functions.
7272 (calc-user-define-edit): Use new functions to edit named calc macros.
7273
7274 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7275
7276 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7277
7278 * ses.el (copy-region-as-kill): Deactivate mark.
7279
7280 2005-01-01 Richard M. Stallman <rms@gnu.org>
7281
7282 * replace.el (occur-1): If the output buffer is also an input,
7283 don't kill it, rename it.
7284
7285 * faces.el (set-face-background, set-face-foreground): Doc fix.
7286
7287 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7288 for :foreground and :background.
7289
7290 * dired.el (dired-view-command-alist): Variable deleted.
7291 (dired-view-file, dired-mouse-find-file-other-window):
7292 Delete the code to use it.
7293
7294 2005-01-01 Kim F. Storm <storm@cua.dk>
7295
7296 * image.el (insert-sliced-image): Use t for line-height property.
7297
7298 2004-12-31 Jay Belanger <belanger@truman.edu>
7299
7300 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7301 for "var-" at the beginning of the minibuffer.
7302
7303 2004-12-31 Richard M. Stallman <rms@gnu.org>
7304
7305 * faces.el (read-face-name):
7306 Don't treat an attribute spec as a list of faces.
7307
7308 * simple.el (undo): Use undo-equiv-table to detect
7309 unexpected changes since previous undo.
7310 (undo-list-saved): Variable deleted.
7311 (buffer-disable-undo): Don't alter undo-list-saved.
7312
7313 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7314 (mode-require-final-newline): New option.
7315 (after-find-file): Handle require-final-newline with new values.
7316 (basic-save-buffer): Handle new values of require-final-newline.
7317
7318 * progmodes/sh-script.el (sh-require-final-newline):
7319 Alist value now controls whether to use mode-require-final-newline.
7320 (sh-set-shell): Implement that new meaning.
7321
7322 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7323 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7324 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7325 Delete old-Emacs compatibility code.
7326 (antlr-c-common-init): Function deleted.
7327
7328 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7329 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7330 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7331 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7332 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7333 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7334 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7335 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7336 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7337 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7338 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7339 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7340 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7341 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7342 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7343 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7344
7345 2004-12-31 Jay Belanger <belanger@truman.edu>
7346
7347 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7348 way to return to Calc.
7349
7350 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7351 finish, C-xk as the way to cancel the edit. Add cancel routine to
7352 kill-buffer-hook.
7353
7354 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7355 MacEdit code.
7356
7357 * calc/calc-prog.el: Remove obsolete MacEdit code.
7358 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7359 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7360
7361 2004-12-31 Kenichi Handa <handa@m17n.org>
7362
7363 * international/mule.el (buffer-file-coding-system-explicit):
7364 Rename for explicit-buffer-file-coding-system.
7365 (after-insert-file-set-coding): Adjust for the above change.
7366
7367 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7368 to buffer-file-coding-system-explicit.
7369 (basic-save-buffer-1): Likewise.
7370
7371 2004-12-30 Richard M. Stallman <rms@gnu.org>
7372
7373 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7374 (artist-butlast, artist-last): Functions deleted.
7375 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7376 (artist-compute-key-compl-table): Call remq directly.
7377 (artist-remove-nulls): Function deleted.
7378 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7379 (artist-push, artist-pop): Macro deleted.
7380
7381 2004-12-30 Andreas Leue <al@sphenon.de>
7382
7383 * textmodes/artist.el (artist-version): 1.2.6
7384 (artist-prev-next-op-alist): New variable.
7385 (artist-select-next-op-in-list): New function.
7386 (artist-select-prev-op-in-list): New function.
7387 (artist-make-prev-next-op-alist): New function.
7388 (artist-is-in-op-list-p): New function.
7389 (artist-get-first-non-nil-op): New function.
7390 (artist-get-last-non-nil-op): New function.
7391 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7392 artist-prev-next-op-alist.
7393 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7394 change drawing operation.
7395
7396 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7397
7398 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7399
7400 2004-12-31 Masatake YAMATO <jet@gyve.org>
7401
7402 * server.el (server-process-filter): Suppress `error', too.
7403
7404 2004-12-30 Jay Belanger <belanger@truman.edu>
7405
7406 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7407 Change the way a variable is displayed in a message.
7408
7409 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7410 (calc-user-define-permanent, calc-execute-kbd-macro):
7411 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7412
7413 2004-12-30 Kenichi Handa <handa@m17n.org>
7414
7415 * files.el (basic-save-buffer-1):
7416 Set explicit-buffer-file-coding-system to last-coding-system-used.
7417 (revert-buffer): Pay attention to
7418 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7419 on bind coding-system-for-read.
7420
7421 * international/mule.el (explicit-buffer-file-coding-system):
7422 New buffer local variable.
7423 (after-insert-file-set-coding): Set it to coding-system-for-read.
7424
7425 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7426
7427 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7428
7429 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7430
7431 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7432 that include line numbers.
7433
7434 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7435
7436 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7437 Redundant variable PREFIXLEN removed.
7438
7439 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7440
7441 * eshell/em-hist.el (eshell-previous-matching-input):
7442 Start the deletion from the end of the output.
7443
7444 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7445
7446 * term/mac-win.el: Require x-dnd.
7447 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7448
7449 2004-12-29 David Kastrup <dak@gnu.org>
7450
7451 * international/mule.el (decode-coding-inserted-region):
7452 Don't barf if `buffer-undo-list' is already set to `t'.
7453
7454 2004-12-29 Jay Belanger <belanger@truman.edu>
7455
7456 * calc/calc-prog.el (calc-user-define-formula): Put default values
7457 for function names in prompts.
7458 (calc-user-define-permanent, calc-user-define-composition)
7459 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7460 default input for algebraic functions.
7461
7462 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7463
7464 * vc-rcs.el (vc-rcs-annotate-command):
7465 Fix omission bug: Call `vc-setup-buffer'.
7466
7467 2004-12-29 Kenichi Handa <handa@m17n.org>
7468
7469 * international/mule.el (recode-region): New function.
7470
7471 2004-12-28 Richard M. Stallman <rms@gnu.org>
7472
7473 * simple.el (undo-extra-outer-limit): New variable.
7474 (undo-outer-limit-truncate): Test and set it.
7475
7476 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7477 enables the feature to extend the existing region.
7478
7479 * simple.el (mark-word): New arg ALLOW-EXTEND
7480 enables the feature to extend the existing region.
7481
7482 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7483 enables the feature to extend the existing region.
7484
7485 * startup.el (site-run-file): Don't allow setting it with Custom.
7486
7487 * simple.el (buffer-disable-undo): Fix previous change.
7488
7489 2004-12-27 Masatake YAMATO <jet@gyve.org>
7490
7491 * hexl.el (hexlify-buffer): Remove fontification here.
7492 Use font lock mechanism instead.
7493 (hexl-font-lock-keywords): New font lock kewords.
7494 (hexl-mode-old-font-lock-keywords): New variable.
7495 (hexl-mode): Store the old font lock keywords.
7496 (hexl-mode-exit): Restore the old font lock keywords.
7497
7498 2004-12-27 Richard M. Stallman <rms@gnu.org>
7499
7500 * simple.el (undo): Fix previous change.
7501
7502 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7503
7504 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7505 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7506 Call x-open-connection on Mac OS X.
7507
7508 2004-12-27 Richard M. Stallman <rms@gnu.org>
7509
7510 * files.el (buffer-save-without-query): New var (buffer-local).
7511 (save-some-buffers): Save those buffers first, w/o asking.
7512
7513 * files.el (insert-directory-ls-version): New variable.
7514 (insert-directory): When ls returns an error, test the version
7515 number to decide what the return code means.
7516 With --dired output format, detect and distinguish lines
7517 that are really error messages.
7518 (insert-directory-adj-pos): New function.
7519
7520 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7521
7522 * battery.el (battery-mode-line-format): Remove initial spaces.
7523
7524 * uniquify.el (uniquify-rationalize-file-buffer-names):
7525 Delete interactive spec.
7526
7527 * type-break.el (type-break-mode): Set buffer-save-without-query.
7528 Remove code that tried to set save-some-buffers-always.
7529 (type-break-file-keystroke-count): Bind deactivate-mark.
7530
7531 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7532
7533 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7534 Test that the buffer is live, and maybe reject current buffer too.
7535 Clarify.
7536 (next-error-find-buffer): Rewrite for clarity.
7537
7538 * loadup.el: Don't use buffer-disable-undo; do it directly.
7539
7540 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7541 (describe-variable): Call symbol-file with `defvar'.
7542
7543 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7544 (symbol-file): Rewritten to handle new load-history format.
7545 Now takes an arg TYPE to specify looking for a particular
7546 type of definition only.
7547
7548 * emacs-lisp/debug.el (debugger-make-xrefs):
7549 Call symbol-file with `defun'.
7550
7551 * emacs-lisp/find-func.el (find-function-noselect):
7552 Call symbol-file with `defun'.
7553 (find-variable-noselect): Call symbol-file with `defvar'.
7554
7555 * eshell/esh-cmd.el (eshell-find-alias-function):
7556 Call symbol-file with `defun'.
7557
7558 * eshell/esh-test.el (eshell-test-goto-func):
7559 Call symbol-file with `defun'.
7560
7561 * mail/rmail.el (rmail-resend):
7562 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7563
7564 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7565
7566 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7567
7568 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7569 Call buffer-disable-undo.
7570
7571 * simple.el (undo-list-saved): New variable (buffer-local).
7572 (undo): Set and test it.
7573 (buffer-disable-undo): Move here from buffer.c.
7574 Clear out undo-list-saved.
7575
7576 * international/mule.el (decode-coding-inserted-region):
7577 Set buffer-undo-list in a correct and optimal way.
7578
7579 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7580 (cperl-font-lock-unfontify-region-function): No need to save and
7581 restore info, since font-lock.el does it for us.
7582
7583 * ansi-color.el (save-buffer-state): Definition deleted.
7584 (ansi-color-unfontify-region): Don't use save-buffer-state.
7585
7586 2004-12-27 Dave Love <fx@gnu.org>
7587
7588 * wid-edit.el (function): Use restricted-sexp as parent.
7589
7590 2004-12-27 Kevin Ryde <user42@zip.com.au>
7591
7592 * simple.el (next-matching-history-element): Use same
7593 `interactive' form as previous-matching-history-element.
7594
7595 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7596 it can appear unencoded and has been seen from yahoo.
7597
7598 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7599
7600 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7601 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7602
7603 2004-12-27 Kenichi Handa <handa@m17n.org>
7604
7605 * international/utf-8.el (utf-translate-cjk-load-tables):
7606 Bind coding-system-for-read to nil while loading subst-*.
7607
7608 2004-12-26 Jay Belanger <belanger@truman.edu>
7609
7610 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7611 default input.
7612
7613 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7614
7615 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7616 before reverting and disable undo recording while reverting.
7617
7618 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7619
7620 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7621 (hs-make-overlay): New function.
7622 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7623 (hs-flag-region): Delete function.
7624 (hs-hide-comment-region): No longer use `hs-flag-region'.
7625 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7626 (hs-hide-block-at-point): Likewise.
7627 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7628 (hs-hide-all, hs-show-all): Likewise.
7629 (hs-show-block): Likewise.
7630 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7631
7632 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7633
7634 * progmodes/hideshow.el: Require `cl' when compiling.
7635 Remove XEmacs and Emacs 19 compatibility.
7636 Use `dolist' and `add-to-list' for load-time actions.
7637 (hs-discard-overlays): Use `dolist'.
7638 (hs-show-block): Likewise.
7639
7640 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7641
7642 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7643
7644 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7645
7646 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7647 When extending backwards, move outside the current comment first.
7648
7649 2004-12-22 Kenichi Handa <handa@m17n.org>
7650
7651 * international/quail.el (quail-start-translation): Fix prompt
7652 string for the case if input-method-use-echo-area being non-nil.
7653 (quail-start-conversion): Likewise.
7654 (quail-show-guidance): Don't show guidance if
7655 input-method-use-echo-area is non-nil.
7656
7657 2004-12-21 Richard M. Stallman <rms@gnu.org>
7658
7659 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7660
7661 2004-12-21 Markus Rost <rost@ias.edu>
7662
7663 * calendar/diary-lib.el (mark-diary-entries):
7664 Set mark-diary-entries-in-calendar only after checking for diary-file.
7665
7666 2004-12-21 Richard M. Stallman <rms@gnu.org>
7667
7668 * faces.el (escape-glyph): Use blue against light foreground.
7669
7670 * simple.el (undo-outer-limit-truncate): New function.
7671 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7672
7673 2004-12-21 Eli Barzilay <eli@barzilay.org>
7674
7675 * calculator.el (calculator-radix-grouping-mode)
7676 (calculator-radix-grouping-digits)
7677 (calculator-radix-grouping-separator):
7678 New defcustoms for the new radix grouping mode functionality.
7679 (calculator-mode-hook): Now used in electric mode too,
7680 (calculator): Call it.
7681 (calculator-mode-map): Some new keys.
7682 (calculator-message): New function. Some new calls.
7683 (calculator-op, calculator-set-register): Use it.
7684 (calculator-string-to-number): New function, mostly moved and
7685 updated code from calculator-curnum-value.
7686 (calculator-curnum-value): Use it.
7687 (calculator-paste): Use it, and update grabbing the current-kill.
7688 (calculator-rotate-displayer)
7689 (calculator-rotate-displayer-back): Toggle digit grouping when
7690 in radix mode, use calculator-message.
7691 (calculator-displayer-prev, calculator-displayer-next):
7692 Change digit group size when in radix mode.
7693 (calculator-number-to-string): Rename from
7694 calculator-num-to-string. Now deals with digit grouping in
7695 radix mode.
7696 (calculator-update-display, calculator-put-value): Use the new name.
7697 (calculator-fact): Return a floating point number.
7698 (calculator-mode): Doc fix.
7699
7700 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7701
7702 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7703 * calendar/diary-lib.el (view-other-diary-entries):
7704 Use current-prefix-arg in interactive spec.
7705
7706 2004-12-19 Jay Belanger <belanger@truman.edu>
7707
7708 * calc/calc-aent.el (calcAlg-blank-matching-open):
7709 Temporarily adjust the syntax of both delimiters of half-open intervals.
7710
7711 2004-12-19 Kim F. Storm <storm@cua.dk>
7712
7713 * mouse.el (mouse-1-click-follows-link): Doc fix.
7714
7715 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7716
7717 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7718 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7719 instead of centraleuropean as the name
7720
7721 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7722
7723 Sync with Tramp 2.0.46.
7724
7725 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7726 parameters wrt Tramp convention.
7727 (tramp-handle-file-attributes-with-perl)
7728 (tramp-handle-directory-files-and-attributes): Apply it.
7729 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7730 `copy-program'. Reported by Zack Weinberg
7731 <zack@codesourcery.com>.
7732 (top): Set `edebug-form-spec' property directly rather than
7733 calling `def-edebug-spec'.
7734
7735 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7736 advice less fragile. Surround temporary redefinition of
7737 `substitute-in-file-name' with `unwind-protect'. Suggested by
7738 Matt Hodges <MPHodges@member.fsf.org>.
7739
7740 2004-12-17 Juri Linkov <juri@jurta.org>
7741
7742 * replace.el (occur-accumulate-lines, occur-engine):
7743 Make forcing deferred font-lock fontification jit-specific.
7744
7745 2004-12-17 Kim F. Storm <storm@cua.dk>
7746
7747 * mouse.el (mouse-1-click-follows-link): New defcustom.
7748 (mouse-on-link-p): New function.
7749 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7750 functionality. Map a mouse-1 click event into a mouse-2 (or
7751 other) event when position is inside a link.
7752
7753 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7754 prefix in tooltip text with "mouse-1" when this is a link
7755 recognized by mouse-1-click-follows-link functionality.
7756
7757 * help.el (describe-key): Report effective and original binding
7758 for mouse-1 when clicked on a link.
7759 (describe-mode): Add follow-link property to "minor-mode" button.
7760
7761 * help-fns.el (describe-variable): Add follow-link property to
7762 "below" button.
7763
7764 * help-mode.el (help-xref): Add follow-link property.
7765
7766 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7767 (apropos-command, apropos-variable, apropos-face, apropos-group)
7768 (apropos-widget, apropos-plist): Add follow-link property.
7769
7770 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7771 checks if position is in a filename, rather than some other
7772 clickable item. Function looks for cvs-filename-face at position.
7773
7774 * wid-edit.el (widget-specify-field, widget-specify-button):
7775 Map a :follow-link keyword into a follow-link property.
7776 (link): Add :follow-link keyword, map to RET binding.
7777
7778 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7779
7780 * progmodes/compile.el (compilation-minor-mode-map)
7781 (compilation-button-map, compilation-mode-map): Likewise.
7782
7783 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7784
7785 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7786 (zone-replace-char): Take `count' and `del-count'
7787 instead of `direction'. Update callers. When `del-count' is
7788 non-nil, delete that many characters, otherwise `count' characters
7789 backwards. Insert the newly-replaced string `count' times.
7790 (zone-fret): Handle chars w/ width greater than one.
7791 (zone-fall-through-ws): No longer take window width `ww'.
7792 Update callers. Add handling for `char-width' greater than one.
7793 (zone-pgm-drip): Update var holding window-end position every cycle.
7794
7795 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7796
7797 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7798 rather than insert-file.
7799
7800 2004-12-16 Jay Belanger <belanger@truman.edu>
7801
7802 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7803 (math-init-random-base, math-random-digit): Check to see if
7804 var-RandSeed is bound.
7805 (math-random-last): Declare it.
7806 (math-random-digit): Don't make math-random-last local.
7807
7808 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7809
7810 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7811 one-shot thunk for uniform (error, quit, normal) recovery.
7812 Reported by John Paul Wallington.
7813 (zone-pgm-random-life): Fix bug:
7814 Recognize empty initial field by lack of "@" chars.
7815
7816 2004-12-16 Juri Linkov <juri@jurta.org>
7817
7818 * help.el (function-called-at-point):
7819 * help-fns.el (variable-at-point): As a last resort try stripping
7820 non-word prefixes and suffixes.
7821
7822 * descr-text.el (describe-property-list): Don't treat syntax-table
7823 specially. Use describe-text-sexp which inserts [show] button
7824 for large objects and handles printing errors. Sort properties
7825 by names in alphabetical order instead of by value sizes.
7826 Add `mouse-face' to list of properties for `describe-face' widget.
7827 (describe-char): Mask out face-id from 19 bits of character.
7828 Print face-id separately.
7829
7830 * replace.el (occur-accumulate-lines, occur-engine):
7831 Fontify unfontified matching lines in the source buffer
7832 before copying them.
7833 (occur-engine): Don't put mouse-face on context lines.
7834 (occur-next-error): Set point to line beginning/end
7835 before searching for prev/next property to skip multiple
7836 matches on a line (not supported by occur engine).
7837 Remove redundant prefix-numeric-value.
7838
7839 2004-12-15 Juri Linkov <juri@jurta.org>
7840
7841 * replace.el (match): New face.
7842 (list-matching-lines-face): Change default from `bold' to `match'.
7843
7844 * progmodes/grep.el (grep-match-face): New defvar.
7845 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7846 compilation-column-face to highlight grep matches.
7847
7848 * apropos.el (apropos-match-face): Change default from
7849 `secondary-selection' to `match'.
7850
7851 * info-look.el (info-lookup-highlight-face): Change default from
7852 `highlight' to `match'.
7853
7854 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7855
7856 * progmodes/executable.el (executable-interpret): Eliminate
7857 obsolete compile-internal, and switch to comint for interaction.
7858
7859 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7860
7861 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7862 `&&' when skipping multiple statements on a line.
7863
7864 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7865
7866 * play/zone.el (zone): Set `truncate-lines'.
7867 Also, init `tab-width' with value from original buffer.
7868 (zone-shift-up): Rewrite for speed.
7869 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7870 (zone-pgm-jitter): Remove redundant entries from ops vector.
7871 (zone-exploding-remove): Reduce iteration count.
7872 (zone-cpos): Convert to defsubst.
7873 (zone-replace-char): New defsubst.
7874 (zone-park/sit-for): Likewise.
7875 (zone-fret): Take window-start arg.
7876 Update callers. Use `zone-park/sit-for'.
7877 (zone-fill-out-screen): Rewrite.
7878 (zone-fall-through-ws): Likewise. Update callers.
7879 (zone-pgm-drip): Use `zone-replace-char'.
7880 Move var inits before while-loop. Use `zone-park/sit-for'.
7881 (zone-pgm-random-life): Handle empty initial field.
7882 Use `zone-replace-char' and `zone-park/sit-for'.
7883
7884 2004-12-15 Juri Linkov <juri@jurta.org>
7885
7886 * isearch.el (isearch-update): Test isearch-lazy-highlight
7887 before calling isearch-lazy-highlight-new-loop.
7888 (isearch-lazy-highlight-new-loop):
7889 Don't test isearch-lazy-highlight.
7890
7891 * replace.el (perform-replace): Add isearch-case-fold-search.
7892 Use delimited-flag for isearch-regexp.
7893 Reset isearch-lazy-highlight-last-string to force lazy
7894 highlighting when called from isearch mode.
7895 (query-replace-highlight): Revert defcustom type to boolean.
7896 (query-replace-lazy-highlight): New defcustom.
7897 (query-replace): New face.
7898 (perform-replace, replace-highlight, replace-dehighlight):
7899 Test query-replace-lazy-highlight instead of special value
7900 `isearch' of query-replace-highlight.
7901 (replace-dehighlight): Don't call isearch-dehighlight.
7902 (replace-highlight): Don't call isearch-highlight.
7903 Use face `query-replace' unconditionally.
7904
7905 2004-12-14 Kim F. Storm <storm@cua.dk>
7906
7907 * simple.el (inhibit-mark-movement): Remove defvar.
7908 (beginning-of-buffer, end-of-buffer): Don't use it.
7909
7910 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7911 Don't use inhibit-mark-movement.
7912
7913 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7914 (cua--undo-push-mark): Remove.
7915 (cua--pre-command-handler, cua--post-command-handler):
7916 Don't fiddle with inhibit-mark-movement.
7917
7918 2004-12-14 Juri Linkov <juri@jurta.org>
7919
7920 * buff-menu.el (list-buffers-noselect): Collect internal info
7921 for every buffer in BUFFER-LIST arg too.
7922 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7923 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7924 Bind same-window-buffer-names and same-window-regexps to nil.
7925
7926 2004-12-13 Juri Linkov <juri@jurta.org>
7927
7928 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7929
7930 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7931 (sc-cite-region, sc-uncite-region, sc-recite-region):
7932 Fix previous change to handle not alist as a symbol, but
7933 a citation frame as a symbol that represents a variable name.
7934
7935 2004-12-13 Richard M. Stallman <rms@gnu.org>
7936
7937 * filecache.el (file-cache-add-directory-using-find):
7938 Only set up file-cache-find-command-posix-flag if we will use it.
7939
7940 * bindings.el (mode-line-buffer-identification-keymap):
7941 Don't cancel the mode-line's usual down-mouse-1 binding.
7942
7943 * cus-edit.el (custom-face-selected): Handle `default' specs.
7944 (custom-face-edit): Increase extra-offset.
7945 (custom-display): Handle `default' specs.
7946
7947 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7948
7949 * emacs-lisp/elint.el (elint-standard-variables)
7950 (elint-unknown-builtin-args): Move definitions up.
7951
7952 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7953
7954 * info.el (info-xref-visited): Use `default' instead of t.
7955 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7956
7957 * faces.el (header-line, mode-line-inactive, tool-bar):
7958 Use `default' instead of t for setting the defaults.
7959 (face-spec-choose): Separate `t' from `default'.
7960
7961 * subr.el (while-no-input): New macro.
7962
7963 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
7964
7965 * filecache.el (file-cache-add-directory-using-find):
7966 Only test file-cache-find-command-posix-flag on some systems.
7967
7968 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7969
7970 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7971 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7972 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7973 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7974 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7975
7976 2004-12-12 Juri Linkov <juri@jurta.org>
7977
7978 * files.el (find-file-other-window, find-file-other-frame):
7979 Add the first buffer to the returned value to return the complete
7980 list of all visited buffers.
7981 (find-file-read-only, find-file-read-only-other-window)
7982 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7983 `find-file-read-args'. Signal an error about non-existent file
7984 only if file name doesn't contain wildcards. Toggle read-only in
7985 all visited buffers.
7986 (find-alternate-file, find-alternate-file-other-window):
7987 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
7988 called interactively. Pass arg `wildcards' to other functions.
7989 (find-file-noselect): Doc fix.
7990
7991 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7992 Doc fix.
7993 (ffap-directory-finder): New variable.
7994 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7995 (ffap-file-at-point): Add /* to immediately rejected names.
7996 Return absolute file names matching ffap-dired-wildcards.
7997 (ffap-read-file-or-url): Set default value for `completing-read'
7998 to `buffer-file-name'.
7999 (find-file-at-point): When filename matches ffap-dired-wildcards,
8000 call ffap-file-finder with t arg `wildcards', instead of dired.
8001 (ffap-other-window, ffap-other-frame): Return visited buffers.
8002 (ffap-read-only, ffap-read-only-other-window)
8003 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8004 (dired-at-point): Call ffap-directory-finder instead of dired.
8005 (ffap-dired-other-window, ffap-dired-other-frame)
8006 (ffap-list-directory): New commands.
8007 (ffap-bindings): New keybindings for new commands.
8008
8009 2004-12-12 Juri Linkov <juri@jurta.org>
8010
8011 * simple.el (beginning-of-buffer, end-of-buffer):
8012 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8013 Do not push mark when mark is active in transient-mark-mode.
8014
8015 * simple.el (mark-word):
8016 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8017 * textmodes/paragraphs.el (mark-paragraph):
8018 Extend the region when mark is active in transient-mark-mode,
8019 regardless of the last command. Doc fix.
8020
8021 * simple.el (mark-word): Preserve direction when repeating.
8022 Make arg optional. Interactive "p" -> "P".
8023 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8024
8025 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8026 preserving direction, to mark forward instead of backward when mark
8027 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8028
8029 2004-12-12 Juri Linkov <juri@jurta.org>
8030
8031 * isearch.el (isearch-edit-string): Set 7th arg of
8032 `read-from-minibuffer' to `t' to inherit the current input
8033 method (whose name is indicated by [IM] in the minibuffer prompt)
8034 from the current buffer to the minibuffer.
8035 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8036 to allow C-g quitting for lazy highlighting looping inside the
8037 search with nested repetition operators. Add overlay to the list
8038 before setting its face and other properties to avoid the case of
8039 code quitting after placing the new overlay but before it's
8040 recorded on the list. Select the window where isearch was
8041 activated, to highlight matches in the right window when isearch
8042 switches the current window to the minibuffer.
8043
8044 * international/isearch-x.el
8045 (isearch-process-search-multibyte-characters):
8046 Use `isearch-message' as initial input for `read-string' instead
8047 of adding it to the minibuffer prompt. After reading a string
8048 remove the initial value of `isearch-message' from the string.
8049
8050 * replace.el (replace-match-maybe-edit): Doc fix.
8051 (perform-replace): Don't call `replace-highlight' when automatic
8052 replacement is requested in literal mode, since it is intended
8053 only to highlight words during entering a new replacement string
8054 for \? in non-literal mode.
8055
8056 * replace.el (query-replace-highlight): Add new value `isearch'
8057 that allows query replacement to use isearch highlighting.
8058 Change type from `boolean' to `choice'. Doc fix.
8059 (replace-highlight, replace-dehighlight, perform-replace):
8060 Use isearch highlighting if query-replace-highlight eq `isearch'.
8061
8062 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8063
8064 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8065 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8066
8067 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8068 case of \end{verbatim}.
8069
8070 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8071
8072 * term.el (term-termcap-format): Synchronyze with terminfo.
8073 (term-emulate-terminal): Handle reset.
8074 (term-reset-terminal): New function.
8075
8076 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8077
8078 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8079 (zone-fill-out-screen): New func.
8080 (zone-pgm-drip): Use `zone-fill-out-screen'.
8081 Also, no longer go to point-min on every cycle.
8082 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8083 (zone-pgm-random-life-wait): New user var.
8084 (zone-pgm-random-life): New func.
8085
8086 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8087
8088 * files.el (auto-mode-alist): Map .com to DCL mode.
8089
8090 2004-12-09 Richard M. Stallman <rms@gnu.org>
8091
8092 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8093
8094 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8095
8096 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8097 buffer with a display margin.
8098
8099 2004-12-08 Jay Belanger <belanger@truman.edu>
8100
8101 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8102 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8103
8104 2004-12-08 Richard M. Stallman <rms@gnu.org>
8105
8106 * faces.el: Delete code to set display table.
8107 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8108
8109 2004-12-08 Jay Belanger <belanger@truman.edu>
8110
8111 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8112
8113 * calc/calc-ext.el (math-read-replacement-list)
8114 (math-read-superscripts, math-read-preprocess-string): Move to
8115 calc-aent.el.
8116
8117 * calc/calc-aent.el (math-read-replacement-list)
8118 (math-read-superscripts, math-read-preprocess-string): Move from
8119 calc-ext.el.
8120
8121 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * isearch.el (isearch-quote-char): Fix up typo in last change.
8124
8125 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8126
8127 * mouse.el (mouse-set-font): Handle the case where the command was
8128 not invoked using the mouse.
8129
8130 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8131 (edmacro-finish-edit): Further update for keyboard macros that are
8132 lambda forms.
8133 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8134
8135 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8136
8137 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8138 (font-lock-default-unfontify-region): Don't save buffer state any more.
8139
8140 2004-12-07 Jay Belanger <belanger@truman.edu>
8141
8142 * calc/calc-help.el (calc-describe-key):
8143 Set calc-summary-indentation even when Calc Summary buffer exists.
8144
8145 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8146
8147 * calendar/holidays.el (holiday-easter-etc): Make arguments
8148 optional for backwards compatibility. Doc fix.
8149 Remove un-necessary local vars mandatory, output-list.
8150 (holiday-advent): Make arguments optional for backwards
8151 compatibility. Doc fix.
8152
8153 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8154
8155 * paren.el (show-paren-function): Fix last change (2004-12-02).
8156
8157 * international/mule-util.el (char-displayable-p): Return nil for
8158 unibyte mode.
8159
8160 * subr.el (subregexp-context-p): New function.
8161
8162 * isearch.el (isearch-quote-char): Use it.
8163
8164 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8165 (regexp-opt-not-groupie*-re): Remove.
8166 (regexp-opt): Properly handle inputs with duplicate entries.
8167
8168 2004-12-06 Richard M. Stallman <rms@gnu.org>
8169
8170 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8171
8172 * cus-edit.el (custom-file): Doc fix.
8173
8174 * textmodes/org.el: New file.
8175
8176 2004-12-06 Kenichi Handa <handa@m17n.org>
8177
8178 * ldefs-boot.el: Update international/mule-util.el section.
8179
8180 2004-12-05 Sam Steingold <sds@gnu.org>
8181
8182 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8183 Fix `tramp-time-diff' comparison logic.
8184
8185 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8186
8187 * progmodes/which-func.el (which-function):
8188 Use `run-hook-with-args-until-success' instead of a custom loop.
8189 Fixes bug with local hooks.
8190
8191 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8192
8193 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8194 Use delete-dups when calculating the initial value.
8195 (bibtex-autokey-get-title): Use <=.
8196 (bibtex-goto-line): New function.
8197 (bibtex-reposition-window): Use line numbers instead of point
8198 positions. Use window-body-height.
8199 (bibtex-find-crossref): Use bibtex-reposition-window.
8200 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8201 position of entry if key is found or nil if not found.
8202
8203 2004-12-05 Richard M. Stallman <rms@gnu.org>
8204
8205 * cus-edit.el (custom-file): Doc fix.
8206
8207 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8208
8209 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8210
8211 * simple.el (blink-matching-open):
8212 * textmodes/tex-mode.el (tex-validate-region):
8213 Obey syntax-table text properties.
8214
8215 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8216
8217 * wid-edit.el (widget-specify-field): Add `real-field' property to
8218 boundary.
8219 (widget-field-at): Use it.
8220
8221 2004-12-02 Richard M. Stallman <rms@gnu.org>
8222
8223 * progmodes/cc-mode.el (awk-mode autoload):
8224 Supply t meaning interactive function.
8225
8226 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8227 (isearch-mode-map): No special definition for space.
8228 (isearch-whitespace-chars): Command deleted.
8229 (isearch-forward-regexp): Doc fix.
8230 (isearch-quote-char): When a space is not inside brackets,
8231 use `[ ]' instead of just space.
8232 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8233
8234 * imenu.el (imenu--generic-function): Delete code to exclude
8235 matches in comments.
8236
8237 * man.el (Man-reverse-face): Change default to `highlight'.
8238
8239 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8240 (occur-engine): Use `face' prop rather than `font-lock-face'
8241 when specifying use of `match-face'.
8242 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8243
8244 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8245
8246 * add-log.el (add-log-current-defun): Handle the case where point
8247 is in the header part of a DEFUN construct.
8248
8249 2004-12-02 Dave Love <fx@gnu.org>
8250
8251 * progmodes/python.el (python-font-lock-syntactic-keywords):
8252 Fix previous change.
8253
8254 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8255
8256 * paren.el (show-paren-function): Check for matching chars
8257 specified by text props.
8258
8259 2004-12-02 Jay Belanger <belanger@truman.edu>
8260
8261 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8262 when reading a new key sequence.
8263
8264 2004-12-02 Kim F. Storm <storm@cua.dk>
8265
8266 * faces.el (escape-glyph): Rename from glyph.
8267 (standard-display-table): Set it here. Add escape-glyph face to
8268 extra slot characters.
8269
8270 * disp-table.el: Undo 2004-12-01 change. Display table is now
8271 setup in faces.el.
8272
8273 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8274
8275 * xml.el (xml-parse-dtd): Don't show validity messages when
8276 xml-validating-parser is nil.
8277 (xml-substitute-special): Fix validity error messages to
8278 actually show the unexpandable entity. Added validity error if &
8279 isn't followed by an entity.
8280 (xml-parse-tag): Concatenate any string following the a
8281 <![CDATA[]]> section to the parsed CDATA.
8282 (xml-parse-dtd): Skip parameter entity declarations and use of
8283 parameter entities.
8284
8285 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8286
8287 * kmacro.el (kmacro-default-counter-format): New var.
8288 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8289 (kmacro-display): Remove `nil' from `and' form. Delete call to
8290 `format' inside `message'.
8291 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8292
8293 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * pcvs.el (cvs-header-msg): New function.
8296 (cvs-update-header): Use it. Change calling convention.
8297 Correctly handle the case of having simultaneous active processes.
8298 (cvs-sentinel): Don't call cvs-update-header any more.
8299 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8300
8301 2004-12-01 Jay Belanger <belanger@truman.edu>
8302
8303 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8304 Change message.
8305
8306 2004-12-01 Juri Linkov <juri@jurta.org>
8307
8308 * progmodes/prolog.el (prolog-mode-variables):
8309 Fix imenu-generic-expression.
8310
8311 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8312
8313 * faces.el (glyph): New face.
8314
8315 * disp-table.el: Add an autoloaded table, that doesn't require
8316 this library, with glyph face.
8317
8318 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8319 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8320 (conf-quote-normal): Allow normalizing only ' or ".
8321 (conf-mode): Regexp-quote constructed comment-start and don't
8322 match section {} where "name" contains braces.
8323
8324 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8325 files.
8326
8327 2004-12-01 Kenichi Handa <handa@m17n.org>
8328
8329 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8330 (x-select-text): Don't treat eight-bit-control/graphic chars
8331 specially. Store the encoded text in the X cut buffer.
8332 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8333 with x-last-selected-text-cut-encoded.
8334
8335 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8336
8337 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8338
8339 2004-11-30 Markus Rost <rost@ias.edu>
8340
8341 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8342 AUCTeX.
8343
8344 2004-11-30 Jay Belanger <belanger@truman.edu>
8345
8346 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8347 on signs of intervals.
8348 (math-pow-of-zero): Strengthen checks for positive and negative
8349 exponents.
8350
8351 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8352 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8353 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8354 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8355 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8356 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8357 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8358 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8359 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8360 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8361 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8362 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8363 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8364 with provide statements.
8365
8366 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8367
8368 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8369
8370 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8371 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8372 functions by require statements.
8373 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8374
8375 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8376 (calc-gnuplot-print): Give them values.
8377
8378 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8379 autoloads.
8380 Add calc-do-embedded-activate to autoloads.
8381 (calc-gnuplot-name, calc-gnuplot-plot-command)
8382 (calc-gnuplot-print-command): Move them to calc-graph.el.
8383
8384 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8385
8386 * term/mac-win.el (ccl-encode-mac-roman-font)
8387 (ccl-encode-mac-cyrillic-font)
8388 (ccl-encode-mac-centraleuropean-font, encoder-list)
8389 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8390 Support Cyrillic, CentralEuropean, and Dingbat font display
8391
8392 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8393
8394 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8395
8396 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8397 still nil.
8398
8399 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8400
8401 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8402 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8403
8404 2004-11-29 Jay Belanger <belanger@truman.edu>
8405
8406 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8407 cases of the base and exponent.
8408
8409 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8410
8411 * simple.el (next-error-buffer-p): Allow for inclusive and
8412 exclusive tests for finding a buffer.
8413 (next-error-find-buffer): Pass the exclusive and inclusive tests
8414 to next-error-buffer-p.
8415
8416 * replace.el (occur-next-error): Switch to the Occur buffer when
8417 appropriate, use the exclusive filter to next-error-find-buffer to
8418 do it. Use the absolute value of the motion amount.
8419
8420 2004-11-29 Kenichi Handa <handa@m17n.org>
8421
8422 * startup.el (command-line): Decode all default-directory by
8423 locale-coding-system.
8424
8425 2004-11-29 Jay Belanger <belanger@truman.edu>
8426
8427 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8428 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8429 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8430 Replace calls to calc-extensions by appropriate require, replace
8431 calc-extensions-loaded by appropriate featurep.
8432
8433 * calc/calc-ext.el: Move require to end of file.
8434 Remove redundant loading of calc.el.
8435 (calc-extensions-loaded): Remove unnecessary variable.
8436 (calc-extensions): Remove unnecessary function.
8437 (calc-load-everything): Replace calc-need-macros by appropriate require.
8438
8439 * calc/calc-macs.el: Move provide to end of file.
8440 (calc-need-macros): Remove unnecessary function.
8441
8442 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8443 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8444 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8445 Replace calc-extensions by appropriate require.
8446 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8447
8448 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8449 Replace calc-need-macros by appropriate require.
8450
8451 * calc/calc.el: Move require to end of file.
8452 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8453 Remove unnecessary variable.
8454 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8455 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8456 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8457 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8458 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8459 (math-format-number, math-format-bignum, math-read-number)
8460 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8461 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8462 by appropriate require.
8463 (calc-check-defines): Replace calc-need-macros by appropriate require.
8464
8465 2004-11-29 Kim F. Storm <storm@cua.dk>
8466
8467 * macros.el (insert-kbd-macro): Handle kmacro functions.
8468
8469 2004-11-28 Juri Linkov <juri@jurta.org>
8470
8471 * compare-w.el (compare-windows-highlight): Attach each overlay
8472 to its window to properly highlight differences while comparing
8473 two windows of the same buffer. Fix arguments.
8474 (compare-windows-sync-default-function): Fix arguments of
8475 `compare-windows-highlight'.
8476
8477 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8478 Use `read-expression-history'. Set initial contents only if
8479 `edebug-global-break-condition' is non-nil. Set histpos to 1
8480 if initial contents is equal to the last history element.
8481 (edebug-set-conditional-breakpoint): Instead of temporarily
8482 prepending the current condition to the history, set initial
8483 contents to the current condition. Set histpos to 1 if initial
8484 contents is equal to the last history element.
8485
8486 * info.el (Info-search-whitespace-regexp): Remove shy group.
8487 (Info-search): Forward line if search is on the header line.
8488 Use search-whitespace-regexp in two other places.
8489
8490 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8491
8492 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8493 warning. Delay real definition, which uses
8494 `set-fringe-indicators-1' till after the definition of that function.
8495
8496 2004-11-28 Kim F. Storm <storm@cua.dk>
8497
8498 * fringe.el (fringe): New defgroup.
8499 (fringe-mode): Move to fringe group.
8500 (fringe-indicators): New defcustom.
8501 (set-fringe-indicators-1): New defun.
8502
8503 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8504 (menu-bar-showhide-fringe-ind-menu): New keymap.
8505 (menu-bar-showhide-fringe-ind-empty)
8506 (menu-bar-showhide-fringe-ind-mixed)
8507 (menu-bar-showhide-fringe-ind-box)
8508 (menu-bar-showhide-fringe-ind-right)
8509 (menu-bar-showhide-fringe-ind-left)
8510 (menu-bar-showhide-fringe-ind-none): New defuns.
8511 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8512
8513 2004-11-27 Richard M. Stallman <rms@gnu.org>
8514
8515 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8516
8517 * generic.el (define-generic-mode): Doc fix.
8518
8519 * menu-bar.el (menu-bar-options-save): For the options
8520 that are toggled with menu-bar-make-mm-toggle, don't check
8521 for customized-value prop.
8522
8523 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8524
8525 * mail/supercite.el (sc-cite-region): Handle the case where
8526 sc-cite-frame-alist is a symbol.
8527 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8528 a symbol.
8529 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8530 a symbol.
8531
8532 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8533
8534 * wid-edit.el (widget-narrow-to-field): New function.
8535 (widget-complete): Use it.
8536
8537 2004-11-27 Jay Belanger <belanger@truman.edu>
8538
8539 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8540 variable.
8541 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8542 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8543 (math-alg-inequalities): Move declaration to earlier in the file.
8544
8545 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8546 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8547 Declare them.
8548
8549 * calc/calc-lang.el (math-expr-data, math-expr-token)
8550 (math-exp-old-pos): Declare them.
8551
8552 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8553 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8554
8555 2004-11-27 Kim F. Storm <storm@cua.dk>
8556
8557 * progmodes/flymake.el: Use (featurep 'xemacs).
8558 (flymake-makehash): Change to defsubst. Use fboundp.
8559 (flymake-time-to-float): Remove.
8560 (flymake-float-time): Merge code from flymake-time-to-float here.
8561 (flymake-replace-regexp-in-string): Change to defsubst.
8562 (flymake-split-string-remove-empty-edges):
8563 Rename to flymake-split-string.
8564 (flymake-split-string): Remove previous defalias.
8565 (flymake-get-temp-dir): Change to defsubst.
8566 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8567 Define for xemacs only.
8568 (flymake-master-file-count-limit): Change into compiler defvar only.
8569 (flymake-find-possible-master-files): Let-bind it dynamically while
8570 sorting files using flymake-master-file-compare.
8571
8572 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8573
8574 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8575 of defun-prompt-regexp matches inside a comment/string but the
8576 beginning is correctly outside everything.
8577
8578 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8579 appears within a string or a comment.
8580
8581 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8582 rather than make-symbol for symbols which are used in
8583 a symbol-macrolet or equivalent.
8584
8585 2004-11-26 Jay Belanger <belanger@truman.edu>
8586
8587 * calc-misc.el (calc-last-why-command): Declare it.
8588
8589 * calc-vec.el (math-grade-vec): New variable.
8590 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8591 Replace variable grade-vec by declared variable.
8592 (math-rb-close): New variable.
8593 (math-read-brackets, math-read-vector): Replace variable close by
8594 declared variable.
8595
8596 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8597 (calc-one-window, calc-edit-handler, calc-restore-trail)
8598 (calc-allow-ret): Declare them.
8599
8600 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8601 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8602 (math-radix-float-cache-tag, math-random-cache)
8603 (math-max-digits-cache, math-integral-cache, math-units-table)
8604 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8605 (math-moc-func): New variable.
8606 (math-map-over-constants, math-map-over-constants-rec):
8607 Replace variable func by declared variable.
8608
8609 * calc/calc-store.el (calc-given-value, calc-store-opers):
8610 Declare them.
8611 (calc-var-name-map): Move declaration to earlier in the file.
8612 (calc-pv-pos): New variable.
8613 (calc-permanent-variable, calc-insert-permanent-variable):
8614 Replace variable pos by declared variable.
8615
8616 * calc/calc-mtx.el (calc-det-lu): New variable.
8617 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8618
8619 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8620 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8621 and arg by declared variables.
8622 (calcFunc-reducer): Fix incorrect variable.
8623 (math-inner-mul-func, math-inner-add-func): New variables.
8624 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8625 and add-func by declared variables.
8626
8627 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8628 (calc-digit-value): Declare them.
8629
8630 * calc/calc-help.el (Info-history): Declare it.
8631 (calc-describe-key): Make calc-summary-indentation a local variable.
8632 (calc-help-long-names): Move declaration to earlier in file.
8633
8634 * calc/calc-embed.el (calc-original-buffer): Declare it.
8635 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8636 (calc-embed-bot): New variables.
8637 (calc-do-embedded, calc-embedded-mark-formula)
8638 (calc-embedded-find-bounds, calc-embedded-duplicate)
8639 (calc-embedded-new-formula, calc-embedded-make-info):
8640 Replace vars outer-top, outer-bot, bot and top by declared variables.
8641 (calc-embed-prev-modes): New variable.
8642 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8643 prev-modes with declared variable.
8644 (calc-embed-vars-used): New variable.
8645 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8646 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8647 vars-used by declared variable.
8648
8649 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8650 (math-format-radix-float): Remove unnecessary setq.
8651 (math-radix-float-cache): Declare it.
8652
8653 * calc/calcsel2.el (calc-keep-selection): Declare it.
8654
8655 * calc/calc-maint.el: Remove file.
8656
8657 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8658
8659 * textmodes/bibtex.el (bibtex-sort-entry-class)
8660 (bibtex-comment-start): Use defcustom.
8661 (bibtex-entry-field-alist): Use nil if initial content of the
8662 field is undefined. Fix docstring.
8663 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8664 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8665 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8666 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8667 Fix docstring.
8668 (bibtex-autokey-title-terminators): Use only one regexp.
8669 (bibtex-string-maybe-empty-head): New variable.
8670 (bibtex-remove-delimiters-string): New function.
8671 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8672 Use bibtex-remove-delimiters-string.
8673 (bibtex-progress-message, bibtex-field-left-delimiter)
8674 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8675 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8676 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8677 Simplify.
8678 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8679 Use eq and bibtex-remove-delimiters-string. For end markers use
8680 insertion type so that marker stays after inserted text.
8681 (bibtex-autokey-get-names): Return empty string if name is missing.
8682 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8683 calling bibtex-autokey-name-case-convert.
8684 (bibtex-autokey-demangle-title):
8685 Call bibtex-autokey-titleword-case-convert. Remove call to
8686 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8687 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8688 (bibtex-read-key): New optional arg global.
8689 (bibtex-files-expand): New optional arg force.
8690 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8691 (bibtex-complete-crossref-cleanup): Rename from
8692 bibtex-complete-key-cleanup. Simplify code.
8693 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8694 Operate on current entry.
8695 (bibtex-button): Add docstring.
8696 (bibtex-entry): Simplify.
8697 (bibtex-make-field): Replace optional arg called-by-yank with more
8698 specific args move and interactive.
8699 (bibtex-end-of-entry): Use forward-sexp.
8700 (bibtex-find-entry-globally): Remove.
8701 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8702 Bound to C-c C-x.
8703 (bibtex-find-entry): New optional args global and display.
8704 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8705 (bibtex-validate): Use arg force of bibtex-files-expand.
8706 (bibtex-clean-entry): Bugfix, clean string entries properly.
8707 Always keep point at beginning of entry.
8708 (bibtex-complete): Bugfix. Handle string entries properly.
8709 Call cleanup functions only if needed.
8710 (bibtex-String): Use bibtex-read-string-key.
8711 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8712 case of replacement text.
8713
8714 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8715
8716 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8717 (tramp-perl-directory-files-and-attributes): New constant.
8718 (tramp-file-name-handler-alist): Delete file-directory-files, add
8719 directory-files-and-attributes.
8720 (tramp-perl-file-attributes): Surround uid and gid by double
8721 quotes. Change parameter id-format from nonnumeric.
8722 (tramp-convert-file-attributes): New function.
8723 (tramp-handle-file-attributes): Use it.
8724 (tramp-maybe-send-perl-script): New function.
8725 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8726 file mode. Change parameter id-format from nonnumeric.
8727 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8728 from nonnumeric.
8729 (tramp-post-connection): Don't send tramp-perl-file-attributes
8730 script. Reset connection property "perl-scripts".
8731 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8732 in use.
8733
8734 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8735
8736 * desktop.el (desktop-read): Replace mapcar with mapc.
8737 (desktop-create-buffer): Replace mapcar with mapc.
8738 Remove redundant piece of code.
8739
8740 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8741
8742 * progmodes/gud.el (gud-display-line): Use display-buffer
8743 for GDB-UI as for GUD.
8744
8745 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8746 Delete variables.
8747 (gdb-ann3): Don't make GUD buffer dedicated.
8748 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8749 (gdb-display-source-buffer): Delete function.
8750 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8751 (menu): Delete menu bindings for viewing source/assembler.
8752 (gdb-setup-windows, gdb-restore-windows):
8753 Don't dedicate GUD. No assembler now.
8754 (gdb-reset): No need to undedicate source buffers now.
8755 (gdb-source-info): No assembler now.
8756
8757 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8758
8759 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8760 width to those for special frames.
8761 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8762 Use display-buffer.
8763 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8764 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8765 (gdb-frame-assembler-buffer): Rework like
8766 gdb-frame-breakpoints-buffer.
8767
8768 2004-11-25 Richard M. Stallman <rms@gnu.org>
8769
8770 * progmodes/flymake.el: Reindent.
8771 (flymake-split-string): Turn into defalias.
8772 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8773 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8774 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8775 (flymake-build-relative-filename): Rename from ...path.
8776 Fix error message.
8777
8778 2004-11-25 Cheng Gao <chenggao@gmail.com>
8779
8780 * progmodes/flymake.el: Much whitespace and capitalization change.
8781 Move `provide' to end. Require `compile' only when compiling.
8782
8783 2004-11-24 Jay Belanger <belanger@truman.edu>
8784
8785 * calc/calc-alg.el: Added comment.
8786 (math-polynomial-base): Replace variable mpb-top-expr by
8787 math-poly-base-top-expr.
8788
8789 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8790 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8791 variable.
8792 (math-poly-base-total-base): New variable.
8793 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8794 mpb-total-base by declared variable.
8795 (math-factored-vars, math-to-list): Declare it.
8796 (math-fact-expr): New variable.
8797 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8798 (math-factor-expr-try, math-factor-expr-part): Replace variable
8799 expr by declared variable.
8800 (math-fet-x): New variable.
8801 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8802 by declared variable.
8803 (math-factor-poly-coefs): Make temp a local variable.
8804
8805 * calc/calc-units.el (calc-convert-units): Make units a local
8806 variable.
8807 (calc-num-units, calc-den-units): New variables.
8808 (calc-explain-units, calc-explain-units-rec): Replace variables
8809 num-units and den-units by declared variables.
8810 (math-cu-unit-list): New variable.
8811 (math-build-units-table, math-compare-unit-names)
8812 (math-convert-units, math-convert-units-rec): Replace variable
8813 unit-list by declared variable.
8814 (math-fbu-base, math-fbu-entry): New variables.
8815 (math-find-base-units, math-find-base-units-rec): Replace variables
8816 base and entry by declared variables.
8817 (math-which-standard): New variable.
8818 (math-to-standard-units, math-to-standard-rec): Replace variable
8819 which-standard by declared variable.
8820 (math-fcu-u): New variable.
8821 (math-find-compatible-unit, math-find-compatible-unit-rec):
8822 Replace variable u by declared variable.
8823 (math-cu-new-units, math-cu-pure): New variables.
8824 (math-convert-units, math-convert-units-rec): Replace variables
8825 new-units and pure by declared variables.
8826 (math-try-cancel-units): New variable.
8827 (math-simplify-units-quotient): Replace variable try-cancel-units by
8828 declared variable.
8829
8830 2004-11-24 Richard M. Stallman <rms@gnu.org>
8831
8832 * textmodes/ispell.el (ispell-check-version):
8833 If default-directory is nonexistent, use home dir.
8834
8835 * progmodes/grep.el (grep-regexp-alist):
8836 Don't match parens around line numbers.
8837
8838 * progmodes/cperl-mode.el (cperl-indent-region)
8839 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8840 Don't print progress messages.
8841
8842 * progmodes/compile.el (compilation-mode-map):
8843 Don't inherit from compilation-minor-mode-map;
8844 copy its bindings instead. But the menu bar Compile
8845 entry now does inherit from compilation-menu-map.
8846
8847 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8848 Use with-no-warnings around compiler-macroexpand.
8849
8850 * imenu.el: Don't always require newcomment.
8851 (imenu--generic-function): Call comment-normalize-vars
8852 if we have a comment syntax.
8853 Exit the loop if REGEXP matches the null string.
8854 Test comment-start as well as comment-start-skip
8855 when deciding whether to check for comments.
8856
8857 * tooltip.el (tooltip-mode): Doc fix.
8858
8859 * term.el (term-escape-char, term-mode): Doc fixes.
8860
8861 2004-11-24 Dave Love <fx@gnu.org>
8862
8863 * progmodes/python.el (python-font-lock-syntactic-keywords):
8864 Check for escapes in the regexp.
8865 (python-quote-syntax): Don't do it here.
8866
8867 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8868
8869 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8870 (gdb-frames-mode-map, gdb-threads-mode-map)
8871 (gdb-registers-mode-map, gdb-locals-mode-map)
8872 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8873 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8874
8875 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8876 (dedicated-switch-to-buffer): Rework.
8877 (gdb-var-evaluate-expression-handler, gdb-put-string):
8878 Remove unused variable bindings.
8879 (gdb-setup-windows, gdb-display-buffer):
8880 Simplify. Use pop-to-buffer.
8881 (gdb-view-source-function): Simplify.
8882 (gdb-frame-breakpoints-buffer):
8883 Use pop-to-buffer, special-display-regexps.
8884
8885 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8886
8887 * progmodes/f90.el (f90-smart-end)
8888 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8889 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8890 (f90-end-of-block): Doc fix. Make check of outermost block
8891 conditional on value of `f90-smart-end'.
8892 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8893 Handle case where END-BLOCK is nil.
8894 (f90-match-end): Handle un-named PROGRAM blocks.
8895 (f90-backslash-not-special): New function.
8896
8897 2004-11-24 Jay Belanger <belanger@truman.edu>
8898
8899 * calc/calc.el (calc-embedded-active): Removed unnecessary
8900 declaration.
8901 (calc-show-banner): Removed redundant declaration.
8902
8903 * calc/calc-graph.el (calc-gnuplot-default-device)
8904 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8905 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8906 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8907 Remove redundant initial values.
8908
8909 * calc/calc-arith.el (math-scalar-functions)
8910 (math-nonscalar-functions, math-scalar-if-args-functions)
8911 (math-real-functions, math-positive-functions)
8912 (math-nonnegative-functions, math-real-scalar-functions)
8913 (math-real-if-arg-functions, math-integer-functions)
8914 (math-num-integer-functions, math-rounding-functions)
8915 (math-float-rounding-functions, math-integer-if-args-functions)
8916 (math-super-types): Move declarations to earlier in file.
8917 (math-unit-prefixes): Declared it.
8918 (math-floor-prec, math-trunc-prec): New variables.
8919 (math-trunc-fancy): Replace variable prec by declared variable.
8920 (math-floor-fancy): Replace variable prec by declared variable.
8921 (math-com-bterms): New variable.
8922 (math-commutative-equal, math-commutative-collect):
8923 Replace variable bterms by declared variable.
8924
8925 * calc/calc-misc.el (math-trunc): Replace variable prec by
8926 math-trunc-prec.
8927 (math-floor): Replace variable prec by math-floor-prec.
8928
8929 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8930 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8931 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8932 (math-format-date, math-format-date-part): Replace variables
8933 date, dt, year, month, day, weekday, hour, minute, second and
8934 bc-flag by declared variables.
8935 (math-pd-str): New variable.
8936 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8937 Replace variable str by declared variable.
8938 (math-daylight-savings-hook, math-tzone-names): Move definitions
8939 to earlier in the file.
8940 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8941 (math-sh-year): New variable.
8942 (math-setup-add-holidays, math-setup-holidays)
8943 (math-setup-year-holidays): Replace variable `year' by declared
8944 variable.
8945
8946 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8947 New variables.
8948 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8949 n, nf and nfm1 by declared variables.
8950 (math-nri-n): New variable.
8951 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8952 n by declared variable.
8953 (calcFunc-log): Removed misplaced condition.
8954
8955 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8956
8957 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8958
8959 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8960
8961 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8962 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8963 Dedicate gdb-related windows.
8964 (gdb-display-buffer): Dedicate gdb-related windows.
8965 Don't grab other frames.
8966 (gdb-reset): Remove dedicated property after debugging.
8967
8968 2004-11-24 Jay Belanger <belanger@truman.edu>
8969
8970 * calc/calc-sel.el: Add comment.
8971
8972 * calc/calc.el (math-stack-value-offset): Replace variables c,
8973 wid and off with math-svo-c, math-svo-wid and math-svo-off.
8974
8975 * calc/calccomp.el (math-comp-sel-tag): Declare it.
8976 (math-svo-c, math-svo-wid, math-svo-off): New variables.
8977 (math-stack-value-offset-fancy): Replace variables c, wid and off
8978 by declared variables.
8979 (math-comp-just, math-comp-comma-spc): New variables.
8980 (math-compose-expr, math-compose-matrix): Replace variables `just'
8981 and comma-spc by declared variable.
8982 (math-comp-vector-prec): New variable.
8983 (math-compose-expr, math-compose-matrix, math-compose-rows):
8984 Replace variable vector-prec by declared variable.
8985 (math-comp-left-bracket, math-comp-right-bracket)
8986 (math-comp-comma): New variables.
8987 (math-compose-expr, math-compose-rows): Replace variables
8988 left-bracket, right-bracket and comma by declared variables.
8989 (math-comp-full-width): New variable.
8990 (math-comp-to-string-flat, math-comp-to-string-flat-term):
8991 Replace variable full-width by declared variable.
8992 (math-comp-highlight, math-comp-word, math-comp-level)
8993 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8994 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8995 New variables.
8996 (math-comp-to-string-flat, math-comp-to-string-flat-term)
8997 (math-comp-sel-flat-term): Replace variables comp-highlight,
8998 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8999 declared variables.
9000 (math-comp-simplify, math-comp-simplify-term)
9001 (math-comp-add-string, math-comp-add-string-sel):
9002 Replace variables comp-highlight, comp-buf, comp-base,
9003 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9004
9005 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9006
9007 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9008
9009 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9010 and x-server-version may throw.
9011
9012 2004-11-23 Kim F. Storm <storm@cua.dk>
9013
9014 * subr.el (substitute-key-definition-key): Optimize.
9015 Don't call indirect-function for nil defn (always signals error).
9016
9017 * ido.el (ido-read-internal): Fix require-match check when
9018 ido-directory-too-big is set.
9019
9020 2004-11-23 Jay Belanger <belanger@truman.edu>
9021
9022 * calc/calc-ext.el (math-read-replacement-list)
9023 (math-read-superscripts): New variables.
9024 (math-read-preprocess-string): New function.
9025 (math-read-expr): Filter input through math-read-preprocess-string.
9026
9027 * calc/calc-aent.el (math-read-exprs): Filter input through
9028 math-read-preprocess-string.
9029
9030 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9031
9032 * progmodes/compile.el (compilation-start): In cd command use
9033 substitute-env-vars -- not quite shell compatible but better than
9034 nothing.
9035 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9036 handle the newer versions messages, which are more parseable.
9037
9038 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9039
9040 * reveal.el (reveal-mode-map): New var.
9041 (reveal-mode): Use it.
9042
9043 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9044
9045 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9046 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9047
9048 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9051 header-line when needed.
9052 Use fixed-pitch only in the header-line.
9053 Build the underline automatically. Use emdash if available.
9054
9055 2004-11-22 Richard M. Stallman <rms@gnu.org>
9056
9057 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9058 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9059
9060 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9061
9062 * progmodes/gdb-ui.el (gdb-resync): New function.
9063 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9064 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9065 Use it to fail more gracefully.
9066 (gdb-variables): Delete variable.
9067 Re-order variables to reduce byte-compiler warnings.
9068
9069 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * descr-text.el (describe-char):
9072 * paren.el (show-paren-function):
9073 * subr.el (syntax-after): Undo last change.
9074
9075 * progmodes/python.el (run-python): Don't hard code *Python*.
9076 Don't modify global process-environment.
9077 (python-send-region, python-load-file): Don't assume that
9078 python-buffer == (process-buffer (python-proc)).
9079 (python-switch-to-python): Simplify.
9080
9081 * dired.el (dired-align-file): Don't assume line starts with spaces.
9082
9083 2004-11-21 Jay Belanger <belanger@truman.edu>
9084
9085 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9086 Replace variable `lines' by math-read-big-lines.
9087 (math-read-big-expr): Replace variables the-baseline, the-h2
9088 and err-msg by math-read-big-baseline, math-read-big-h2 and
9089 math-read-err-msg.
9090 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9091
9092 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9093 (math-read-big-balance): Replace unbound variable by value.
9094 (math-read-big-lines): New variable.
9095 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9096 (math-read-big-error, math-read-big-balance): Replace variable
9097 `lines' by declared variable.
9098 (math-read-big-baseline, math-read-big-h2): New variables.
9099 (math-read-big-rec): Replace variables the-baseline and the-h2
9100 by declared variables.
9101 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9102 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9103 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9104 declared variables.
9105 (math-read-big-err-msg): New variable.
9106 (math-read-big-error): Replace variable err-msg by declared variable.
9107
9108 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9109
9110 * ses.el: Add coding cookie.
9111 Fix up docstrings, follow new commenting conventions.
9112 (ses-header-line-menu): Fix missing variable rename for header-row.
9113 (ses-cell-size): Remove.
9114 (ses-make-cell): New function.
9115 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9116 (ses-calculate-cell): Remove unused var `symbol'.
9117 (ses-narrowed-p): New function.
9118 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9119 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9120 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9121 (ses-setup): Use restore-buffer-modified-p.
9122 (ses-cleanup): Remove unused var `end'.
9123 (ses-header-string-left-offset): Remove.
9124 (ses-create-header-string): Adjust to new behavior of `align-to'.
9125 Truncate excessively large fields to preserve alignment.
9126 (ses-reconstruct-all): Remove unused var `refs'.
9127 (ses-read-cell-printer): Remove unused var `prompt'.
9128 (ses-delete-row): Remove unused var `pos'.
9129 (ses-delete-column): Remove unused var `new'.
9130
9131 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9132
9133 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9134 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9135 Eliminate eval-and-compile usage.
9136 (ps-insert-file): Use insert-file-contents instead of insert-file.
9137 (ps-setup): Code fix.
9138
9139 * printing.el (pr-setup, lpr-setup): Code fix.
9140
9141 2004-11-21 Jay Belanger <belanger@truman.edu>
9142
9143 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9144 (calc-original-buffer): Declare them.
9145 (calc-user-formula-alist): New variable.
9146 (calc-user-define-formula, calc-fix-user-formula)
9147 (calc-user-define-composition, calc-finish-formula-edit):
9148 Replace variable `alist' by declared variable.
9149 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9150 (var-q7, var-q7, var-q8, var-q9): Declare them.
9151 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9152 are bound.
9153 (calcFunc-typeof): Replace undeclared variable by expression.
9154 (math-exp-env): New variable.
9155 (math-define-body, math-define-exp): Replace exp-env by declared var.
9156 (math-define-exp): Replace misplaced variable by expression.
9157
9158 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9159 (calc-curve-model, calc-curve-coefnames): New variables.
9160 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9161 varnames, model and coefnames by declared variables.
9162 (math-root-widen): New variable.
9163 (math-search-root, math-find-root): Replace variable root-widen by
9164 declared variable.
9165 (var-DUMMY): Declare it.
9166 (math-root-vars, math-min-vars): Move the declarations to earlier in
9167 the file.
9168 (math-brent-min): Make d a local variable.
9169 (math-find-minimum): Replace non-existent variable.
9170 (math-ninteg-romberg): Remove unnecessary variable.
9171 (math-ninteg-temp): New variable.
9172 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9173 integ-temp by declared variable.
9174 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9175 New variables.
9176 (math-general-fit): Replace variables first-var, first-coef and
9177 new-coefs by declared variables.
9178 (calcFunc-fitvar): Replace variable first-var by declared variable.
9179 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9180 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9181 (math-all-vars-vars, math-all-vars-found): New variables.
9182 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9183 found by declared variable math-all-vars-vars.
9184
9185 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9186
9187 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9188 of `defconst'.
9189
9190 2004-11-20 Richard M. Stallman <rms@gnu.org>
9191
9192 * isearch.el (isearch-mode-map): Don't bind SPC.
9193 (isearch-whitespace-chars): Function deleted.
9194 (isearch-search): Bind search-spaces-regexp.
9195 (isearch-lazy-highlight-search): Likewise.
9196 (search-whitespace-regexp): Doc fix.
9197 (isearch-forward-regexp): Doc fix.
9198
9199 * emacs-lisp/bytecomp.el (byte-compile-form):
9200 Move the calls to byte-compile-set-symbol-position,
9201 to avoid having two for the same symbol occurrence.
9202
9203 * comint.el (comint-input-ring-size): Increase to 150.
9204
9205 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9206 New variables.
9207 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9208 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9209
9210 * imenu.el (imenu--generic-function):
9211 Ensure we keep moving backward even if BEG isn't further back.
9212
9213 * replace.el (query-replace-read-to, query-replace-read-from):
9214 Specify t for KEEP-ALL in read-from-minibuffer.
9215
9216 * progmodes/python.el (python-switch-to-python):
9217 If Python isn't running, start it.
9218 Don't alter debug-ignored-errors.
9219
9220 * progmodes/cperl-mode.el (cperl-indent-region):
9221 Don't mind imenu-scanning-message.
9222
9223 * bindings.el (global-map): Bind C-e to move-end-of-line.
9224
9225 * simple.el (line-move-finish): New arg FORWARD.
9226 Ignore invisible newlines, not intangible ones.
9227 Conditions for acceptable stopping positions depend on FORWARD.
9228 (line-move): Pass FORWARD arg to line-move-finish.
9229
9230 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9231 of HEADER. Compensate for this change in the code to add display
9232 properties. Don't make the first line intangible.
9233
9234 * info.el (Info-search): Fix previous change.
9235
9236 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9237
9238 * Makefile.in (recompile): Revert 2004-11-19 change.
9239 (compile): Likewise.
9240
9241 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9242
9243 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9244
9245 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9246
9247 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9248 defgroup and defcustom. Eliminate eval-and-compile usage.
9249
9250 * progmodes/ebnf-otz.el: Fix typos.
9251
9252 2004-11-19 Jay Belanger <belanger@truman.edu>
9253
9254 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9255 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9256 disp-trail by declared variable.
9257
9258 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9259 (calc-finish-selection-edit): Replace variable disp-trail by
9260 declared variable.
9261 (calc-selection-cache-entry): Move declaration to earlier in the file.
9262 (calc-selection-cache-num, calc-selection-cache-comp)
9263 (calc-selection-cache-offset, calc-selection-true-num)
9264 (calc-final-point-line, calc-final-point-column)
9265 (calc-original-buffer): Declare them.
9266 (calc-fnp-op, calc-fnp-num): New variables.
9267 (calc-find-nth-part, calc-find-nth-part-rec)
9268 (calc-select-previous): Replace op and num by declared variables.
9269 (calc-rsf-old, calc-rsf-new): New variables.
9270 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9271 Replace variables old and new by declared variables.
9272 (calc-sel-reselect): New variable.
9273 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9274 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9275 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9276 reselect with declared variable.
9277
9278 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9279 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9280 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9281 (math-import-list, math-rewrite-phase): Declare them.
9282 (math-rewrite): Use let* to declare variables.
9283 (calc-rewrite-selection): Make rules a local variable.
9284 (calc-rewr-sel): New variable.
9285 (calc-rewrite-selection, calc-locate-selection-marker)
9286 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9287 of sel.
9288 (math-rewrite-whole-expr): New variable.
9289 (math-rewrite, math-rewrite-phase): Replace variable expr by
9290 declared variable.
9291 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9292 (math-rewrite-heads-blanks ): New variables.
9293 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9294 heads, skips and blanks by declared variables.
9295 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9296 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9297 New variables.
9298 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9299 old, new, old-func and new-func by declared variables.
9300 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9301 Remove unnecessary variable.
9302 (math-apply-rw-regs): New variable.
9303 (math-apply-rewrites, math-rwapply-replace-regs)
9304 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9305 (math-apply-rw-ruleset): New variable.
9306 (math-apply-rewrites, math-rwapply-remember): Replace variable
9307 ruleset by declared variable.
9308
9309 2004-11-19 Richard M. Stallman <rms@gnu.org>
9310
9311 * info.el (Info-search): Use search-whitespace-regexp.
9312
9313 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9314
9315 * vc-rcs.el (vc-rcs-parse): New function.
9316 (vc-rcs-annotate-command): Likewise.
9317 (vc-rcs-annotate-current-time): Likewise.
9318 (vc-rcs-annotate-time): Likewise.
9319 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9320
9321 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9322
9323 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9324
9325 2004-11-18 Jay Belanger <belanger@truman.edu>
9326
9327 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9328
9329 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9330
9331 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9332 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9333 Use make-temp-file to generate PostScript files in any situation.
9334 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9335 (pr-interactive-p): Eliminate var.
9336 (pr-save-interactive): Eliminate macro.
9337 (pr-interface, pr-ps-directory-preview)
9338 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9339 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9340 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9341 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9342 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9343 (pr-ps-region-ps-print, pr-ps-mode-preview)
9344 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9345 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9346 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9347 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9348 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9349 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9350 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9351 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9352 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9353 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9354 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9355 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9356 Eliminate pr-save-interactive usage.
9357 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9358 Eliminate pr-interactive-p usage.
9359 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9360 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9361 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9362 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9363 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9364 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9365 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9366 New funs.
9367 (pr-ps-file): Use make-temp-file to generate a temporary file.
9368
9369 2004-11-17 Jay Belanger <belanger@truman.edu>
9370
9371 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9372 a local variable.
9373 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9374 (math-top-only): New variable.
9375 (math-simplify, math-simplify-step): Replace variable top-only by
9376 declared variable math-top-only.
9377 (math-simplify-expr): Declare it.
9378 Replace argument expr in all calls of math-defsimplify by
9379 math-simplify-expr.
9380 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9381 (math-simplify-divisor, math-simplify-one-divisor)
9382 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9383 (math-simplify-pow): Replace variable expr by declared variable
9384 math-simplify-expr.
9385 (math-simplify-divisor): Remove local variables temp and op.
9386 (math-simplify-one-divisor): Make temp and op local variables.
9387 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9388 New variables.
9389 (math-simplify-divisor, math-simplify-one-divisor):
9390 Replace variables nover and dover by declared variables.
9391 (math-expr-subst-new, math-expr-subst-old): New variables.
9392 (math-expr-subst, math-expr-subst-rec): Replace variables new
9393 and old by declared variables.
9394 (math-is-poly-degree, math-is-poly-loose): New variables.
9395 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9396 and loose by declared variables.
9397 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9398 (math-polynomial-base, math-polynomial-base-rec):
9399 Replace variables const-ok and mpb-pred by declared variables.
9400
9401 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9402
9403 * calc/calc-ext.el (math-defsimplify): Change the argument in
9404 the created function to math-simplify-expr.
9405
9406 * calc/calc-units.el (math-simplify-expr): Declare it.
9407 Replace argument expr in all calls of math-defsimplify by
9408 math-simplify-expr.
9409 (math-simplify-units-prod): Replace variable expr by declared
9410 variable math-simplify-expr.
9411
9412 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9415 Replace mapcar->dolist, format->string.
9416
9417 2004-11-17 Miles Bader <miles@gnu.org>
9418
9419 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9420 * progmodes/idlwave.el: Remove RCS keywords.
9421
9422 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9423
9424 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9425 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9426 Update to IDLWAVE version 5.5. Too many changes to list them here.
9427 * progmodes/idlw-help.el: New file.
9428
9429 2004-11-16 Richard M. Stallman <rms@gnu.org>
9430
9431 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9432 Discard spaces after \i according to TeX rules.
9433
9434 * international/mule.el (set-buffer-file-coding-system):
9435 New arg NOMODIFY.
9436 (after-insert-file-set-coding): Pass that new arg.
9437 Prevent set-buffer-multibyte from trying to lock the file.
9438
9439 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9440
9441 * saveplace.el (save-place): Doc fix.
9442
9443 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9444 temporarily widen before finding the following word to copy.
9445
9446 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9447 (cl-map-keymap): Definition deleted.
9448
9449 * subr.el (map-keymap-internal): New function.
9450
9451 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9452
9453 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9454 when pressing rather than when releasing mouse-2. Simplify.
9455
9456 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9457
9458 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9459 (compilation-mode): Set it here instead.
9460
9461 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9462
9463 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9464 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9465
9466 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9467
9468 * progmodes/compile.el (compilation-internal-error-properties):
9469 Fix up a transposition-typo. Check end-col before using it.
9470
9471 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9472
9473 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9474 Discard whitespace after macro \i when converting it.
9475
9476 2004-11-16 Juri Linkov <juri@jurta.org>
9477
9478 * emacs-lisp/find-func.el (find-function-regexp):
9479 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9480 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9481 Remove invalid `\W' from [^cgv\W]. Doc fix.
9482 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9483
9484 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9485
9486 * play/life.el: Maintainer is now FSF.
9487 (life-patterns, life-neighbor-deltas, life-window-start)
9488 (life-current-generation, life-generation-string): Use defvar
9489 instead of defconst.
9490
9491 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9492
9493 * progmodes/compile.el (compilation-move-to-column): New fun.
9494 (compilation-internal-error-properties)
9495 (compilation-next-error-function): Use it to make sure we don't go past
9496 the end of line.
9497
9498 2004-11-15 John Paul Wallington <jpw@gnu.org>
9499
9500 * autoinsert.el (auto-insert-alist): Insert the user's name in
9501 copyright notice, rather than Free Software Foundation, for the
9502 Emacs Lisp header case too.
9503
9504 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9505
9506 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9507 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9508 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9509 return the list of string in a string.
9510 (pr-call-process): Message if calling process returns an error, that
9511 is, the exit status is different of zero.
9512
9513 2004-11-15 Jay Belanger <belanger@truman.edu>
9514
9515 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9516 variable var-thing.
9517 (math-integ-depth, math-integ-level, math-integral-limit)
9518 (math-enable-subst, math-any-substs, math-integ-msg)
9519 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9520 (math-int-threshold, math-int-factors, math-double-roots)
9521 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9522 (var-GenCount): Declare these variables.
9523 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9524 (math-integral-cache, math-integral-cache-state):
9525 Move declarations to earlier in the file.
9526 (math-deriv-var, math-deriv-total, math-deriv-symb)
9527 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9528 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9529 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9530 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9531 (math-solve-res): New variables
9532 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9533 (math-integral, math-replace-integral-parts)
9534 (math-integrate-by-parts, calc-dump-integral-cache)
9535 (math-try-integral, math-do-integral, math-do-integral)
9536 (math-do-integral-methods, math-try-solve-for)
9537 (math-try-solve-prod, math-solve-poly-funny-powers)
9538 (math-solve-crunch-poly, math-decompose-poly)
9539 (math-solve-find-root-term, math-find-root-in-prod)
9540 (math-integ-try-linear-substitutions)
9541 (math-integ-try-substitutions, math-expr-rational-in)
9542 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9543 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9544 (math-solve-for, math-solve-system, math-solve-system-rec)
9545 (math-solve-get-sign, math-solve-get-int)
9546 (math-solve-system-subst): Replace undeclared variables with newly
9547 declared variables.
9548
9549 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * winner.el (winner-active-region, winner-edges, winner-window-list):
9552 Define at toplevel.
9553 (winner-mode-map): Move init inside declaration.
9554
9555 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9556
9557 * files.el (convert-standard-filename): Doc fix.
9558
9559 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9560
9561 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9562 passwd, group, shadow, default/* and pam.d/*.
9563
9564 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9565
9566 * printing.el (pr-menu-spec): Adjust menu specification.
9567
9568 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9569
9570 * printing.el: Doc fix. Insert :version tag into all defcustom.
9571 Handle interactive-p as is recommended in Emacs Lisp Reference.
9572 Set the file permission bits for newly created files.
9573 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9574 The printing menu specification (in `pr-menu-spec') was merged.
9575 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9576 (pr-version): New version number (6.8.3).
9577 (pr-file-modes): New option.
9578 (pr-interactive-p): New var.
9579 (pr-save-interactive, pr-save-file-modes): New macros.
9580 (pr-setup): Code fix.
9581 (pr-menu-spec): Menu specification merged.
9582 (pr-call-process, pr-text2ps): Set file permission bits.
9583 (pr-despool-print): Set file permission bits. Handle interactive-p as
9584 is recommended.
9585 (pr-interface, pr-ps-directory-preview)
9586 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9587 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9588 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9589 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9590 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9591 (pr-ps-region-ps-print, pr-ps-mode-preview)
9592 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9593 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9594 (pr-despool-using-ghostscript, pr-despool-ps-print)
9595 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9596 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9597 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9598 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9599 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9600 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9601 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9602 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9603 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9604 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9605 Handle interactive-p as is recommended.
9606
9607 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9608
9609 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9610 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9611
9612 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9613 so it doesn't forget to highlight the beginning of the region either.
9614
9615 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9616
9617 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9618 (c-font-lock-init): Eliminate obsolete make-local-hook.
9619 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9620 (awk-mode): Use run-mode-hooks.
9621
9622 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9623
9624 2004-11-13 Kim F. Storm <storm@cua.dk>
9625
9626 * mouse.el (mouse-drag-copy-region): Add :version.
9627 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9628 while dragging mode line, so mode line can be dragged downwards.
9629 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9630 while pressing mouse button so window doesn't scroll until we
9631 release the mouse if clicking on partially visible line.
9632
9633 2004-11-12 Jay Belanger <belanger@truman.edu>
9634
9635 * calc/calc-graph.el (calc-dumb-map): Declare it.
9636 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9637 than unbound.
9638 (calc-graph-name): Made `end' a local variable.
9639 (calc-graph-lookup): Made `varname' a local variable.
9640 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9641 Declare them.
9642 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9643 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9644 the unused variable y3vec.
9645 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9646 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9647 calc-graph-prev-kill-hook.
9648 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9649 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9650 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9651 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9652 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9653 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9654 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9655 (calc-graph-y3value, calc-graph-y3name)
9656 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9657 (calc-graph-stepcount, calc-graph-is-splot)
9658 (calc-graph-surprise-splot, calc-graph-blank)
9659 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9660 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9661 (calc-graph-recompute-2d, calc-graph-compute-3d)
9662 (calc-graph-format-data): Replace undeclared variables with the
9663 above newly declared variables.
9664
9665 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9666
9667 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9668 `rsf-beep' and `rsf-sleep-after-message'.
9669
9670 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9671 list if `message-sender' is non-nil.
9672
9673 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9674
9675 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9676 consing by using mapc instead of mapcar.
9677
9678 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9679
9680 * tooltip.el (require): Explain why CL is needed.
9681
9682 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9683
9684 * printing.el: Insert :version into defgroup (printing). All reference
9685 to Files option in menubar were changed to File.
9686 (pr-version): New version number (6.8.2).
9687 (pr-get-symbol): Call easy-menu-intern.
9688 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9689 compilation gripes.
9690
9691 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9694 new byte-compile-function-environment binding to t.
9695
9696 * font-lock.el (font-lock-fontify-syntactically-region):
9697 Don't forget to highlight the last char when we hit `end'.
9698
9699 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9700 (mwheel-scroll): Adjust accordingly.
9701
9702 * cvs-status.el: Reduce spurious warnings.
9703 (cvs-status-checkout): Remove.
9704 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9705
9706 * pcvs.el (cvs-mode-checkout): New command.
9707
9708 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9709
9710 * tooltip.el: Require CL.
9711
9712 * emacs-lisp/bytecomp.el: Use push.
9713 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9714 (defalias): Remove the `byte-compile' property and add
9715 a `byte-hunk-handler'.
9716
9717 2004-11-11 Juri Linkov <juri@jurta.org>
9718
9719 * info.el (Info-search): Save match data for isearch.
9720 Skip Tag Table node.
9721
9722 * descr-text.el (describe-char): Replace syntax-after with code
9723 from its previous version.
9724
9725 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9726 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9727
9728 * international/mule.el (sgml-html-meta-auto-coding-function):
9729 Remove > after <html to allow HTML attributes.
9730
9731 2004-11-11 Jay Belanger <belanger@truman.edu>
9732
9733 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9734 a variable.
9735 (calcFunc-dfac): Replace unbound max by n.
9736 (math-stirling-local-cache): New variable.
9737 (math-stirling-number, math-stirling-1, math-stirling-2):
9738 Replace the variable `cache' by the declared variable
9739 math-stirling-local-cache.
9740 (var-RandSeed): Declare it as a variable.
9741 (math-init-random-base, math-random-digit): Don't check to see if
9742 var-RandSeed is bound.
9743 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9744 Declare them instead of just setting them.
9745 (math-init-random-base): Made i a local variable.
9746 (math-random-digit): Made math-random-last a local variable.
9747 (math-prime-test-cache): Move declaration to before it is used.
9748 (math-prime-test-cache-k, math-prime-test-cache-q)
9749 (math-prime-test-cache-nm1, math-prime-factors-finished):
9750 Declare them as variables.
9751
9752 2004-11-11 Jay Belanger <belanger@truman.edu>
9753
9754 * calc/calc-ext.el (math-defcache): Use defvar for the new
9755 variables it creates.
9756
9757 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9758
9759 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9760 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9761 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9762 (desktop-save): Add :version.
9763
9764 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9765
9766 * printing.el (pr-get-symbol): Don't downcase.
9767
9768 2004-11-10 Jay Belanger <belanger@truman.edu>
9769
9770 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9771 string to kill-ring.
9772
9773 * calc/calc-aent.el (calc-alg-exp, math-toks)
9774 (math-exp-pos,math-exp-old-pos, math-exp-token)
9775 (math-exp-keep-spaces, math-exp-str): New variables.
9776 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9777 (calcAlg-enter): Use declared variable calc-alg-exp.
9778 (math-build-parse-table, math-find-user-token): Use declared
9779 variable math-toks.
9780 (math-read-exprs, math-read-token, calc-check-user-syntax)
9781 (calc-match-user-syntax, match-factor-after, math-read-factor):
9782 Use declared variables math-exp-pos math-exp-old-pos.
9783 (math-read-exprs, math-read-token, math-read-expr-level)
9784 (calc-check-user-syntax, calc-match-user-syntax)
9785 (match-factor-after, math-read-factor): Use declared variable
9786 math-exp-token.
9787 (math-read-exprs, math-read-expr-list, math-read-token)
9788 (math-read-factor): Use declared variable math-exp-keep-spaces.
9789 (math-read-exprs, math-read-token): Use declared variable
9790 math-exp-str.
9791 (calc-match-user-syntax): Make m a local variable.
9792
9793 * calc/calc-ext.el (math-read-expr): Use declared variables
9794 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9795 math-exp-keep-spaces.
9796
9797 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9798 variables math-exp-pos, math-exp-str.
9799
9800 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9801 math-exp-old-pos.
9802 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9803 (math-parse-eqn-prime): Use declared variable math-exp-token.
9804
9805 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9806 Use declared variable math-exp-pos.
9807 (math-check-for-commas): Use declared variable math-exp-str.
9808 (math-read-brackets): Use declared variables math-exp-old-pos,
9809 math-exp-keep-spaces.
9810 (math-read-brackets, math-read-vector, math-read-matrix):
9811 Use declared variable math-exp-token.
9812
9813 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9816 where the keymap is a symbol.
9817 (easy-menu-add-item): Use keymap-prompt. Simplify.
9818
9819 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9820
9821 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9822 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9823
9824 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9825
9826 * ebuff-menu.el: Doc fixes throughout.
9827 (electric-buffer-menu-mode-hook): New defvar.
9828
9829 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9830
9831 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9832 The resulting compiler warnings appear to be harmless.
9833
9834 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9835
9836 * textmodes/conf-mode.el: New file.
9837
9838 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9839
9840 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9841
9842 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9843
9844 2004-11-09 Jay Belanger <belanger@truman.edu>
9845
9846 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9847
9848 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9849 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9850 (calc-z-prefix-help, calc-user-function-list): Use declared
9851 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9852 (math-map-tree, math-map-tree-rec): Use declared variables
9853 math-mt-many, math-mt-func.
9854 (math-read-expression, math-read-string): Use declared variable
9855 math-expr-data.
9856
9857 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9858 variable math-normalize-a.
9859
9860 * calc/calc.el (math-normalize-a): New variable.
9861 (math-normalize): Use declared variable math-normalize-a.
9862
9863 * calc/calc-poly.el (math-expand-form): Use declared variable
9864 math-mt-many.
9865
9866 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9867 Use declared variable math-mt-many.
9868 (math-rewrite): Use declared variable math-mt-func.
9869
9870 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9871 (math-read-matrix): Use declared variable math-expr-data.
9872
9873 * calc/calc-lang.el (math-parse-fortran-vector)
9874 (math-parse-fortran-vector-end, math-parse-tex-sum)
9875 (math-parse-eqn-matrix, math-parse-eqn-prime)
9876 (math-read-math-subscr): Use declared variable math-expr-data.
9877
9878 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9879 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9880 (calc-match-user-syntax, math-read-if, math-factor-after)
9881 (math-read-factor): Use declared variable math-expr-data.
9882
9883 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9884
9885 * calendar/diary-lib.el (diary-from-outlook)
9886 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9887 interactive-p; but rather new optional argument NOCONFIRM.
9888
9889 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9890
9891 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9892 (easy-menu-name-match): Revert correspondingly.
9893
9894 2004-11-09 Richard M. Stallman <rms@gnu.org>
9895
9896 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9897 Turn off warnings for the new function even if definition not constant.
9898 If the definition isn't a quoted symbol, record (FUNCTION . t).
9899 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9900 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9901 (display-call-tree, byte-compile-arglist-warn):
9902 Handle t returned by byte-compile-fdefinition.
9903
9904 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9905
9906 * Makefile.in (maintainer-clean): Depend on distclean.
9907
9908 * help-fns.el (help-C-file-name): File name must be in build-files
9909 to be returned.
9910
9911 2004-11-09 Jay Belanger <belanger@truman.edu>
9912
9913 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9914 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9915
9916 * calc/calc.el (calc, calc-trail-display, calc-mode):
9917 Remove obsolete sections.
9918
9919 * calc/calc.el (calc-x-paste-text): Remove.
9920
9921 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9922 mouse-2.
9923
9924 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9925
9926 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9927 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9928 current frame (in case of recursive calls).
9929 (gdb-show-changed-values): Add :version keyword.
9930
9931 2004-11-09 Kenichi Handa <handa@m17n.org>
9932
9933 * international/mule-cmds.el: Change coding: tag back to
9934 iso-2022-7bit.
9935
9936 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9937
9938 * international/mule-cmds.el: Change coding-system to utf-8.
9939 (select-safe-coding-system-interactively):
9940 New function extracted from select-safe-coding-system.
9941 (select-safe-coding-system): Use it.
9942
9943 2004-11-08 Richard M. Stallman <rms@gnu.org>
9944
9945 * subr.el (syntax-after): Doc fix.
9946
9947 * paren.el (show-paren-function): Change calls to syntax-after
9948 for new way of returning the value.
9949
9950 * menu-bar.el (menu-bar-file-menu): Make this the real name
9951 and menu-bar-files-menu the alias. Use the former.
9952 (global-map): Use `file', not `files', as the symbol.
9953
9954 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9955
9956 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9957 Don't use beginning-of-buffer.
9958 (filesets-cmd-show-result): Use with-no-warnings.
9959
9960 2004-11-08 Juri Linkov <juri@jurta.org>
9961
9962 * progmodes/compile.el (compile): Don't overwrite last command in
9963 minibuffer history with default command if they are not equal.
9964
9965 2004-11-08 Jay Belanger <belanger@truman.edu>
9966
9967 * calc/calcalg2.el (math-do-integral-methods): Try linear then
9968 non-linear substitutions.
9969
9970 2004-11-08 Jay Belanger <belanger@truman.edu>
9971
9972 * calc/calcalg2.el (math-linear-subst-tried): New variable.
9973 (math-do-integral): Set `math-linear-subst-tried' to nil.
9974 (math-do-integral-methods): Use `math-linear-subst-tried' to
9975 determine what type of substitution to try.
9976 (math-integ-try-linear-substituion):
9977 Set `math-linear-subst-tried' to t.
9978
9979 2004-11-08 Kim F. Storm <storm@cua.dk>
9980
9981 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9982
9983 2004-11-07 Juri Linkov <juri@jurta.org>
9984
9985 * info-look.el (info-lookup): Allow reusing in the current buffer
9986 not only *info* buffer, but all (even renamed) Info buffers
9987 by checking for major-mode instead of *info* buffer name.
9988 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9989 (octave-mode, maxima-mode) <doc-spec>:
9990 Allow long dashes generated by Texinfo 4.7 before definitions.
9991 (texinfo-mode) <doc-spec>: Add space to suffix to find command
9992 definitions with argument separated by space.
9993
9994 2004-11-06 Richard M. Stallman <rms@gnu.org>
9995
9996 * simple.el (next-error group, face): Move before first use.
9997 (next-error-highlight, next-error-highlight-no-select): Likewise.
9998
9999 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10000 (line-move): New args NOERROR and TO-END.
10001 Return t if if succeed in moving specified number of lines.
10002 (move-end-of-line): New function.
10003
10004 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10005 (end-of-buffer-other-window): Likewise.
10006
10007 * simple.el (line-move-ignore-invisible): Default to t.
10008
10009 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10010
10011 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10012
10013 * international/iso-cvt.el (iso-cvt-define-menu):
10014 Rename menu-bar-files-menu to menu-bar-file-menu.
10015
10016 * net/browse-url.el (browse-url-gnome-moz-program)
10017 (browse-url-gnome-moz-arguments): Move up before first use.
10018
10019 * net/tramp.el (tramp group): Add :version.
10020
10021 * progmodes/ada-xref.el (ada-gdb-application):
10022 Use goto-char instead of beginning-of-buffer.
10023
10024 * progmodes/cperl-mode.el (cperl-info-on-command):
10025 Use goto-char instead of beginning-of-buffer.
10026
10027 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10028 Move up before first use.
10029 (idlwave-shell-temp-pro-file): Likewise.
10030 (idlwave-shell-temp-rinfo-save-file): Likewise.
10031 (idlwave-shell-temp-file): Minor doc fix.
10032
10033 * textmodes/flyspell.el (flyspell-external-point-words):
10034 Use goto-char instead of beginning-of-buffer.
10035
10036 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10037
10038 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10039 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10040 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10041
10042 2004-11-06 David Ponce <david@dponce.com>
10043
10044 * recentf.el (recentf-menu-path): Use menu item name.
10045
10046 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10047
10048 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10049 display doesn't support images.
10050
10051 2004-11-06 Andreas Schwab <schwab@suse.de>
10052
10053 * tempo.el (tempo-match-finder): Doc fix.
10054
10055 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10056
10057 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10058
10059 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10060 (easy-menu-lookup-name): New fun to replace it.
10061 (easy-menu-get-map): Use it to obey menu item names (rather than just
10062 keys) when looking up `path'.
10063 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10064 (easy-menu-convert-item-1): Adjust to new name.
10065
10066 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10067
10068 * outline.el (hide-body): Don't hide lines at the top of the file
10069 that precede the first header line.
10070
10071 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10072
10073 * align.el (align-areas): Delete whitespace before reindenting, so
10074 that tabs are never placed after spaces.
10075
10076 2004-11-06 Alan Shutko <ats@acm.org>
10077
10078 * macros.el (insert-kbd-macro): Do completions based on macros,
10079 rather than all commands.
10080
10081 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10082
10083 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10084 to solve a bug whereby tags with 'b' don't match.
10085
10086 2004-11-05 Juri Linkov <juri@jurta.org>
10087
10088 * info.el (Info-search): Don't search in node header lines
10089 and file headers.
10090
10091 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10092 symbol-constituent characters after dot, not only digits.
10093
10094 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10095
10096 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10097
10098 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10099
10100 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10101 if a dialog will be used, read-file-name otherwise.
10102
10103 2004-11-04 Richard M. Stallman <rms@gnu.org>
10104
10105 * textmodes/table.el (table group): Add :version.
10106
10107 * textmodes/ispell.el (ispell-word):
10108 Don't alter args; set them only thru `interactive' spec.
10109
10110 * textmodes/flyspell.el (flyspell-word):
10111 Don't alter FOLLOWING; set it only thru `interactive' spec.
10112
10113 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10114
10115 * net/browse-url.el (browse-url-maybe-new-window):
10116 Use called-interactively-p.
10117
10118 * mail/supercite.el (sc-cite-region):
10119 Don't use interactive-p. Add arg INTERACTIVE.
10120 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10121
10122 * international/mule-cmds.el (set-input-method, toggle-input-method):
10123 Don't use interactive-p. Add arg INTERACTIVE.
10124
10125 * eshell/esh-mode.el (eshell-show-maximum-output):
10126 Don't use interactive-p.
10127 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10128
10129 * mouse.el (mouse-show-mark): Get positions to delete from mark
10130 and point, not from mouse-drag-overlay.
10131
10132 * imenu.el (imenu-eager-completion-buffer): Add :version.
10133
10134 * filesets.el (filesets group): Add :version.
10135
10136 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10137
10138 * files.el (xml-based-modes): Delete var.
10139 (magic-mode-alist): New more general var.
10140 (set-auto-mode): Use it.
10141
10142 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10143 when clicking from another window.
10144
10145 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10146
10147 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10148 (vc-cvs-annotate-time): Incorporate value of deleted var.
10149 Remove special-case handling of beginning-of-buffer cruft.
10150 Cache ending position (point) and return value in text property
10151 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10152
10153 * vc-cvs.el (vc-cvs-annotate-command):
10154 Delete extraneous lines from beginning of buffer.
10155 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10156
10157 * progmodes/grep.el (grep-default-command): Take empty string
10158 for tag if all other methods yield nil. Shell-quote the tag.
10159
10160 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10161 spec in `interactive' form, and mention it in the docstring.
10162 Also, make sure point is at bol after calling `annotate-time'.
10163
10164 2004-11-02 Richard M. Stallman <rms@gnu.org>
10165
10166 * cus-edit.el (customize-group-other-window):
10167 Select the window that displays the custom buffer.
10168 (custom-buffer-create-other-window): Likewise.
10169
10170 * comint.el (comint-insert-input): Fix previous change.
10171
10172 * emacs-lisp/elp.el (elp-instrument-function):
10173 Use called-interactively-p.
10174
10175 * emacs-lisp/easymenu.el (easy-menu-intern):
10176 Don't downcase; rather, case-flip the first letter of each word.
10177
10178 * emacs-lisp/easy-mmode.el (define-minor-mode):
10179 Use called-interactively-p.
10180
10181 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10182 Add interactive-only.
10183 (byte-compile-warnings): Add interactive-only as option.
10184 (byte-compile-interactive-only-functions): New variable.
10185 (byte-compile-form): Warn about calls to functions
10186 in byte-compile-interactive-only-functions.
10187
10188 * emacs-lisp/autoload.el (update-file-autoloads):
10189 Don't use interactive-p; take new arg SAVE-AFTER.
10190
10191 * emacs-lisp/advice.el (ad-make-advised-definition):
10192 Use called-interactively-p.
10193
10194 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10195
10196 * files.el (find-file-existing): New function.
10197
10198 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10199 find-file-existing. Add "New File..." that calls find-file.
10200
10201 * diropen.pbm, diropen.xpm: New files.
10202
10203 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10204 icon diropen. New tool bar item find-file-existing uses icon open.
10205
10206 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10207 instead of read-file-name.
10208
10209 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10210
10211 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10212 (icalendar--split-value): Change name of work buffer.
10213 (icalendar--get-weekday-abbrev): Return nil on error.
10214 (icalendar--date-to-isodate): New function.
10215 (icalendar-convert-diary-to-ical)
10216 (icalendar-extract-ical-from-buffer): Use only two args for
10217 make-obsolete (XEmacs compatibility).
10218 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10219 (icalendar-export-region): Doc fix.
10220 If error, return non-nil and write errors to a buffer.
10221 Use correct weekday for weekly recurring events.
10222 Check whether date has been parsed for ordinary events.
10223 Make weekly events start in the year 2000.
10224 DTEND is non-inclusive, shift end date by one day if
10225 necessary (not for entries that have date and time).
10226 Rename local let variables: oops -> found-error, datestring ->
10227 startdatestring.
10228
10229 2004-11-02 Kim F. Storm <storm@cua.dk>
10230
10231 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10232 keep-mode-if-same variable. Add it as optional arg instead.
10233 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10234
10235 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10236 substitute-command-keys will select lower-case bindings like those
10237 used in the static help texts.
10238
10239 * descr-text.el (describe-text-properties): Don't err if called in
10240 the *Help* buffer; output to *Help-2* buffer instead.
10241
10242 * kmacro.el (group kmacro): Add :version.
10243 (kmacro-keyboard-quit): New function to cleanup on C-g.
10244 (kmacro-start-macro): Set defining-kbd-macro to append when
10245 appending to last macro.
10246
10247 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10248
10249 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10250
10251 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10252 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10253 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10254 Add :version keyword.
10255
10256 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10257
10258 * progmodes/flymake.el (flymake-err-line-patterns):
10259 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10260 `compilation-error-regexp-alist-alist' to internal Flymake format.
10261
10262 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10263
10264 2004-11-01 Jay Belanger <belanger@truman.edu>
10265
10266 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10267 with `interactive "s"'.
10268
10269 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10270
10271 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10272 Revert change from 2004-10-16. '*' checks the current buffer, but the
10273 mouse click may be in another buffer.
10274
10275 2004-11-01 John Paul Wallington <jpw@gnu.org>
10276
10277 * files.el (large-file-warning-threshold): Add :version keyword.
10278 (kill-some-buffers): Doc fix.
10279
10280 * thumbs.el (group thumbs): Add :version keyword.
10281
10282 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10283
10284 2004-11-01 Richard M. Stallman <rms@gnu.org>
10285
10286 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10287
10288 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10289
10290 * allout.el (allout group): Add :version.
10291 (allout-init): Don't use interactive-p.
10292 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10293 (allout-forward-current-level, allout-backward-current-level):
10294 Don't use interactive-p.
10295
10296 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10297 (bibtex-find-text): Likewise.
10298
10299 * progmodes/vhdl-mode.el (vhdl-fill-region)
10300 (vhdl-beginning-of-statement): Don't use interactive-p.
10301
10302 * progmodes/idlwave.el (idlwave-update-routine-info):
10303 Don't use interactive-p.
10304
10305 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10306 Don't use interactive-p.
10307
10308 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10309 Don't use interactive-p.
10310
10311 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10312 Don't use interactive-p.
10313
10314 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10315 (fortune-in-buffer): Doc fix.
10316
10317 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10318
10319 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10320 don't select the temporary buffer.
10321 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10322 (eudc-get-phone): Likewise.
10323
10324 2004-11-01 Kim F. Storm <storm@cua.dk>
10325
10326 * man.el (Man-xref-normal-file): Fix help-echo.
10327
10328 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10329
10330 * reveal.el (reveal-last-tick): New var.
10331 (reveal-post-command): Use it to avoid closing overlays when we're
10332 appending text to them.
10333
10334 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10335
10336 * textmodes/bibtex.el: Require button.
10337 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10338 (bibtex-reference-keys): Distinguish between header keys and
10339 crossref keys.
10340 (bibtex-beginning-of-field): New function.
10341 (bibtex-url-map): Remove.
10342 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10343 (bibtex-font-lock-url-regexp): Assume that field names begin at
10344 the beginning of a line.
10345 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10346 Remove field delimiters. Use bibtex-beginning-of-field.
10347 Bugfix, point can be inside a field with a url.
10348 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10349 New functions.
10350 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10351 (bibtex-key-in-head): Simplify.
10352 (bibtex-current-line): Use bolp.
10353 (bibtex-parse-keys): Remove unused arg `add'.
10354 Use bibtex-type-in-head and bibtex-key-in-head.
10355 (bibtex-parse-entry, bibtex-autofill-entry):
10356 Use bibtex-type-in-head and bibtex-key-in-head.
10357 (bibtex-autokey-get-field): Do not alter case of replacement text.
10358 (bibtex-autokey-get-names): Do all processing of name list.
10359 (bibtex-autokey-get-year): New function.
10360 (bibtex-autokey-get-title): Do all processing of title words.
10361 (bibtex-generate-autokey): Simplify.
10362 (bibtex-string-files-init): Use default-directory.
10363 Allow for absolute file names in bibtex-string-files.
10364 (bibtex-files, bibtex-file-path): New variables.
10365 (bibtex-files-expand): New function.
10366 (bibtex-find-entry-globally): New command.
10367 (bibtex-summary-function): New variable.
10368 (bibtex-summary): Default value of bibtex-summary-function.
10369 (bibtex-find-crossref): New optional args pnt and split.
10370 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10371 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10372 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10373 Fix handling of required and alternative fields.
10374 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10375 Use cons and display-buffer.
10376 (bibtex-validate-globally): New command.
10377 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10378 bibtex-parse-keys and bibtex-parse-strings for updating
10379 bibtex-reference-keys and bibtex-strings.
10380 (bibtex-realign): Remove blank lines past the last entry.
10381 (bibtex-reformat): Use bibtex-entry-format as default.
10382 (bibtex-choose-completion-string): Remove.
10383 (bibtex-complete): Do not use bibtex-choose-completion-string.
10384 (bibtex-url): Simplify.
10385
10386 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10387
10388 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10389 (x-dnd-types-alist, x-dnd-open-file-other-window)
10390 (x-dnd-known-types): Add :version.
10391
10392 2004-10-31 John Paul Wallington <jpw@gnu.org>
10393
10394 * ibuffer.el (group ibuffer): Add :version keyword.
10395
10396 2004-10-31 Kim F. Storm <storm@cua.dk>
10397
10398 * ido.el (group ido): Add :version keyword.
10399 (ido-mode): Remove :version keyword.
10400
10401 * emulation/cua-base.el (group cua): Add :version keyword.
10402 (cua-mode): Remove :version keyword.
10403
10404 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10405
10406 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10407
10408 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10409 compiler warning.
10410 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10411 function.
10412 (help-at-pt-display-when-idle): Remove autoload.
10413
10414 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10415
10416 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10417
10418 2004-10-30 Juri Linkov <juri@jurta.org>
10419
10420 * help.el (function-called-at-point):
10421 * help-fns.el (variable-at-point): Read -> intern.
10422
10423 2004-10-30 Simon Josefsson <jas@extundo.com>
10424
10425 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10426 Recognize AS_* too.
10427
10428 2004-10-29 Simon Josefsson <jas@extundo.com>
10429
10430 * subr.el (read-passwd): Move back from password.el.
10431
10432 * password.el: Remove, not ready yet.
10433
10434 2004-10-29 Andreas Schwab <schwab@suse.de>
10435
10436 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10437
10438 2004-10-29 Sam Steingold <sds@gnu.org>
10439
10440 * mouse.el (mouse-show-mark): Replace the last occurrence of
10441 x-lost-selection-hooks with x-lost-selection-functions.
10442
10443 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10444
10445 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10446 x-lost-selection-functions is bound.
10447
10448 * mouse-sel.el (mouse-sel-mode):
10449 * emacs-lisp/lselect.el: Adjust to new names for
10450 x-(lost|sent)-selection-functions.
10451
10452 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10453 New obsolete aliases of x-lost-selection-functions and
10454 x-sent-selection-functions.
10455
10456 2004-10-28 Kim F. Storm <storm@cua.dk>
10457
10458 * imenu.el (imenu-scanning-message): Remove.
10459 (imenu-progress-message): Make it a no-op.
10460
10461 2004-10-28 John Paul Wallington <jpw@gnu.org>
10462
10463 * files.el (set-auto-mode): Call `throw' correctly.
10464
10465 2004-10-28 Juri Linkov <juri@jurta.org>
10466
10467 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10468 to search `Info-...' commands in `info' manual.
10469 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10470 Add 'info-file "emacs" property.
10471 (Info-find-emacs-command-nodes): Fix index line number regexp.
10472 Set real line number (instead of fake 0) in first element of the
10473 returned list.
10474 (Info-goto-emacs-command-node): Use line number of first element
10475 to set point in the first found Info node.
10476
10477 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10478 code to `grep-mode-font-lock-keywords'.
10479 (grep-mode-font-lock-keywords): Delete grep markers instead
10480 of making them invisible.
10481
10482 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10483
10484 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10485 and x-server-version in bug report.
10486
10487 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10488
10489 * files.el (set-auto-mode-0): New function.
10490 (set-auto-mode): Use it to handle aliased modes and to
10491 be consistent between C-x C-f and C-x C-w.
10492
10493 2004-10-28 Kenichi Handa <handa@m17n.org>
10494
10495 * international/utf-8.el (utf-translate-cjk-charsets):
10496 Add katakana-jisx0201.
10497
10498 * international/subst-jis.el: Add data for JISX0201.
10499
10500 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10501
10502 * obsolete/hilit19.el (hilit-mode): New function.
10503 Move all the toplevel side-effecting stuff into it, so that loading
10504 hilit19 doesn't mess everything up any more.
10505
10506 2004-10-27 Richard M. Stallman <rms@gnu.org>
10507
10508 * add-log.el (add-change-log-entry): Set up mailing address
10509 and full name later, and don't alter add-log-mailing-address
10510 or add-log-full-name.
10511
10512 * elide-head.el (elide-head): Change error to message.
10513 (elide-head-show): Likewise.
10514
10515 * apropos.el (apropos-macrop): Doc fix.
10516
10517 * mouse.el (mouse-show-mark): Do most processing the same
10518 regardless of transient-mark-mode.
10519
10520 * shadowfile.el (shadow-copy-files): Use interactive-p
10521 only to control whether to print a message.
10522
10523 * tar-mode.el (tar-mode): Use write-contents-functions,
10524 not write-contents-hooks.
10525
10526 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10527 directory-sep-char.
10528
10529 2004-10-27 Richard M. Stallman <rms@gnu.org>
10530
10531 * strokes.el (strokes-unload-hook): Fix previous change.
10532
10533 * type-break.el (type-break-run-at-time): Always use run-at-time;
10534 forget the alternatives.
10535 (type-break-cancel-function-timers): Always use cancel-function-timers;
10536 forget the alternatives.
10537
10538 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10539
10540 2004-10-27 Kenichi Handa <handa@m17n.org>
10541
10542 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10543
10544 * international/subst-gb2312.el: Likewise.
10545
10546 * international/subst-big5.el: Likewise.
10547
10548 * international/subst-ksc.el: Likewise.
10549
10550 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10551 New variable.
10552 (utf-translate-cjk-set-unicode-range): New function.
10553 (utf-translate-cjk-unicode-range): Make it customizable.
10554 (utf-8-post-read-conversion):
10555 Use utf-translate-cjk-unicode-range-string.
10556 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10557 Unicode ranges.
10558
10559 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10560
10561 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10562 trivial variants to shorten the list.
10563 (xml-based-modes): New var.
10564 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10565 declaration higher priority than auto-mode-alist.
10566
10567 * find-file.el (cc-other-file-alist): Bring it in line with
10568 cc-mode's auto-mode-alist entries and use \' instead of $.
10569
10570 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10571 and add "Id" and "Name" submenus to it.
10572
10573 * imenu.el (imenu--generic-function): Skip matches in comments.
10574
10575 2004-10-26 Jay Belanger <belanger@truman.edu>
10576
10577 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10578 (full-calc-keypad, calc-trail-display): Use an extra argument
10579 instead of `interactive-p'.
10580
10581 * calc/calc-misc.el (calc-other-window): Use an extra argument
10582 instead of `interactive-p'.
10583
10584 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10585 `interactive-p'.
10586
10587 2004-10-26 Kim F. Storm <storm@cua.dk>
10588
10589 * help.el (describe-key): Describe both down-event and up-event
10590 for a mouse click.
10591
10592 2004-10-26 Richard M. Stallman <rms@gnu.org>
10593
10594 * woman.el (woman): Don't call interactive-p.
10595
10596 * pcomplete.el (pcomplete): Instead of interactive-p,
10597 use an arg set non-nil by the interactive spec.
10598
10599 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10600 use an arg set non-nil by the interactive spec.
10601
10602 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10603 use an arg set non-nil by the interactive spec.
10604
10605 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10606
10607 * progmodes/flymake.el (flymake-split-string):
10608 Use `flymake-split-string-remove-empty-edges' in any case.
10609
10610 2004-10-26 Masatake YAMATO <jet@gyve.org>
10611
10612 * progmodes/flymake.el (flymake-err-line-patterns):
10613 Use `compilation-error-regexp-alist-alist' instead of
10614 `compilation-error-regexp-alist'.
10615
10616 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10617
10618 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10619 verbatim face on the \ of \end{verbatim}.
10620
10621 2004-10-25 Jay Belanger <belanger@truman.edu>
10622
10623 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10624 erasing minibuffer.
10625
10626 2004-10-25 Simon Josefsson <jas@extundo.com>
10627
10628 * subr.el (read-passwd): Move to net/password.el.
10629
10630 * net/password.el (read-passwd): Add. Autoload it.
10631
10632 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10633
10634 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10635
10636 * simple.el (process-file): Fix logic.
10637
10638 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10639
10640 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10641 (increase-right-margin): Remove erroneous call to `interactive-p'.
10642
10643 2004-10-24 Kim F. Storm <storm@cua.dk>
10644
10645 * help.el (describe-mode): Fix 2004-10-13 change.
10646 Copy pure "Auto Fill" string so it can be propertized later
10647 without causing a read-only error.
10648
10649 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10650
10651 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10652 style indexes.
10653
10654 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10655
10656 * simple.el (process-file): Accept nil for INFILE. Reported by
10657 Luc Teirlinck.
10658
10659 2004-10-24 Masatake YAMATO <jet@gyve.org>
10660
10661 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10662 Handle periods and underscores in a function name.
10663 Remove the address fontification.
10664
10665 2004-10-24 Masatake YAMATO <jet@gyve.org>
10666
10667 * progmodes/asm-mode.el (asm-font-lock-keywords):
10668 Use font-lock-variable-name-face for registers.
10669
10670 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10671
10672 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10673 kill-all-local-variables.
10674 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10675 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10676 Use kill-all-local-variables and provide mode-hooks.
10677 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10678 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10679 Suggested by Masatake YAMATO <jet@gyve.org>.
10680
10681 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10682
10683 * simple.el (process-file): New function, similar to call-process
10684 but supports file handlers.
10685 * vc.el (vc-do-command): Use it, instead of call-process.
10686 * net/tramp-vc.el (vc-do-command): Do not advise it if
10687 process-file is fboundp.
10688 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10689 process-file.
10690 (tramp-handle-process-file): New function.
10691 (tramp-file-name-for-operation): Support process-file.
10692
10693 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10694
10695 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10696 (icalendar-weekdayabbrev-table)
10697 (icalendar-monthnumber-table): Delete.
10698 (icalendar--get-month-number): Use calendar-month-name-array.
10699 (icalendar--get-weekday-number): New function.
10700 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10701 (icalendar-export-region): Handle multi-line entries.
10702 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10703
10704 2004-10-23 John Paul Wallington <jpw@gnu.org>
10705
10706 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10707 `wildcards' set to t in interactive spec.
10708
10709 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10710 interactive spec rather than use `interactive-p'.
10711 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10712 rather than use function `interactive-p'.
10713
10714 2004-10-22 Kenichi Handa <handa@m17n.org>
10715
10716 * international/mule.el (translate-region): Implement it in Lisp
10717 as a front end of translate-region-internal.
10718
10719 2004-10-21 Jay Belanger <belanger@truman.edu>
10720
10721 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10722 Declare these variables with defvar.
10723
10724 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10725 is bound, only check to see if it is bound.
10726
10727 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10728
10729 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10730 Don't output messages.
10731
10732 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10733
10734 2004-10-21 John Paul Wallington <jpw@gnu.org>
10735
10736 * calc/calc-graph.el (calc-graph-init):
10737 Use `set-process-query-on-exit-flag'.
10738
10739 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10740
10741 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10742 dir right and also allow argumentless cd.
10743
10744 2004-10-19 Richard M. Stallman <rms@gnu.org>
10745
10746 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10747
10748 * eshell/em-unix.el (eshell-grep):
10749 Don't bind compilation-process-setup-function.
10750
10751 * comint.el (comint-insert-input): Use @ in `interactive'.
10752 (comint-input-filter-functions): Doc fix.
10753 (comint-kill-whole-line, comint-get-source): Doc fix.
10754
10755 * progmodes/compile.el (compilation-setup):
10756 Don't set buffer-read-only if MINOR is non-nil.
10757
10758 2004-10-19 Jay Belanger <belanger@truman.edu>
10759
10760 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10761 (calc-emacs-type-gnu19): Remove.
10762 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10763 Remove check for old emacs versions.
10764
10765 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10766 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10767 for current Emacs.
10768
10769 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10770 the end of the minibuffer.
10771 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10772 copy `esc-map'.
10773
10774 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10775
10776 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10777 call that would be given when the current emacs was used.
10778
10779 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10780
10781 * calendar/icalendar.el: Set coding to utf-8.
10782 (icalendar-version): Increase to 0.07.
10783 (icalendar-monthnumber-table): Change March pattern.
10784 (icalendar-get-all-event-properties)
10785 (icalendar-set-event-property): Delete.
10786 (icalendar-all-events): No longer interactive.
10787 (icalendar-convert-diary-to-ical)
10788 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10789 their replacements.
10790 (icalendar-export-file, icalendar-export-region): New functions;
10791 essentially old `icalendar-convert-diary-to-ical' but appending to
10792 target rather than overwriting.
10793 (icalendar-import-file): Append to target file rather than
10794 overwriting. Fourth arg deleted.
10795 (icalendar-import-buffer): New name for old
10796 `icalendar-extract-ical-from-buffer'.
10797 (icalendar--convert-string-for-import): New name for
10798 old `icalendar-convert-for-import'.
10799 (include-icalendar-files): Delete.
10800 Prefix for all internal functions changed from `icalendar-'
10801 to `icalendar--'.
10802
10803 2004-10-19 Richard M. Stallman <rms@gnu.org>
10804
10805 * paths.el (news-path): Fix previous change.
10806
10807 2004-10-18 Jay Belanger <belanger@truman.edu>
10808
10809 * calc/calc-help.el (calc-describe-bindings):
10810 Set `buffer-read-only' to nil while working in the keybindings buffer;
10811 remove some extra information from the keybindings buffer.
10812
10813 2004-10-18 David Ponce <david@dponce.com>
10814
10815 * mouse.el (mouse-drag-move-window-top): New function.
10816 (mouse-drag-mode-line-1): Use it.
10817
10818 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10819
10820 * info.el (Info-fontify-node): For multiline refs,
10821 arrange to unfontify newline and surrounding whitespace.
10822
10823 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10824
10825 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10826 directory is missing.
10827
10828 2004-10-17 John Paul Wallington <jpw@gnu.org>
10829
10830 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10831 New customizable variable; whether to display buffers that match
10832 `ibuffer-maybe-show-predicates' by default.
10833 (ibuffer-maybe-show-predicates): Mention it in docstring.
10834 (ibuffer-display-maybe-show-predicates): New variable.
10835 (ibuffer-update): Prefix arg now toggles whether buffers that
10836 match `ibuffer-maybe-show-predicates' should be displayed.
10837 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10838 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10839 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10840
10841 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10842
10843 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10844 work correctly.
10845
10846 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10847
10848 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10849 (Buffer-menu-beginning): New helper function.
10850 (Buffer-menu-execute): Use it.
10851 (Buffer-menu-select): Use it.
10852 (Buffer-menu-sort): Use it and also keep markers.
10853
10854 2004-10-17 Richard M. Stallman <rms@gnu.org>
10855
10856 * paths.el (news-directory): Rename from news-path. Old name alias.
10857 (rmail-spool-directory): Use defvar.
10858 (sendmail-program): Use defcustom.
10859 (remote-shell-program): Use defcustom.
10860 (term-file-prefix): Use defvar.
10861 (abbrev-file-name): Use defvar.
10862
10863 * term.el: Add maintainer.
10864
10865 * subr.el (with-local-quit): Return nil if there's a quit.
10866 (read-passwd): Use with-local-quit. Doc fix.
10867
10868 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10869 (strokes-unload-hook): Set as a variable with add-hook.
10870
10871 * startup.el (fancy-splash-tail, normal-splash-screen):
10872 Update copyright year.
10873
10874 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10875
10876 * server.el (server-unload-hook): Set as a variable with add-hook.
10877
10878 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10879
10880 * frame.el (special-display-popup-frame):
10881 Make the buffer current as its frame is created.
10882
10883 * delsel.el (delsel-unload-hook): Set as a variable.
10884
10885 * comint.el (comint-output-filter-functions):
10886 Add comint-watch-for-password-prompt.
10887 (comint-read-noecho): Function deleted.
10888 (send-invisible): Use read-passwd.
10889
10890 * fringe.el (fringe-mode-initialize): New function.
10891 (fringe-mode): Use fringe-mode-initialize as :initialize.
10892
10893 2004-10-17 Kim F. Storm <storm@cua.dk>
10894
10895 * language/indian.el (indian-script-language-alist): Swap value and doc.
10896 (indian-font-char-index-table): Doc fix.
10897
10898 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10899
10900 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10901
10902 2004-10-16 Juri Linkov <juri@jurta.org>
10903
10904 * progmodes/compile.el (compilation-start): Move let-binding of
10905 `process-environment' into `with-current-buffer' body.
10906 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10907
10908 2004-10-16 Richard M. Stallman <rms@gnu.org>
10909
10910 * pcvs-util.el (cvs-bury-buffer):
10911 Don't call get-buffer-window for effect.
10912
10913 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10914
10915 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10916
10917 * msb.el (msb-unload-hook): Set the variable.
10918
10919 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10920 Use * to err if buffer is readonly.
10921
10922 * subr.el (looking-back): Return only t or nil.
10923
10924 * whitespace.el (whitespace-unload-hook): Set the variable.
10925
10926 * view.el (view-mode-enable): Set view-page-size and
10927 view-half-page-size to nil.
10928 (view-set-half-page-size-default): view-half-page-size = nil
10929 means the default.
10930 (View-scroll-page-forward): Use view-page-size-default.
10931 (View-scroll-page-backward): Likewise.
10932 (view-page-size, view-half-page-size): Doc fixes.
10933
10934 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10935
10936 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10937
10938 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10939 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10940 (byte-compile-log-1): Bind inhibit-read-only.
10941 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10942 (byte-compile-log-warning): Likewise.
10943 (byte-compile-file-form-require): Detect "cl" from the arg value.
10944
10945 * progmodes/compile.el (compilation-start): Assume compilation-mode
10946 will make the buffer read-only.
10947 (compilation-mode): Take arg name-of-mode.
10948 (compilation-setup): Make buffer read-only.
10949 (compilation-handle-exit): Bind inhibit-read-only.
10950
10951 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10952 (ispell-message): Likewise.
10953 (ispell-show-choices): Don't call get-buffer-window uselessly.
10954 (ispell-init-process): Use set-process-query-on-exit-flag.
10955
10956 2004-10-16 Kim F. Storm <storm@cua.dk>
10957
10958 * fringe.el (fringe-bitmaps): Only initialize when defined.
10959
10960 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10961 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10962
10963 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10964
10965 2004-10-15 Simon Josefsson <jas@extundo.com>
10966
10967 * net/password.el: Add.
10968
10969 2004-10-14 Masatake YAMATO <jet@gyve.org>
10970
10971 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10972 (gdb-script-end-of-defun): New function.
10973 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10974 `gdb-script-end-of-defun' as *-of-defun-function.
10975
10976 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
10977
10978 * button.el (button-activate): Allow a marker to display as an action.
10979
10980 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
10981
10982 * help.el (describe-mode): Use it to make minor mode list into
10983 hyperlinks.
10984
10985 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10986
10987 * vc.el (vc-annotate-display-select): Fix typo.
10988
10989 * subr.el (substitute-key-definition-key): New function.
10990 (substitute-key-definition): Use it with map-keymap.
10991 (event-modifiers): Use push.
10992 (mouse-movement-p, with-temp-buffer): Simplify.
10993
10994 2004-10-12 Jay Belanger <belanger@truman.edu>
10995
10996 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
10997 New variables.
10998 (calc-help-index-entries): New function.
10999 (calc-describe-function): Use `calc-help-function-list' instead of
11000 obarray for completion.
11001 (calc-describe-variable): Use `calc-help-variable-list' instead
11002 of obarray for completion.
11003
11004 2004-10-12 Richard M. Stallman <rms@gnu.org>
11005
11006 * info-look.el (info-lookup-file): Add info-file property.
11007 (info-lookup-symbol): Likewise.
11008
11009 * info.el (info-xref): Add underlining.
11010 (info): Add info-file property.
11011 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11012
11013 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11014
11015 Sync with Tramp 2.0.45.
11016
11017 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11018 defined. This is not the case for XEmacs without package "edebug".
11019 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11020 remote files to the permissions of the original file. This is not
11021 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11022 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11023 (tramp-perl-decode): Fix an error in Perl implementation.
11024 $pending must be cleared every loop. Reported by Benjamin Place
11025 <benjaminplace@sprintmail.com>
11026
11027 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11028 Don't activate advice during definition. This is done later on,
11029 depending on test result of `substitute-in-file-name'.
11030 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11031
11032 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11033
11034 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11035
11036 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11037
11038 2004-10-12 David Ponce <david@dponce.com>
11039
11040 * recentf.el (recentf-edit-list): Update the menu when the recentf
11041 list has been modified.
11042
11043 2004-10-12 Simon Josefsson <jas@extundo.com>
11044
11045 * net/tls.el (tls-certtool-program): New variable.
11046 (tls-certificate-information): New function, based on
11047 ssl-certificate-information.
11048
11049 2004-10-12 Kenichi Handa <handa@m17n.org>
11050
11051 * international/mule.el (coding-system-equal): Move from mule-util.el.
11052
11053 * international/mule-util.el (coding-system-equal): Move to mule.el.
11054
11055 2004-10-12 Kim F. Storm <storm@cua.dk>
11056
11057 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11058 reset kmacro-initial-counter-value if set.
11059 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11060 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11061 (kmacro-display): Show macro counter if non-zero.
11062
11063 * subr.el (substitute-key-definition): Mention command remapping
11064 in doc string.
11065
11066 2004-10-11 Jay Belanger <belanger@truman.edu>
11067
11068 * calc/calc-misc.el (calc-info-goto-node): New function.
11069 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11070 node in one step.
11071 (calc-describe-copying, calc-describe-distribution)
11072 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11073 Go to appropriate info node in one step.
11074
11075 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11076
11077 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11078
11079 * font-lock.el (font-lock-apply-highlight): Fix last change.
11080
11081 2004-10-11 Simon Josefsson <jas@extundo.com>
11082
11083 * mail/smtpmail.el (smtpmail-open-stream): Look for
11084 starttls-gnutls-program instead of starttls-program iff
11085 starttls-use-gnutls is non-nil.
11086 (smtpmail-open-stream): Don't overwrite user settings of
11087 starttls-extra-arguments and starttls-extra-args.
11088
11089 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11090
11091 * comint.el (comint-mouse-insert-input): Remove.
11092 (comint-insert-input): Make it work for mouse bindings.
11093 (comint-mode-map): Move defs into the declaration.
11094 (comint-output-filter): Typo.
11095
11096 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11097
11098 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11099
11100 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11101 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11102 ange-ftp-remote-shell.
11103
11104 2004-10-10 Andreas Schwab <schwab@suse.de>
11105
11106 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11107 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11108 Reported by <sri@asu.edu>.
11109
11110 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11111
11112 * vc.el (vc-annotate-mode): Remove variable.
11113 (vc-annotate-display-select): Only call vc-annotate-mode
11114 if we're not in that mode already.
11115
11116 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11117
11118 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11119 (imenu-choose-buffer-index): Check here for rescan instead.
11120
11121 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11122 where the face expression evals to nil.
11123
11124 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11125 (tex-font-lock-keywords-2): Use it.
11126 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11127
11128 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11129
11130 2004-10-09 Kim F. Storm <storm@cua.dk>
11131
11132 * subr.el (progress-reporter-update): Define before first usage.
11133 (make-progress-reporter): Doc fix.
11134
11135 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11136
11137 * textmodes/paragraphs.el (sentence-end-double-space)
11138 (sentence-end-without-period, sentence-end-without-space)
11139 (sentence-end): Doc fixes.
11140
11141 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11142
11143 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11144 Change paragraph-start regexp so we don't fill code starting with #'(.
11145
11146 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11147
11148 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11149 New defcustom.
11150 (extract-address-components): Use it.
11151
11152 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11153
11154 * subr.el (make-progress-reporter, progress-reporter-update)
11155 (progress-reporter-force-update, progress-reporter-do-update)
11156 (progress-reporter-done): New functions.
11157
11158 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11159
11160 * progmodes/etags.el (etags-tags-completion-table): Use progress
11161 reporter.
11162 (etags-tags-apropos): Likewise.
11163
11164 2004-10-08 Alan Mackenzie <acm@muc.de>
11165
11166 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11167 of current line.
11168
11169 2004-10-08 Masatake YAMATO <jet@gyve.org>
11170
11171 * server.el (server-process-filter): Wrap `process-send-region'
11172 by `condition-case' to guard the case when the pipe to PROC is closed.
11173
11174 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11175
11176 * xml.el (xml-substitute-special): Limit handling of external entities.
11177
11178 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11179
11180 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11181
11182 2004-10-06 John Paul Wallington <jpw@gnu.org>
11183
11184 * xml.el (xml-parse-dtd): Fix `error' call.
11185
11186 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11187
11188 * xml.el (xml-substitute-special): Return a single string instead
11189 of a list of strings if an entity substitution is made.
11190
11191 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11192
11193 * calendar/icalendar.el: New file.
11194
11195 2004-10-05 Juri Linkov <juri@jurta.org>
11196
11197 * isearch.el (isearch-done): Set mark after running hook.
11198 Reported by Drew Adams <drew.adams@oracle.com>.
11199
11200 * info.el (Info-history, Info-toc): Fix Info headers.
11201 (Info-toc): Narrow buffer before Info-fontify-node.
11202 (Info-build-toc): Don't check for special Info file names.
11203 Set main-file to nil if Info-find-file returns a symbol.
11204
11205 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11206
11207 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11208 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11209 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11210
11211 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11212
11213 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11214 for old interactive spec from calendar-goto-iso-date.
11215 (calendar-goto-iso-date): Use it.
11216 (calendar-goto-iso-week): New function. Suggested by Emilio
11217 C. Lopes <eclig@gmx.net>.
11218
11219 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11220
11221 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11222 `set-right-margin' bindings that follow the minor mode conventions.
11223
11224 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11227 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11228 (latex-block-args-alist): Add minipage and picture.
11229 (latex-block-body-alist): Use reftex-label if enabled.
11230 (latex-insert-block): Don't insert a \n if not necessary.
11231 (tex-compile-commands): Make sure dvips doesn't send to printer.
11232 (tex-compile-default): Handle the case where no executable is found.
11233 (latex-noindent-environments): New var.
11234 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11235 If tex-indent-allhanging is non-nil, make sure we only align for macros
11236 at beginning of line.
11237
11238 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11239
11240 * newcomment.el (comment-beginning): Doc fix and don't choke on
11241 unset `comment-end-skip' when at beginning of comment.
11242
11243 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11244
11245 * term.el (term-adjust-current-row-cache): Don't allow the current
11246 row to become negative.
11247 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11248 the end of the line. Fix scroll down. Add comments.
11249 (term-handle-ansi-escape): Don't exceed terminal width when moving
11250 right.
11251 (term-scroll-region): Move the cursor after setting the scroll region.
11252
11253 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11254
11255 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11256 to `width' for consistency with docstring. Doc fix.
11257
11258 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11259
11260 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11261 This is necessary for derived modes.
11262
11263 2004-09-30 Kim F. Storm <storm@cua.dk>
11264
11265 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11266 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11267
11268 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11269 kmacro-extract-lambda functions.
11270 (edit-kbd-macro): Handle kmacro lambda forms.
11271 Include counter and counter format in edit buffer.
11272 (edmacro-finish-edit): Get counter and format from edit buffer and
11273 update kmacro bindings when found.
11274
11275 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11276
11277 * textmodes/paragraphs.el (forward-paragraph):
11278 Avoid args-out-of-range error when point winds up at the beginning of
11279 the buffer and hard newlines are enabled.
11280
11281 * newcomment.el (comment-multi-line): Doc fix.
11282
11283 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11284
11285 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11286 (diff-fixup-modifs): Catch unified-diff file-headers.
11287
11288 2004-09-29 Kim F. Storm <storm@cua.dk>
11289
11290 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11291 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11292 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11293
11294 * fringe.el (fringe-bitmap-p): New macro.
11295 (fringe-bitmaps): Add standard fringe bitmaps on load.
11296
11297 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11298
11299 * dired.el (dired-view-command-alist): Use more efficient regexps.
11300 Remove dubious arguments.
11301 (dired-align-file): New function.
11302 (dired-insert-directory): Use it.
11303 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11304 (dired-buffers-for-dir): Remove unused var `pattern'.
11305
11306 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11307
11308 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11309 from diary display excursion. Store diary buffer's point for
11310 `simple-diary-display'.
11311 (simple-diary-display): Set window point and start when
11312 displaying buffer, to preserve point.
11313
11314 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11315
11316 * textmodes/enriched.el (enriched-translations): Replace defconst
11317 with defvar.
11318
11319 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11320
11321 * printing.el: Doc fix.
11322 (pr-version): New version number (6.8.1).
11323 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11324 make-temp-name.
11325 (pr-delete-file): Check if file exists before deleting it.
11326 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11327
11328 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11329
11330 * term.el (term-display-table): New variable.
11331 (term-mode): Use it.
11332 (term-exec-1): Set the coding system to binary.
11333 (term-emulate-terminal): Decode the string before inserting it.
11334
11335 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11336
11337 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11338 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11339 (map): Bind S-prior, S-next and S-insert.
11340 (term-mode): Set `indent-tabs-mode' to nil.
11341 (term-paste): New function to be bound to S-insert.
11342 (term-send-del, term-send-backspace): Change the strings sent.
11343 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11344 (term-handle-colors-array): Fix handling of underline and reverse.
11345 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11346 (term-erase-in-line): Fix comparison.
11347 (term-emulate-terminal): Fix line wrap handling.
11348 (term-start-output-log): Rename from `term-set-output-log'.
11349 (term-stop-output-log): Rename from `term-stop-photo'.
11350 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11351
11352 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11353
11354 * dired.el (dired-move-to-filename): Don't output a message if
11355 raise-error is non-nil. Fix return position and value.
11356
11357 * files.el (insert-directory): Obey --dired even with symlinks.
11358
11359 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11360
11361 * ls-lisp.el (ls-lisp-format): Mark file names with property
11362 dired-filename.
11363
11364 2004-09-25 Kim F. Storm <storm@cua.dk>
11365
11366 * ido.el (ido-max-directory-size): New defcustom.
11367 (ido-decorations): Add "too big" element.
11368 (ido-directory-too-big): New dynamic var.
11369 (ido-may-cache-directory): Don't cache big directories.
11370 (ido-directory-too-big-p): New defun.
11371 (ido-set-current-directory): Update ido-directory-too-big.
11372 (ido-read-internal): Make empty ido-cur-item if too-big.
11373 (ido-buffer-internal): Use ido-read-internal directly instead of
11374 ido-read-buffer.
11375 (ido-file-internal): Init ido-directory-too-big.
11376 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11377 and redo completion with full list.
11378 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11379 it, and show completions.
11380 (ido-all-completions): Let bind ido-directory-too-big to nil.
11381 (ido-exhibit): Handle ido-directory-too-big.
11382 (ido-read-buffer): Handle fallback to read-buffer.
11383 Init ido-directory-too-big.
11384 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11385 Init ido-directory-too-big.
11386
11387 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11388
11389 * subr.el (delay-mode-hooks): Doc fix.
11390
11391 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11392
11393 * textmodes/enriched.el
11394 (enriched-default-text-properties-local-flag): New variable.
11395 (enriched-mode): Make sure that enabling and disabling the mode is
11396 a no-op. Doc fix.
11397
11398 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11399
11400 * calendar/holidays.el (holiday-advent): Report on a specified day
11401 offset from advent, not just advent.
11402 (holiday-easter-etc): Report on one specified day offset from
11403 easter, not all easter holidays. Various Easter holidays moved to
11404 `christian-holidays' variable in calendar.el.
11405 * calendar/calendar.el (christian-holidays): Adapt for new
11406 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11407
11408 2004-09-23 Kim F. Storm <storm@cua.dk>
11409
11410 * image.el (insert-sliced-image): Add doc string.
11411
11412 * ido.el (ido-choice-list): New dynamic var for `list' context.
11413 (ido-context-switch-command): New dynamic var.
11414 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11415 (ido-read-internal): Handle new `list' context.
11416 Handle insert-buffer and insert-file ido-exit values.
11417 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11418 ido-context-switch-command. Handle insert-file ido-exit value.
11419 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11420 unless it is already bound by caller.
11421 (ido-file-internal): New arg switch-cmd. Use it to setup
11422 ido-context-switch-command. Handle insert-buffer ido-exit value.
11423 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11424 used for context switching.
11425 (ido-all-completions): Handle new `list' context.
11426 (ido-make-choice-list): Return choices for `list' context.
11427 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11428 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11429 (ido-insert-buffer, ido-insert-file): Setup context switching.
11430 (ido-exhibit): Handle `list' context.
11431 (ido-read-file-name): Disable context switching. Handle fallback.
11432 (ido-read-directory-name): Disable context switching.
11433 (ido-completing-read): New defun like completing-read. Setup and
11434 use new `list' context.
11435
11436 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11437
11438 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11439
11440 2004-09-21 Jay Belanger <belanger@truman.edu>
11441
11442 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11443 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11444 separate window.
11445
11446 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11447
11448 * subr.el (after-change-major-mode-hook): Doc fix.
11449
11450 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11451
11452 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11453 of ghostscript for monochrome PostScript file in Windows.
11454
11455 2004-09-21 Kenichi Handa <handa@m17n.org>
11456
11457 * descr-text.el (describe-char): Checking of quail activation fixed.
11458
11459 2004-09-21 Jay Belanger <belanger@truman.edu>
11460
11461 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11462
11463 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11464
11465 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11466 after the mode hooks instead of before. Doc fix.
11467
11468 2004-09-20 Jason Rumney <jasonr@gnu.org>
11469
11470 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11471 _emacs, but revert to .emacs if neither exists in home directory.
11472
11473 2004-09-20 John Paul Wallington <jpw@gnu.org>
11474
11475 * bindings.el (completion-ignored-extensions): Add .dfsl.
11476
11477 2004-09-20 Richard M. Stallman <rms@gnu.org>
11478
11479 * bindings.el (scroll-left): Make it disabled.
11480
11481 * files.el (enable-local-eval): Doc fix.
11482
11483 * indent.el (move-to-left-margin): Special case for minibuffer.
11484
11485 * term.el (term-emulate-terminal): Turn off undo for output.
11486 Use with-current-buffer and save-selected-window.
11487
11488 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11489
11490 * progmodes/make-mode.el (makefile-fill-paragraph):
11491 Don't insist on spaces when looking for comments. # is enough.
11492
11493 * files.el (hack-local-variables): Copy the variables list
11494 to another buffer, strip prefixes and suffixes there, then read.
11495 (enable-local-eval): Doc fix.
11496 (ignored-local-variables): Initialize to nil.
11497 (risky-local-variable-p): Don't check ignored-local-variables here.
11498 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11499
11500 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11501
11502 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11503 of = to "." (punctuation).
11504
11505 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11506
11507 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11508
11509 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11510
11511 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11512 (enriched-before-change-major-mode): New function.
11513 Add it to `change-major-mode-hook'.
11514 (enriched-after-change-major-mode): New function.
11515 Add it to `after-change-major-mode-hook'.
11516 (enriched-mode): Make it work correctly if called from
11517 `after-change-major-mode-hook'.
11518 No longer set `indent-line-function'.
11519
11520 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11521
11522 * subr.el (after-change-major-mode-hook): New variable.
11523 (run-mode-hooks): Implement it.
11524
11525 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11526
11527 * battery.el (battery-linux-proc-apm): Use string-to-number.
11528 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11529 Use dolist (and less indentation). Use erase-buffer.
11530 Pre-initialize `design-capacity', `warn', and `low'.
11531 (battery-format): Use replace-regexp-in-string.
11532
11533 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11534
11535 * battery.el: Delete superfluous empty lines.
11536 (battery-linux-proc-acpi): Attempt to gather information from all
11537 battery subdirectories regardless of their file name.
11538 (battery-linux-proc-apm): Replace all occurrences of
11539 battery-hex-to-int-2 with string-to-int (base 16).
11540 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11541 (battery-hex-map): Delete variable.
11542
11543 2004-09-18 John Paul Wallington <jpw@gnu.org>
11544
11545 * calc/calc-units.el (calc-quick-units): Fix overzealous
11546 s/or/unless/.
11547
11548 2004-09-17 Jay Belanger <belanger@truman.edu>
11549
11550 * calc/calc.el (calc-mode-var-list): Fix the value of
11551 `calc-matrix-brackets'.
11552
11553 2004-09-17 Romain Francoise <romain@orebokech.com>
11554
11555 * ibuf-ext.el (define-ibuffer-filter filename):
11556 Expand dired-directory since buffer-file-name is absolute.
11557
11558 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11559
11560 * ediff-init.el (ediff-current-diff-face-A)
11561 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11562 (ediff-current-diff-face-Ancestor)
11563 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11564 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11565 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11566 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11567 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11568 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11569 Use min-colors.
11570
11571 * term.el (term-down): Perform vertical motion if DOWN is negative.
11572 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11573 (term-termcap-format): Synchronyze with the eterm terminfo entry
11574 in etc/e/eterm.ti.
11575 (term-handle-colors-array): If the current foreground or
11576 background are zero (i.e. unspecified), use the foreground and
11577 background of the default face for reverse video.
11578 (term-ansi-at-eval-string, term-ansi-default-fg)
11579 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11580 (term-mem): Delete ununsed function.
11581 (term-protocol-version): Increment.
11582 (term-current-face): Set to default.
11583
11584 2004-09-15 Jay Belanger <belanger@truman.edu>
11585
11586 * calc/calc.el (calc-mode-var-list): Define this variable.
11587 (calc-always-load-extensions, calc-line-numbering)
11588 (calc-line-breaking, calc-display-just, calc-display-origin)
11589 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11590 (calc-group-char, calc-point-char, calc-frac-format)
11591 (calc-prefer-frac, calc-hms-format, calc-date-format)
11592 (calc-float-format, calc-full-float-format, calc-complex-format)
11593 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11594 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11595 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11596 (calc-matrix-brackets, calc-language, calc-language-option)
11597 (calc-left-label, calc-right-label, calc-word-size)
11598 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11599 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11600 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11601 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11602 (calc-window-height, calc-display-trail, calc-show-selections)
11603 (calc-use-selections, calc-assoc-selections)
11604 (calc-display-working-message, calc-auto-why, calc-timing)
11605 (calc-mode-save-mode, calc-standard-date-formats)
11606 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11607 (calc-user-parse-tables, calc-gnuplot-default-device)
11608 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11609 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11610 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11611 (calc-invocation-macro, calc-show-banner): Give these values as
11612 part of `calc-mode-var-list's initialization after the variables
11613 are declared with defvar.
11614 (calc-bug-address): Change email address to send bug reports to.
11615 Change the maintainer address at the top.
11616 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11617 than "\\.emacs" to determine if it is the user-init-file.
11618
11619 * calc/calc-embed.el (calc-embedded-set-modes): Use
11620 `calc-mode-var-list' correctly.
11621
11622 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11623
11624 * vc.el (annotate-time): Document point handling.
11625 (vc-annotate-display-autoscale): Doc fix.
11626
11627 2004-09-15 Miles Bader <miles@gnu.org>
11628
11629 * generic.el (generic-make-keywords-list): Use symbol rather than
11630 word anchors in regexp.
11631
11632 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11633
11634 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11635 no file name consider `dired-directory'.
11636
11637 2004-09-14 Kim F. Storm <storm@cua.dk>
11638
11639 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11640
11641 2004-09-14 Simon Josefsson <jas@extundo.com>
11642
11643 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11644
11645 * textmodes/dns-mode.el: Add.
11646
11647 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11648
11649 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11650 (disabled-command-function): Make the ?\ char more obvious.
11651
11652 * vc-arch.el (vc-arch-root, vc-arch-registered):
11653 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11654
11655 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11656
11657 * windmove.el (windmove-frame-edges): Report coordinates of
11658 outside edges of frame, not inside edges.
11659 (windmove-coordinates-of-position): Convert into wrapper to new
11660 function `windmove-coordinates-of-window-position';
11661 `compute-motion' always applies to selected window.
11662 (windmove-coordinates-of-position): Update documentation to refer
11663 to Emacs 21 Lisp Reference Manual.
11664 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11665
11666 2004-09-13 Kim F. Storm <storm@cua.dk>
11667
11668 * isearch.el (isearch-resume-in-command-history): Rename from
11669 isearch-resume-enabled and change default to nil.
11670
11671 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11672
11673 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11674 (vc-registered): Use it.
11675 (vc-find-root): New fun.
11676
11677 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11678 Don't tell to use \\{...} when it's already done.
11679
11680 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11681 Provide a sample complex default.
11682 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11683 (bibtex-entry): Use mapc.
11684
11685 2004-09-12 Kim F. Storm <storm@cua.dk>
11686
11687 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11688
11689 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11690 inhibit-field-text-motion to t so rectangles work in comint buffers.
11691
11692 * simple.el (choose-completion-string): Set buffer before running
11693 choose-completion-string-functions hook so it can be buffer-local.
11694
11695 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11696
11697 * progmodes/compile.el (compilation-start): Parse command to see
11698 if it starts with a cd, and if so perform it for the *compilation*
11699 buffer. Change the header to reflect this.
11700
11701 2004-09-11 Kim F. Storm <storm@cua.dk>
11702
11703 * ido.el (ido-enable-dot-prefix): Doc fix.
11704 (ido-enable-dot-prefix): New defcustom.
11705 (ido-set-matches1): Use it.
11706
11707 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11708
11709 * textmodes/bibtex.el (bibtex-mark-active)
11710 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11711
11712 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11713
11714 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11715 used in a case insensitive environment.
11716 (bibtex-mode-map): Rearrange order of menus.
11717 (bibtex-quoted-string-re): Obsolete.
11718 (bibtex-complete-key-cleanup): Variable replaced by new function.
11719 (bibtex-font-lock-keywords): Use backquotes.
11720 (bibtex-font-lock-url-regexp): New internal variable.
11721 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11722 "OPT" and "ALT".
11723 (bibtex-insert-current-kill, bibtex-make-field)
11724 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11725 (bibtex-parse-field-text): Simplify.
11726 (bibtex-string=): New helper function.
11727 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11728 (bibtex-map-entries): Use bibtex-string=.
11729 (bibtex-search-entry): Use not.
11730 (bibtex-enclosing-field): Fix docstring.
11731 (bibtex-assoc-regexp): Obsolete.
11732 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11733 (bibtex-autokey-get-names): Handle empty name field.
11734 (bibtex-parse-strings): Use assoc-string and unless.
11735 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11736 Use assoc-string.
11737 (bibtex-pop): Simplify.
11738 (bibtex-mode): Set font-lock-extra-managed-props.
11739 (bibtex-entry-update): Use assoc-string.
11740 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11741 (bibtex-autofill-entry): Use bibtex-string=.
11742 (bibtex-print-help-message): Simplify.
11743 (bibtex-find-entry): New optional arg START.
11744 (bibtex-validate): Use bibtex-string= and assoc-string.
11745 Do not call obsolete function compilation-parse-errors.
11746 (bibtex-remove-delimiters): Only remove delimiters if present.
11747 (bibtex-copy-entry-as-kill): Add docstring.
11748 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11749 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11750 (bibtex-complete): Use bibtex-predefined-month-strings,
11751 bibtex-string=, and new function bibtex-complete-key-cleanup.
11752 (bibtex-generate-url-list): New variable.
11753 (bibtex-url): New command bound to C-c C-l and mouse-2.
11754 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11755 (bibtex-font-lock-url): New function.
11756
11757 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11758
11759 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11760
11761 2004-09-09 Kim F. Storm <storm@cua.dk>
11762
11763 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11764 counter and format with binding.
11765 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11766 the declared macro uses own macro counter and format. Give symbol
11767 kmacro property.
11768 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11769 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11770 (kmacro-end-and-call-macro): Doc fix.
11771
11772 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11773
11774 * desktop.el (desktop-clear-preserve-buffers):
11775 Remove make-obsolete-variable.
11776
11777 2004-09-08 Richard M. Stallman <rms@gnu.org>
11778
11779 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11780 with the buffer as argument.
11781
11782 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11783
11784 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11785
11786 2004-09-08 Juri Linkov <juri@jurta.org>
11787
11788 * replace.el (perform-replace): Use `query-replace-descr'.
11789
11790 * cus-start.el (history-delete-duplicates): Specify customization.
11791
11792 * diff-mode.el (diff-mode-map):
11793 * progmodes/compile.el (compilation-mode-map):
11794 * progmodes/grep.el (grep-mode-map):
11795 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11796 to `next-error-follow-minor-mode'.
11797
11798 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11799
11800 * isearch.el (isearch-lazy-highlight-update): Take into account
11801 the case of zero-length match at the search bound.
11802
11803 2004-09-08 Kim F. Storm <storm@cua.dk>
11804
11805 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11806 change. Use zero width overlays when necessary.
11807
11808 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11809
11810 * subr.el (split-string): Docfix.
11811
11812 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11813
11814 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11815 (display-call-tree): Ensure newline after caller/calls blocks.
11816
11817 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11818
11819 * startup.el (command-line-1): Make option
11820 --directory/-L modify `load-path' straight away.
11821
11822 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11823
11824 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11825
11826 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11827
11828 * emacs-lisp/autoload.el (make-autoload):
11829 Handle `define-compilation-mode'.
11830
11831 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11832 Specify `doc-string-elt' property.
11833
11834 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11835
11836 * bs.el (bs-mode): Doc fix.
11837
11838 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11839
11840 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11841
11842 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11843
11844 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11845
11846 2004-09-08 Kenichi Handa <handa@m17n.org>
11847
11848 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11849 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11850 ps-mule-next-point -> 1+).
11851
11852 * composite.el (encode-composition-rule): Add autoload cooky.
11853
11854 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11855
11856 * format.el (buffer-auto-save-file-format): Make it permanent local.
11857
11858 2004-09-07 Kim F. Storm <storm@cua.dk>
11859
11860 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11861 (authors-fixed-entries): Fix typo.
11862 (authors-canonical-author-name): Compact multiple spaces.
11863 Ignore trivial names (e.g. only first name).
11864
11865 * term.el (term-window-width): Only use full window width on
11866 window system if overflow-newline-into-fringe is enabled.
11867 (term-mode): Don't disable overflow-newline-into-fringe.
11868
11869 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11870
11871 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11872 motion as seen on my Mac OS X xterms.
11873
11874 * newcomment.el (uncomment-region-default, comment-region-default):
11875 New functions extracted from uncomment-region and comment-region.
11876 (comment-region, comment-region-function, uncomment-region)
11877 (uncomment-region-function): Use them.
11878
11879 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11880
11881 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11882 It's not crucial but can make sense at times.
11883
11884 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11885 the first commit.
11886
11887 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11888 Disable obsolete code.
11889
11890 2004-09-07 Juri Linkov <juri@jurta.org>
11891
11892 * progmodes/grep.el (grep-highlight-matches): Change default from
11893 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11894 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11895 if grep option `--color' is available, or to `nil' otherwise.
11896 (grep-process-setup): Call `grep-compute-defaults' if
11897 `grep-highlight-matches' is not computed. Set env-vars only
11898 if `grep-highlight-matches' is `t'.
11899 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11900 is already defined).
11901
11902 * progmodes/compile.el (compilation-start): Use copy of
11903 `process-environment' created by `copy-sequence' to not
11904 modify env-vars in the global `process-environment'.
11905
11906 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11907
11908 * simple.el (next-error-follow-minor-mode): Fix last change.
11909
11910 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11911
11912 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11913 permanent local.
11914
11915 2004-09-04 Richard M. Stallman <rms@gnu.org>
11916
11917 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11918 highlighting if the search string is empty.
11919
11920 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11921
11922 * facemenu.el (facemenu-active-faces): Change condition of inner
11923 `while' loop to also check the first two elements of `face-atts'
11924 and `mask-atts'.
11925
11926 2004-09-04 John Paul Wallington <jpw@gnu.org>
11927
11928 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11929 (thumbs-view-image-mode): Make buffer read-only.
11930
11931 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11932
11933 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11934 (ispell-check-version): Set it.
11935 (ispell-send-replacement): New function.
11936 (ispell-process-line): Call ispell-send-replacement.
11937
11938 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11939
11940 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11941 Support choosing seconds with "s".
11942
11943 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11944
11945 * terminal.el (te-escape): Show `?' in prompt for help key.
11946
11947 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11948
11949 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11950
11951 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11952
11953 * simple.el (next-error-follow-minor-mode)
11954 (next-error-follow-mode-post-command-hook): New functions.
11955 (next-error-follow-last-line): New defvar.
11956
11957 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11958 * progmodes/compile.el (compilation-mode-map): Likewise.
11959 * progmodes/grep.el (grep-mode-map): Likewise.
11960 * replace.el (occur-mode-map): Likewise.
11961
11962 * newcomment.el (uncomment-region): Bind comment-use-global-state
11963 to nil.
11964
11965 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
11966
11967 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11968 locally around the call to `revert-buffer'.
11969
11970 2004-09-03 Juri Linkov <juri@jurta.org>
11971
11972 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11973 `isearch-adjusted' to `t'.
11974 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11975 (isearch-message-prefix): Add "pending" for isearch-adjusted.
11976 (isearch-other-meta-char): Restore isearch-point unconditionally.
11977 (isearch-query-replace): Add new arg `regexp-flag' and use it.
11978 Set point to start of match if region is not active in transient
11979 mark mode (to include the current match to region boundaries).
11980 Push the search string to `query-replace-from-history-variable'.
11981 Add prompt "Query replace regexp" for isearch-regexp.
11982 Add region beginning/end as last arguments of `perform-replace.'
11983 (isearch-query-replace-regexp): Replace code by the call to
11984 `isearch-query-replace' with arg `t'.
11985
11986 2004-09-03 Richard M. Stallman <rms@gnu.org>
11987
11988 * startup.el (normal-top-level): Undo previous TERM change.
11989
11990 2004-09-03 Kim F. Storm <storm@cua.dk>
11991
11992 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11993 highlight overlays; allow using RET when cursor is over a button.
11994 (cua--highlight-rectangle): Use it.
11995 (cua--rectangle-set-corners): Don't move backwards at eol.
11996 (cua--forward-line): Don't move into void after eob.
11997
11998 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11999 point is set (and displayed) inside rectangle.
12000 (cua--rectangle-operation): Fix for highlight of empty lines.
12001 (cua--highlight-rectangle): Fix highlight for tabs.
12002 Position cursor at left/right edge of rectangle using new `cursor'
12003 property on overlay strings.
12004 (cua--indent-rectangle): Don't tabify.
12005 (cua-rotate-rectangle): Ignore that point has moved.
12006
12007 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12008
12009 * term/mac-win.el: Add ASCII equivalents for some function keys.
12010 (mode-line-frame-identification): Sync with x-win.el.
12011
12012 2004-09-02 Juri Linkov <juri@jurta.org>
12013
12014 * progmodes/compile.el (compilation-buffer-name): Compare major
12015 mode with second element of compilation-arguments instead of third
12016 to reflect latest changes in compilation-arguments structure.
12017 (recompile): Use global variable `compilation-directory' to get
12018 recent compilation directory only when `recompile' is invoked NOT
12019 in the compilation buffer. Otherwise, use `default-directory' of
12020 the compilation buffer.
12021 (compilation-error-properties): Allow to funcall col and end-col.
12022 (compilation-mode-font-lock-keywords): Check col and end-col by
12023 `integerp'.
12024 (compilation-goto-locus): If end-mk is non-nil in transient mark
12025 mode don't activate the mark (and don't display message in
12026 push-mark), but highlight overlay between mk and end-mk.
12027
12028 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12029 (grep-regexp-alist): Add rule to highlight grep matches.
12030 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12031
12032 * info.el (Info-fontify-node): Don't compute other-tag
12033 if Info-hide-note-references=hide.
12034
12035 * help.el (function-called-at-point):
12036 * help-fns.el (variable-at-point):
12037 Try `find-tag-default' when other methods failed.
12038
12039 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12040 Do not push mark if inhibit-mark-movement is non-nil.
12041
12042 * textmodes/ispell.el (ispell-html-skip-alists):
12043 Fix backslashes in docstring.
12044
12045 2004-09-01 Juri Linkov <juri@jurta.org>
12046
12047 * isearch.el (isearch-wrap-function)
12048 (isearch-push-state-function): New defvars.
12049 (isearch-pop-fun-state): New defsubst.
12050 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12051 (isearch-push-state): Set the result of calling
12052 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12053 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12054 restore the mode-specific starting point of terminated search.
12055 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12056 (isearch-repeat): Call `isearch-wrap-function' if defined.
12057 (isearch-message-prefix): Don't add prefix "over" to the message
12058 for wrapped search if `isearch-wrap-function' is defined.
12059 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12060 restore the mode-specific starting point of failed search.
12061
12062 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12063 (Info-search): Add new optional arguments for the sake of isearch.
12064 Replace whitespace in Info-search-whitespace-regexp literally.
12065 Add backward search. Don't call `Info-select-node' if regexp is
12066 found in the same Info node. Don't add node to Info-history for
12067 wrapped isearch.
12068 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12069 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12070 (Info-mode): Set local variables `isearch-search-fun-function',
12071 `isearch-wrap-function', `isearch-push-state-function',
12072 `search-whitespace-regexp'.
12073
12074 * isearch.el: Remove ancient Change Log section.
12075 (isearch-string, isearch-message-string, isearch-point)
12076 (isearch-success, isearch-forward-flag, isearch-other-end)
12077 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12078 (isearch-barrier, isearch-within-brackets)
12079 (isearch-case-fold-search): Add suffix `-state' to state-related
12080 defsubsts to avoid name clashes with other function names.
12081
12082 * simple.el (next-error): New defgroup and defface.
12083 (next-error-highlight, next-error-highlight-no-select):
12084 New defcustoms.
12085 (next-error-no-select): Let-bind next-error-highlight to the value
12086 of next-error-highlight-no-select before calling `next-error'.
12087
12088 * progmodes/compile.el (compilation-goto-locus):
12089 Use `next-error' face instead of `region'. Set 4-th argument of
12090 `move-overlay' to `current-buffer' to move overlay to different
12091 source buffers. Use new variable `next-error-highlight'.
12092
12093 * simple.el (next-error-find-buffer): Move the rule
12094 "if current buffer is a next-error capable buffer" after the
12095 rule "if next-error-last-buffer is set to a live buffer".
12096 Simplify to test all rules in one `or'.
12097 (next-error): Doc fix.
12098 (next-error, previous-error, first-error)
12099 (next-error-no-select, previous-error-no-select):
12100 Make arguments optional.
12101
12102 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12103
12104 * macros.el (apply-macro-to-region-lines): Make it operate on all
12105 lines that begin in the region, rather than on all complete lines
12106 in the region.
12107
12108 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12109
12110 * x-dnd.el (x-dnd-protocol-alist): Document update.
12111 (x-dnd-known-types): Defcustom it.
12112 (x-dnd-handle-motif): Print message-atom in error message.
12113
12114 2004-08-30 John Paul Wallington <jpw@gnu.org>
12115
12116 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12117 strings rather than programatically constructing message.
12118
12119 2004-08-30 Richard M. Stallman <rms@gnu.org>
12120
12121 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12122 Don't return a string that would read as the wrong character code.
12123
12124 2004-08-29 Kim F. Storm <storm@cua.dk>
12125
12126 * emulation/cua-base.el (cua-auto-expand-rectangles):
12127 Remove automatic rectangle padding feature; replace by non-destructive
12128 virtual rectangle edges feature.
12129 (cua-virtual-rectangle-edges): New defcustom.
12130 (cua-auto-tabify-rectangles): New defcustom.
12131 (cua-paste): If paste into a marked rectangle, insert rectangle at
12132 current column, even if virtual; also paste exactly as many lines
12133 as has been marked (ignore additional lines or add empty lines),
12134 but paste whole source if only one line is marked.
12135 (cua--update-indications): No longer use overwrite-cursor to
12136 indicate rectangle padding
12137
12138 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12139 (cua--rectangle-virtual-edges): New defun.
12140 (cua--rectangle-get-corners): Remove optional PAD arg.
12141 (cua--rectangle-set-corners): Never do padding.
12142 (cua--forward-line): Remove optional PAD arg. Simplify.
12143 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12144 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12145 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12146 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12147 (cua--rectangle-move): Never do padding. Simplify.
12148 (cua--tabify-start): New defun.
12149 (cua--rectangle-operation): Add tabify arg. All callers changed.
12150 (cua--pad-rectangle): Remove.
12151 (cua--delete-rectangle): Handle delete with virtual edges.
12152 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12153 (cua--insert-rectangle): Handle insert at virtual column.
12154 Perform auto-tabify if necessary.
12155 (cua--activate-rectangle): Remove optional FORCE arg.
12156 Never do padding. Simplify.
12157 (cua--highlight-rectangle): Enhance for virtual edges.
12158 (cua-toggle-rectangle-padding): Remove command.
12159 (cua-toggle-rectangle-virtual-edges): New command.
12160 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12161 (cua--rectangle-post-command): Don't force rectangle padding.
12162 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12163
12164 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12165
12166 * indent.el (edit-tab-stops-buffer): Doc fix.
12167
12168 2004-08-28 Richard M. Stallman <rms@gnu.org>
12169
12170 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12171 (grep-tag-default): Function deleted.
12172
12173 * subr.el (find-tag-default): Move from etags.el.
12174
12175 * progmodes/etags.el (find-tag-default): Move to subr.el.
12176
12177 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12178 into the basic character if it has an uppercase form.
12179
12180 2004-08-27 Kenichi Handa <handa@m17n.org>
12181
12182 * international/utf-8.el (utf-8-post-read-conversion): If the
12183 buffer is unibyte, temporarily make it multibyte.
12184
12185 2004-08-27 Masatake YAMATO <jet@gyve.org>
12186
12187 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12188
12189 2004-08-25 John Paul Wallington <jpw@gnu.org>
12190
12191 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12192 0, 1, and many mismatches in message.
12193 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12194
12195 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12196 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12197
12198 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12199
12200 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12201 vc-diff-switches differently.
12202
12203 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12204
12205 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12206 before and a real defvar after
12207 `speedbar-supported-extension-expressions'. This is to silence
12208 the compiler without breaking bootstrapping.
12209
12210 2004-08-22 Richard M. Stallman <rms@gnu.org>
12211
12212 * textmodes/flyspell.el (flyspell-word):
12213 Use set-process-query-on-exit-flag.
12214 (flyspell-highlight-duplicate-region): Take POSS as arg.
12215 (flyspell-word): Pass POSS as arg.
12216
12217 * progmodes/ada-xref.el: Many doc and style fixes.
12218 (ada-find-any-references): Use compilation-start.
12219 (ada-get-ali-file-name): Improve error msg.
12220 (ada-get-ada-file-name): Likewise.
12221
12222 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12223 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12224
12225 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12226 Add forward defvar.
12227
12228 * whitespace.el (global-whitespace-mode): New alias
12229 for whitespace-global-mode.
12230
12231 * speedbar.el (speedbar-file-regexp): Move definition up.
12232 (speedbar-mode, speedbar-set-mode-line-format):
12233 Use with-no-warnings.
12234 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12235
12236 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12237 controls whether to display the error buffer.
12238
12239 * ps-mule.el: Delete compatibility code for old Emacses.
12240 (ps-mule-find-wrappoint): Don't use chars-in-region.
12241
12242 * frame.el (display-mouse-p, display-selections-p):
12243 Use with-no-warnings.
12244
12245 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12246
12247 2004-08-22 David Kastrup <dak@gnu.org>
12248
12249 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12250 information.
12251
12252 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12253
12254 2004-08-22 Andreas Schwab <schwab@suse.de>
12255
12256 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12257
12258 2004-08-22 Masatake YAMATO <jet@gyve.org>
12259
12260 * cvs-status.el (cvs-status-checkout): New function.
12261 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12262
12263 2004-08-21 David Kastrup <dak@gnu.org>
12264
12265 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12266 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12267 has been converted to use hashtables, the relation `nil=none' is
12268 no longer valid, as `nil' is not a hashtable. This patch tries to
12269 reduce the number of resulting errors.
12270
12271 2004-08-21 John Paul Wallington <jpw@gnu.org>
12272
12273 * subr.el (process-kill-without-query): Made obsolete in
12274 version 21.4, not 21.5.
12275
12276 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12277 (vc-previous-comment, vc-next-comment)
12278 (vc-comment-search-reverse, vc-comment-search-forward)
12279 (vc-comment-to-change-log): Likewise.
12280
12281 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12282
12283 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12284
12285 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12286 Correct indentation of DEFMETHODS with non-standard method
12287 combinations (e.g., PROGN, MIN, MAX).
12288
12289 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12290
12291 * startup.el (normal-top-level-add-subdirs-to-load-path):
12292 Avoid unnecessarily checking system-type.
12293 (normal-top-level): Set TERM to "dumb". Simplify.
12294
12295 * avoid.el (mouse-avoidance-ignore-p): New fun.
12296 Also ignore switch-frame, select-window, double, and triple clicks.
12297 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12298 (mouse-avoidance-fancy-hook): Use it.
12299
12300 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12301
12302 * avoid.el (mouse-avoidance-nudge-mouse)
12303 (mouse-avoidance-banish-destination): Stay within the current window
12304 to avoid problems with mouse-autoselect-window.
12305
12306 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12307
12308 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12309 the newer format of some messages in cvs-1.12.1.
12310
12311 2004-08-19 Masatake YAMATO <jet@gyve.org>
12312
12313 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12314 (elp-results-jump-to-definition-by-mouse)
12315 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12316 (elp-output-result): Use elp-output-insert-symname.
12317
12318 2004-08-18 Kenichi Handa <handa@m17n.org>
12319
12320 * language/cyrillic.el: Register koi8-r in
12321 ctext-non-standard-encodings-alist.
12322 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12323
12324 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12325
12326 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12327 that replaces 20xy with xy.
12328
12329 2004-08-17 John Paul Wallington <jpw@gnu.org>
12330
12331 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12332 (reb-force-update): Doc fix.
12333
12334 2004-08-16 Richard M. Stallman <rms@gnu.org>
12335
12336 * progmodes/which-func.el (which-func-update-1): Doc fix.
12337
12338 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12339 (sh-mode-abbrev-table): New variable.
12340
12341 * progmodes/compile.el (compilation-mode): Doc fix.
12342
12343 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12344 Don't cons a new symbol each time.
12345 (eval-last-sexp-fake-value): New variable.
12346
12347 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12348 (copyright-update-year): Detect continuation of list of years.
12349
12350 * term.el (term-default-fg-color, term-default-bg-color)
12351 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12352
12353 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12354
12355 2004-08-16 Davis Herring <herring@lanl.gov>
12356
12357 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12358 (isearch-success, isearch-forward-flag, isearch-other-end)
12359 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12360 (isearch-barrier, isearch-within-brackets)
12361 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12362
12363 2004-08-16 Kenichi Handa <handa@m17n.org>
12364
12365 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12366
12367 2004-08-15 Kenichi Handa <handa@m17n.org>
12368
12369 * term/x-win.el (x-selection-value): If utf8 was successful but
12370 ctext was not, use utf8 string.
12371
12372 2004-08-14 Davis Herring <herring@lanl.gov>
12373
12374 * isearch.el: Remove accidental changes of March 4. Fix backing
12375 up when a regexp isearch is made more general. Use symbolic
12376 accessor functions for isearch stack frames to make usage clearer.
12377 (search-whitespace-regexp): Made groups in documentation shy (as
12378 is the group in the default value).
12379 (isearch-fallback): New function, addresses problems with regexps
12380 liberalized by `\|', adds support for liberalization by `\}' (the
12381 general repetition construct), and incorporates behavior for
12382 `*'/`?'.
12383 (isearch-}-char): New command, calls `isearch-fallback' with
12384 arguments appropriate to a typed `}'.
12385 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12386 appropriately.
12387 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12388 (isearch-string, isearch-message,string, isearch-point)
12389 (isearch-success, isearch-forward-flag, isearch-other-end)
12390 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12391 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12392 New inline functions to read fields of a stack frame.
12393
12394 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12395
12396 * battery.el (battery-linux-proc-acpi): Look into battery
12397 directories matching the literal string "CMB", too (required for
12398 Linux kernel version 2.6.7).
12399
12400 2004-08-14 John Paul Wallington <jpw@gnu.org>
12401
12402 * cus-start.el (read-file-name-completion-ignore-case): Add.
12403 (blink-cursor-alist): Change version to "21.4".
12404
12405 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12406
12407 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12408
12409 * speedbar.el (speedbar-scan-subdirs): New option.
12410 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12411 dolist.
12412 (speedbar-insert-files-at-point): Take an extra argument and use
12413 it to optionally find out if a subdir is empty. Also unreadable
12414 files don't get expand buttons.
12415 (speedbar-directory): New image (unused pixmap already existed).
12416 (speedbar-expand-image-button-alist): Use it.
12417
12418 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12419
12420 CC Mode update to 5.30.9:
12421
12422 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12423 Move from cc-vars to cc-defs for dependency reasons. Fix the
12424 POSIX char class test to check that it works in
12425 `skip-chars-(forward|backward)' too.
12426
12427 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12428 first argument starts with a special brace list.
12429
12430 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12431 when `c-opt-type-concat-key' is used (i.e. in Pike).
12432
12433 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12434 Fix bug when the inner char pair doesn't have paren syntax,
12435 i.e. "(<>)".
12436
12437 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12438 whitespace safe.
12439
12440 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12441 position for `arglist-intro', `arglist-cont-nonempty' and
12442 `arglist-close' when there are two arglist open parens on the same
12443 line and there's nothing in front of the first.
12444
12445 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12446 locking of qualified names in Java, which previously could fontify
12447 common indexing expressions in many cases. The standard Java
12448 naming conventions are used to tell them apart.
12449
12450 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12451 Fix inconsistency wrt opening parens on the first line inside a paren
12452 block.
12453
12454 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12455 compile time for the sake of `c-major-mode-is'.
12456
12457 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12458 `c-major-mode-is' in the event that this is used inside a
12459 `c-lang-defconst'.
12460
12461 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12462 `c-lang-defconst' so that it works better with fallback languages.
12463
12464 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12465 it to fail to record the base mode.
12466
12467 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12468 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12469 is used. Reorder the syntax checks to get more efficient
12470 skipping in some situations.
12471
12472 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12473 continuation which might precede the newly inserted '{'.
12474
12475 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12476 Fix cases where it could loop indefinitely.
12477
12478 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12479 size specs correctly. Only fontify identifiers in front of '('
12480 with as functions - don't accept any paren char. Tighten up
12481 initializer skipping to stop before function and class blocks.
12482
12483 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12484 the point could be left directly after an open paren when finding
12485 the beginning of the first decl in the block.
12486
12487 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12488 table when filtering out legitimate open parens to be recorded.
12489 This could cause cache inconsistencies when e.g.
12490 `c++-template-syntax-table' was temporarily in use.
12491
12492 * progmodes/cc-engine.el (c-on-identifier)
12493 (c-simple-skip-symbol-backward): Small fix for handling "-"
12494 correctly in `skip-chars-backward'. Affected the operator lfun
12495 syntax in Pike.
12496
12497 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12498 Fix bug that could cause an error from `after-change-functions' when
12499 the changed region is at bob.
12500
12501 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12502
12503 CC Mode update to 5.30.9:
12504
12505 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12506 to say that <TAB> doesn't insert WS into a CPP line.
12507 (c-indent-command, c-tab-always-indent): Amend doc strings.
12508
12509 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12510 checks for user errors, thus eliminating cryptic and unhelpful
12511 Emacs error messages. (1) Check the arg to `c-set-style' is a
12512 string. (2) Check that settings to `c-offsets-alist' are not
12513 spuriously quoted.
12514
12515 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12516 which precedes the newly inserted `{'.
12517
12518 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12519
12520 Sync with Tramp 2.0.44.
12521
12522 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12523 function "tramp_file_attributes". Otherwise, file names
12524 containing spaces are misinterpreted. Reported by Magnus Henoch
12525 <mange@freemail.hu>.
12526 (tramp-handle-file-truename): FILENAME must be expanded first.
12527 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12528 obscure results. Reported by D. Goel <deego@gnufans.org>.
12529 (tramp-handle-verify-visited-file-modtime): If file does not
12530 exist, say it is not modified if and only if that agrees with the
12531 buffer's record. Check whether a file is visiting the buffer, or
12532 the buffer has no recorded last modification time. Return t in
12533 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12534 <teirllm@auburn.edu>.
12535 (tramp-handle-write-region): Pass modtime explicitely to
12536 `set-visited-file-modtime', because filename can be different
12537 from (buffer-file-name) if `file-precious-flag' is set.
12538 `set-visited-file-modtime' must be called always when `visit' is t
12539 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12540 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12541 nil, don't apply the whole body. If the file doesn't exists, set
12542 modtime to '(-1 65535). Suggested by Luc Teirlinck
12543 <teirllm@auburn.edu>.
12544
12545 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12546
12547 * help.el (describe-bindings): Doc fix.
12548
12549 * subr.el (kbd): Doc fix.
12550
12551 2004-08-08 John Paul Wallington <jpw@gnu.org>
12552
12553 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12554 instead of `string-to-int'.
12555 (define-ibuffer-column mode): Fix indentation.
12556
12557 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12558
12559 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12560
12561 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12562
12563 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12564
12565 * novice.el (disabled-command-function): New variable renamed from
12566 `disabled-command-hook'.
12567 (disabled-command-hook): Keep the _variable_ as alias for
12568 `disabled-command-function' and make obsolete.
12569 (disabled-command-function): Function renamed from
12570 `disabled-command-hook'. Adapt code to name change of the variable.
12571
12572 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12573
12574 * simple.el (completion-root-regexp): New defvar.
12575 (completion-setup-function): Use it instead of a literal string.
12576
12577 2004-08-07 John Paul Wallington <jpw@gnu.org>
12578
12579 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12580 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12581 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12582 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12583
12584 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12585
12586 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12587 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12588
12589 2004-08-04 Kenichi Handa <handa@m17n.org>
12590
12591 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12592 Fix previous change.
12593
12594 2004-08-03 Kenichi Handa <handa@m17n.org>
12595
12596 * international/encoded-kb.el: The following changes are to
12597 utilize key-translation-map instead of minor mode map.
12598 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12599 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12600 (encoded-kbd-last-key): New function.
12601 (encoded-kbd-iso2022-single-shift): New function.
12602 (encoded-kbd-iso2022-designation)
12603 (encoded-kbd-self-insert-iso2022-7bit)
12604 (encoded-kbd-self-insert-iso2022-8bit)
12605 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12606 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12607 key-translation-map.
12608 (encoded-kbd-setup-keymap): Setup key-translation-map.
12609 (saved-key-translation-map): New variable.
12610 (encoded-kbd-mode): Save/restore key-translation-map.
12611 Adjust for the change of encoded-kbd-setup-keymap.
12612
12613 2004-08-02 Kim F. Storm <storm@cua.dk>
12614
12615 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12616 and call compute-motion with nil for topos and width to get proper
12617 usable width and height for both window and non-window systems.
12618
12619 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12620 calculate usable window width and height.
12621
12622 * window.el (window-buffer-height): Call compute-motion with nil width.
12623
12624 2004-08-01 David Kastrup <dak@gnu.org>
12625
12626 * replace.el (query-replace-read-from):
12627 Use `query-replace-compile-replacement'.
12628 (query-replace-compile-replacement): New function.
12629 (query-replace-read-to): Use `query-replace-compile-replacement'
12630 for repeating the last command.
12631
12632 2004-08-01 John Paul Wallington <jpw@gnu.org>
12633
12634 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12635 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12636 (pr-switches): Remove period from end of error messages.
12637
12638 * help-mode.el (help-go-back): Likewise.
12639
12640 * abbrev.el (only-global-abbrevs): Doc fix.
12641 (edit-abbrevs-map): Define within defvar.
12642 (quietly-read-abbrev-file): Doc fix.
12643
12644 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12645
12646 * novice.el (enable-command, disable-command): Doc fixes.
12647
12648 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12649
12650 2004-07-30 Richard M. Stallman <rms@gnu.org>
12651
12652 * subr.el (with-local-quit): Doc fix.
12653
12654 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12655
12656 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12657
12658 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12659
12660 * custom.el (defcustom): Doc fix.
12661
12662 2004-07-28 Masatake YAMATO <jet@gyve.org>
12663
12664 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12665
12666 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12667
12668 * imenu.el (imenu-prev-index-position-function)
12669 (imenu-extract-index-name-function, imenu-name-lookup-function)
12670 (imenu--index-alist): Docstring redundancy fix.
12671
12672 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12673
12674 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12675 binding dired-backup-overwrite.
12676
12677 2004-07-25 John Paul Wallington <jpw@gnu.org>
12678
12679 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12680
12681 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12682
12683 * term/tty-colors.el (tty-color-approximate): Doc fix.
12684
12685 * select.el (x-get-selection, x-set-selection): Doc fixes.
12686
12687 * frame.el (make-frame): Doc fix.
12688
12689 2004-07-24 Richard M. Stallman <rms@gnu.org>
12690
12691 * mail/rmail.el (rmail-mime-charset-pattern):
12692 Don't include semicolon in the charset value.
12693
12694 * replace.el (occur-next-error): Call set-window-point.
12695 (occur-engine): Handle negative NLINES.
12696
12697 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12698
12699 * frame.el (modify-all-frames-parameters): Minor doc fix.
12700 (set-frame-configuration): Doc fix.
12701
12702 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12703
12704 * simple.el (completion-setup-function): Compute the common parts
12705 and the first difference place correctly when
12706 partial-completion-mode is on.
12707
12708 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12709
12710 * ps-print.el: Doc fix.
12711 (ps-print-version): New version 6.6.5.
12712 (ps-printing-region): Doc fix.
12713 (ps-generate-string-list): Comment fix.
12714 (ps-message-log-max): Code fix.
12715
12716 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12717
12718 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12719 generated PostScript.
12720
12721 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12722
12723 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12724 with Gnus v5_10 branch.)
12725
12726 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12727
12728 * calendar/time-date.el (time-to-number-of-days): New function.
12729 Imported from from Gnus.
12730
12731 2004-07-22 Kim F. Storm <storm@cua.dk>
12732
12733 * progmodes/make-mode.el: Fix comments.
12734
12735 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12736
12737 * printing.el: Doc fix.
12738
12739 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12740
12741 * frame.el (modify-all-frames-parameters): Minor doc fix.
12742
12743 2004-07-20 Richard M. Stallman <rms@gnu.org>
12744
12745 * textmodes/fill.el (fill-nobreak-p): If this break point is
12746 at the end of the line, don't consider the newline which follows
12747 as a reason to return t.
12748
12749 2004-07-19 John Paul Wallington <jpw@gnu.org>
12750
12751 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12752
12753 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12754
12755 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12756 Delete irrelevant code.
12757
12758 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12759
12760 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12761 New docstring. From Luc Teirlinck.
12762
12763 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12764
12765 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12766 section.
12767 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12768 non-file buffers. We know it is nil.
12769
12770 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12771
12772 Sync with Tramp 2.0.43.
12773
12774 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12775 Remove outdated comment.
12776 (tramp-locked, tramp-locker): New variables for implementing a
12777 global lock.
12778 (tramp-sh-file-name-handler): Use them to implement the global lock.
12779
12780 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12781
12782 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12783 calls to respective `xxx` calls.
12784 (tramp-process-alive-regexp): Precise doc string.
12785 (tramp-multi-action-process-alive): New defun.
12786 (tramp-multi-actions): Use it.
12787 (tramp-handle-find-backup-file-name): `copy-tree' is available
12788 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12789 in order to avoid this function.
12790 (tramp-handle-write-region): Set current buffer. If connection
12791 wasn't open, `file-modes' has changed it accidently. Reported by
12792 David Kastrup <dak@gnu.org>.
12793 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12794 HOST.
12795 (tramp-action-password, tramp-multi-action-password): Apply it.
12796 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12797 name must still contain the port number. Otherwise, we have two
12798 Tramp buffers, with all the confusion. Reported by Myron Selby
12799 <myron@xytech.com> and Rolf Dubitzky
12800 <Dubitzky@physi.uni-heidelberg.de>.
12801
12802 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12803 HOST to `tramp-enter-passwd'.
12804
12805 * net/tramp-vc.el (all): Code cleanup. Change all
12806 `tramp-handle-xxx' calls to respective `xxx` calls.
12807
12808 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12809
12810 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12811 functions that are not erroneous if either 1-valued or
12812 multi-valued. Detect functions in this class.
12813 (testcover-1value-functions, testcover-compose-functions)
12814 (testcover-progn-functions) Add some additional functions to lists.
12815 (testcover-mark): Bugfix when marking up the definition for an
12816 empty function.
12817
12818 2004-07-17 Richard M. Stallman <rms@gnu.org>
12819
12820 * replace.el (occur-read-primary-args): Pass default to
12821 read-from-minibuffer.
12822
12823 * mail/footnote.el (footnote-section-tag): Use defcustom.
12824
12825 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12826 Compile font-lock-keywords, not KEYWORDS.
12827 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12828 Add warn, check-type. Handle cerror like error.
12829
12830 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12831
12832 * progmodes/which-func.el (which-func-keymap): New var.
12833 (which-func-face): New face.
12834 (which-func-format): Use them.
12835
12836 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12837
12838 * buff-menu.el (list-buffers-noselect): Append the buffer's
12839 process status to its mode name.
12840
12841 2004-07-16 Kim F. Storm <storm@cua.dk>
12842
12843 * simple.el (inhibit-mark-movement): New defvar.
12844 (beginning-of-buffer, end-of-buffer): Do not push mark if
12845 inhibit-mark-movement is non-nil or C-u prefix is given.
12846
12847 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12848 Init to beginning-of-buffer and end-of-buffer.
12849 (cua--undo-push-mark): New defvar.
12850 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12851 already active and command is in cua--preserve-mark-commands.
12852 Also fix check for shift modifier on non-window systems.
12853 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12854
12855 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12856
12857 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12858 of two integers, instead of a cons.
12859
12860 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12861 `visited-file-modtime' now returns a list of two integers, instead
12862 of a cons.
12863
12864 * dired.el (dired-directory-changed-p): Ditto.
12865
12866 * progmodes/grep.el (grep): Doc fix.
12867
12868 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12869
12870 * autorevert.el (auto-revert-tail-mode)
12871 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12872 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12873 in both at the same time.
12874 (auto-revert-tail-mode): New command.
12875 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12876 (auto-revert-handler): Revert only either tail or whole file.
12877
12878 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12879 add auto-revert-tail-mode.
12880
12881 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12882
12883 * printing.el: Doc fix. Change name of some funs.
12884 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12885 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12886 (pr-standard-file-name): New fun. Replace pr-standard-path.
12887 (pr-call-process): Code fix.
12888
12889 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12890
12891 * subr.el (with-selected-window): Doc fix.
12892
12893 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12894
12895 * subr.el (get-buffer-window-list): Doc fix.
12896
12897 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12898
12899 * files.el (switch-to-buffer-other-window): Doc fix.
12900
12901 * window.el (save-selected-window, one-window-p)
12902 (split-window-keep-point, split-window-vertically)
12903 (split-window-horizontally): Doc fixes.
12904
12905 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12906
12907 * printing.el: Doc fix. Now it uses call-process instead of
12908 shell-command for low command execution.
12909 (pr-version): New version number (6.8).
12910 (pr-shell-file-name): Option removed.
12911 (pr-shell-command): Fun removed.
12912 (pr-call-process): New fun. Replace pr-shell-command.
12913 (pr-standard-path, pr-remove-nil-from-list): New funs.
12914 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12915 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12916 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12917 (pr-ps-utility-process, pr-txt-print): Code fix.
12918
12919 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12920
12921 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12922 boolean.
12923
12924 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12925
12926 * wid-edit.el (widget-field-buffer): Doc fix.
12927
12928 2004-07-09 John Paul Wallington <jpw@gnu.org>
12929
12930 * emacs-lisp/re-builder.el (reb-update-overlays):
12931 Distinguish between one and several matches in message.
12932
12933 2004-07-09 Richard M. Stallman <rms@gnu.org>
12934
12935 * mouse.el (mouse-set-region-1): If transient-mark-mode
12936 is `identity', change it to `only'.
12937
12938 * simple.el (current-word): Doc fix.
12939
12940 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12941
12942 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12943 so that it is more understanding of whitespace.
12944
12945 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12946 (("ns" . "element") (attr-list) children) instead of
12947 ((:ns . "element") (attr-list) children) in order to reduce the
12948 number of symbols used.
12949 (xml-skip-dtd): Change to use xml-parse-dtd but set
12950 xml-validating-parsing to nil.
12951 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12952 (xml-substitute-entity): Remove in favor of new entity substitution.
12953 (xml-substitute-special): Rewrite in to substitute complex
12954 entities from DOCTYPE declarations.
12955 (xml-parse-fragment): Parse fragments from entity deleclarations.
12956 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12957 (xml-parse-dtd, xml-substitute-special): Make validity checks
12958 conditioned on xml-validating-parser. Add "Not Well Formed" to
12959 error messages about well-formedness.
12960
12961 2004-07-08 Steven Tamm <steventamm@mac.com>
12962
12963 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12964 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12965 Do not treat double clicks and triple clicks specially in the
12966 scroll bar (preventing strange repositioning problems)
12967
12968 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12969
12970 * replace.el (query-replace-regexp-eval): Fix last change.
12971
12972 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12973
12974 * replace.el (query-replace-descr): New fun.
12975 (query-replace-read-from, query-replace-read-args): Default to the
12976 previous from&to.
12977 (query-replace-read-to): Quote the `from' string when displaying it.
12978 (query-replace-regexp-eval): Immediately check read-only status.
12979 Use query-replace-read-from to get the \n checking.
12980 Quote the `from' string when displaying it.
12981 (map-query-replace-regexp, occur-read-primary-args):
12982 Quote the `from' string when displaying it.
12983
12984 * isearch.el (isearch-query-replace): Pass the regexp-ness and
12985 delimited-ness of the search to query-replace.
12986
12987 * replace.el (query-replace-read-from, query-replace-read-to):
12988 New funs extracted from query-replace-read-args.
12989 (query-replace-read-args): Use them.
12990
12991 * replace.el (query-replace-interactive, query-replace-read-args):
12992 Remove the `initial' special value.
12993 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12994 (occur-engine): Remove unused var `matchend'.
12995
12996 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12997 Use the search string without prompting.
12998
12999 2004-07-05 Kenichi Handa <handa@m17n.org>
13000
13001 * international/mule.el (decode-coding-inserted-region):
13002 Set last-coding-system-used only when coding is nil.
13003
13004 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13005
13006 * progmodes/grep.el (grep-compute-defaults, grep-command)
13007 (grep-program, find-program, grep-find-use-xargs, grep-history)
13008 (grep-find-history, grep-tag-default, grep-find-command)
13009 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13010 Add autoload cookies, for unbundled packages that load `compile'
13011 and expect all grep-related symbols to become defined.
13012
13013 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13014
13015 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13016 (iimage-mode-image-search-path): New user option to search the
13017 image file.
13018 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13019 have locate-file.
13020 (iimage-mode-buffer): Use it.
13021
13022 2004-07-03 Nick Roberts <nickrob@gnu.org>
13023
13024 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13025 carefully.
13026 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13027
13028 2004-07-03 Juri Linkov <juri@jurta.org>
13029
13030 * replace.el (query-replace-read-args): Swallow space after 'foo,
13031 not after (quote foo). Match space only immediately after symbol,
13032 not anywhere in the whole string.
13033
13034 2004-07-02 Richard M. Stallman <rms@gnu.org>
13035
13036 * replace.el (query-replace-read-args): Swallow space after
13037 symbols, not after closeparens. But avoid error if string ends there.
13038
13039 * progmodes/python.el (python-beginning-of-statement):
13040 Exit the loop if backward-up-list gets error.
13041
13042 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13043
13044 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13045
13046 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13047 only if vc-consult-headers is non-nil.
13048
13049 2004-07-02 Juri Linkov <juri@jurta.org>
13050
13051 * pcvs.el (cvs-mode-diff-repository): New command.
13052
13053 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13054
13055 2004-07-01 Juri Linkov <juri@jurta.org>
13056
13057 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13058 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13059 C-M-% to isearch-query-replace-regexp.
13060 (minibuffer-local-isearch-map): Add arrow key bindings.
13061 Bind C-f to isearch-yank-char-in-minibuffer.
13062 (isearch-forward): Doc fix.
13063 (isearch-edit-string): Doc fix.
13064 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13065 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13066 (isearch-yank-char): Add optional arg.
13067 (isearch-yank-char-in-minibuffer): New fun.
13068
13069 * replace.el (query-replace-interactive): Change type from boolean
13070 to choice. Add value `initial'.
13071 (query-replace-read-args): Handle value `initial' of
13072 query-replace-interactive.
13073
13074 2004-06-29 Kim F. Storm <storm@cua.dk>
13075
13076 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13077 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13078
13079 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13080 Add :group 'ada.
13081
13082 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13083
13084 2004-06-29 Juri Linkov <juri@jurta.org>
13085
13086 * replace.el (query-replace-read-args): Swallow a space after
13087 everything except )]" which in most cases means after a symbol.
13088
13089 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13090
13091 2004-06-28 Richard M. Stallman <rms@gnu.org>
13092
13093 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13094 More changes to go with previous change in font-lock.el.
13095
13096 2004-06-26 David Kastrup <dak@gnu.org>
13097
13098 * replace.el (perform-replace): Highlight the match even in
13099 non-query mode if there is potential replace string editing.
13100
13101 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13102
13103 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13104 agree with new return value of `file-remote-p'.
13105 This syncs with Tramp 2.0.42.
13106
13107 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13108 according to new documentation of `file-remote-p'.
13109
13110 * files.el (file-remote-p): Fix doc to say that return value is
13111 identification of remote system, if not nil.
13112 (file-relative-name): Use new return value of `file-remote-p'.
13113
13114 2004-06-26 Nick Roberts <nickrob@gnu.org>
13115
13116 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13117 (gdb-goto-breakpoint): Fix breakage.
13118
13119 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13120
13121 * man.el (Man-getpage-in-background): Add windows-nt to the list
13122 of systems where shell-file-name should be used instead of
13123 literal "sh".
13124
13125 2004-06-25 Sam Steingold <sds@gnu.org>
13126
13127 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13128 function names `(setf symbol)'.
13129
13130 2004-06-24 Richard M. Stallman <rms@gnu.org>
13131
13132 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13133
13134 * font-lock.el (font-lock-keywords): Change format of compiled values.
13135 Document it.
13136 (font-lock-add-keywords): If font-lock-keywords is compiled,
13137 extract the uncompiled version, modify, then recompile.
13138 (font-lock-remove-keywords): Likewise.
13139 (font-lock-fontify-keywords-region): Handle changed format.
13140 (font-lock-compile-keywords): Handle changed format.
13141 (font-lock-set-defaults): Compile the keywords explicitly here.
13142
13143 2004-06-24 David Kastrup <dak@gnu.org>
13144
13145 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13146 replacements here.
13147 (query-replace-regexp): Doc string explaining this and the new
13148 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13149 is better placed in `query-replace-read-args'.
13150 (replace-regexp): Explain `\,', `\#' and `\?'.
13151 (replace-match-data): New function for thorough reuse/destruction
13152 of old match-data.
13153 (replace-match-maybe-edit): Function for implementing `\?' editing.
13154 (perform-replace): Fix maintaining of the match stack including
13155 already matched regions, implement `\?', fix various problems
13156 with regions while editing and other stuff.
13157 (replace-highlight): Simplify.
13158
13159 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13160
13161 * progmodes/grep.el (grep-error-screen-columns): New variable.
13162 (grep-regexp-alist): Give it the full functionality of gnu style
13163 compilation messages with line and column ranges. Ask me for the
13164 perl script I'm working on, that uses these.
13165
13166 2004-06-23 Nick Roberts <nickrob@gnu.org>
13167
13168 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13169 Remove.
13170 (comint-insert-input, comint-mouse-insert-input): New functions
13171 based on comint-insert-clicked-input for two bindings but just
13172 one functionality.
13173
13174 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13175
13176 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13177
13178 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13179
13180 * files.el (write-contents-functions): Doc fix.
13181
13182 2004-06-21 Juanma Barranquero <lektu@terra.es>
13183
13184 * image.el (image-library-alist): Rewrite docstring in active voice.
13185
13186 2004-06-20 Richard M. Stallman <rms@gnu.org>
13187
13188 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13189
13190 * isearch.el (isearch-repeat): Avoid testing old match data.
13191 (isearch-message): Display trailing space in special font
13192 when search is failing.
13193 (isearch-search-fun-function): Doc fix.
13194
13195 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13196
13197 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13198
13199 * frame.el (show-trailing-whitespace): Doc fix.
13200
13201 * cus-edit.el (custom-variable-documentation): New function.
13202 (custom-variable): Use it.
13203
13204 2004-06-19 Nick Roberts <nickrob@gnu.org>
13205
13206 * man.el (Man-getpage-in-background): Revert previous change but
13207 make cygwin a special case.
13208
13209 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13210
13211 * autorevert.el (global-auto-revert-non-file-buffers):
13212 Update docstring.
13213
13214 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13215
13216 * progmodes/compile.el (compilation-error-properties): Store one
13217 more than end-col, if present, so that transient-mark-mode will
13218 highlight last char too.
13219 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13220 ranges, if present.
13221
13222 2004-06-18 Jason Rumney <jasonr@gnu.org>
13223
13224 * makefile.w32-in: Double percent signs in for loops.
13225
13226 2004-06-17 David Kastrup <dak@gnu.org>
13227
13228 * replace.el (query-replace-read-args): Only warn about use of \n
13229 and \t when we are doing a regexp replacement and the actual
13230 escaped character is n or t.
13231 (query-replace-regexp): Add \, and \# interpretation to
13232 interactive call and document it.
13233 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13234 as shortkey for replace-count.
13235 (replace-quote): New function for doubling backslashes.
13236
13237 2004-06-17 Juanma Barranquero <lektu@terra.es>
13238
13239 * files.el (parse-colon-path, cd): Mention in docstring that the
13240 path separator is colon in GNU-like systems.
13241
13242 * newcomment.el (comment-region-internal): Fix docstring.
13243
13244 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13245 (ewoc-invalidate, ewoc-collect): Doc fixes.
13246 (ewoc--create-node, ewoc--delete-node-internal):
13247 Fix typos in docstring.
13248
13249 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13250
13251 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13252 manual to docstring.
13253
13254 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13255
13256 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13257
13258 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13259
13260 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13261 Add hyperlink to emacs-xtra manual to docstring.
13262
13263 * autorevert.el (global-auto-revert-non-file-buffers):
13264 Add hyperlink to emacs-xtra manual to docstring, as well as an
13265 info-link.
13266
13267 2004-06-14 Juanma Barranquero <lektu@terra.es>
13268
13269 * image.el (image-library-alist): New variable to map image types
13270 to external libraries. Initialized to nil, unless system-specific
13271 configs change it.
13272 (image-type-available-p): Determine whether an image type is
13273 available by calling `init-image-library'.
13274
13275 * term/w32-win.el (image-library-alist): Initialize to a known set
13276 of probable library names.
13277
13278 2004-06-14 Kenichi Handa <handa@m17n.org>
13279
13280 * international/code-pages.el (windows-1256, cp1125): Fix tables
13281 for several characters.
13282
13283 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13284
13285 2004-06-13 Richard M. Stallman <rms@gnu.org>
13286
13287 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13288
13289 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13290 not "`pc-selection-mode'".
13291
13292 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13293
13294 * simple.el (previous-matching-history-element): Specify a default.
13295
13296 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13297
13298 * cus-face.el (custom-declare-face): Simplify code.
13299
13300 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13301
13302 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13303
13304 * files.el (before-save-hook): Add `time-stamp' to the options.
13305
13306 * time-stamp.el (time-stamp): Recommend adding it to
13307 `before-save-hook', rather than `write-file-functions'.
13308 Make a similar change in `Commentary' section.
13309
13310 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13311
13312 * diff-mode.el (diff-current-defun): If at start of hunk, use
13313 position of first change.
13314
13315 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13316
13317 * dired-x.el (dired-mark-omitted): Bind to "*O".
13318
13319 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13320
13321 * bookmark.el (bookmark-bmenu-relocate): New function, as
13322 suggested by David J. Biesack <David.Biesack@sas.com>.
13323 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13324 (bookmark-bmenu-mode): Describe binding in doc string.
13325 (bookmark-set-filename): Save the bookmark list if it's time.
13326
13327 2004-06-13 Kenichi Handa <handa@m17n.org>
13328
13329 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13330 (ccl-untranslated-to-ucs): Fix typo.
13331
13332 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13333
13334 * progmodes/python.el (python-open-block-statement-p):
13335 Fix indentation after a block opening that contains a comment.
13336
13337 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13338
13339 * bindings.el (completion-ignored-extensions): Add file extensions
13340 of Python byte-compiled files.
13341
13342 2004-06-12 Juri Linkov <juri@jurta.org>
13343
13344 * info.el (Info-goto-node): Add autoload.
13345 (Info-toc): Add substring-no-properties on Info file name.
13346 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13347 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13348
13349 2004-06-12 Kenichi Handa <handa@m17n.org>
13350
13351 * international/mule-cmds.el (set-language-environment):
13352 Load subst tables if necessary.
13353
13354 * international/mule.el (decode-char): Load subst tables if necessary.
13355 (encode-char): Likewise.
13356
13357 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13358 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13359 (utf-16le-decode-loop): Set r5 to -1 before loop.
13360 (utf-16be-decode-loop): Likewise.
13361 (ccl-decode-mule-utf-16le): Add EOF processing block.
13362 (ccl-decode-mule-utf-16be): Likewise.
13363 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13364 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13365 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13366 (ccl-mule-utf-16-encode-untrans): New CCL.
13367 (utf-16-decode-to-ucs): Handle pre-read character.
13368 (utf-16le-encode-loop): Handle surrogate pair.
13369 (utf-16be-encode-loop): Likewise.
13370 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13371 of utf-16le-encode-loop.
13372 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13373 of utf-16be-encode-loop.
13374 (mule-utf-16-post-read-conversion):
13375 Call utf-8-post-read-conversion at first.
13376 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13377 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13378 Add post-read-conversion and pre-write-conversion.
13379
13380 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13381 (utf-translate-cjk-unicode-range): New variable.
13382 (utf-translate-cjk-load-tables): New function.
13383 (utf-lookup-subst-table-for-decode): New function.
13384 (utf-lookup-subst-table-for-encode): New function.
13385 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13386 tables here. Update safe-charsets of utf-* coding systems.
13387 (ccl-mule-utf-untrans): New CCL.
13388 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13389 at end of each branch.
13390 (ccl-mule-utf-8-encode-untrans): New CCL.
13391 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13392 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13393 length of encoding. Don't return r0.
13394 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13395 (utf-8-post-read-conversion): Narrow to region properly.
13396 If utf-translate-cjk-mode is on, load tables if necessary.
13397 Call utf-8-compose with hash-table arg if necessary.
13398 Call XXX-compose-region instead of XXX-post-read-convesion.
13399 (utf-8-pre-write-conversion): New function.
13400 (mule-utf-8): Include CJK charsets in safe-charsets if
13401 utf-translate-cjk-mode is on. Add pre-write-conversion.
13402
13403 * international/characters.el: Temporarily set
13404 utf-translate-cjk-mode to nil.
13405
13406 * language/devan-util.el (devanagari-compose-region):
13407 Add autoload cookie.
13408
13409 * international/ccl.el (ccl-dump-call): Fix printing the
13410 subroutine name.
13411
13412 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13413
13414 * dired.el (dired-revert): If buffer is marked unmodified before
13415 reverting, keep it marked unmodified.
13416 Adapt to new conventions for commenting out code.
13417 (dired-make-relative): Adapt to new conventions for commenting out code.
13418
13419 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13420
13421 * eshell/esh-module.el (eshell-load-defgroups):
13422 Bind `vc-handled-backends' to nil when opening files.
13423
13424 2004-06-11 Juanma Barranquero <lektu@terra.es>
13425
13426 * files.el (parse-colon-path, cd): Doc fixes (refer to
13427 `path-separator', not colon).
13428
13429 2004-06-10 Juanma Barranquero <lektu@terra.es>
13430
13431 * newcomment.el (comment-search-forward)
13432 (comment-search-backward): Fix typos in docstring.
13433 (comment-region): Doc fix.
13434
13435 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13436
13437 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13438 switch is no longer stored in `dired-switches-alist'.
13439
13440 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13441 `dired-switches-alist'.
13442
13443 2004-06-10 Kim F. Storm <storm@cua.dk>
13444
13445 * pcvs.el (cvs-mode-diff-yesterday): New command.
13446
13447 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13448
13449 2004-06-10 Juri Linkov <juri@jurta.org>
13450
13451 * emacs-lisp/edebug.el (edebug-eval-defun):
13452 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13453 Fix docstring.
13454
13455 * simple.el (eval-expression-print-format): Don't print additional
13456 information on the first call to `eval-print-last-sexp'.
13457 (next-error-find-buffer): Fix punctuation.
13458 (killing) <defgroup>: Fix punctuation.
13459 (yank-excluded-properties): Change group from editing to killing.
13460
13461 * replace.el (perform-replace): Use `limit' to terminate the
13462 while-loop explicitly.
13463
13464 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13465
13466 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13467 Use lc-*.xpm as prefix instead of *-locol.xpm.
13468
13469 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13470 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13471 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13472 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13473 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13474 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13475 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13476 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13477 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13478 * toolbar/lc-up_arrow.xpm:
13479 Rename from *-locol.xpm.
13480
13481 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13482
13483 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13484 include forms like &<str>; as valid url patterns.
13485
13486 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13487
13488 * dired.el (dired-diff, dired-backup-diff)
13489 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13490 (dired-do-chown, dired-do-touch, dired-do-print)
13491 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13492 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13493 (dired-create-directory, dired-do-copy, dired-do-symlink)
13494 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13495 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13496 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13497 (dired-maybe-insert-subdir, dired-next-subdir)
13498 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13499 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13500 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13501 (dired-run-shell-command, dired-query): Remove redundant,
13502 or incorrect, autoloads.
13503
13504 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13505 does not end in a slash. Add optional argument KILL-ROOT.
13506 Update docstring.
13507 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13508 (dired-query): Add autoloads.
13509
13510 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13511
13512 * progmodes/compile.el (compilation-set-window-height):
13513 Rearrange the save-* functions because a buffer can have several current
13514 point in different windows.
13515 (compilation-error-regexp-alist-alist): Recognize {standard input}
13516 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13517
13518 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13519
13520 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13521 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13522 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13523 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13524 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13525 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13526 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13527 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13528 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13529 * toolbar/up_arrow-locol.xpm:
13530 New versions of icons that uses fewer colors.
13531
13532 * toolbar/tool-bar.el (tool-bar-local-item)
13533 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13534 if display-color-cells is 256 or less.
13535
13536 2004-06-08 Kim F. Storm <storm@cua.dk>
13537
13538 * wid-edit.el (widget-specify-button): Use hand pointer rather
13539 than mouse-face as visible mouse-over effect.
13540
13541 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13542
13543 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13544 and `print-level' to nil when writing out `save-place-alist'.
13545 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13546
13547 2004-06-07 Juanma Barranquero <lektu@terra.es>
13548
13549 * completion.el (completion-kill-region): Doc fix.
13550
13551 * format.el (format-insert-annotations)
13552 (format-annotate-location): Doc fixes.
13553 (format-subtract-regions): Make arguments match their use in docstring.
13554
13555 * simple.el (kill-region): Doc fix.
13556
13557 * subr.el (insert-buffer-substring-no-properties)
13558 (insert-buffer-substring-as-yank): Doc fixes.
13559
13560 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13561
13562 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13563 Update docstring.
13564 (dired-reset-subdir-switches): New function.
13565
13566 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13567 Limit scope of `buffer-read-only' binding.
13568
13569 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13570
13571 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13572 eshell-explicit-command-char.
13573
13574 2004-06-06 Juanma Barranquero <lektu@terra.es>
13575
13576 * help-fns.el (help-argument-name): Inherit from italic face only
13577 if the frame supports it.
13578
13579 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13580
13581 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13582 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13583 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13584 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13585 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13586 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13587 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13588 New conversions from xpm files.
13589
13590 * toolbar/README: New file.
13591
13592 2004-06-06 Richard M. Stallman <rms@gnu.org>
13593
13594 * isearch.el (isearch-mode-map): Undo previous change.
13595
13596 2004-06-05 Juri Linkov <juri@jurta.org>
13597
13598 * bindings.el (debug-ignored-errors): Add regexps for history
13599 related messages. Remove $ from "No further undo information".
13600 Move Ediff's messages to ediff.el.
13601
13602 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13603
13604 * cus-edit.el (custom-display): Add `min-colors'.
13605
13606 * custom.el (defface): Add `supports' to docstring.
13607
13608 * help-fns.el (help-argument-name): Add :group 'help.
13609
13610 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13611
13612 * find-dired.el (find-ls-subdir-switches): New user option.
13613 (find-dired): No longer call `abbreviate-file-name' on DIR.
13614 Set `dired-subdir-switches' buffer-locally.
13615
13616 * locate.el: Merge the two `Commentary' sections.
13617 (locate-ls-subdir-switches): New user option.
13618 (locate): Update for other changes.
13619 (locate-mode-map): Restore Dired binding for mouse-2.
13620 Bind `locate-mouse-view-file' to M-mouse-2.
13621 Bind `l' to `locate-do-redisplay'.
13622 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13623 (locate-mouse-view-file, locate-tags, locate-find-directory):
13624 Print message if used outside main listing.
13625 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13626 Various changes to support inserted subdirectories.
13627 (locate-insert-header): Change header of *Locate* buffer.
13628
13629 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13630 Change interactive default switches.
13631 (dired-rename-subdir-2): Update `dired-switches-alist'.
13632 (dired-insert-subdir, dired-kill-subdir):
13633 Handle `dired-switches-alist'. Do not mark buffer modified.
13634 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13635 (dired-insert-subdir-doinsert): Omit messages.
13636 Handle `dired-subdir-switches'.
13637 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13638
13639 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13640 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13641 subdirs if -R switch is used for a subdir.
13642 (dired-mode): Set `dired-switches-alist'.
13643 (dired-build-subdir-alist): Only print number of directories in
13644 echo area when invoked interactively.
13645
13646 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13647
13648 * dired-x.el (dired-omit-mode): Rename from
13649 dired-omit-files-p. Use define-minor-mode to define it.
13650 (dired-omit-files-p): Add as alias for dired-omit-mode.
13651 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13652 dired-mark-omitted.
13653 (dired-mark-omitted): Add. Bind to M-O.
13654
13655 2004-06-05 Kenichi Handa <handa@m17n.org>
13656
13657 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13658
13659 2004-06-05 Juanma Barranquero <lektu@terra.es>
13660
13661 * help-fns.el (help-argument-name): Reintroduce face.
13662 (help-default-arg-highlight): Use it, now that
13663 `face-differs-from-default-p' can be trusted.
13664
13665 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13666
13667 * textmodes/table.el: Sentence commands added to Point Motion
13668 group; kill and backward-kill commands added to Extraction group.
13669
13670 2004-06-04 Mario Lang <mlang@delysid.org>
13671
13672 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13673 systems appear to use mW, make the code handle this. Fix a
13674 division-by-zero bug while at it, and handle kernels with
13675 a slightly different layout in /proc/acpi.
13676
13677 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13678
13679 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13680 because the latter is a CL-ism. This fixes the bug reported by
13681 Shawn Boyette <mdxi@collapsar.net> in
13682 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13683
13684 2004-06-04 Miles Bader <miles@gnu.org>
13685
13686 * faces.el (display-supports-face-attributes-p): Function moved to
13687 C code. Previously only the tty-related portion of this function
13688 was done in C; however the previous attempt to do a halfway-proper
13689 job for non-tty displays in lisp didn't work properly because of
13690 funny conditions during Emacs startup.
13691 (face-differs-from-default-p): Simplify, now that
13692 display-supports-face-attributes-p works properly on all display
13693 types. Remove :stipple from comparison; it doesn't really work
13694 in emacs anyway.
13695
13696 2004-06-04 Miles Bader <miles@gnu.org>
13697
13698 * faces.el (face-differs-from-default-p): Use a different
13699 implementation, so we can really check whether FACE displays
13700 differently or not.
13701
13702 2004-06-04 Miles Bader <miles@gnu.org>
13703
13704 * faces.el (display-supports-face-attributes-p): Implement a
13705 `different from default' check for non-tty displays.
13706
13707 2004-06-03 David Kastrup <dak@gnu.org>
13708
13709 * woman.el (woman-mapcan): More concise code.
13710 (woman-topic-all-completions, woman-topic-all-completions-1)
13711 (woman-topic-all-completions-merge): Replace by a simpler and
13712 much faster implementation based on O(n log n) sort/merge instead
13713 of the old O(n^2) behavior.
13714
13715 2004-06-03 Miles Bader <miles@gnu.org>
13716
13717 * subr.el (read-number): Use canonical format for default in prompt.
13718
13719 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13720 Add regexp for " [...]" style defaults.
13721
13722 2004-06-02 Romain Francoise <romain@orebokech.com>
13723
13724 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13725 groups: if the user asks for a hidden buffer, open the
13726 corresponding filter group to expose it.
13727
13728 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13729 `ibuffer-jump-to-buffer'.
13730 (ibuffer-jump-offer-only-visible-buffers): New user option.
13731
13732 2004-06-02 Juanma Barranquero <lektu@terra.es>
13733
13734 * faces.el (frame-update-faces): Add empty docstring so the one
13735 for `ignore' doesn't show through.
13736
13737 * subr.el (process-kill-without-query): Remove spurious "\n" on
13738 obsolescence string.
13739 (focus-frame, unfocus-frame): Add obsolescence declaration and
13740 empty docstring.
13741
13742 * international/mule.el (register-char-codings): Make alias for
13743 `ignore'. Move docstring to obsolescence info and remove redundancy.
13744
13745 2004-06-02 Kim F. Storm <storm@cua.dk>
13746
13747 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13748 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13749
13750 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13751
13752 * comint.el (comint-replace-by-expanded-history-before-point):
13753 Obey `start' as the docstring says.
13754 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13755 (comint-update-fence): Prevent font-lock from running unnecessarily.
13756 (comint-dynamic-list-completions): Use with-current-buffer.
13757
13758 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13759
13760 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13761 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13762 (bibtex-entry-update): Handle alternatives and optional fields.
13763 (bibtex-parse-entry): Bugfix, handle empty key.
13764
13765 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13766
13767 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13768
13769 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13770
13771 * desktop.el (desktop-save): Don't save minor modes without a
13772 known mode initialization function.
13773
13774 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13775
13776 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13777
13778 * autorevert.el: Update `Commentary' section.
13779
13780 2004-05-30 Juanma Barranquero <lektu@terra.es>
13781
13782 * dos-fns.el (convert-standard-filename):
13783 * files.el (convert-standard-filename):
13784 * w32-fns.el (convert-standard-filename):
13785 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13786
13787 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13788
13789 Sync with Tramp.
13790
13791 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13792 (tramp-let-maybe): Move to an earlier spot in the file.
13793 Patch by Andreas Schwab.
13794
13795 2004-05-30 Andreas Schwab <schwab@suse.de>
13796
13797 * dired.el (dired-get-filename): Don't use dired-re-dot.
13798
13799 2004-05-30 Richard M. Stallman <rms@gnu.org>
13800
13801 * files.el (find-file): Doc fix.
13802
13803 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13804
13805 2004-05-30 Nick Roberts <nickrob@gnu.org>
13806
13807 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13808 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13809 modeline of the locals buffer.
13810 (gdb-goto-breakpoint): Handle gdbmi.
13811 (gdb-get-frame-number): Change for gdbmi.
13812
13813 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13814
13815 * files.el (file-remote-p): Apply file name handler for operation
13816 `file-remote-p'. It isn' a property any longer.
13817 (file-relative-name): `fh' and `fd' get the required value via
13818 `find-file-name-handler' already.
13819
13820 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13821 (top): Remove setting of `file-remote-p' property for
13822 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13823
13824 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13825
13826 Version 2.0.41 of Tramp released.
13827
13828 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13829 Throw away if process has died.
13830 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13831 (tramp-out-of-band-prompt-regexp): Rename to
13832 `tramp-process-alive-regexp', because its usage is widen.
13833 (tramp-actions-copy-out-of-band): Apply it.
13834 (tramp-actions-before-shell, tramp-multi-actions):
13835 Add `tramp-action-process-alive' action.
13836 (tramp-action-process-alive): New defun.
13837 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13838 Add entry for `file-remote-p'.
13839 (tramp-handle-file-remote-p): New defun.
13840 (top): Remove setting of `file-remote-p'. Don't set
13841 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13842
13843 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13844 `file-remote-p'.
13845
13846 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13847 counted for (last) line. [They should or they shouldn't? --Stef]
13848 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13849
13850 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13851
13852 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13853 not really necessary but seems to keep the shell history smaller
13854 in some cases. It is no substitute for setting HISTFILE and
13855 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13856 though. Suggested by Luc Teirlinck.
13857 (tramp-open-connection-setup-interactive-shell): Export variables
13858 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13859 (tramp-set-process-query-on-exit-flag): New compat function.
13860 (tramp-open-connection-multi, tramp-open-connection-su)
13861 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13862 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13863 (tramp-let-maybe): New macro, let-binds a variable only if it
13864 isn't obsolete.
13865 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13866 (tramp-handle-file-truename): Use it.
13867 (tramp-completion-file-name-regexp-unified): Avoid matching
13868 filenames starting with "/:" -- those are reserved for
13869 file-name-non-special.
13870
13871 * tramp-smb.el (tramp-smb-open-connection):
13872 Use tramp-set-process-query-on-exit-flag compat function.
13873
13874 2004-05-29 Richard M. Stallman <rms@gnu.org>
13875
13876 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13877
13878 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13879 (eval-last-sexp-print-value): Print char equivalent regardless
13880 of standard-output value.
13881
13882 * thumbs.el (thumbs-subst-char-in-string): Delete.
13883 (thumbs-thumbname): Use subst-char-in-string.
13884 (thumbs-resize-image): Use condition-case, not ignore-errors.
13885 (thumbs-kill-buffer): Likewise.
13886
13887 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13888 (thumbs-mode): Make buffer read-only.
13889 (thumbs-make-thumb): Unconditionally accept an existing file.
13890 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13891 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13892 (thumbs-show-thumbs-list): Error if images not supported.
13893 (thumbs-save-current-image): Improve prompt string.
13894 (thumbs-mode-map): Define u, R, x.
13895 (thumbs-unmark): New command.
13896 (thumbs-emboss-image): Minor cleanup.
13897 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13898 (thumbs-rename-images): New command.
13899 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13900
13901 * thumbs.el (thumbs-current-image): New function.
13902 (thumbs-file-list, thumbs-file-alist): New functions.
13903 (thumbs-find-image): Delete arg L.
13904 Don't set up thumbs-fileL as buffer-local global var.
13905 (thumbs-find-image-at-point): Use thumbs-current-image.
13906 (thumbs-set-image-at-point-to-root-window): Likewise.
13907 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13908 Record and warn about errors. Update thumbs-markedL for deletions.
13909 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13910 (thumbs-redraw-buffer): Use thumbs-file-list.
13911 (thumbs-mark): Use thumbs-current-image.
13912 (thumbs-show-name): Use thumbs-current-image.
13913
13914 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13915 and imenu--last-menubar-index-alist.
13916
13917 * subr.el (with-selected-window): Undo previous change.
13918
13919 2004-05-29 John Paul Wallington <jpw@gnu.org>
13920
13921 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13922 (thumbs-mouse-find-image): New command.
13923 (thumbs-mode-map): Bind it to mouse-2.
13924 (thumbs-mode): Make mode-class special.
13925 (thumbs-view-image-mode): Likewise.
13926
13927 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13928
13929 * flymake.el: New file.
13930
13931 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13932
13933 * files.el (find-file-noselect-1): Do not bind
13934 `inhibit-read-only' to t during execution of
13935 `find-file-not-found-functions'.
13936
13937 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13938
13939 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13940 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13941
13942 2004-05-28 Juri Linkov <juri@jurta.org>
13943
13944 * simple.el (eval-expression-print-format): New fun.
13945
13946 * simple.el (eval-expression):
13947 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13948 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13949 (edebug-eval-expression): Print additionally the value returned by
13950 `eval-expression-print-format'.
13951
13952 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13953 (insert-pair): Make arguments optional. Find character pair
13954 from `insert-pair-alist' according to the last input event.
13955 (insert-parentheses): Make arguments optional.
13956 (raise-sexp, delete-pair): New funs.
13957
13958 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13959 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13960 Bind C-M-q to `indent-pp-sexp'.
13961
13962 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13963 `pp-to-string' modified to be able to format text with newlines.
13964 (pp-to-string): Move the buffer-formatting part of the code to
13965 `pp-buffer'. Call `pp-buffer'.
13966
13967 * info.el (Info-desktop-buffer-misc-data): Don't save information
13968 about virtual files.
13969 (Info-restore-desktop-buffer): Restore Info buffers in prepared
13970 buffers with names obtained from the desktop file instead of the
13971 default *info* buffer.
13972
13973 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13974
13975 * subr.el (with-selected-window): Only save/restore the selected window.
13976
13977 * progmodes/compile.el (compilation-error-regexp-alist):
13978 Use expand-file-name and data-directory.
13979
13980 * progmodes/grep.el (grep-tree): Rework previous fix.
13981
13982 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13983 after the user marked text with the mouse.
13984
13985 * startup.el (command-line): Keep the first regexp of
13986 auto-save-file-name-transforms intact.
13987
13988 2004-05-28 Juanma Barranquero <lektu@terra.es>
13989
13990 * cus-edit.el (customize-face, customize-face-other-window)
13991 (custom-face-edit-delete): Make arguments match their use in
13992 docstring.
13993 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13994 docstring.
13995
13996 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13997 not `cvs-butlast'.
13998
13999 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14000 `nbutlast' are in subr.el).
14001
14002 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14003 (set-w32-system-coding-system): Doc fixes.
14004
14005 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14006 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14007 Make arguments match their use in docstring.
14008 (artist-draw-region-trim-line-endings)
14009 (artist-mouse-choose-operation): Fix typo in docstring.
14010 (artist-key-set-point-common): Doc fix.
14011
14012 2004-05-28 Simon Josefsson <jas@extundo.com>
14013
14014 * mail/smtpmail.el (smtpmail-open-stream):
14015 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14016
14017 2004-05-26 Simon Josefsson <jas@extundo.com>
14018
14019 * starttls.el: Merge with my GNUTLS based starttls.el.
14020 (starttls-gnutls-program, starttls-use-gnutls)
14021 (starttls-extra-arguments, starttls-process-connection-type)
14022 (starttls-connect, starttls-failure, starttls-success): New variables.
14023 (starttls-program, starttls-extra-args): Doc fix.
14024 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14025 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14026 and pass on to corresponding *-gnutls function if it is set.
14027
14028 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14029
14030 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14031 remote files.
14032
14033 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14034
14035 * files.el (file-name-non-special): There are more operations
14036 which need handling: `find-backup-file-name',
14037 `insert-file-contents', `verify-visited-file-modtime',
14038 `write-region'. Rename t value of method to `add'. Add new
14039 methods `quote' and `unquote-then-quote' to file-arg-indices.
14040
14041 2004-05-25 Juri Linkov <juri@jurta.org>
14042
14043 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14044 (Info-index-nodes): Enclose code in condition-case to catch errors.
14045 (Info-index-node): Don't search all index nodes if request is only
14046 for the current node and file is not in the cache of index nodes.
14047 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14048 for consistency with dired-copy-filename-as-kill.
14049 Bind `S' to Info-search-case-sensitively.
14050 (Info-copy-current-node-name): New arg. With zero prefix arg put
14051 the name inside a function call to `info'. Display copied text in
14052 the echo area.
14053
14054 2004-05-25 Sam Steingold <sds@gnu.org>
14055
14056 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14057 strip the package prefix from the symbol name, if any.
14058 Make it the `find-tag-default-function' for `lisp-mode'.
14059
14060 2004-05-25 John Paul Wallington <jpw@gnu.org>
14061
14062 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14063 instead of obsolete `process-kill-without-query'.
14064
14065 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14066 Declare as variable, not constant.
14067
14068 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14069
14070 * files.el (find-file-noselect-1): Fix bug introduced by
14071 Revision 1.694. As a side effect, `inhibit-read-only'
14072 is again, by default, t during execution of
14073 `find-file-not-found-functions'.
14074 (insert-directory): Check that lines were really inserted by
14075 the --dired switch, before erasing them.
14076
14077 2004-05-24 Nick Roberts <nickrob@gnu.org>
14078
14079 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14080 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14081 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14082 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14083 gud-minor-mode (gdbmi).
14084
14085 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14086
14087 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14088 explicitly select the text to be taken as URL.
14089
14090 2004-05-23 Juri Linkov <juri@jurta.org>
14091
14092 * info.el (Info-index-nodes): New var and fun.
14093 (Info-goto-index, Info-index, info-apropos)
14094 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14095 (Info-index): Fix docstring. Store and restore Info-history-list.
14096 (Info-complete-nodes): New var.
14097 (Info-complete-menu-item): Use it.
14098 (Info-index-node): New fun.
14099 (Info-final-node, Info-forward-node, Info-backward-node)
14100 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14101 Use Info-index-node.
14102 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14103 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14104 (Info-find-node-2): If a node with period in its name not found,
14105 try to find a node without the name part after period.
14106 (Info-select-node): Call Info-fontify-node only if
14107 Info-fontify-maximum-menu-size is not nil.
14108 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14109 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14110 Preserve Info-history-list.
14111 (Info-toc): Set Info-current-file.
14112 (Info-build-toc): Move point to the beginning of the buffer.
14113 Add main-file variable.
14114 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14115 Use backslashed representation of the control character ^_.
14116
14117 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14118 numbers in the new Texinfo 4.7 format.
14119
14120 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14121 regexps for function and variable names.
14122
14123 * descr-text.el (describe-property-list): Add [show] button for
14124 `syntax-table' property with action to pp to a separate buffer.
14125 (describe-char): Replace search-forward by re-search-forward with
14126 whitespace regexp after "character:" to not fail in too narrow windows.
14127
14128 * simple.el (next-error-find-buffer): Add a rule to return
14129 next-error capable buffer if one window on the selected frame
14130 displays such buffer.
14131
14132 2004-05-23 Nick Roberts <nickrob@gnu.org>
14133
14134 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14135 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14136 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14137 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14138 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14139 Handle new value for gud-minor-mode (gdbmi).
14140 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14141 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14142 Change from local to global gdb variable set.
14143 (gdb-ann3): Initialise above gdb variable set.
14144 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14145 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14146 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14147 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14148 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14149 (gdb-info-locals-handler, gdb-invalidate-assembler)
14150 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14151 set as global variables.
14152 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14153 Handle gdbmi.
14154 (gdb-info-breakpoints-custom): Fix regexp.
14155 (def-gdb-var): Delete.
14156
14157 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14158 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14159 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14160 a new mode. The file (gdb-mi.el) for this mode will be included
14161 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14162 primary interface.
14163
14164 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14165
14166 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14167 interpreted as a directory.
14168
14169 2004-05-22 Richard M. Stallman <rms@gnu.org>
14170
14171 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14172 as a close quote.
14173
14174 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14175
14176 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14177 Use assoc-string, not assoc-ignore-case.
14178
14179 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14180
14181 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14182 If moving back then fwd gets a defun that ends before point,
14183 try again moving fwd then back.
14184
14185 * files.el (file-name-non-special): Allow t in file-arg-indices
14186 to mean requote the return value. Use `identity' as an element
14187 rather than as the whole value.
14188
14189 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14190
14191 2004-05-22 Juanma Barranquero <lektu@terra.es>
14192
14193 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14194 `help-make-usage'.
14195 (help-highlight-arguments): Skip function name before searching
14196 for arguments.
14197
14198 2004-05-21 Juanma Barranquero <lektu@terra.es>
14199
14200 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14201 Don't mention in the docstring these arguments meant for
14202 internal (recursive) use only.
14203 (allout-char-spec): Comment out (it's not implemented).
14204 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14205 obsolescence declaration.
14206 (allout-flatten-exposed-to-buffer)
14207 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14208 (my-mark-marker): Doc fix.
14209 (produce-allout-mode-map, allout-sibling-index)
14210 (allout-isearch-expose, allout-distinctive-bullet)
14211 (allout-open-topic, allout-reindent-body)
14212 (allout-rebullet-heading, allout-process-exposed)
14213 (allout-insert-listified, allout-latex-verb-quote)
14214 (allout-insert-latex-header, allout-insert-latex-trailer):
14215 Make arguments match their use in docstring.
14216 (allout-primary-bullet, allout-old-style-prefixes)
14217 (allout-inhibit-protection, allout-init, allout-mode)
14218 (allout-before-change-protect, allout-flag-region):
14219 Use "Emacs" instead of "emacs" in docstrings.
14220
14221 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14222
14223 * international/characters.el: Modify syntax of more characters.
14224
14225 2004-05-21 Masatake YAMATO <jet@gyve.org>
14226
14227 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14228 (etags-tags-completion-table): Show parsing progress.
14229
14230 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14231
14232 * locate.el (locate-prompt-for-command): Shorten first line of
14233 docstring.
14234 (locate-mode): Expand docstring and include keymap summary.
14235
14236 * files.el (find-file-noselect-1): Limit the scope of the
14237 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14238 is, by default, nil during the execution of
14239 `find-file-not-found-functions' and `find-file-hook'.
14240
14241 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14242
14243 * facemenu.el (facemenu-color-name-equal): New function.
14244 (list-colors-display): Use it to compare colors instead of
14245 facemenu-color-equal.
14246
14247 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14248
14249 * compare-w.el (compare-windows-face): Use min-colors instead of
14250 checking for tty or pc types.
14251
14252 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14253
14254 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14255 (completion-setup-function): Use with-current-buffer.
14256 Properly save excursion. Simplify.
14257 Don't assume there is necessarily a `mouse-face' property somewhere.
14258
14259 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14260
14261 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14262
14263 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14264 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14265 Use with-current-buffer.
14266 (byte-goto-log-buffer): Delete.
14267 (byte-compile-log-file): Call compilation-forget-errors.
14268
14269 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14270
14271 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14272 output messages into the search result.
14273
14274 2004-05-19 Masatake YAMATO <jet@gyve.org>
14275
14276 * wid-edit.el (widget-radio-button-notify): Revert my last
14277 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14278
14279 2004-05-19 Kenichi Handa <handa@m17n.org>
14280
14281 * international/characters.el: Fix syntax (open/close) of CJK chars.
14282
14283 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14284
14285 * help-mode.el (help-go-back): Don't depend on position of back button.
14286
14287 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14288
14289 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14290 files files don't contain an accidental additional /.
14291
14292 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14293 in source buffer.
14294
14295 2004-05-18 Masatake YAMATO <jet@gyve.org>
14296
14297 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14298 to widget-apply. :action method assumes 2 arguments, not 3.
14299
14300 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14301
14302 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14303 New constants.
14304 (hs-special-modes-alist): Add an f90-mode entry.
14305
14306 2004-05-17 Sam Steingold <sds@gnu.org>
14307
14308 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14309 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14310
14311 2004-05-16 Kim F. Storm <storm@cua.dk>
14312
14313 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14314
14315 2004-05-15 John Wiegley <johnw@newartisans.com>
14316
14317 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14318 (eshell-output-object-to-target): Improve output speed 20% by not
14319 calling `eshell-stringify' if something is already known to be a string.
14320
14321 2004-05-15 Alex Ott <ott@jet.msk.su>
14322
14323 * textmodes/ispell.el (ispell-local-dictionary-alist):
14324 Add windows-1251 to the choice of coding systems.
14325 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14326 encoded in cp1251.
14327
14328 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14329
14330 * progmodes/compile.el (compilation-warning-face)
14331 (compilation-info-face): Use min-colors.
14332
14333 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14334
14335 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14336 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14337 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14338 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14339 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14340 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14341 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14342 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14343 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14344 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14345 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14346 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14347 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14348 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14349
14350 2004-05-15 Kim F. Storm <storm@cua.dk>
14351
14352 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14353 Use it to set triggered-p element of timer.
14354 (timer-event-handler): Set triggered-p element non-nil while running
14355 the timer function.
14356
14357 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14358
14359 * descr-text.el (describe-char-unicode-data)
14360 (describe-char-unicodedata-file): Re-enable the unicode code now that
14361 the licensing issues have been cleared in the unicode-4 license.
14362 (describe-text-properties-1): Remove unused `overlay' var.
14363 (describe-char): Remove unused var `buffer'.
14364
14365 2004-05-14 David Ponce <david@dponce.com>
14366
14367 * tree-widget.el: New file.
14368
14369 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14370
14371 * language/european.el ("Brazilian Portuguese"): Add support for
14372 Brazilian Portuguese.
14373
14374 2004-05-13 John Wiegley <johnw@newartisans.com>
14375
14376 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14377 `recentf-mode' if this variable has been customized to t.
14378
14379 * eshell/esh-test.el (eshell-test): Call the function
14380 `emacs-version' rather than trying to build a custom version string.
14381
14382 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14383
14384 * net/telnet.el (telnet-mode): Use define-derived-mode.
14385 Don't modify the global value of comint-prompt-regexp.
14386
14387 2004-05-13 John Paul Wallington <jpw@gnu.org>
14388
14389 * version.el (emacs-version): Check for `gtk' feature before
14390 `x-toolkit' feature.
14391
14392 2004-05-13 Juanma Barranquero <lektu@terra.es>
14393
14394 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14395 arguments in the docstring, they're used only in recursive calls.
14396
14397 * help-fns.el (help-arg-highlighting-function)
14398 (help-argument-name): Delete.
14399 (help-default-arg-highlight): New function.
14400 (help-do-arg-highlighting): Use it.
14401
14402 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14403
14404 * calendar/appt.el (appt-disp-window):
14405 Use `calendar-set-mode-line' for a centered mode-line.
14406
14407 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14408
14409 * calendar/appt.el (appt-disp-window): Do not split window
14410 excessively when `split-height-threshold' is low.
14411
14412 2004-05-12 Nick Roberts <nickrob@gnu.org>
14413
14414 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14415 kill-buffer-hook here and make it local.
14416 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14417
14418 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14419
14420 * progmodes/compile.el (compilation-set-window-height):
14421 Use save-excursion to protect against misplaced marker.
14422
14423 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14424
14425 * custom.el (defface): Document that type can have value gtk.
14426
14427 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14428
14429 2004-05-12 Kenichi Handa <handa@m17n.org>
14430
14431 * descr-text.el: Require quail at comile time.
14432 (describe-char): If an input method is on and it supports the
14433 character, show how to input it.
14434
14435 * international/quail.el (quail-install-decode-map): Accept a
14436 char-table whose subtype is `quail-decode-map'.
14437 (quail-store-decode-map-key, quail-gen-decode-map1)
14438 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14439 (quail-show-key): New functions.
14440
14441 2004-05-12 Juanma Barranquero <lektu@terra.es>
14442
14443 * generic.el (define-generic-mode): Remove redundant arglist info.
14444
14445 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14446 Make arguments match their use in docstring.
14447 (help-arg-highlighting-function): New variable.
14448 (help-argument-name): Mention it in the docstring.
14449 (help-do-arg-highlight): Use it. Expand regexp to accept also
14450 ARG-xxx and xxx-ARG references.
14451
14452 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14453
14454 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14455 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14456 and "mailto:addr1?to=addr2" equal.
14457
14458 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14459
14460 * man.el (Man-getpage-in-background): Use shell-file-name
14461 and shell-command-switch variables instead of hard-coded values.
14462
14463 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14464
14465 * iimage.el: New file.
14466
14467 2004-05-11 Juanma Barranquero <lektu@terra.es>
14468
14469 * custom.el (custom-initialize-default, defcustom):
14470 Fix typo in docstring.
14471
14472 * files.el (set-visited-file-name, file-expand-wildcards):
14473 Fix docstring.
14474
14475 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14476
14477 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14478
14479 * subr.el (eventp): Be more discriminating with integers.
14480
14481 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14482
14483 * progmodes/compile.el (compile): Add universal prefix arg.
14484 (compilation-error-regexp-alist-alist): Add edg patterns.
14485
14486 2004-05-10 Sam Steingold <sds@gnu.org>
14487
14488 * textmodes/ispell.el (ispell-message):
14489 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14490
14491 2004-05-10 Dave Love <fx@gnu.org>
14492
14493 * progmodes/python.el (help-buffer): Autoload when compiling.
14494 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14495 (run-python): Prepend to any existing PYTHONPATH.
14496
14497 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14498
14499 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14500 for pending breakpoints.
14501
14502 2004-05-10 Richard M. Stallman <rms@gnu.org>
14503
14504 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14505 directly without calling any functions in Rmail.
14506 (unrmail-unprune): Function deleted.
14507
14508 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14509
14510 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14511 C-c C-z binding.
14512
14513 2004-05-10 Kenichi Handa <handa@m17n.org>
14514
14515 * descr-text.el (describe-char): Fix previous change. Don't make
14516 a unibyte character to multibyte in the *Help* buffer.
14517
14518 2004-05-10 Miles Bader <miles@gnu.org>
14519
14520 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14521 buffer an error if the debugger process is actually running.
14522
14523 2004-05-10 Juanma Barranquero <lektu@terra.es>
14524
14525 * help-fns.el (help-argument-name): Default to italic.
14526 (help-highlight-arguments): Return always (usage . doc), even when
14527 usage is nil.
14528
14529 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14530 (define-ibuffer-filter): Add usage info.
14531 (define-ibuffer-op): Add usage info (but CL-style defaults for
14532 keyword args are not shown).
14533
14534 * subr.el (remove-overlays, read-passwd): Fix docstring.
14535 (start-process-shell-command): Fix docstring. Put usage info in a
14536 format usable by `describe-function'.
14537 (open-network-stream, open-network-stream-nowait)
14538 (open-network-stream-server): Fix docstring.
14539
14540 2004-05-09 Jason Rumney <jasonr@gnu.org>
14541
14542 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14543 Only define cp125* if windows-125* is already defined.
14544
14545 * language/korean.el (cp949): Add alias.
14546
14547 * language/chinese.el (cp936, cp950): Add aliases.
14548
14549 * language/japanese.el (cp932): Add alias.
14550
14551 * term/w32-win.el: Require code-pages.
14552
14553 * international/mule-cmds.el (set-locale-environment):
14554 On MS-Windows use ansi code-page for default coding-systems.
14555 Set up paper sizes for Windows 3 letter languages.
14556
14557 * international/code-pages.el (cp932, cp936, cp949, cp950):
14558 Add aliases. Also add cp125* if not already defined.
14559
14560 2004-05-09 Juanma Barranquero <lektu@terra.es>
14561
14562 * help-fns.el (help-highlight-arguments): Don't try to highlight
14563 missing or autoloaded arglists. Accept structured arguments, like
14564 the first ones of `do' and `flet'.
14565
14566 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14567 (cvs-get-marked): Remove redundant arglist info.
14568
14569 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14570 Don't use CL-style default args.
14571
14572 2004-05-08 Andreas Schwab <schwab@suse.de>
14573
14574 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14575
14576 * international/subst-ksc.el: Fix references to utf-translate-cjk
14577 into utf-translate-cjk-mode.
14578 * international/subst-big5.el: Likewise.
14579 * international/subst-gb2312.el: Likewise.
14580 * international/subst-jis.el: Likewise.
14581 * international/utf-16.el: Likewise.
14582 * international/utf-8.el: Likewise.
14583
14584 2004-05-08 John Wiegley <johnw@newartisans.com>
14585
14586 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14587 "virtual buffers" (off by default), which makes it possible to
14588 switch to the "virtual" buffers of recently visited files. When a
14589 buffer name search fails, and this option is on, iswitchb will
14590 look at the list of recently visited files, and permit matching
14591 against those names. When the user hits RET on a match, it will
14592 revisit that file.
14593 (iswitchb-read-buffer): Add two optional arguments, which makes
14594 isearchb.el possible.
14595 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14596 (iswitchb-next-match): Add support for virtual buffers.
14597
14598 * isearchb.el: This module extends iswitchb to provide "as you
14599 type" buffer selection.
14600
14601 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14602 Ignore the read-only property when flyspell highlighting is on.
14603 Not ignoring it leads to a series of confusing errors.
14604 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14605 but also make sure to call flyspell-incorrect-hook.
14606 (flyspell-maybe-correct-transposition): Perform transposition test
14607 by bit twiddling a string, rather than using a temp buffer.
14608 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14609 buffer. This is also the original version of the code, which
14610 could not be checked in before due to a previous lack of
14611 assignment papers. This version has seen heavy usage on my system
14612 for several years now.
14613
14614 * calendar/cal-bahai.el: New file, which adds support for the
14615 Baha'i calendar to Emacs. This calendar is based on a solar year
14616 of 19 months of 19 days, with 4 intercalary days. Each year
14617 begins on March 21, with the calendar starting in 1844.
14618
14619 * calendar/cal-menu.el, calendar/calendar.el
14620 * calendar/diary-lib.el, calendar/holidays.el:
14621 Added support for using cal-bahai.el.
14622
14623 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14624 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14625 function can be used outside of eshell buffers.
14626 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14627
14628 2004-05-08 Juanma Barranquero <lektu@terra.es>
14629
14630 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14631 word constituent so FOO-ARG is not recognized as an arg.
14632 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14633
14634 * simple.el (next-error): Fix typo in docstring.
14635 (open-line): Make argument names match their use in docstring.
14636 (split-line): Fix docstring.
14637
14638 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14639 usable by `describe-function'.
14640 (gensym, gentemp, typep, ignore-errors): Make argument names match
14641 their use in docstring.
14642
14643 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14644 argument to `help-setup-xref'.
14645
14646 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14647
14648 Version 2.0.40 of Tramp released.
14649
14650 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14651 Use symbol-function to invoke functions only known on some Emacs
14652 flavors. This avoids byte-compiler warnings. Reported by Kevin
14653 Scaldeferri <kevin@scaldeferri.com>.
14654 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14655 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14656 consistent with the other tramp-do-* functions.
14657 (tramp-do-copy-or-rename-file): Calls adjusted.
14658 (tramp-process-initial-commands): Avoid liveness check on shell --
14659 we know that it must be alive since we're opening a connection at
14660 this moment.
14661 (tramp-last-cmd): New internal variable.
14662 (tramp-process-echoes): New tunable.
14663 (tramp-send-command): Set tramp-last-cmd.
14664 (tramp-wait-for-output): Delete echo, if applicable.
14665 (tramp-read-passwd): Construct the key for the password cache in a
14666 way that works for multi methods, too.
14667 (tramp-bug): Add backup-directory-alist and
14668 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14669
14670 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14671
14672 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14673
14674 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14675 (tramp-actions-copy-out-of-band): New defcustoms.
14676 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14677 used instead of a synchronous one. Allows password entering.
14678 (tramp-action-out-of-band): New defun.
14679 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14680 Remove restriction with password from doc string.
14681 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14682 `tramp-out-of-band-prompt-regexp',
14683 `tramp-actions-copy-out-of-band', `password-cache' and
14684 `password-cache-expiry'.
14685 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14686 password caching.
14687 (tramp-touch): FILE can be a local file, too.
14688 (TODO): Remove items done.
14689 (tramp-handle-insert-directory): Properly quote file name also if
14690 not full-directory-p. Handle wildcard case. Reported by Andreas
14691 Schwab <schwab@suse.de>.
14692 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14693 new file.
14694 (tramp-handle-file-local-copy, tramp-handle-write-region):
14695 The permissions of the temporary file are set if filename exists.
14696 Reported by Ted Stern <stern@cray.com>.
14697 (tramp-backup-directory-alist)
14698 (tramp-bkup-backup-directory-info): New defcustoms.
14699 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14700 (tramp-handle-find-backup-file-name): New function.
14701 Implements Tramp's find-backup-file-name.
14702
14703 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14704 for `find-backup-file-name'.
14705
14706 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14707 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14708
14709 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14710
14711 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14712
14713 2004-05-07 Juanma Barranquero <lektu@terra.es>
14714
14715 * subr.el (lambda): Add arglist description to docstring.
14716 (declare): Fix typo in docstring.
14717 (open-network-stream): Fix docstring.
14718 (process-kill-without-query): Fix docstring and add obsolescence info.
14719 (last, butlast, nbutlast): Make arguments match their use in docstring.
14720 (insert-buffer-substring-no-properties): Likewise.
14721 (insert-buffer-substring-as-yank): Likewise.
14722 (split-string): Fix docstring.
14723
14724 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14725 Make argument names match their use in docstring.
14726
14727 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14728
14729 2004-05-06 Nick Roberts <nickrob@gnu.org>
14730
14731 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14732 Fit first sentence on one line for apropos-command.
14733
14734 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 Changes largely merged in from Dave Love's code.
14737 * progmodes/python.el: Doc fixes.
14738 (python-mode-map): Add python-complete-symbol.
14739 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14740 (python-comment-indent, python-complete-symbol)
14741 (python-symbol-completions, python-partial-symbol)
14742 (python-try-complete): New.
14743 (python-indent-line): Remove optional arg. Use python-block-end-p.
14744 (python-check): Bind compilation-error-regexp-alist.
14745 (inferior-python-mode): Use rx. Move keybindings to top level.
14746 Set comint-input-filter.
14747 (python-preoutput-filter): Use rx.
14748 (python-input-filter): Re-introduce.
14749 (python-proc): Start new process if necessary.
14750 Check python-buffer non-nil.
14751 (view-return-to-alist): Defvar.
14752 (python-send-receive): New.
14753 (python-eldoc-function): Use it.
14754 (python-mode-running): Don't defvar.
14755 (python-mode): Set comment-indent-function.
14756 Maybe update hippie-expand-try-functions-list.
14757 (python-indentation-levels): Initialize differently.
14758 (python-block-end-p): New.
14759 (python-indent-line): Use it.
14760 (python-compilation-regexp-alist): Augment.
14761 (run-python): Import `emacs' module to Python rather than loading
14762 code directly. Set python-buffer differently.
14763 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14764 Use python-proc.
14765 (python-send-command): Go to end of comint buffer.
14766 (python-load-file): Use python-proc, emacs.eimport.
14767 (python-describe-symbol): Simplify interactive form.
14768 Use emacs.help. Do use temp-buffer-show-hook.
14769 Call print-help-return-message.
14770 (hippie-exp): Require when compiling.
14771 (python-preoutput-continuation): Use rx.
14772
14773 * diff-mode.el (diff-make-unified): Fix regexp.
14774
14775 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14776
14777 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14778 filter groups from the buffer when rebuilding the Ibuffer buffer
14779 and `ibuffer-show-empty-filter-groups' is nil.
14780
14781 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14782
14783 * ps-print.el (ps-print-quote): Call ps-value-string.
14784 (ps-setup): Call ps-comment-string.
14785 (ps-value-string, ps-comment-string): New funs.
14786
14787 2004-05-06 Juanma Barranquero <lektu@terra.es>
14788
14789 * ehelp.el (electric-help-command-loop): Check whether the last
14790 character is visible, not (point-max).
14791
14792 * help-fns.el (help-argument-name): Default to bold; don't inherit
14793 from font-lock-variable-name-face.
14794 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14795
14796 2004-05-05 Kenichi Handa <handa@m17n.org>
14797
14798 * descr-text.el (describe-char): Copy the character with text
14799 properties and overlays into the first line, and call
14800 describe-text-properties on it.
14801
14802 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14803
14804 * iswitchb.el (iswitchb-global-map): Fix typo.
14805 Remove unwanted ###autoloads from source file.
14806
14807 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14808
14809 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14810 in run-hooks. Use substitute-command-keys in message.
14811 (wdired-abort-changes): Add message.
14812
14813 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14814
14815 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14816 (sql-emacs20-p): Remove.
14817 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14818 (sql-builtin-face, sql-doc-face): Remove.
14819 (sql-mode-ansi-font-lock-keywords)
14820 (sql-mode-oracle-font-lock-keywords)
14821 (sql-mode-postgres-font-lock-keywords)
14822 (sql-mode-linter-font-lock-keywords)
14823 (sql-mode-ms-font-lock-keywords)
14824 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14825 (sql-product-font-lock): Fix font-lock reset when font rules change.
14826 (sql-highlight-product): Remove incorrect font-lock reset logic.
14827
14828 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14829
14830 * ses.el (ses-set-parameter): Fix typo.
14831
14832 2004-05-04 Kim F. Storm <storm@cua.dk>
14833
14834 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14835 Must expand directory for completion to work; and don't mess with
14836 process-environment.
14837 (ido-read-file-name): If command has ido property, don't use ido
14838 if value is ignore, or read as directory if value is dir.
14839 Set ido ignore property for dired-do-rename command.
14840
14841 2004-05-04 Juanma Barranquero <lektu@terra.es>
14842
14843 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14844 (electric-help-help): Check against unmapped commands.
14845
14846 * help-fns.el (help-argument-name): New face, inheriting from
14847 font-lock-variable-name-face, to highlight function arguments in
14848 `describe-function' and `describe-key'.
14849 (help-do-arg-highlight): Auxiliary function to highlight a given
14850 list of arguments in a string.
14851 (help-highlight-arguments): Highlight the function arguments and
14852 all uses of them in the docstring.
14853 (describe-function-1): Use it. Do docstring output via `insert',
14854 not 'princ', so text attributes are preserved.
14855
14856 * winner.el (winner-mode-map): Move `winner-undo' and
14857 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14858 previous bindings conflict with `prev-buffer', `next-buffer').
14859
14860 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14861
14862 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14863 (bibtex-entry-update): New command bound to C-c C-u.
14864 (bibtex-text-in-string): Fix regexp.
14865 (bibtex-assoc-of-regexp): Remove.
14866 (bibtex-progress-message): Fix docstring.
14867 (bibtex-inside-field): Use if.
14868 (bibtex-assoc-regexp): New function.
14869 (bibtex-format-entry): Make code more robust so that it formats
14870 also old entries.
14871 (bibtex-autokey-demangle-title): Merge with obsolete function
14872 bibtex-assoc-of-regexp.
14873 (bibtex-field-list): New function.
14874 (bibtex-entry): Use bibtex-field-list.
14875 (bibtex-parse-entry): Fix docstring.
14876 (bibtex-print-help-message): Use bibtex-field-list.
14877 (bibtex-make-field): Use bibtex-field-list.
14878 (bibtex-entry-index): Bugfix. Return crossref key if required.
14879 (bibtex-lessp): Fix docstring.
14880
14881 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14882
14883 * select.el (xselect-convert-to-string): Move comment to intended line.
14884
14885 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14886
14887 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14888 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14889
14890 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14891
14892 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14893 x-get-selection.
14894
14895 2004-05-03 Jason Rumney <jasonr@gnu.org>
14896
14897 * makefile.nt: Remove.
14898
14899 2004-05-03 Kim F. Storm <storm@cua.dk>
14900
14901 * emulation/cua-base.el (cua--update-indications): Fix last change.
14902 (cua-mode): Deactivate mark when cua-mode is enabled.
14903
14904 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14905
14906 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14907
14908 2004-05-03 Nick Roberts <nickrob@gnu.org>
14909
14910 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14911 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14912 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14913 window over visible frames.
14914 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14915
14916 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14917
14918 * progmodes/compile.el (compilation-gcpro): New var.
14919 (compilation-fake-loc): Use it.
14920 (compilation-forget-errors): Reset it.
14921
14922 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14923
14924 * diff-mode.el (diff-header-face, diff-file-header-face):
14925 Use min-colors.
14926
14927 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14928
14929 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14930 (bibtex-clean-entry): Disentangle code.
14931 (bibtex-realign): New function.
14932 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14933 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14934 Remove undocumented optional arg called-by-convert-alien.
14935 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14936 for sorting instead of bibtex-sort-buffer.
14937
14938 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14939
14940 * progmodes/compile.el (compilation-start): In the
14941 no-async-subprocesses branch, call sit-for to give redisplay a
14942 chance to show the updated process status in the mode line, and
14943 fontify the buffer explicitly after the process exits.
14944
14945 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14946
14947 * progmodes/python.el (python-compilation-line-number): Remove.
14948 (python-compilation-regexp-alist): Don't use it any more.
14949 (python-orig-start, python-input-filter): Remove.
14950 (inferior-python-mode): Don't set up comint-input-filter-functions.
14951 (python-send-region): Use compilation-fake-loc.
14952
14953 * progmodes/compile.el (compilation-messages-start): New var.
14954 (compilation-mode): Don't setup next-error-function here.
14955 (compilation-setup): Set it up here instead (for minor modes as well).
14956 Make compilation-messages-start buffer local.
14957 (compilation-next-error-function): Use it.
14958 (compilation-forget-errors): Set compilation-messages-start.
14959
14960 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
14961
14962 * ielm.el (ielm-prompt-read-only): Update docstring.
14963
14964 * comint.el (comint-prompt-read-only): Update docstring.
14965 (comint-update-fence, comint-kill-whole-line)
14966 (comint-kill-region): New functions.
14967
14968 * simple.el (kill-whole-line): Use "p" instead of "P" in
14969 interactive form.
14970
14971 2004-05-01 Juanma Barranquero <lektu@terra.es>
14972
14973 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14974 format arglist so default values in CL-style argument lists are
14975 correctly shown.
14976
14977 2004-05-01 Jason Rumney <jasonr@gnu.org>
14978
14979 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14980
14981 2004-05-01 Kenichi Handa <handa@m17n.org>
14982
14983 * international/titdic-cnv.el (miscdic-convert): Don't generate a
14984 quail file if it is up to date.
14985
14986 2004-04-30 Juri Linkov <juri@jurta.org>
14987
14988 * cus-edit.el (custom-mode-map):
14989 Add key binding `C-x C-s' to `Custom-save'.
14990
14991 * outline.el (outline-blank-line): New var.
14992 (outline-next-preface, outline-show-heading)
14993 (outline-end-of-subtree): Use it.
14994
14995 * dired-aux.el (dired-touch-initial): New fun.
14996 (dired-do-chxxx): Call it for op-symbol `touch'.
14997 (dired-diff): Use `dired-dwim-target-directory'
14998 if current dired buffer has no buffer mark.
14999
15000 * bindings.el (propertized-buffer-identification):
15001 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15002 Add C-M-arrow keys for consistency.
15003
15004 * files.el (confirm-kill-emacs):
15005 Change group from top-level `emacs' to `convenience'.
15006
15007 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15008 Push mark on the first call of successive command calls.
15009 (insert-pair): New fun created from `insert-parentheses' with
15010 `open' and `close' arguments added. Enclose active regions
15011 in paired characters. Compare adjacent characters syntax with
15012 inserted characters syntax before inserting a space.
15013 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15014
15015 * delsel.el: Don't put `delete-selection' property
15016 on `insert-parentheses' symbol to take advantage of
15017 region handling in `insert-pair' function.
15018 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15019
15020 2004-04-30 Kim F. Storm <storm@cua.dk>
15021
15022 * emulation/cua-base.el: Add support for changing cursor types;
15023 based on patch from Michael Mauger.
15024 (cua-normal-cursor-color, cua-read-only-cursor-color)
15025 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15026 Customization cursor type and/or cursor color.
15027 (cua--update-indications): Handle cursor type changes.
15028 (cua-mode): Update cursor indications if enabled.
15029
15030 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15031
15032 * mouse.el (mouse-drag-copy-region): New defcustom.
15033 (mouse-set-region, mouse-drag-region-1): Use it.
15034
15035 * simple.el (kill-ring-save): If region face background color is
15036 unspecified (if no highlighting), show extent of fully visible
15037 region even if transient-mark-mode is enabled.
15038
15039 * emulation/cua-base.el (cua--standard-movement-commands):
15040 Add cua-scroll-up and cua-scroll-down.
15041 (cua-scroll-up, cua-scroll-down): New commands.
15042 (cua--init-keymaps): Remap scroll-up and scroll-down.
15043
15044 * emulation/cua-rect.el (cua--convert-rectangle-as):
15045 New defmacro.
15046 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15047 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15048 New commands (suggested by Jordan Breeding).
15049
15050 2004-04-30 Juanma Barranquero <lektu@terra.es>
15051
15052 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15053
15054 2004-04-30 Mario Lang <mlang@delysid.org>
15055
15056 * diff.el (diff-switches): Fix typo in docstring.
15057
15058 2004-04-30 Alex Schroeder <alex@gnu.org>
15059
15060 * xml.el (xml-debug-print-internal): Don't add newline and
15061 indentation to text nodes and write empty elements as empty tags
15062 instead of opening and closing tags.
15063 (xml-debug-print): Take optional indent-string argument.
15064 (xml-print): Alias for xml-debug-print.
15065
15066 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15067
15068 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15069 than duplicate call to `line-beginning-position'.
15070
15071 * progmodes/f90.el (f90-get-present-comment-type):
15072 Return whitespace, as well as comment chars, for consistent filling
15073 of comment blocks. Use `match-string-no-properties'.
15074 (f90-break-line): Trim trailing whitespace when filling comments.
15075
15076 2004-04-30 Dave Love <fx@gnu.org>
15077
15078 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15079 (diary-from-outlook-internal, diary-from-outlook)
15080 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15081 New functions to import diary entries from Outlook-format
15082 appointments in mail messages.
15083
15084 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15085
15086 * progmodes/python.el (python-send-command): New fun.
15087 (python-send-region, python-load-file): Use it.
15088
15089 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15090
15091 * help-fns.el (help-C-file-name): Use new subr-name.
15092 Prepend `src/' to the file name.
15093 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15094 (describe-function-1, describe-variable): Only find a C source file
15095 name if DOC is already loaded.
15096
15097 * help-mode.el (help-function-def, help-variable-def):
15098 Use the new find-function-search-for-symbol functionality.
15099 Allow FILE to be `C-source'.
15100
15101 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15102 (find-function-C-source): New fun.
15103 (find-function-search-for-symbol): Use it.
15104
15105 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15106
15107 * progmodes/sql.el (sql-product-alist): Rename variable
15108 `sql-product-support'. Add Postgres login parameters.
15109 (sql-set-product, sql-product-feature): Update with renamed variable.
15110 (sql-connect-postgres): Add username prompt.
15111 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15112 Make patterns less product specific.
15113 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15114 (sql-mode-abbrev-table): Modify initialization.
15115 (sql-builtin-face): Add variable.
15116 (sql-keywords-re): Add macro.
15117 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15118 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15119 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15120 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15121 (sql-mode-linter-font-lock-keywords)
15122 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15123 (sql-mode-sybase-font-lock-keywords)
15124 (sql-mode-informix-font-lock-keywords)
15125 (sql-mode-interbase-font-lock-keywords)
15126 (sql-mode-ingres-font-lock-keywords)
15127 (sql-mode-solid-font-lock-keywords)
15128 (sql-mode-sqlite-font-lock-keywords)
15129 (sql-mode-db2-font-lock-keywords): Default to nil.
15130 (sql-product-font-lock): Always highlight ANSI keywords.
15131 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15132 (sql-send-string): Add function.
15133
15134 2004-04-29 Dave Love <fx@gnu.org>
15135
15136 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15137 (cfengine-end-of-defun): Ensure progress through buffer.
15138
15139 * info-look.el (cfengine-mode): Accept a terminal ().
15140
15141 2004-04-29 Juri Linkov <juri@jurta.org>
15142
15143 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15144 instead of isearch-yank-word-or-char. Add new key bindings for
15145 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15146 (isearch-del-char): New fun.
15147 (isearch-forward, isearch-edit-string): Update docstring.
15148 (isearch-yank-char): Doc fix.
15149 (isearch-other-meta-char): Restore point after scrolling.
15150
15151 * progmodes/compile.el (compilation-context-lines): Add nil option
15152 to disable compilation output window scrolling.
15153 (compilation-set-window): Use it.
15154
15155 * outline.el (outline-next-preface, outline-show-heading):
15156 Don't leave unhidden blank line before heading.
15157 (outline-end-of-subtree): Include last newline into subtree.
15158 (hide-entry): Leave point at beginning of heading instead of end.
15159 (outline-up-heading): Push mark for the first call of successive
15160 command calls.
15161
15162 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15163
15164 * comint.el (comint-prompt-read-only): New variable.
15165 (comint-output-filter): Implement it.
15166
15167 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15168 (ielm-prompt-internal): New variable.
15169 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15170 (ielm-send-input): Delete unused variable `buf'.
15171 (ielm-eval-input): Use `ielm-prompt-internal'.
15172 (inferior-emacs-lisp-mode): Use new variables
15173 `comint-prompt-read-only' and `ielm-prompt-internal'.
15174 Get rid of obsolete variable `directory-sep-char'.
15175 (ielm): Use `zerop'.
15176
15177 2004-04-29 John Paul Wallington <jpw@gnu.org>
15178
15179 * thumbs.el (toplevel): Require cl at compile time.
15180 Remove conditional definitions of `ignore-errors' and `caddar'
15181 because they occur at run time.
15182
15183 2004-04-28 Nick Roberts <nickrob@gnu.org>
15184
15185 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15186 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15187 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15188 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15189
15190 * progmodes/gud.el (gud-common-init): Throw an error if program is
15191 already running under gdb.
15192
15193 2004-04-28 John Paul Wallington <jpw@gnu.org>
15194
15195 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15196 (thumbs-show-image-num): Move assignment of
15197 `thumbs-current-image-filename' within scope of `i'.
15198 (thumbs-emboss-image): Don't use `evenp'.
15199
15200 2004-04-28 Richard M. Stallman <rms@gnu.org>
15201
15202 * progmodes/compile.el (compilation-context-lines): Default now 0.
15203
15204 2004-04-28 Juanma Barranquero <lektu@terra.es>
15205
15206 Use `time-less-p' from calendar/time-date.el instead of defining
15207 custom versions of it.
15208
15209 * pcomplete.el (pcomplete-time-less-p): Remove.
15210
15211 * thumbs.el (time-less-p): Remove.
15212
15213 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15214 (timeclock-generate-report): Use `time-less-p'.
15215
15216 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15217 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15218
15219 2004-04-28 Masatake YAMATO <jet@gyve.org>
15220
15221 * subr.el (remove-overlays): Make arguments optional.
15222
15223 * wid-edit.el (widget-specify-button): Put evaporate to the
15224 overlay for sample.
15225 (widget-specify-sample): Put evaporate to the overlay for sample.
15226 (widget-specify-doc): Put evaporate to the overlay for documentation.
15227
15228 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15229
15230 * info.el (info-apropos): Make it an index node. Align node names
15231 like makeinfo.
15232
15233 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15234
15235 * net/browse-url.el (browse-url-netscape-sentinel)
15236 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15237 (browse-url-epiphany-sentinel, browse-url-mosaic):
15238 Use browse-url-*-program instead of a literal program name.
15239
15240 2004-04-27 Kevin Ryde <user42@zip.com.au>
15241
15242 * eshell/em-alias.el:
15243 * eshell/em-dirs.el:
15244 * eshell/em-hist.el:
15245 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15246 features when M-x customize-group loads modules before the main
15247 eshell.el.
15248
15249 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15250
15251 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15252 either a character representation of an event or an event
15253 description list.
15254
15255 * type-break.el: Capitalise Emacs and Lisp.
15256 (type-break-good-break-interval, type-break-demo-boring-stats)
15257 (type-break-terse-messages, type-break-file-name): New defcustoms.
15258 (type-break-post-command-hook)
15259 (type-break-warning-countdown-string): Quote variable names in doc.
15260 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15261 (type-break-mode): Document type-break-good-break-interval and the
15262 "session" file. Schedule break according to the session file.
15263 Kill session file buffer on exit. Organise for save-some-buffers
15264 to always save the session file.
15265 (type-break-mode-line-message-mode, type-break-query-mode):
15266 Uppercase arguments.
15267 (type-break-file-time, type-break-file-keystroke-count, timep)
15268 (type-break-choose-file, type-break-get-previous-time)
15269 (type-break-get-previous-count): New defuns.
15270 (type-break): Avoid break querying after a completed break in the
15271 case where the query was initiated during user invocation of the
15272 break. Optional terse messages.
15273 Use type-break-good-break-interval if type-break-good-rest-interval is
15274 nil. File the break time.
15275 (type-break-schedule): New optional args for overriding the use of
15276 the current time.
15277 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15278 after a break.
15279 (type-break-check): File the keystroke count.
15280 (type-break-do-query): Prevent a second query when the break is
15281 interrupted. Optional terse message.
15282 (type-break-keystroke-reset): Record the start of a typing interval.
15283 (type-break-demo-boring): Optional terse messages. Display word
15284 per minute and keystroke counts according to
15285 type-break-demo-boring-stats.
15286
15287 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15288
15289 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15290 directories, make sure they exist under archive-tmpdir.
15291
15292 2004-04-27 Juri Linkov <juri@jurta.org>
15293
15294 * help.el (view-emacs-news): With argument, display info for the
15295 selected version by finding it among different NEWS files, and
15296 narrowing the buffer to the selected version.
15297
15298 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15299 same-window-buffer-names.
15300 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15301 non-numeric prefix argument, append the number to the buffer name
15302 for numeric prefix argument.
15303 (info-other-window): Bind same-window-regexps to nil.
15304 (Info-reference-name): Rename to Info-point-loc.
15305 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15306 and Info-find-index-name for stringy Info-point-loc.
15307 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15308 without middle `.', but with final `.' and optional line number
15309 for it. Set Info-point-loc for index nodes.
15310 (Info-index): Remove middle `.' from index entry regexp.
15311 Modify line number regexp.
15312 (Info-index-next): Decrement line number.
15313 (info-apropos): Remove middle `.' from index entry regexp.
15314 Add optional line number regexp at the end. Add matched value
15315 for line number to the result list and insert it to the buffer.
15316 Replace match-string by match-string-no-properties.
15317 Reorder result list.
15318 (Info-fontify-node): Hide index line numbers.
15319 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15320 empty matches.
15321 (Info-follow-reference): Use `str' instead of
15322 Info-following-node-name-re.
15323 (Info-toc): Use full file names. Set Info-current-node to "Top".
15324 (Info-fontify-node): Compare file names without directory name.
15325 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15326 Set second arg of Info-extract-menu-node-name for index nodes.
15327 (info-xref-visited): Use magenta3 instead of magenta4.
15328 (Info-mode): Add info-apropos to docstring.
15329
15330 * log-view.el (log-view-diff): Replace interactive code "r"
15331 by a list to allow to call it even if region is not active.
15332
15333 * paren.el (show-paren-highlight-openparen): New var.
15334 (show-paren-function): Turn on openparen highlighting when
15335 matching forward if show-paren-highlight-openparen is non-nil.
15336
15337 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15338 the constant value 1.
15339 (completions-common-part): Expand docstring.
15340
15341 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15342
15343 2004-04-27 Kim F. Storm <storm@cua.dk>
15344
15345 * image.el (insert-sliced-image): Use line-height instead of
15346 line-spacing property on newline.
15347
15348 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15349
15350 * desktop.el (desktop-buffer-misc-data-function): Rename to
15351 desktop-save-buffer and change docstring.
15352 (desktop-buffer-modes-to-save): Delete.
15353 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15354 desktop-buffer-modes-to-save.
15355 (desktop-save): Rename desktop-buffer-misc-data-function to
15356 desktop-save-buffer and allow non-function value.
15357 (desktop-missing-file-warning): Correct docstring.
15358
15359 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15360 to desktop-save-buffer.
15361
15362 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15363 desktop-save-buffer.
15364
15365 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15366
15367 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15368
15369 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15370
15371 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15372
15373 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15374
15375 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15376 (ielm): Only go to the end of the buffer when starting a new process.
15377
15378 2004-04-25 Juanma Barranquero <lektu@terra.es>
15379
15380 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15381 mode line. Bind `inhibit-read-only' to t before modifying
15382 properties of text in the buffer.
15383 (ielm): Force point to the end of buffer, even when running ielm
15384 from inside itself.
15385
15386 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15387
15388 * info.el (info-apropos): Reset Info-complete-cache.
15389
15390 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15391
15392 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15393 Also recognize severe Irix et al. messages.
15394 (compilation-normalize-filename, compile-abbreviate-directory):
15395 Delete functions.
15396 (compilation-get-file-structure): New function inherits
15397 functionality of the two preceding ones.
15398 (compilation-internal-error-properties, compilation-fake-loc):
15399 Use it so that different paths to the same file share the same
15400 markers. Also optimize finding adjacent marker slightly.
15401
15402 2004-04-25 Kim F. Storm <storm@cua.dk>
15403
15404 * image.el (insert-sliced-image): Add line-spacing t property
15405 to newlines separating image lines.
15406
15407 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15408
15409 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15410
15411 * ielm.el (ielm-prompt-read-only): New user option.
15412 (ielm-prompt): Expand docstring to describe new behavior.
15413 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15414 mention it in the docstring.
15415
15416 2004-04-24 Andreas Schwab <schwab@suse.de>
15417
15418 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15419
15420 * diff.el (diff): Set default-directory in diff buffer.
15421
15422 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15423
15424 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15425 mail was being composed if the terminal cannot display more than
15426 one frame; instead, switch to previous frame.
15427
15428 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15429 (rmail-start-mail): Support rmail-mail-new-frame even on
15430 terminals that can display only one frame at a time.
15431
15432 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15433
15434 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15435 (checkdoc-output-font-lock-keywords): Remove error regexp.
15436 (checkdoc-output-mode-map): Remove.
15437 (checkdoc-output-mode): Derive from compilation-mode.
15438 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15439
15440 * dired.el (dired-mode-map): Add a menu entry for wdired.
15441
15442 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15443 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15444
15445 * wdired.el (wdired-mode-map): Move init into declaration.
15446 Fix `return' binding.
15447 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15448 Use force-mode-line-update.
15449 (wdired-get-filename): Use `unless'.
15450 (wdired-preprocess-files): Don't assume names have no \n and use / for
15451 dir separator.
15452 (wdired-normalize-filename): Use replace-regexp-in-string.
15453 (wdired-load-hooks): Remove.
15454 (wdired-mode-hooks): Rename to wdired-mode-hook.
15455
15456 * info-look.el: Add support for cfengine-mode.
15457 (info-lookup-setup-mode): Use dolist.
15458
15459 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15460
15461 * wdired.el: New file.
15462
15463 2004-04-23 Juanma Barranquero <lektu@terra.es>
15464
15465 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15466
15467 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15468 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15469 (pcomplete--help, pcomplete--here): Doc fixes.
15470
15471 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15472
15473 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15474 handles wrong-number-of-arguments in backend call.
15475
15476 * vc.el (vc-print-log): Likewise.
15477
15478 2004-04-20 Dave Love <fx@gnu.org>
15479
15480 * emacs-lisp/rx.el: Doc fixes.
15481 (rx-constituents): Add/extend many forms.
15482 (rx-check): Check form is a list.
15483 (bracket): Defvar.
15484 (rx-check-any, rx-any, rx-check-not): Modify.
15485 (rx-not): Simplify.
15486 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15487 (rx-kleene): Use rx-trans-forms.
15488 (rx-quote-for-set): Delete.
15489 (rx): Allow multiple args.
15490
15491 2004-04-23 Kenichi Handa <handa@m17n.org>
15492
15493 * international/mule-util.el (char-displayable-p): Simplify by
15494 using internal-char-font.
15495
15496 2004-04-23 Juanma Barranquero <lektu@terra.es>
15497
15498 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15499
15500 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15501
15502 * diff-mode.el (diff-next-error): New fun.
15503 (diff-mode): Use it.
15504
15505 * simple.el (next-error): Change arg name.
15506 Add support for the documented C-u C-x ` usage.
15507
15508 * frame.el (special-display-popup-frame, next-multiframe-window)
15509 (previous-multiframe-window): Only consider frames on same display.
15510
15511 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15512
15513 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15514 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15515
15516 2004-04-22 Kim F. Storm <storm@cua.dk>
15517
15518 * net/telnet.el (telnet): Add optional port arg.
15519
15520 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15521
15522 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15523 Minor sanity check on the `hyperlink' slot.
15524
15525 * Makefile.in (recompile): Compile new files.
15526
15527 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15528 Add byte-recompile-directory's optional `arg'.
15529
15530 * cvs-status.el (cvs-tree-use-charset): New var.
15531 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15532 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15533 (cvs-status-cvstrees): Use it.
15534
15535 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15536 Make it a normal major mode.
15537 (checkdoc-buffer-label): Make sure the file name is meaningful.
15538 (checkdoc-output-to-error-buffer): Remove.
15539 (checkdoc-error, checkdoc-start-section): Rewrite.
15540
15541 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15542 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15543 (Info-title-4-face): Use new syntax.
15544 (info-xref-visited): Inherit from info-xref.
15545
15546 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15547
15548 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15549
15550 * simple.el (next-error-last-buffer, next-error-function):
15551 New variables for the next-error framework.
15552 (next-error-buffer-p): New function.
15553 (next-error-find-buffer): Generalize compilation-find-buffer.
15554 (next-error, previous-error, first-error, next-error-no-select)
15555 (previous-error-no-select): Move from compile.el.
15556
15557 * replace.el (occur-next-error, occur-1): Hook into the next-error
15558 framework.
15559
15560 * progmodes/compile.el (compilation-start):
15561 Set next-error-last-buffer so next-error knows where to jump.
15562 (compilation-setup): Set the buffer-local variable
15563 next-error-function to 'compilation-next-error-function.
15564 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15565 alternate way to find if a buffer is a compilation buffer, for
15566 next-error convenience.
15567 (next-error-no-select, previous-error-no-select, next-error)
15568 (previous-error, first-error): Move to simple.el.
15569 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15570 (compilation-last-buffer): Remove.
15571 (compilation-start, compilation-next-error, compilation-setup)
15572 (compilation-next-error-function, compilation-find-buffer):
15573 Remove compilation-last-buffer use.
15574
15575 2004-04-21 Juanma Barranquero <lektu@terra.es>
15576
15577 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15578 (font-lock-warning-face): Fix spacing.
15579
15580 * makefile.w32-in (WINS): Add url/ directory.
15581
15582 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15583
15584 * desktop.el (desktop-buffer-mode-handlers): New variable.
15585 Alist of major mode specific functions to restore a desktop buffer.
15586 (desktop-buffer-handlers): Make variable obsolete.
15587 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15588 Catch errors signaled in handlers. Update buffer count.
15589 Evaluate desktop-buffer-point.
15590 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15591 move to dired.el.
15592 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15593 move to info.el.
15594 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15595 move to mail/rmail.el.
15596 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15597 to mh-e/mh-e.el.
15598 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15599 On fail, print message (to message buffer) even if
15600 desktop-missing-file-warning is nil.
15601 (desktop-buffer-misc-data-function): New buffer local variable.
15602 Function returning major mode specific data.
15603 (desktop-buffer-misc-functions): Make variable obsolete.
15604 (desktop-save): Use desktop-buffer-misc-data-function.
15605 (desktop-buffer-dired-misc-data): Rename to
15606 dired-desktop-buffer-misc-data and move to dired.el.
15607 (desktop-buffer-info-misc-data): Rename to
15608 Info-desktop-buffer-misc-data and move to info.el.
15609 (desktop-read): Add message about number of buffers restored/failed.
15610
15611 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15612 Add parameters. Pause to display error only when
15613 desktop-missing-file-warning is non-nil.
15614 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15615 (dired-mode): Bind desktop-buffer-misc-data-function.
15616
15617 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15618 Add Parameters.
15619 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15620 (Info-mode): Bind desktop-buffer-misc-data-function.
15621
15622 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15623 Add Parameters.
15624
15625 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15626 Add Parameters.
15627
15628 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15629
15630 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15631 the case of letters in case-insensitive expansions when the
15632 abbrev is preceded by characters with letter syntax.
15633
15634 2004-04-21 Richard M. Stallman <rms@gnu.org>
15635
15636 * progmodes/cperl-mode.el (cperl-putback-char):
15637 Delete Emacs 18 definition.
15638
15639 * international/mule.el (ctext-post-read-conversion):
15640 Use assoc-string, not assoc-ignore-case.
15641
15642 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15643
15644 * emacs-lisp/easymenu.el (easy-menu-add):
15645 Do call x-popup-menu, but only if it's defined.
15646
15647 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15648
15649 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15650 Handle multiple args: compile like progn.
15651
15652 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15653 take all args as &rest arg.
15654
15655 * autoinsert.el (auto-insert-alist): Insert the user's name in
15656 copyright notice, rather than Free Software Foundation.
15657
15658 2004-04-21 Kenichi Handa <handa@m17n.org>
15659
15660 * descr-text.el (describe-char): Make it work on *Help* buffer.
15661
15662 2004-04-21 Kim F. Storm <storm@cua.dk>
15663
15664 * image.el (insert-image): Add optional SLICE arg.
15665 (insert-sliced-image): New defun.
15666
15667 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15668
15669 * subr.el (read-number): Check whether `default' is nil.
15670
15671 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15672
15673 * progmodes/compile.el (compilation-error-properties):
15674 Split into two.
15675 (compilation-internal-error-properties): New one.
15676 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15677
15678 2004-04-20 Richard M. Stallman <rms@gnu.org>
15679
15680 * window.el (split-window-save-restore-data):
15681 Don't update the data if OLD-INFO is nil.
15682
15683 * view.el (view-return-to-alist): Mark it permanent local.
15684
15685 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15686
15687 * recentf.el (recentf-save-list): Catch and warn about errors.
15688
15689 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15690 so "Buffers" won't be pure.
15691
15692 * help-mode.el (help-mode-finish): Set help-return-alist first
15693 thing, setting only the entry for the selected window.
15694
15695 * help-fns.el (describe-function-1): If many non-control non-meta
15696 keys run the command, don't list all of them.
15697
15698 2004-04-20 Juanma Barranquero <lektu@terra.es>
15699
15700 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15701 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15702
15703 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15704
15705 2004-04-20 Kenichi Handa <handa@m17n.org>
15706
15707 * international/quail.el (quail-lookup-key): New optional arg
15708 NOT-RESET-INDICES.
15709 (quail-get-translations): Call quail-lookup-key with
15710 NOT-RESET-INDICES t.
15711 (quail-completion): Likewise.
15712 (quail-lookup-map-and-concat): Likewise.
15713
15714 2004-04-20 Kenichi Handa <handa@m17n.org>
15715
15716 * international/quail.el (quail-update-translation): Don't insert
15717 such an unsupported multibyte char in a unibyte buffer.
15718
15719 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15720
15721 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15722 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15723 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15724 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15725 (gdb-frame-assembler-buffer): Improve behaviour with
15726 multiple frames.
15727 (gdb-display-buffer): Extend search to all visible frames.
15728
15729 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15730
15731 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15732 characters left after base64 decoding.
15733 (rmail-decode-region): Use -dos variety of `coding', to remove any
15734 ^M characters left after qp or base64 decoding.
15735
15736 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15737
15738 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15739 messages.
15740
15741 2004-04-19 Stephen Eglen <stephen@gnu.org>
15742
15743 * add-log.el (add-change-log-entry): Update doc string to mention
15744 add-log-full-name and add-log-mailing-address.
15745
15746 2004-04-18 Juri Linkov <juri@jurta.org>
15747
15748 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15749 (Info-find-node-2): Simplify error message.
15750 (Info-insert-dir): Use Info-following-node-name.
15751 (Info-goto-node): Remove *info-history* and *info-toc*.
15752 (Info-history): Create a node of the virtual history file.
15753 (Info-toc): Create a node of the virtual toc file.
15754 (Info-insert-toc): New arg `curr-file' for reference file names.
15755 (info-apropos): Remove redundant var binding for temp-file.
15756 (Info-index, Info-index-next, Info-mode): Doc fix.
15757 (Info-goto-emacs-command-node): Don't jump to *info* from
15758 non-*info* Info buffers.
15759 (Info-fontify-node): Don't show the file name of external
15760 references if `Info-hide-note-references' is `hide'. Don't hide
15761 newlines at the end of paragraphs.
15762
15763 * international/mule-diag.el (list-input-methods):
15764 Fix args to help-xref-button.
15765
15766 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15767 to put into effect local variables from TUTORIAL files.
15768
15769 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15770 with default value taken from the variable `sentence-end'.
15771 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15772 Add nil const to :type.
15773 (sentence-end-without-period, sentence-end-double-space)
15774 (sentence-end-without-space): Doc fix.
15775
15776 * textmodes/paragraphs.el (forward-sentence):
15777 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15778 (fill-delete-newlines):
15779 * progmodes/cc-cmds.el (c-beginning-of-statement):
15780 Use function `sentence-end' instead of variable `sentence-end'.
15781
15782 2004-04-18 Andreas Schwab <schwab@suse.de>
15783
15784 * progmodes/compile.el (compilation-start): Set window start to
15785 point-min if compilation-scroll-output is nil.
15786
15787 2004-04-18 John Wiegley <johnw@newartisans.com>
15788
15789 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15790
15791 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15792
15793 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15794 (gdb-info-breakpoints-custom): Revert previous change.
15795 (gdb-view-assembler): Update assembler if necessary.
15796 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15797 (gdb-display-source-buffer): Update properly when both source and
15798 assembler are visible.
15799
15800 2004-04-17 John Wiegley <johnw@newartisans.com>
15801
15802 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15803 which limits the number of names shown in the minibuffer. Off by
15804 default.
15805 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15806 up iswitchb for users with a multitude of open buffers by showing
15807 only the first and last N/2 buffers in the completion list (which
15808 is enough to aid C-s/C-r, and to know that more characters are
15809 needed to refine the completion list).
15810
15811 2004-04-17 Richard M. Stallman <rms@gnu.org>
15812
15813 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15814 (file-truename): Expand all ~ constructs directly.
15815 (insert-directory): Delete any error msg output by the
15816 `insert-directory-program'.
15817
15818 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15819 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15820 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15821 (allout-init): Use find-file-hook, not find-file-hooks.
15822 (allout-mode): Eliminate Emacs 18 support.
15823 Use write-contents-functions, not local-write-file-hooks.
15824
15825 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15826
15827 * progmodes/compile.el (compilation-error-properties): Fix for
15828 adding messages when there are already markers for their file.
15829 (compilation-fake-loc): New function.
15830
15831 2004-04-16 Dave Love <fx@gnu.org>
15832
15833 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15834 (python-load-file): Fix python-orig-start setting.
15835
15836 * progmodes/compile.el: Doc fixes.
15837 (compilation-error-regexp-alist-alist)
15838 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15839 (compilation-assq): Wrap in eval-when-compile.
15840 (compilation-mode-font-lock-keywords): Don't use list*.
15841 (compilation-start): Avoid warning.
15842 (compilation-compat-error-properties)
15843 (compilation-directory-properties): Add keymap property.
15844 (compilation-parsing-end): Make it a marker for better compatibility.
15845
15846 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15847
15848 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15849
15850 * xml.el: Doc fixes.
15851 (xml-get-children): Only looks at sub-tags and ignore strings.
15852
15853 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15854
15855 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15856
15857 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15858
15859 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15860
15861 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15862
15863 * vc.el (vc-print-log): Likewise.
15864
15865 2004-04-16 Masatake YAMATO <jet@gyve.org>
15866
15867 * simple.el (completion-setup-function): Set an initial value
15868 to `element-common-end' before entering loop. Set a value
15869 to `element-common-end' at the end of loop.
15870 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15871 (completions-common-part): Rename from completion-de-emphasis.
15872 (completions-first-difference): Rename from completion-emphasis.
15873 Suggested by RMS.
15874
15875 2004-04-16 Juanma Barranquero <lektu@terra.es>
15876
15877 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15878 (bookmark-edit-annotation-mode): Add mode name.
15879
15880 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15881
15882 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15883 for nested conflict markers.
15884 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15885
15886 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15887
15888 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15889
15890 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15891
15892 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15893
15894 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15895 Give a backtrace if requested.
15896
15897 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15898
15899 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15900 Remove unused functions.
15901 (python-orig-start-line, python-orig-file): Remove.
15902 (python-orig-start): New var.
15903 (python-input-filter, python-compilation-line-number)
15904 (python-send-region, python-load-file): Use it.
15905
15906 * info.el (info): Always jump to *info*.
15907
15908 * subr.el (posn-set-point): New function.
15909
15910 * mouse.el (mouse-set-point): Use it.
15911
15912 * progmodes/compile.el (compile-goto-error): Use it.
15913 (compilation-button-map): New keymap.
15914 (compilation-error-properties): Use it.
15915 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15916
15917 * smerge-mode.el (smerge-popup-context-menu): Use it.
15918
15919 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15920 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15921 mouse and non-mouse case.
15922
15923 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15924 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15925
15926 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15927 Make it work for non-mouse events.
15928
15929 * pcvs-info.el (cvs-status-map): Update binding name.
15930
15931 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15932
15933 * xml.el (xml-maybe-do-ns): New function to handle namespace
15934 parsing of both attribute and element names.
15935 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15936 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15937 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15938 (xml-parse-attlist): Make it do its own namespace parsing.
15939
15940 2004-04-14 Dave Love <fx@gnu.org>
15941
15942 * progmodes/python.el (run-python): Fix use of \n.
15943 (python-load-file): Remove `try' from Python fragment.
15944 (python-describe-symbol): Fix message.
15945
15946 * comint.el: Doc fixes.
15947 (comint-last-input-start, comint-last-input-end)
15948 (comint-last-output-start): Give them values.
15949 (comint-arguments): Avoid warning.
15950 (comint-skip-prompt): Use line-end-position.
15951 (comint-backward-matching-input): Rename arg to agree with doc.
15952 (comint-extract-string): Use syntax-ppss.
15953 (comint-dynamic-simple-complete): Delete useless list construction.
15954 (comint-redirect-subvert-readonly): New.
15955 (comint-redirect-preoutput-filter): Use it.
15956
15957 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15958 Correctly handle negative arguments when calling hook functions.
15959
15960 2004-04-14 Jesper Harder <harder@ifa.au.dk>
15961
15962 * info.el (info-apropos): Don't clobber Info-history-list.
15963
15964 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
15965
15966 * progmodes/compile.el (compilation-setup):
15967 Localize overlay-arrow-position.
15968 (compilation-sentinel): Restructure code equivalently.
15969 (compilation-next-error): Find message on same line after point if
15970 not found before point.
15971 (compile-mouse-goto-error): Restore function so that compilation
15972 buffer need not be current and use compile-goto-error.
15973 (compile-goto-error): Restore function.
15974 (next-error): Set overlay-arrow-position.
15975 (compilation-forget-errors): Don't localize already local
15976 compilation-locs and remove FIXME about refontifying.
15977
15978 2004-04-14 Kim F. Storm <storm@cua.dk>
15979
15980 * startup.el (emacs-quick-startup): New defvar (set by -Q).
15981 (command-line): New option -Q. Like -q --no-site-file, but
15982 in addition it also disables menu-bar, tool-bar, scroll-bars,
15983 tool-tips, and the blinking cursor.
15984 (command-line-1): Skip startup screen if -Q.
15985 (fancy-splash-head): Use ":align-to center" prop to center splash image.
15986
15987 * emulation/cua-base.el (cua-read-only-cursor-color)
15988 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15989
15990 2004-04-13 Dave Love <fx@gnu.org>
15991
15992 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
15993 (syntax): Don't require.
15994 (python) <defgroup>: Add :version.
15995 (python-quote-syntax): Re-written.
15996 (inferior-python-mode): Move stuff here from run-python and add
15997 some more.
15998 (python-preoutput-continuation, python-preoutput-result)
15999 (python-dotty-syntax-table): New.
16000 (python-describe-symbol): Use them.
16001 (run-python): Move stuff to inferior-python-mode. Modify code
16002 loaded into Python.
16003 (python-send-region): Use python-proc, python-send-string.
16004 (python-send-string): Send newlines too. Callers changed.
16005 (python-load-file): Re-written.
16006 (python-eldoc-function): New.
16007 (info-look): Don't require.
16008 (python-after-info-look): New. A modified version of former
16009 top-level code for use with eval-after-load.
16010 (python-maybe-jython, python-guess-indent): Use widened buffer.
16011 (python-fill-paragraph): Re-written.
16012 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16013 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16014
16015 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16016
16017 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16018 Set compilation-error-regexp-alist earlier.
16019
16020 * progmodes/compile.el (compilation-minor-mode-map)
16021 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16022 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16023
16024 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16025
16026 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16027 corresponding to the event.
16028
16029 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16030
16031 * loadup.el: Add cygwin to system-type list, for unexec() support.
16032
16033 2004-04-12 John Paul Wallington <jpw@gnu.org>
16034
16035 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16036 (ibuffer-restore-window-config-on-quit): New variable to replace
16037 `ibuffer-delete-window-on-quit'. Update all references.
16038 (ibuffer-prev-window-config): New variable.
16039 (ibuffer-quit): Restore previous window configuration instead of
16040 deleting window.
16041 (ibuffer): Save window configuration before showing Ibuffer buffer.
16042
16043 * help.el (describe-mode): Doc fix.
16044
16045 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16046
16047 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16048 not to treat nil as a function.
16049
16050 * vc-arch.el (vc-arch-root): Be a bit more careful.
16051 (vc-arch-register): Save the buffer if we modified it.
16052 (vc-arch-delete-rej-if-obsolete): Save excursion.
16053 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16054 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16055
16056 * net/ldap.el (ldap-search): Use list*.
16057
16058 2004-04-12 Juri Linkov <juri@jurta.org>
16059
16060 * info.el (Info-follow-reference): Allow multiline reference name.
16061
16062 2004-04-11 Dave Love <fx@gnu.org>
16063
16064 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16065
16066 * progmodes/python.el: New file.
16067
16068 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16069
16070 * vc-hooks.el (vc-arg-list): Function removed.
16071 (vc-default-workfile-unchanged-p): Use condition-case to check for
16072 backward compatibility.
16073
16074 * vc.el (vc-print-log): Use condition-case to check for backward
16075 compatibility.
16076
16077 2004-04-11 Juri Linkov <juri@jurta.org>
16078
16079 * dired.el (dired-faces): New defgroup.
16080 (dired-header, dired-mark, dired-marked, dired-flagged)
16081 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16082 New faces.
16083 (dired-header-face, dired-mark-face, dired-marked-face)
16084 (dired-flagged-face, dired-warning-face, dired-directory-face)
16085 (dired-symlink-face, dired-ignored-face): New face variables.
16086 (dired-font-lock-keywords): Use them instead of font-lock faces.
16087 Split the rule for dired marks into 3 separate rules: for marks,
16088 marked file names and flagged file names.
16089
16090 * help-mode.el (help-make-xrefs): Add a final newline to the
16091 *Help* buffer.
16092
16093 2004-04-11 John Paul Wallington <jpw@gnu.org>
16094
16095 * replace.el (occur-engine): Distinguish between one and several
16096 matches in the matches per buffer heading.
16097
16098 2004-04-11 Kim F. Storm <storm@cua.dk>
16099
16100 * ido.el (ido-confirm-unique-completion): New defcustom.
16101 (ido-complete): Use it.
16102 (ido-write-file): Set it to t unconditionally.
16103
16104 2004-04-10 Miles Bader <miles@gnu.org>
16105
16106 RCS keyword removal (only non-comment changes are enumerated here):
16107
16108 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16109 (byte-compile-insert-header): Don't use `byte-compile-version'.
16110 * forms.el (forms-version): Variable removed.
16111 (forms-mode): Don't use `forms-version'.
16112 * recentf.el (recentf-version): Variable removed.
16113 * progmodes/delphi.el (delphi-version): Variable removed.
16114 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16115
16116 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16117
16118 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16119
16120 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16121
16122 * info.el (info-apropos): Improve menu item regexp.
16123
16124 2004-04-09 Simon Josefsson <jas@extundo.com>
16125
16126 * mail/smtpmail.el: Add comment, based on report by
16127 kdc@rcn.com (Kevin D. Clark).
16128
16129 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16130
16131 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16132 Redo one more thing that I didn't notice Daniel had undone.
16133
16134 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16135
16136 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16137 (gdb-goto-breakpoint, gdb-display-buffer)
16138 (gdb-display-source-buffer, gdb-view-source-function)
16139 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16140 (gdb-source-info, gdb-frame-handler): Don't specify a window
16141 for display.
16142 (gdb-info-breakpoints-custom): Remove superfluous update of
16143 assembler buffer.
16144 (gdb-many-windows): Make settable outside gdb.
16145
16146 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16147
16148 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16149 Derive from fundamental-mode rather than text-mode.
16150
16151 2004-04-08 Juri Linkov <juri@jurta.org>
16152
16153 * info.el (Info-history): Doc fix.
16154 (Info-history-list): New var.
16155 (info-xref): Change magenta4 to blue, remove bold for dark and
16156 light backgrounds, change bold to underline for non-color classes.
16157 (info-xref-visited): New face.
16158 (Info-fontify-visited-nodes): New custom.
16159 (Info-hide-note-references): Add new value `hide'. Doc fix.
16160 (Info-reference-name): New var.
16161 (Info-selection-hook): New custom.
16162 (Info-edit-mode-hook): New var.
16163 (Info-find-file): New fun.
16164 (Info-find-node): Move part of code to Info-find-file.
16165 (Info-find-node-2): Add anchors to Info-history-list. Move point
16166 to the place with the reference name if name is defined.
16167 (Info-select-node): Add current node to Info-history-list.
16168 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16169 (Info-search-whitespace-regexp): New custom.
16170 (Info-search-case-fold): New var.
16171 (Info-search): Add "case-sensitively" to the prompt.
16172 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16173 (Info-search-case-sensitively, Info-search-next): New fun.
16174 (Info-up): Move point to the menu item of the current node.
16175 (Info-history): New fun. Add *info-history* to
16176 same-window-buffer-names.
16177 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16178 (Info-insert-toc): New fun.
16179 (Info-build-toc): New fun.
16180 (Info-follow-reference): Add new arg `fork'. Doc fix.
16181 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16182 with the same name prefer the reference closest to point.
16183 (Info-next-reference): Replace * by + in the *Note regexp.
16184 Add regexp for http:// and ftp://. Skip the *Note prefix.
16185 (Info-prev-reference): Replace * by + in the *Note regexp.
16186 Add regexp for http:// and ftp://. Skip the *Note prefix.
16187 (Info-follow-nearest-node): Add new arg `fork'.
16188 (Info-try-follow-nearest-node): Add new arg `fork'.
16189 Call browse-url for http:// and ftp:// references.
16190 Set Info-reference-name for index entries.
16191 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16192 Info-search-next, Info-history, Info-toc, clone-buffer.
16193 (Info-menu-update): Replace * by + in the *Note regexp.
16194 (Info-mode): Add documentation for Info-history, Info-toc,
16195 Info-search-case-sensitively, Info-search-next, clone-buffer.
16196 (Info-fontify-menu-headers): Remove fun. Move code to
16197 Info-fontify-node.
16198 (Info-fontify-node): Add docstring. Add local vars
16199 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16200 then fontify header line, titles, menu headers, http and ftp
16201 references, refill paragraphs. If not-fontified-p is t or
16202 fontify-visited-p is t then fontify cross references, menu items.
16203 Fontify menu headers. Fontify http and ftp references.
16204 Change regexp for cross references to require whitespace after *Note,
16205 add matching groups for file and node names. Remove hack for quote.
16206 Use display property for Info-hide-note-references=t. Use fifth
16207 or fourth match for help-echo. Display visited nodes in a
16208 different face. Unhide file names of external references.
16209 Unhide newlines. Display visited menu items in a different face.
16210
16211 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16212
16213 * progmodes/compile.el: Require CL.
16214 (compilation-mode-font-lock-keywords): Re-install the "line as
16215 function" patch.
16216
16217 * help-fns.el (help-C-source-directory): New var.
16218 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16219 (describe-function-1, describe-variable): Use them.
16220
16221 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16222 to C source files specially.
16223
16224 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16225
16226 * info.el (Info-hide-cookies-node): New function.
16227 (Info-select-node): Use it.
16228 (Info-display-images-node): Remove message with image file name.
16229
16230 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16231
16232 * progmodes/compile.el (compilation-warning-face)
16233 (compilation-info-face, compilation-skip-threshold)
16234 (compilation-skip-visited, compilation-context-lines):
16235 Declare :version when added to Emacs.
16236 (compilation-error-regexp-alist-alist): Extend caml and irix.
16237 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16238 (compilation-mode-font-lock-keywords): Temporarily undo line as
16239 function patch, which wasn't ready.
16240
16241 2004-04-07 Kenichi Handa <handa@m17n.org>
16242
16243 * international/latin1-disp.el (latin1-display-setup): Check each
16244 character is displayable or not instead of calling
16245 latin1-display-check-font.
16246
16247 2004-04-06 Kenichi Handa <handa@m17n.org>
16248
16249 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16250 New variable.
16251 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16252 instead of sera-being-called-by-w3.
16253 (ethio-fidel-to-sera-buffer): Likewise.
16254 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16255 instead of sera-being-called-by-w3.
16256 (ethio-write-file): Likewise.
16257
16258 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16259
16260 * printing.el: Doc fix.
16261
16262 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16263
16264 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16265 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16266 (gdb-setup-windows): Only use separate IO buffer if required.
16267
16268 2004-04-06 Kim F. Storm <storm@cua.dk>
16269
16270 * term.el (term-is-xemacs): Remove.
16271 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16272 (term-window-width): New function.
16273 (term-mode, term-check-size): Use it.
16274 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16275
16276 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16277
16278 * cus-edit.el (custom-add-parent-links): Change unbound variable
16279 `symbol' to `name'.
16280
16281 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16282 * info.el (info-apropos): New function.
16283 (Info-mode-menu): Add it.
16284 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16285
16286 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16287 inherited docstring.
16288
16289 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16290
16291 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16292
16293 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16294
16295 * progmodes/compile.el (font-lock): Don't require any more.
16296 (compilation-error-properties, compilation-start, compilation-sentinel)
16297 (compilation-filter, next-error): Use with-current-buffer.
16298 (compilation-skip-to-next-location, compilation-skip-threshold)
16299 (compilation-skip-visited): Move to silence the byte-compiler.
16300 (compilation-setup): Simplify.
16301 (compilation-next-error): Use line-(beginning|end)-position.
16302 Make sure `pt' is non-nil before using compilation-loop.
16303 (compile-goto-error): Add optional event arg. Use it.
16304 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16305 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16306 Update the binding for mouse-2.
16307 (first-error): Set compilation-current-error to nil rather than bob.
16308 (compilation-parsing-end, compilation-parse-errors-function)
16309 (compilation-error-list, compilation-old-error-list):
16310 "New" compatibility variables.
16311 (compile-buffer-substring, compilation-compat-error-properties)
16312 (compilation-compat-parse-errors, compilation-forget-errors):
16313 New compatibility functions.
16314 (compilation-mode-font-lock-keywords): Use them.
16315
16316 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16317
16318 * autorevert.el (auto-revert-handler): If point (or a window
16319 point) is at the end of the buffer, keep it there after
16320 reverting. This allows to tail a file.
16321 Mention this in the `Commentary'.
16322
16323 * format.el (format-write-file): Add optional argument CONFIRM
16324 and make it behave like the analogous argument to `write-file'.
16325
16326 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16327
16328 * progmodes/ebnf2ps.el: Doc fix.
16329 (ebnf-version): New version number (4.2).
16330 (ebnf-syntax): Customization and docstring fix.
16331 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16332 Put autoloaded funs before first use.
16333 (ebnf-style-database): Add dtd entry.
16334 (ebnf-syntax-alist): Add dtd initialization.
16335 (ebnf-token-sequence): New fun.
16336 (ebnf-comment-table): Add new comment action character.
16337 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16338
16339 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16340 Type Definition for XML).
16341
16342 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16343 * progmodes/ebnf-bnf.el (ebnf-sequence):
16344 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16345 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16346 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16347 Code simplification: call ebnf-token-sequence.
16348
16349 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16350
16351 * calendar/timeclock.el (timeclock-relative)
16352 (timeclock-get-project-function, timeclock-get-workday-function)
16353 (timeclock-query-out, timeclock-when-to-leave)
16354 (timeclock-when-to-leave-string, timeclock-log-data)
16355 (timeclock-generate-report, timeclock-in): Doc fixes.
16356
16357 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16358
16359 * url/: New dir. Import the URL package from its repository.
16360
16361 2004-04-03 Andreas Schwab <schwab@suse.de>
16362
16363 * diff-mode.el (diff-mode): Fix missing quote.
16364
16365 2004-04-03 Juri Linkov <juri@jurta.org>
16366
16367 * descr-text.el (describe-property-list): Add `font-lock-face'.
16368
16369 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16370
16371 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16372
16373 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16374 Use utf-16le on little endian machines and utf-16be otherwise.
16375
16376 2004-04-02 David Kastrup <dak@gnu.org>
16377
16378 * net/browse-url.el (browse-url-generic): Use call-process
16379 instead of start-process to allow browsers that fork and detach.
16380
16381 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16382
16383 * compile.el (compilation-current-error): New var.
16384 (compilation-setup, compile-mouse-goto-error)
16385 (compile-goto-error, next-error): Use it.
16386 (compilation-skip-to-next-location): Default to t, which gives
16387 contiguous skipping like old compile (where this was redundant).
16388 (compilation-next-error): Prevent previous-* commands from moving
16389 back to message at or just before point.
16390
16391 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16392
16393 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16394 (gdb-source-info): Don't display source at startup, if required.
16395 (gdb-show-main): New option.
16396 (gdba): Update documentation.
16397 (gdb-source): Cover case of auto-display output.
16398
16399 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16400
16401 * autorevert.el: Delete obsolete autoload's and defvar's.
16402 (auto-revert-check-vc-info): New user option.
16403 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16404 (auto-revert-handler-vc): Delete.
16405 (auto-revert-handler): Treat return value `fast' of
16406 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16407
16408 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16409 return `fast'.
16410
16411 * files.el (buffer-stale-function): Doc change.
16412
16413 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16414
16415 * printing.el: New tip on Tips section.
16416 (pr-version): New version number (6.7.4).
16417 (pr-shell-file-name): Initialization fix.
16418
16419 2004-03-31 Juri Linkov <juri@jurta.org>
16420
16421 * dired.el: Add autoload for `dired-do-touch'.
16422 (dired-touch-program): New var.
16423 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16424 (dired-no-confirm): Add `touch' to docstring.
16425
16426 * dired-aux.el (dired-do-touch): New fun.
16427 (dired-do-chxxx): Add argument -t for touch operation.
16428
16429 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16430 `dired-move-to-filename-regexp'.
16431
16432 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16433
16434 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16435
16436 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16437
16438 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16439 and only if the buffer was modified.
16440
16441 2004-03-30 Kenichi Handa <handa@m17n.org>
16442
16443 * international/characters.el: Delete pairs for U+2308..U+230B.
16444
16445 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16446
16447 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16448 to detect the beginning of a level 2 or 3 annotation.
16449
16450 2004-03-29 Kenichi Handa <handa@m17n.org>
16451
16452 * international/ucs-tables.el (ucs-insert): Fix the error message.
16453
16454 2004-03-29 Kenichi Handa <handa@m17n.org>
16455
16456 * international/mule-util.el (char-displayable-p): Fix generation
16457 of XLFD file name.
16458
16459 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16460 before finding directories by `find'.
16461
16462 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16463
16464 * subr.el (interactive-form): Delete. Now implemented in C.
16465
16466 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16467
16468 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16469 (vc-diff-label): New fun.
16470 (vc-diff-internal): Use it.
16471
16472 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16473
16474 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16475
16476 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16477
16478 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16479 specify XML (EBNFX).
16480
16481 * progmodes/ebnf2ps.el: Doc fix.
16482 (ebnf-version): New version number (4.1).
16483 (ebnf-syntax): Adjust customization.
16484 (ebnf-style-database): Add ebnfx entry.
16485 (ebnf-syntax-alist): Add ebnfx initialization.
16486 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16487
16488 * printing.el: Doc fix.
16489 (pr-version): New version number (6.7.3).
16490 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16491 returns nil for mouse position. Reported by Drew Adams
16492 <drew.adams@oracle.com>.
16493 (pr-update-menus): Modify interactive declaration. Reported by Drew
16494 Adams <drew.adams@oracle.com>.
16495
16496 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16497
16498 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16499 (gud-gdba-marker-filter): Log the process input and output, if
16500 required. From Stefan Monnier.
16501 (gdb-debug-log, gdb-enable-debug-log): New variables.
16502 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16503
16504 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16505
16506 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16507 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16508
16509 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16510
16511 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16512 Call vc-find-file-hook here instead of in auto-revert-buffers.
16513 (auto-revert-buffers): Delete call to vc-find-file-hook.
16514 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16515 (global-auto-revert-mode, auto-revert-set-timer)
16516 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16517
16518 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16519
16520 * woman.el (woman-change-fonts): Rename local variable
16521 woman-font-alist to font-alist to avoid a compiler warning.
16522
16523 2004-03-27 Dave Love <fx@gnu.org>
16524
16525 * emacs-lisp/rx.el (rx): Doc fix.
16526 Fix copyright years.
16527
16528 * strokes.el (strokes-global-set-stroke-string): New function.
16529 (strokes-list-strokes): Cope with strings, not just commands.
16530 Set foreground colour of image.
16531 (strokes-global-set-stroke): Doc fix.
16532
16533 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16534
16535 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16536 Auto Revert mode.
16537 (Buffer-menu-files-only): New variable.
16538 (Buffer-menu-toggle-files-only): New function.
16539 (Buffer-menu-mode-map): Bind it to `T'.
16540 (Buffer-menu-mode): Mention `T' in docstring.
16541 Set buffer-stale-function.
16542 (list-buffers-noselect): Mark buffer non-modified and set
16543 Buffer-menu-files-only.
16544
16545 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16546
16547 * autorevert.el (auto-revert-handler): Print revert message
16548 before, rather than after, reverting.
16549 (buffer-stale-function): Move to files.el.
16550
16551 * files.el (buffer-stale-function): Move here from autorevert.el.
16552
16553 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16554
16555 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16556
16557 * calc/calc.el (calc-mode-map): Use mapc.
16558
16559 * apropos.el (apropos-mode): Don't autoload.
16560 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16561 (apropos): Use it.
16562 (apropos-print): Add optional `text' argument.
16563 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16564 Don't assume point-min == 1.
16565
16566 * bs.el (bs-buffer-list): Use buffer-local-value.
16567 (bs--set-toggle-to-show): Use with-current-buffer.
16568
16569 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16570 New funs.
16571 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16572
16573 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16574
16575 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16576 (dabbrev--find-expansion): Use pop.
16577 (dabbrev--search): Use match-string-no-properties.
16578
16579 * dired.el (dired-mode): Use run-mode-hooks.
16580 (dired-move-to-end-of-filename): Use match-string.
16581
16582 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16583 is bound before using it.
16584 (ediff-verbose-p): Make it into a var since it's not constant.
16585
16586 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16587
16588 * faces.el (read-face-font): Don't cons up unnecessarily.
16589 (header-line, tool-bar): Share common parts.
16590
16591 * files.el (file-relative-name): Use compare-strings.
16592
16593 * finder.el (finder-mode): Follow coding convention.
16594
16595 * subr.el (read-number): New function.
16596
16597 * ses.el (ses-read-number): Move to subr.el.
16598 (ses-set-header-row): Use read-number.
16599
16600 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16601
16602 * vc-hooks.el (vc-arg-list): New function, which handles both
16603 compiled and uncompiled code.
16604 (vc-default-workfile-unchanged-p): Use it.
16605
16606 * vc.el (vc-print-log): Undo prev change, use new function
16607 vc-arg-list from vc-hooks.el.
16608
16609 2004-03-26 Masatake YAMATO <jet@gyve.org>
16610
16611 * simple.el (completion-setup-function): Emphasize the
16612 first uncommon characters in the completions; and de-emphasize
16613 the common prefix substrings.
16614 (completion-emphasis): New face.
16615 (completion-de-emphasis): New face.
16616
16617 2004-03-25 Juanma Barranquero <lektu@terra.es>
16618
16619 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16620 Comment out (it's unused and unfinished code).
16621
16622 2004-03-25 Sam Steingold <sds@gnu.org>
16623
16624 * vc.el (vc-print-log): Fix a bug in the last patch:
16625 backend-function may be a byte-compiled object, not a lambda.
16626
16627 2004-03-25 Juri Linkov <juri@jurta.org>
16628
16629 * descr-text.el (describe-property-list): Add a button
16630 for `face' property that calls `describe-face'.
16631 Suggested by luis fernandes <elf@ee.ryerson.ca>
16632
16633 * international/mule.el (keyboard-coding-system):
16634 * kmacro.el (kmacro-call-macro): Fix docstring.
16635
16636 * dired.el: Fix comments.
16637
16638 * textmodes/fill.el (fill): Fix Info link.
16639
16640 * font-lock.el (fast-lock, lazy-lock):
16641 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16642 Info node.
16643
16644 * eshell/eshell.el (eshell): Fix broken info-link.
16645
16646 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16647 * eshell/em-banner.el (eshell-banner):
16648 * eshell/em-smart.el (eshell-smart):
16649 * eshell/esh-cmd.el (eshell-cmd):
16650 Comment out broken info-links to incomplete Info manual.
16651
16652 * info-xref.el: Fix commentary.
16653
16654 2004-03-25 Kevin Ryde <user42@zip.com.au>
16655
16656 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16657 Remove spurious node duplicate suppression, doesn't work, not wanted.
16658 (info-xref-output): Take format style args, add "sit-for 0" to let
16659 user see the results as they progress.
16660 (info-xref-check-all-custom): New function.
16661
16662 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16663
16664 * gdb-ui.el: Moved to progmodes.
16665
16666 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16667
16668 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16669
16670 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16671
16672 * calendar/appt.el (appt-check): Remove superfluous progn.
16673 When finished with diary buffer: if it was not being displayed
16674 before, kill it; otherwise restore its original state.
16675 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16676
16677 * calendar/calendar.el (calendar-set-mode-line): Use total
16678 available mode-line width, rather than frame-width.
16679
16680 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16681 after mode change so effect not lost.
16682
16683 2004-03-23 Dave Love <fx@gnu.org>
16684
16685 * dired.el (dired) <defgroup>: Add link to manual.
16686 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16687 (dired-revert): Use dolist.
16688 (dired-mode-map): Add U binding.
16689 (dired-mode): Add font-lock-beginning-of-syntax-function.
16690 (dired-garbage-files-regexp): Make it a defcustom.
16691
16692 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16693
16694 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16695 is equivalent to nil.
16696 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16697 (vc-arch-mode-line-string): Accept `added' state.
16698 (vc-arch-state): Use inode-sigs if available.
16699 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16700 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16701 (vc-arch-tagline-re): New var.
16702 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16703 New functions.
16704 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16705 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16706
16707 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16708 (vc-file-not-found-hook): Use it.
16709
16710 * diff-mode.el (diff-default-read-only): Change default.
16711 (diff-mode-hook): Make it a defcustom. Add some options.
16712 (diff-mode-map): Bind diff-refine-hook.
16713 (diff-yank-handler): New var.
16714 (diff-yank-function): New fun.
16715 (diff-font-lock-keywords): Use them.
16716 (diff-end-of-file): Handle case where file-header looks like diff text.
16717 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16718 (diff-file-kill): Delete a subsequent empty line, if applicable.
16719 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16720 (diff-find-file-name): Use it.
16721 (diff-tell-file-name): New command.
16722 (diff-mode): Be careful with view-mode.
16723 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16724 New functions, for use in diff-mode-hook.
16725 (diff-find-source-location): Catch "regex too large" errors.
16726 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16727 (diff-refine-hunk): New command.
16728
16729 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16730 (smerge-context-menu-map): Remove unused var.
16731 (smerge-keep-all): Preserve markers.
16732 (smerge-keep-n): New fun.
16733 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16734 (smerge-keep-current, smerge-ediff): Use it.
16735 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16736 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16737 (smerge-resolve): Resolve trivial 3-part conflicts.
16738
16739 2004-03-23 Juri Linkov <juri@jurta.org>
16740
16741 * man.el (Man-width): New var.
16742 (Man-getpage-in-background): Use it.
16743 (Man-support-local-filenames): New var and fun.
16744 (Man-build-man-command): Don't add a second %s.
16745 (Man-fontify-manpage): Clean up message.
16746 (Man-mode): Set outline-regexp, outline-level,
16747 imenu-generic-expression.
16748
16749 * woman.el (woman-fill-frame): Doc fix.
16750 (woman-decode-region): Use window-width instead of frame-width.
16751
16752 * abbrevlist.el (list-one-abbrev-table):
16753 * descr-text.el (describe-char):
16754 * international/mule-diag.el (describe-current-coding-system):
16755 * international/quail.el (quail-insert-decode-map):
16756 Use window-width instead of frame-width.
16757
16758 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16759 (jka-compr-mode-alist-additions): Add tbz.
16760 (jka-compr-write-region, jka-compr-insert-file-contents):
16761 Add message for undefined compress-program.
16762 (jka-compr-write-region): Remove redundant var bindings.
16763
16764 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16765 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16766 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16767 (dired-man): Use dired-guess-shell-command.
16768 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16769 Change default nil to t.
16770
16771 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16772 (dired-compare-directories): Add default value for empty input.
16773
16774 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16775
16776 * time.el (display-time-string-forms): Fix help-echo date format.
16777
16778 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16779
16780 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16781 (buffer-stale-function): New variable.
16782 (auto-revert-list-diff, auto-revert-dired-file-list)
16783 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16784 (auto-revert-handler): Take over some functionality of deleted
16785 functions.
16786 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16787
16788 * dired.el (dired-directory-changed-p): New fun, extracted from
16789 dired-internal-noselect.
16790 (dired-buffer-stale-p): New fun.
16791 (dired-internal-noselect): Use dired-directory-changed-p.
16792 Eliminate revert messages.
16793 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16794
16795 2004-03-23 Kenichi Handa <handa@m17n.org>
16796
16797 * international/characters.el: Setup syntaxes for more parentheses
16798 Unicode characters.
16799
16800 * international/mule-cmds.el (select-safe-coding-system):
16801 Merge coding-system and auto-cs before comparing them.
16802
16803 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16804
16805 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16806
16807 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16808 normal-auto-fill-function and comment-indent-function.
16809 The default values now work just as well.
16810 Don't set font-lock-beginning-of-syntax-function since we already set
16811 syntax-begin-function.
16812 (lisp-outline-level): Put ;;;###autoload at same level as (.
16813 (prin1-char): Quote special chars.
16814
16815 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16816 than with-no-warnings.
16817
16818 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16819 if the source location can't be found.
16820 (edebug-compute-previous-result): Use prin1-char.
16821
16822 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16823 (debug-ignored-errors): Add an entry.
16824
16825 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16826 (byte-compile-file): Output warning when deleting a file.
16827
16828 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16829 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16830
16831 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16832 (byte-compile-inline-expand): Use backquote.
16833 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16834 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16835
16836 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16837
16838 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16839
16840 2004-03-22 Juri Linkov <juri@jurta.org>
16841
16842 * finder.el (finder-known-keywords): Fix data, tex, unix.
16843
16844 * play/landmark.el: Fix keywords.
16845
16846 * language/ethio-util.el (ethio-find-file): Doc fix.
16847
16848 * emacs-lisp/warnings.el: Doc fix.
16849
16850 * textmodes/ispell.el (ispell-help): Doc fix.
16851
16852 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16853
16854 * format.el (format-insert-file): Always return a list of two
16855 elements, like insert-file-contents does.
16856
16857 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16858
16859 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16860 and vc-BACKEND-diff.
16861 (vc-print-log): If the print-log implementation supports it, use
16862 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16863 (vc-version-diff, vc-diff-internal): Doc fixes.
16864
16865 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16866 implementation supports it, let diff output go to *vc*,
16867 not *vc-diff*, since this is an internal call.
16868
16869 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16870
16871 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16872
16873 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16874
16875 2004-03-21 Dave Love <fx@gnu.org>
16876
16877 * progmodes/cfengine.el (cfengine-mode):
16878 Set parse-sexp-ignore-comments.
16879
16880 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16881
16882 2004-03-21 Juanma Barranquero <lektu@terra.es>
16883
16884 * allout.el (allout-mode): Fix docstring.
16885
16886 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16887
16888 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16889
16890 * autorevert.el (auto-revert-interval): Make new value take
16891 effect immediately when set through Custom.
16892 (auto-revert-set-timer): Add interactive declaration.
16893
16894 2004-03-19 David Ponce <david@dponce.com>
16895
16896 * ruler-mode.el (ruler-mode-header-line-format-old):
16897 Don't `make-variable-buffer-local'.
16898 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16899 (ruler-mode-header-line-format): Simply funcall the above.
16900 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16901 to save/restore a previous header line format.
16902 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16903 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16904 fringes and margins width.
16905 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16906
16907 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16908
16909 * log-edit.el (log-edit-font-lock-keywords): Typo.
16910
16911 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16912 (tex-send-tex-command): Rather than here.
16913 (tex-compilation-parse-errors): Simplify.
16914
16915 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16916
16917 * time.el (display-time-string-forms): Add help-echo with date on time.
16918
16919 * composite.el (compose-region): Use restore-buffer-modified-p.
16920
16921 * disp-table.el (standard-display-8bit): Simplify.
16922
16923 * server.el (server-process-filter): Delete temp frame.
16924
16925 * add-log.el (add-change-log-entry): Simplify.
16926
16927 2004-03-19 Kim F. Storm <storm@cua.dk>
16928
16929 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16930 (hexl-follow-line): Don't require 'fringe.
16931
16932 * progmodes/compile.el (compilation-start): Always set
16933 compilation-last-buffer and return it.
16934
16935 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16936
16937 * simple.el (clone-buffer): Doc fix.
16938
16939 2004-03-18 Juanma Barranquero <lektu@terra.es>
16940
16941 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16942
16943 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16944
16945 * log-edit.el (log-edit-font-lock-keywords): New var.
16946 (log-edit-mode): Use it.
16947
16948 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16949
16950 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16951 properly for watching in speedbar.
16952
16953 2004-03-17 Masatake YAMATO <jet@gyve.org>
16954
16955 * smerge-mode.el (smerge-popup-context-menu):
16956 Put `unwind-protect' around `overlay-put' and `popup-menu'.
16957
16958 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16959
16960 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16961 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16962 Take sealed revisions into account.
16963 (vc-arch-checkin): Extract a summary line from the message.
16964
16965 2004-03-16 Masatake YAMATO <jet@gyve.org>
16966
16967 * register.el (register): Provide `register' feature.
16968
16969 2004-03-15 Masatake YAMATO <jet@gyve.org>
16970
16971 Added context menu support in smerge mode.
16972 Most of the part is written by Stefan Monnier.
16973
16974 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16975 New keymap and menu.
16976 (smerge-text-properties): New function.
16977 (smerge-remove-props): New function.
16978 (smerge-popup-context-menu): New function.
16979 (smerge-resolve): Call `smerge-remove-props'.
16980 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
16981 (smerge-keep-current): Ditto.
16982 (smerge-kill-current): New function.
16983 (smerge-match-conflict): Put text properties.
16984 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
16985
16986 2004-03-15 David Ponce <david@dponce.com>
16987
16988 * ruler-mode.el (ruler-mode-left-fringe-cols)
16989 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16990 (ruler-mode-right-scroll-bar-cols): Remove.
16991 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
16992 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16993 Use fringe-columns and scroll-bar-columns.
16994
16995 2004-03-15 Masatake YAMATO <jet@gyve.org>
16996
16997 * hl-line.el (hl-line-range-function): New variable.
16998 (hl-line-move): New function.
16999 (global-hl-line-highlight): Use `hl-line-move'.
17000 (hl-line-highlight): Ditto.
17001
17002 * scroll-bar.el (scroll-bar-columns):
17003 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17004
17005 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17006 (ruler-mode-left-fringe-cols)
17007 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17008 (ruler-mode-right-scroll-bar-cols)
17009 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17010 (ruler-mode-ruler-function): New variable.
17011 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17012 if the value for `ruler-mode-ruler-function'is given.
17013
17014 * hexl.el (hexl-mode-hook): Make the hook customizable.
17015 (hexl-address-area, hexl-ascii-area): New customize variables.
17016 (hexlify-buffer): Put font-lock-faces on the address area and
17017 the ascii area.
17018 (hexl-activate-ruler): New function.
17019 (hexl-follow-line): New function.
17020 (hexl-highlight-line-range): New function.
17021 (hexl-mode-ruler): New function.
17022
17023 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17024
17025 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17026 (vc-default-find-file-hook): New fun.
17027 (vc-find-file-hook): Call new find-file-hook operation.
17028
17029 * vc-arch.el: New file.
17030
17031 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17032
17033 * info-look.el (info-lookup): Reuse an existing Info window.
17034
17035 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17036
17037 * woman.el (woman-preserve-ascii): Default value changed to t and
17038 doc string revised.
17039
17040 2004-03-12 Richard M. Stallman <rms@gnu.org>
17041
17042 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17043 Fix minor bug.
17044
17045 * replace.el (occur-engine): Change message for count of matches.
17046
17047 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17048 For strings, do compare text properties.
17049
17050 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17051
17052 * progmodes/compile.el (compile-auto-highlight)
17053 (compilation-error-list, compilation-old-error-list)
17054 (compilation-parse-errors-function, compilation-parsing-end)
17055 (compilation-error-message, compilation-directory-stack)
17056 (compilation-enter-directory-regexp-alist)
17057 (compilation-leave-directory-regexp-alist)
17058 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17059 (compilation-current-file, compilation-regexps): Remove vars.
17060
17061 (compile-error-at-point, compilation-error-filedata)
17062 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17063 (compilation-next-error-locus, compilation-forget-errors)
17064 (count-regexp-groupings, compilation-parse-errors)
17065 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17066
17067 (compile-internal): Make obsolete.
17068
17069 (compilation-first-column, compilation-error)
17070 (compilation-directory-matcher, compilation-page-delimiter)
17071 (compilation-mode-font-lock-keywords, compilation-debug)
17072 (compilation-error-face, compilation-warning-face)
17073 (compilation-info-face, compilation-line-face)
17074 (compilation-column-face, compilation-enter-directory-face)
17075 (compilation-leave-directory-face, compilation-skip-threshold)
17076 (compilation-skip-visited, compilation-context-lines): New vars.
17077
17078 (compilation-warning-face, compilation-info-face)
17079 (compilation-message-face): New faces.
17080
17081 (compilation-error-regexp-alist-alist): New constant.
17082
17083 (compilation-face, compilation-directory-properties)
17084 (compilation-assq, compilation-error-properties, compilation-start)
17085 (define-compilation-mode, compilation-loop)
17086 (compilation-set-window): New functions.
17087
17088 (compile): Additional argument for interactive compiles like TeX.
17089
17090 * progmodes/grep.el (kill-grep): Move here from compile.el
17091 (grep-error, grep-hit-face, grep-error-face)
17092 (grep-mode-font-lock-keywords): New variables.
17093 (grep-regexp-alist): Simplify regexp and add `binary' case.
17094 (grep-mode): New mode.
17095 (grep-process-setup): Simplify.
17096
17097 2004-03-11 Jason Rumney <jasonr@gnu.org>
17098
17099 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17100 letters on DOS/Windows.
17101
17102 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17103
17104 * server.el (server-name): New var.
17105 (server-socket-dir): New var to replace server-socket-name.
17106 (server-start): Use them.
17107
17108 2004-03-11 Simon Josefsson <jas@extundo.com>
17109
17110 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17111 died to avoid infloop. Reported by Jonathan Glauner
17112 <jglauner@sbum.org>.
17113
17114 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17115
17116 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17117 (smerge-mode-menu): Use it to deactivate menu entries.
17118 (smerge-keep-current): New fun.
17119 (smerge-keep-current): Use it.
17120
17121 2004-03-10 John Paul Wallington <jpw@gnu.org>
17122
17123 * foldout.el (foldout-fold-list, foldout-modeline-string):
17124 Declare them as variables, not constants.
17125
17126 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17127
17128 * ps-print.el: Modification to print *Messages* buffer.
17129 (ps-print-version): New version 6.6.4.
17130 (ps-message-log-max): New fun.
17131 (ps-spool-without-faces, ps-spool-with-faces)
17132 (ps-count-lines-preprint): Code fix.
17133
17134 * printing.el: New tips in Tips section.
17135
17136 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17137
17138 * delim-col.el: Doc fix.
17139
17140 * printing.el: Doc fix. New doc section (Tips).
17141
17142 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17143
17144 * type-break.el (type-break-emacs-variant): Remove.
17145 (type-break-run-at-time, type-break-cancel-function-timers):
17146 Use fboundp rather than version name and number.
17147
17148 2004-03-09 Masatake YAMATO <jet@gyve.org>
17149
17150 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17151 `make-variable-buffer-local'.
17152
17153 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17154
17155 * find-dired.el (find-dired): Call `shell-command' instead of
17156 `start-process-shell-command'. By this, Tramp takes over
17157 handling of remote directories.
17158
17159 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17160
17161 * newcomment.el (comment-use-global-state): New var.
17162 (comment-search-forward): Use it.
17163
17164 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17165
17166 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17167
17168 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17169 (enable-kinsoku): Make it a defcustom.
17170 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17171 paragraph to same-comment-start-marker.
17172
17173 2004-03-07 Dave Love <fx@gnu.org>
17174
17175 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17176 (browse-url-mail): Use it.
17177
17178 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17179 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17180
17181 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17182
17183 * woman.el (woman-man.conf-path): Doc fix.
17184 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17185
17186 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17187
17188 * sort.el (sort-columns): Remove ms-dos from the list of systems
17189 where the external `sort' command is not used.
17190
17191 2004-03-07 Kim F. Storm <storm@cua.dk>
17192
17193 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17194 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17195 from overlay-arrow-variable-list.
17196 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17197
17198 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17199
17200 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17201 overlay arrow string properly for the assembler buffer.
17202
17203 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17204
17205 * mail/sendmail.el (mail-mode): Fix last change.
17206
17207 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17208
17209 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17210 for the assembler buffer.
17211 (gdb-assembler-custom): Position the overlay arrow.
17212 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17213
17214 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17215
17216 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17217
17218 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17219 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17220
17221 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17222
17223 * newcomment.el (uncomment-region): Allow non-terminated comment.
17224 (comment-normalize-vars): Check the user-specified comstart marker.
17225
17226 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17227
17228 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17229 Otherwise, do use it if the region only contains font-lock text
17230 properties.
17231
17232 2004-03-04 Masatake YAMATO <jet@gyve.org>
17233
17234 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17235 as the callback function for eldoc.
17236 (hexl-print-current-point-info): New function.
17237 (hexl-current-address): Print the address in both decimal
17238 and hexadecimal format.
17239
17240 2004-03-04 Richard M. Stallman <rms@gnu.org>
17241
17242 * mail/rmail.el (rmail-convert-to-babyl-format):
17243 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17244
17245 * mail/mail-utils.el (mail-unquote-printable-region):
17246 New arg UNIBYTE.
17247
17248 * startup.el (command-switch-alist): Doc fix.
17249
17250 * simple.el (undo): Temporarily set this-command to `undo-start',
17251 then set it to `undo' once undo-start returns without error.
17252
17253 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17254
17255 * simple.el (kill-line): Don't disregard trailing whitespace
17256 in eol condition, if show-trailing-whitespace is set.
17257
17258 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17259 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17260 When disabling, restore old values only if mouse-sel-has-been-enabled.
17261
17262 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17263 (isearch-{-char): New function.
17264 (isearch-mode-map): Bind { to isearch-{-char.
17265
17266 * font-lock.el (lisp-font-lock-keywords-2):
17267 Turn off the CL with-... and do-... general patterns.
17268 Instead, recognize several specific with... and do... constructs.
17269
17270 * files.el (switch-to-buffer-other-window):
17271 Bind same-window-buffer-names and same-window-regexps to nil.
17272 (switch-to-buffer-other-frame): Likewise.
17273
17274 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17275
17276 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17277 recognizing leading comment on code line.
17278
17279 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17280
17281 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17282 hidden files/directories.
17283
17284 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17285
17286 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17287 only comment-start (in case the mode hasn't set it).
17288
17289 * Makefile.in (AUTOGENEL): New var.
17290 (bootstrap-prepare): Rename from bootstrap-clean.
17291 Don't remove elc files.
17292 (maintainer-clean): New target.
17293
17294 * xml.el (xml-get-attribute-or-nil): Simplify.
17295
17296 2004-03-02 Juri Linkov <juri@jurta.org>
17297
17298 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17299 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17300 URL to prevent their substitution with the environment variable
17301 values by browsers.
17302
17303 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17304
17305 * ps-print.el: Doc fix.
17306 (ps-print-version): New version number (6.6.3).
17307 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17308 Docstring fix.
17309 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17310 before printing.
17311 (ps-time-stamp-yyyy-mm-dd): New fun.
17312 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17313
17314 2004-03-02 Kim F. Storm <storm@cua.dk>
17315
17316 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17317
17318 2004-03-01 Juanma Barranquero <lektu@terra.es>
17319
17320 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17321
17322 * desktop.el (desktop-file-version)
17323 (desktop-after-read-hook): Fix typos.
17324 (desktop-clear-preserve-buffers): Remove redundant info in
17325 docstring already shown by the obsolescence message.
17326 (desktop-truncate, desktop-internal-v2s)
17327 (desktop-value-to-string): Change argument name to match docstring.
17328
17329 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17330
17331 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17332 docstring.
17333
17334 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17335
17336 * printing.el: Replace "As Is..." in PostScript file print/preview by
17337 "No Preprocessing...". Suggested by Colin Marquardt
17338 <_marquardt_@zmd.de>.
17339 (pr-insert-section-4): Adjust buffer interface.
17340
17341 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17342
17343 Version 2.0.39 of Tramp released.
17344
17345 * net/tramp.el (tramp-handle-file-local-copy)
17346 (tramp-handle-write-region, tramp-open-connection-rsh):
17347 Variable name typo. Small change. From Patrick Tullmann
17348 <tullmann@flux.utah.edu>.
17349 (tramp-process-connection-type): New variable.
17350 (tramp-maybe-open-connection): Use it.
17351 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17352 (tramp-touch): Set last-modified time of a remote file.
17353 (tramp-handle-write-region): Say which function is used when encoding.
17354
17355 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17356
17357 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17358 case of non-existing filename, too. Reported by Christoph Bauer
17359 <c_bauer@informatik.uni-kl.de>.
17360 (tramp-smb-get-file-entries): The directory in question should
17361 have permissions "drwxrwxrwx". Just virtual, because we don't
17362 know the real permissions. Don't we know?
17363 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17364 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17365 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17366 output. If it was received chunkwise, there have been problems.
17367 Remove the "prompt not found" error message; it is obvious.
17368 Simplify algorithm.
17369 (tramp-smb-process-running): Remove. Since we acknowledge the
17370 virtual prompt for shares, there's no need for distinction of
17371 reading shares (process ends afterwards) and interactive mode of
17372 smblient.
17373 (tramp-smb-open-connection): Setting process sentinel removed.
17374 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17375 "NT_STATUS_NETWORK_ACCESS_DENIED".
17376 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17377 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17378 (top-level): Setting default value in `tramp-default-method-alist'
17379 corrected. Order of USER and HOST have been wrong.
17380 Nobody complained for months ...
17381 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17382 (tramp-smb-open-connection): Clear password cache if login has failed.
17383
17384 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17385 `tramp-unified-filenames'.
17386 (tramp-completion-mode): Make test for XEmacs explicitely.
17387 `event-to-character' can exists in Emacs packages too.
17388 Reported by Matt Swift <swift@alum.mit.edu>.
17389 (tramp-buffer-name): Buffer name must contain the user if exists.
17390 Reported by Adrian Phillips <a.phillips@met.no>.
17391 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17392 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17393 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17394 `tramp-do-copy-or-rename-file-one-local', because it handles also
17395 the case both files use the same out-of-band method.
17396 Implementation added.
17397 (tramp-handle-file-local-copy, tramp-handle-write-region):
17398 Out-of-band handling removed. `copy-file' called instead, which
17399 calls `tramp-do-copy-or-rename-file-out-of-band'.
17400 (tramp-action-password): Check for out-of-band method removed.
17401 This function is used for 'login-program.
17402 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17403 appropriate.
17404 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17405 and `tramp-parse-sknownhosts'.
17406 (tramp-completion-function-alist): It's a defvar now, because we
17407 want to apply the optimized `tramp-set-completion-function'
17408 instead of a static list.
17409 (tramp-set-completion-function): Implementation tuned.
17410 Avoid double entries, and entries where the function or the
17411 file/directory doesn't exist.
17412 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17413 for SSH2.
17414 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17415 (tramp-handle-dired-compress-file): New function.
17416 (tramp-async-proc): New variable.
17417 (tramp-handle-shell-command): Adding asynchronous processes.
17418 They are far from being perfect, but it works at least for
17419 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17420 (top-level): Require password.el if visible. Should be mandatory
17421 once No Gnus has found its way into (X)Emacs.
17422 (tramp-read-passwd): Invoke `password-read' if available,
17423 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17424 fallback any longer.
17425 (tramp-clear-passwd): New function.
17426 (tramp-process-actions, tramp-process-multi-actions):
17427 Clear password cache if login has failed.
17428
17429 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17430 its own module.
17431 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17432 `ange-ftp-ftp-name-res'. There could be incorrect values from
17433 previous calls in case the "ftp" method is used in the Tramp file
17434 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17435
17436 2004-02-28 Richard M. Stallman <rms@gnu.org>
17437
17438 * term.el (term-mouse-paste): Call mouse-set-point.
17439
17440 * thumbs.el: New file.
17441
17442 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17443
17444 * progmodes/ebnf-abn.el: Doc fix.
17445
17446 * progmodes/ebnf-bnf.el: Doc fix.
17447 (ebnf-repeat): Code fix.
17448
17449 * progmodes/ebnf2ps.el: Doc fix.
17450 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17451
17452 2004-02-28 Juri Linkov <juri@jurta.org>
17453
17454 * ffap.el (dired-at-point): Additional writability test for
17455 relative directory names.
17456 (dired-at-point-prompter): Treat directories as a directory, get
17457 the directory component from files.
17458 (ffap-string-at-point): Return string from region if region is active.
17459 (ffap-file-at-point): Remove redundant code.
17460
17461 2004-02-28 Kim F. Storm <storm@cua.dk>
17462
17463 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17464 Initialize margin area images to nil.
17465 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17466 (breakpoint-enabled-bitmap-face)
17467 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17468 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17469 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17470 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17471 (gdb-reset): Use gdb-remove-breakpoint-icons.
17472 (gdb-put-string): Add dprop arg to specify alternative display
17473 property (for setting fringe bitmap).
17474 (gdb-remove-strings): Doc fix.
17475 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17476 icon in fringe (if available), or else as icon or text in display
17477 margin. Creates necessary icons in breakpoint-bitmap,
17478 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17479 Also make left window margin if required.
17480 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17481 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17482 no longer needed.
17483 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17484 gdb-put-breakpoint-icon.
17485 (gdb-assembler-mode): Don't set left-margin-width here.
17486
17487 2004-02-27 Kevin Ryde <user42@zip.com.au>
17488
17489 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17490 comma, so that it DTRT in macros.
17491
17492 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17493
17494 * progmodes/sh-script.el (sh-shell-arg)
17495 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17496 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17497
17498 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17499
17500 * faces.el (face-spec-set-match-display): Add a new attribute,
17501 `min-colors'.
17502 (region, highlight, secondary-selection): Use `min-colors'.
17503
17504 * custom.el (defface): Add documentation for `min-colors'.
17505
17506 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17507 (font-lock-keyword-face, font-lock-function-name-face)
17508 (font-lock-variable-name-face, font-lock-constant-face):
17509 Use `min-colors'.
17510
17511 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17512
17513 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17514
17515 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17516 define assq-delete-all if it's not defined.
17517 (ebnf-generate-region): Code fix.
17518
17519 * printing.el: Doc fix.
17520 (pr-version): New version number (6.7.2).
17521 (pr-command): Return empty string if command is an empty string.
17522
17523 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17524
17525 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17526
17527 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17528 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17529 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17530 "tt" ["test"] ). Reported by Markus Dreyer
17531 <mdreyer@ix.urz.uni-heidelberg.de>.
17532 (ebnf-version): New version number (4.0).
17533 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17534 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17535 (ebnf-delete-style): New commands.
17536 (ebnf-directory, ebnf-file): New funs.
17537 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17538 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17539 (ebnf-syntax-alist): New var.
17540 (ebnf-element-width): New fun replacing ebnf-list-width.
17541 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17542 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17543 (ebnf-prologue): Adjust vars.
17544 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17545 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17546 (ebnf-check-style-values, ebnf-generate-production)
17547 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17548 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17549 (ebnf-token-repeat): Code fix.
17550
17551 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17552 %right, %left and %prec. Suggested by Matthew K. Junker
17553 <junker@alum.mit.edu>.
17554 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17555
17556 * progmodes/ebnf-iso.el: Doc fix.
17557 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17558 (ebnf-iso-lex): Code fix.
17559
17560 * progmodes/ebnf-bnf.el: Doc fix.
17561 (ebnf-bnf-lex): Code fix.
17562
17563 * progmodes/ebnf-otz.el: Doc fix.
17564
17565 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17566
17567 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17568 (abbrev-prefix-mark): Doc fix.
17569
17570 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17571
17572 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17573 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17574 (gdb-var-delete): Make interactive (really).
17575 (gdb-edit-value): Make non-interactive.
17576
17577 * progmodes/gud.el (gud-speedbar-menu-items):
17578 Add gdb-var-delete and, indirectly, gdb-edit-value.
17579 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17580 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17581 (gud-gdb-marker-filter): Add comment for annotations.
17582
17583 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17584
17585 * calendar/calendar.el (generate-calendar)
17586 (calendar-read-date): Prevent display of BC calendars once more -
17587 reverts 2003-10-01 change.
17588 (generate-calendar-month): Doc fix.
17589
17590 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17591
17592 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17593 return value of increment-calendar-month.
17594
17595 2004-02-21 Stephen Compall <s11@member.fsf.org>
17596
17597 * saveplace.el (save-place-forget-unreadable-files)
17598 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17599 (save-place-forget-unreadable-files): New function.
17600 (save-place-alist-to-file): Use it to filter out files that are
17601 no longer readable.
17602
17603 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17604 current Texinfo environment, using the same method as in
17605 `texinfo-insert-@end', and insert a space rather than a newline if
17606 point in a @table environment.
17607
17608 2004-02-21 Juri Linkov <juri@jurta.org>
17609
17610 * ffap.el (ffap-file-at-point): Try parent directories.
17611
17612 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17613
17614 * vcursor.el (vcursor-modifiers): New defcustom.
17615 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17616 hard-coded list.
17617
17618 2004-02-21 Masatake YAMATO <jet@gyve.org>
17619
17620 * play/animate.el (animate-birthday-present): Accept names other
17621 than `Sarah', too.
17622
17623 2004-02-21 Juri Linkov <juri@jurta.org>
17624
17625 * startup.el: Remove table of command line arguments from the
17626 Commentary section.
17627
17628 2004-02-20 John Wiegley <johnw@newartisans.com>
17629
17630 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17631 again" modifier from 'e' to 'E', since 'e' is also used by the
17632 "file extension" modifier.
17633
17634 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17635
17636 * help-fns.el (describe-categories): Doc fix.
17637
17638 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17639
17640 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17641 temporary file for buffer already visiting one. This change makes
17642 output likely to be directly usable by patch program.
17643 Suggested by Adrian Aichner <adrian@xemacs.org>
17644
17645 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17646
17647 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17648 case of variables defined in compound statements.
17649 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17650 Simplify constructions using switch-to-buffer.
17651
17652 2004-02-19 Simon Josefsson <jas@extundo.com>
17653
17654 * play/morse.el: Fix typo.
17655 (morse-code): Add @.
17656
17657 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17658
17659 * calendar/appt.el (appt-display-format): Change default to
17660 'ignore, for backwards compatibility.
17661 (appt-display-message): If appt-display-format is 'ignore,
17662 respect old vars appt-msg-window and appt-visible.
17663 (appt-activate): Don't depend on return value of cancel-timer.
17664
17665 * calendar/calendar.el (calendar-holidays): Doc fix.
17666
17667 * calendar/cal-coptic.el (coptic-prompt-for-date):
17668 Use assoc-string instead of assoc-ignore-case.
17669 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17670 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17671 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17672 * calendar/cal-islam.el (calendar-goto-islamic-date)
17673 (mark-islamic-diary-entries): Ditto.
17674 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17675 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17676 (calendar-read-mayan-tzolkin-date): Ditto.
17677 * calendar/calendar.el (calendar-read-date): Ditto.
17678 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17679
17680 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17681
17682 * progmodes/executable.el (executable-command-find-posix-p):
17683 Fix choice of the directory.
17684
17685 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17686
17687 * simple.el (interprogram-cut-function)
17688 (interprogram-paste-function, kill-new, kill-append):
17689 Doc fixes.
17690 (kill-region): Make it return nil. Doc fix.
17691 (yank-pop): Make its argument optional.
17692 (yank): Make ARG `-' equivalent to `-1'.
17693
17694 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17695
17696 * mail/rmail.el (rmail-get-new-mail): Don't reference
17697 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17698
17699 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17700
17701 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17702 if one of global-auto-revert-non-file-buffers or autorevert-mode
17703 is non-nil.
17704
17705 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17706
17707 * subr.el (delete-dups): A better implementation from Karl Heuer
17708 <kwzh@gnu.org>.
17709
17710 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17711
17712 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17713 correct place.
17714 * progmodes/icon.el (icon-indent-command): Ditto.
17715 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17716
17717 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17718
17719 * progmodes/grep.el (grep-compute-defaults): Undo change from
17720 2004-01-29: don't use executable-command-find-posix-p.
17721
17722 2004-02-16 Richard Sharman <rsharman@pobox.com>
17723
17724 * hilit-chg.el: Use require instead of eval-and-compile.
17725 (highlight-compare-buffers): New function.
17726
17727 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17728
17729 * man.el (Man-fontify-manpage): Render section headings in
17730 `Man-overstrike-face' even when overstrike was not used by man
17731 formatter for section headings.
17732
17733 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17734
17735 * rmail-spam-filter.el (vm-use-spam-filter)
17736 (rsf-min-region-length-added-to-spam-list): New variables.
17737 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17738 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17739 spam testing. Don't delete spam message if automatic deletion
17740 after output via variable rmail-delete-after-output is turned on.
17741 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17742 rsf-bbdb-dont-create-entries-for-spam.
17743 (check-field): New function, extracted from code in
17744 rmail-spam-filter to ease addition of header fields like content-type.
17745 (message-content-type): New variable to check the content-type:
17746 field added, also in defcustom of rsf-definitions-alist.
17747 (rmail-spam-filter): Replace repeated test code for header fields
17748 by calls to check-field; change the call to
17749 rmail-output-to-rmail-file such that rmail-current-message stays
17750 the same to avoid wrong deletion of unseen flags.
17751 (rsf-add-contents-type): New function to convert old format
17752 of rmail-spam-definitions-alist into new one.
17753 Change prefixes of all variables and functions from
17754 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17755
17756 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17757
17758 * loadhist.el (unload-hook-features-list): New defvar.
17759
17760 2004-02-16 Dave Love <fx@gnu.org>
17761
17762 * loadhist.el (unload-feature): Doc fix. Rename flist to
17763 unload-hook-features-list.
17764
17765 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17766
17767 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17768 cookie. Don't check if we are looking-at open-formula.
17769
17770 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17771
17772 * subr.el (match-string-no-properties): Use substring-no-properties.
17773
17774 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17775
17776 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17777 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17778 Use lower-case "rx" in all error message.
17779
17780 2004-02-16 Dave Love <fx@gnu.org>
17781
17782 * emacs-lisp/rx.el (rx-or): Put group around result.
17783 (rx-constituents): Add backref.
17784 (rx-syntax): Add string-delimiter, comment-delimiter.
17785 (rx-categories): Add combining-diacritic.
17786 (rx-check-not, rx-greedy, rx): Doc fix.
17787 (rx-backref, rx-check-backref): New.
17788
17789 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17790
17791 * newcomment.el (uncomment-region): Allow eob as comment end.
17792
17793 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17794
17795 * filecache.el: All message and error commands now use prefix
17796 "Filecache:" to make it easy to read *Messages* buffer.
17797
17798 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17799
17800 * autorevert.el: Add support to detect changed dired and VC buffers.
17801 (auto-revert-active-p, auto-revert-list-diff)
17802 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17803 (auto-revert-handler, auto-revert-active-p): New functions.
17804 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17805 and `auto-revert-active-p'.
17806 (eval-when-compile): Defvar dired-directory and vc-mode.
17807 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17808 (auto-revert-handler-vc): New functions.
17809
17810 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17811
17812 * progmodes/compile.el (compilation-directory): New defvar.
17813 (compile): Save current directory in compilation-directory.
17814 (recompile): Bind default-directory to compilation-directory if
17815 that is non-nil.
17816
17817 2004-02-16 Dave Love <fx@gnu.org>
17818
17819 * newcomment.el (comment-insert-comment-function)
17820 (comment-region-function, uncomment-region-function): New.
17821 (comment-indent): Use comment-insert-comment-function.
17822 (uncomment-region): Use uncomment-region-function.
17823 (comment-region): Use comment-region-function.
17824
17825 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17826
17827 2004-02-16 Richard Stallman <rms@gnu.org>
17828
17829 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17830 loaddefs* and ldefs-boot*.
17831
17832 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17833
17834 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17835 and email address at the beginning and end of the address.
17836
17837 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17838 anchored at the beginning of the email address.
17839
17840 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17841
17842 * international/ccl.el (ccl-compile-write): Pass `left' to
17843 ccl-embed-code to generate correct code of write-expr-register.
17844
17845 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17846
17847 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17848
17849 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17850
17851 * x-dnd.el: Mention support for Motif in commentary.
17852 (x-dnd-handle-drag-n-drop-event): Ditto.
17853
17854 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17855
17856 * ses.el: Use "ses--" prefixes for buffer-local variables.
17857 Use (point-min) instead of 1, even when we know the buffer
17858 is unnarrowed.
17859 (ses-build-load-map): Delete. Distribute its content to defconst's for
17860 the three maps.
17861 (ses-menu, ses-header-line-menu): New menus.
17862 (ses-mode-map): Use them.
17863 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17864
17865 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17866
17867 * Makefile.in: Fix the CC Mode recompile kludge so it works
17868 when building in a different directory.
17869
17870 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17871
17872 * simple.el (kill-new): Put yank-handler property on the entire string.
17873
17874 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17875
17876 * diff.el: Don't use compile any more, use diff-mode instead.
17877 (diff-regexp-alist, diff-old-file, diff-new-file)
17878 (diff-parse-differences, diff-process-setup): Remove.
17879 (diff-sentinel): New fun.
17880 (diff): Use it. Run the process ourselves.
17881 Use diff-mode for the rest of the processing.
17882
17883 * diff.el (diff): Simplify code handling `switch'.
17884
17885 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17886
17887 * pcvs-defs.el (cvs-menu): Add `tag'.
17888
17889 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17890
17891 * simple.el (kill-append): Doc fix.
17892
17893 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17894 Adapt outline-regexp to the new conventions for commenting out code.
17895
17896 2004-02-11 John Paul Wallington <jpw@gnu.org>
17897
17898 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17899
17900 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17901
17902 * diff.el (diff-switches): New fun.
17903 (diff, diff-backup): Use it.
17904 (diff): Clean up the args construction. Use backquote.
17905 Use listp instead of consp to avoid putting a nil arg.
17906 (diff): Add a revert-buffer function.
17907
17908 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17909
17910 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17911 handled by x-dnd-handle-file-name.
17912 (x-dnd-known-types): Add COMPOUND_TEXT.
17913 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17914 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17915 x-dnd-empty-state.
17916 (x-dnd-forget-drop): Ditto.
17917 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17918 (x-dnd-handle-one-url): Return private when inserting text.
17919 (x-dnd-insert-ctext): New function.
17920 (x-dnd-handle-file-name): New function for FILE_NAME.
17921 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17922 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17923 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17924
17925 2004-02-10 Kenichi Handa <handa@m17n.org>
17926
17927 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17928 instead of while loop.
17929
17930 2004-02-10 Miles Bader <miles@gnu.org>
17931
17932 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17933
17934 2004-02-09 Kenichi Handa <handa@m17n.org>
17935
17936 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17937 have end-of-line.
17938
17939 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17940
17941 * Makefile.in: Added extra dependencies in the recompile target
17942 needed to cope with the compile time macro expansions in CC Mode.
17943
17944 2004-02-09 Kim F. Storm <storm@cua.dk>
17945
17946 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17947 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17948 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17949 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17950 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17951 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17952 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17953 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17954 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17955 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17956 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17957
17958 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17959
17960 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17961 Don't allow shrink if there's a window on our right.
17962
17963 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17964 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17965 Bring together declaration and initialization.
17966 (prolog-mode-variables): Don't set the syntax table.
17967 Don't set paragraph-start and comment-indent-function.
17968 Add /*..*/ to the comment regexps.
17969 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
17970 (prolog-mode-map): Don't bind TAB.
17971 (prolog-mode): Set the syntax table.
17972 (prolog-comment-indent): Remove.
17973 (inferior-prolog-mode-map): Initialize in the declaration.
17974 (inferior-prolog-mode-syntax-table)
17975 (inferior-prolog-mode-abbrev-table): New vars.
17976 (inferior-prolog-mode): Derive from comint-mode.
17977 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17978 minibuffer windows.
17979
17980 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17981 in file names, as long as it is unabmiguous.
17982
17983 2004-02-08 Andreas Schwab <schwab@suse.de>
17984
17985 * textmodes/reftex-toc.el
17986 (reftex-toc-load-all-files-for-promotion): Remove useless use of
17987 format. Doc fix.
17988
17989 * textmodes/refer.el (refer-find-entry-internal): Remove extra
17990 format string arguments.
17991
17992 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17993 string argument.
17994
17995 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
17996
17997 * play/zone.el (zone-call): Fix format string.
17998
17999 * net/webjump.el (webjump-builtin): Add missing format string argument.
18000
18001 * midnight.el (midnight-delay-set): Remove extra format string argument.
18002
18003 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18004
18005 * hexl.el (hexl-insert-char): Add missing format string argument.
18006
18007 * format.el (format-decode): Fix format string.
18008
18009 * emulation/vi.el (vi-mode): Remove extra format string argument.
18010 (vi-repeat-last-search): Likewise.
18011 (vi-reverse-last-search): Likewise.
18012 (vi-goto-mark): Likewise.
18013 (vi-reverse-last-find-char): Likewise.
18014 (vi-repeat-last-find-char): Likewise.
18015 (vi-locate-def): Likewise.
18016
18017 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18018
18019 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18020 string argument.
18021 (ediff-toggle-regexp-match): Likewise.
18022
18023 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18024 format string argument.
18025
18026 * calc/calc-map.el (calc-get-operator): Remove extra format
18027 string argument.
18028
18029 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18030
18031 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18032 string argument.
18033
18034 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18035
18036 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18037
18038 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18039
18040 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18041 (cl-struct-setf-expander): Likewise.
18042
18043 * vc.el (with-vc-file): Fix unsafe uses of error.
18044 (vc-cancel-version): Likewise.
18045
18046 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18047
18048 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18049 thousands separator; fixes <class>:<line-number> regexp for
18050 non-english locales.
18051
18052 2004-02-08 Andreas Schwab <schwab@suse.de>
18053
18054 * view.el (view-mode-enable): Revert previous change.
18055
18056 2004-02-07 Kim F. Storm <storm@cua.dk>
18057
18058 * simple.el (line-number-at-pos): Rename from line-at-pos.
18059 Uses changed (what-line and vc-annotate-warp-version).
18060
18061 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18062
18063 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18064 (diff-mode): Remove aborted attempt at support for compile.el.
18065 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18066
18067 2004-02-06 Andreas Schwab <schwab@suse.de>
18068
18069 * view.el (view-mode-enable): Add view-mode-map to
18070 minor-mode-overriding-map-alist.
18071
18072 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18073
18074 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18075
18076 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18077
18078 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18079 with point inside rather than after the paragraph.
18080
18081 2004-02-04 Sam Steingold <sds@gnu.org>
18082
18083 * mail/smtpmail.el (smtpmail-try-auth-methods):
18084 Do not try authentication when no mechanism is available.
18085 Pass port-name as defaultport to `netrc-machine'.
18086
18087 2004-02-04 Stephen Eglen <stephen@gnu.org>
18088
18089 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18090 to show how minibuffer height can be constrained.
18091
18092 2004-02-04 John Paul Wallington <jpw@gnu.org>
18093
18094 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18095
18096 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18097
18098 * x-dnd.el: New file for drag and drop.
18099
18100 * term/x-win.el: require x-dnd, set after-make-frame-functions
18101 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18102 drag-n-drop event.
18103
18104 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18105 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18106 (dired-dnd-handle-file): New functions for drag and drop support.
18107 (dired-mode): Initialize drag and drop if x-dnd present.
18108
18109 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18110
18111 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18112 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18113 (cperl-mode): Set fill-paragraph-function.
18114 (cperl-fill-paragraph): Make it non-interactive.
18115
18116 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18117
18118 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18119
18120 2004-02-02 David Kastrup <dak@gnu.org>
18121
18122 * replace.el (perform-replace): Allow 'literal argument in
18123 regexp-flag to indicate literal replacement.
18124 (query-replace-regexp-eval): Use it.
18125
18126 2004-02-01 Andreas Schwab <schwab@suse.de>
18127
18128 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18129
18130 2004-02-01 Stephen Eglen <stephen@gnu.org>
18131
18132 * info-look.el: Add support for maxima-mode. Update commentary
18133 because info-lookup-symbol is now bound to C-h S.
18134
18135 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18136
18137 * simple.el (edit-and-eval-command): Bind print-level and
18138 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18139 Correct initial position in command-history.
18140
18141 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18142
18143 * files.el (read-directory-name): Adapt the docstring to recent
18144 change in Fread_file_name.
18145
18146 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18147
18148 * ses.el (ses-print-cell): If print format too wide for column
18149 width, truncate decimal places if that helps to avoid "#####" fill.
18150 * ses.el (ses-initial-column-width): Revert previous change.
18151
18152 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18153
18154 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18155 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18156 Add edebug info.
18157 (jit-lock-mode): Setup/cancel the new timer.
18158 (jit-lock-context-fontify): New fun. Extracted from
18159 context fontification code of jit-lock-stealth-fontify.
18160 (jit-lock-stealth-fontify): Don't do context fontification any more.
18161
18162 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18163 (jit-lock-fontify-now): Handle the `quit' case.
18164 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18165
18166 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18167
18168 * progmodes/executable.el (executable-command-find-posix-p):
18169 New. Check if find handles arguments Posix-style.
18170
18171 * progmodes/grep.el (grep-compute-defaults):
18172 Use executable-command-find-posix-p.
18173 (grep-find): Check `grep-find-command'.
18174
18175 * filecache.el (file-cache-find-posix-p): Delete.
18176 (file-cache-add-directory-using-find):
18177 Use `executable-command-find-posix-p'.
18178
18179 2004-01-29 Dave Love <fx@gnu.org>
18180
18181 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18182 Iterate the hook function if arg is given.
18183 (mark-defun, narrow-to-defun): Change order of finding the limits.
18184
18185 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18186 (byte-compile-format-warn): New.
18187 (byte-compile-callargs-warn): Use it.
18188 (Format, message, error): Add byte-compile-format-like property.
18189 (byte-compile-maybe-guarded): New.
18190 (byte-compile-if, byte-compile-cond): Use it.
18191 (byte-compile-lambda): Compile interactive forms,
18192 just to make warnings about them.
18193
18194 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18195
18196 * ses.el (ses-initial-column-width): Increase to 14, so it will
18197 work well with the default printer of "%.7g" for extreme values
18198 like "-1.234567e+07".
18199
18200 2004-01-29 Kenichi Handa <handa@m17n.org>
18201
18202 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18203
18204 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18205
18206 * dos-w32.el: Added support for the `default-printer-name' function.
18207
18208 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18209
18210 * server.el (server-socket-name): Don't use the hostname in the
18211 socket name since /tmp is local to the host anyway.
18212
18213 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18214 robust check of widening and fix var-naming.
18215
18216 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18217
18218 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18219 or rmail-spam- to rsf- in all function and variable names.
18220 (rsf-min-region-to-spam-list): New variable.
18221 (rsf-bbdb-auto-delete-spam-entries): Rename from
18222 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18223 scanned together with the recipients field for spam testing; Don't
18224 delete spam message if rmail-delete-after-output is non-nil;
18225 (rsf-check-field): New function, extracted from code in
18226 rmail-spam-filter to ease addition of header fields like
18227 content-type:;
18228 (message-content-type): New variable. The content-type: field was
18229 added also in defcustom of rsf-definitions-alist;
18230 (rmail-spam-filter): Replace repeated test code for header fields
18231 by calls to check-field; change the call to
18232 rmail-output-to-rmail-file such that rmail-current-message stays
18233 the same to avoid wrong deletion of unseen flags.
18234 (rmail-use-spam-filter): Add autoload cookie.
18235
18236 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18237
18238 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18239 (file-cache-add-directory-using-find): Add Cygwin support.
18240 (file-cache-find-command-posix-flag): New user variable.
18241
18242 * filecache.el (file-cache-add-directory): Check for
18243 directories an remove them from dir-files.
18244
18245 2004-01-27 Richard M. Stallman <rms@gnu.org>
18246
18247 * man.el (Man-fontify-manpage): Clean up message.
18248
18249 2004-01-27 Kenichi Handa <handa@m17n.org>
18250
18251 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18252 (sentence-end): Define using sentence-end-without-space.
18253
18254 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18255 a sentence ends with one of a character in sentence-end-without-space.
18256
18257 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18258
18259 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18260 (jit-lock): Group declaration moved to jit-lock.el.
18261 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18262 when necessary.
18263
18264 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18265 (jit-lock-context-unfontify-pos): Rename from
18266 jit-lock-first-unfontify-pos.
18267 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18268
18269 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18270
18271 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18272 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18273 (fortran-fill): When filling a string, adjust re-search-backward
18274 argument for special case of string just on fill-column.
18275 When filling non-string, allow one extra char if
18276 fortran-break-before-delimiters is non-nil.
18277 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18278 Use fortran-break-delimiters-re and fortran-no-break-re to
18279 correctly handle cases such as "**".
18280
18281 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18282 (f90-no-break-re): Add some extra tokens. Doc fix.
18283
18284 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18285
18286 * mail/rmail-spam-filter.el:
18287 Use two semicolons as Commentary line prefix.
18288 Add ";;; Code:" stylized comment.
18289 Delete end-of-line whitespace.
18290 Wrap (require 'cl) with `eval-when-compile'.
18291
18292 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18293
18294 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18295 at the top level of vc.el.
18296
18297 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18298
18299 * vc.el (vc-current-line): Function removed. This is now done by
18300 the new function line-at-pos in simple.el.
18301 (vc-annotate-warp-version): Use line-at-pos instead of
18302 vc-current-line.
18303
18304 2004-01-22 Kim F. Storm <storm@cua.dk>
18305
18306 * simple.el (line-at-pos): New defun.
18307 (what-line): Use it. Optimize by only counting lines in narrowed
18308 region once.
18309
18310 2004-01-22 Kenichi Handa <handa@m17n.org>
18311
18312 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18313 point (register r1) only for charset mule-unicode-0100-24ff.
18314
18315 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18316
18317 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18318 trailing white space and ensure a final newline.
18319
18320 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18321 Add autoload cookie.
18322
18323 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18324
18325 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18326 activate view-mode explicitly.
18327
18328 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18329
18330 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18331 menu-bar-enable-clipboard and make Paste use clipboard first.
18332
18333 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18334
18335 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18336 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18337 (vc-mcvs-cvs): Remove.
18338 (vc-mcvs-command): Remove use of assert.
18339
18340 * outline.el (outline-insert-heading): Tighten up match.
18341 (outline-demote, outline-move-subtree-down): Don't assume anything
18342 about outline-regexp.
18343
18344 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18345 (texinfo-show-structure): Explicitly add ^, and simplify.
18346
18347 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18348
18349 * calendar/appt.el (appt-check): Restore usage of
18350 appt-issue-message deleted in previous change.
18351 (top-level): Activate package when loaded (needed for backwards
18352 compatibility).
18353
18354 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18355
18356 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18357 following previous change to smtpmail-send-data.
18358
18359 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18360
18361 * vc.el (vc-default-previous-version): Doc enhancement.
18362 (vc-default-next-version): New function.
18363 (vc-print-log): New arg FOCUS-REV.
18364 (vc-annotate-mode): Derive from view-mode.
18365 (vc-annotate): New args REVISION, DISPLAY-MODE.
18366 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18367 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18368 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18369 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18370 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18371
18372 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18373
18374 2004-01-19 Karl Berry <karl@gnu.org>
18375
18376 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18377 or "TexInfo".
18378
18379 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18380
18381 * subr.el (delete-dups): New function.
18382
18383 2004-01-19 Karl Berry <karl@gnu.org>
18384
18385 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18386 with ^, since that's what texinfo-show-structure
18387 documentation says (plus it works much better in texinfo.txi).
18388
18389 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18390
18391 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18392
18393 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18394
18395 * progmodes/which-func.el (which-function-mode): Don't cancel
18396 which-func-update-timer if not set.
18397
18398 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18399
18400 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18401 Remove spurious left square bracket in XX:XXam regexp.
18402
18403 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18404
18405 * progmodes/cc-defs.el: Do not require cl at run time.
18406
18407 2004-01-16 Richard M. Stallman <rms@gnu.org>
18408
18409 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18410 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18411
18412 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18413 Call rmail-spam-filter. Delete and expunge spam.
18414 Print number of spam messages deleted.
18415 Save and restore the deletion status of old messages when reading
18416 new mail with spam filter, so that expunging spam does not expunge
18417 msgs deleted by the user.
18418 (rmail-only-expunge): Add an optional argument dont-show to
18419 prevent showing message after expunge.
18420
18421 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18422
18423 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18424 * subr.el (declare): New macro.
18425
18426 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18427
18428 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18429
18430 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18431
18432 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18433 Test window-system rather than system-type (for X11/Mac).
18434
18435 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18436
18437 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18438
18439 2004-01-12 Richard M. Stallman <rms@gnu.org>
18440
18441 * mail/rmail.el (rmail-convert-to-babyl-format):
18442 Use mail-unquote-printable-region.
18443 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18444 (rmail-hex-char-to-integer): Functions deleted.
18445
18446 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18447 (mail-unquote-printable-region): New arg NOERROR.
18448 For invalid encoding, either signal an error to just return nil.
18449
18450 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18451
18452 * calendar/appt.el: Update copyright and commentary.
18453 (appt-issue-message): Make obsolete.
18454 (appt-visible, appt-msg-window): Make obsolete, in favour of
18455 appt-display-format.
18456 (appt-display-mode-line, appt-display-duration)
18457 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18458 (appt-prev-comp-time, appt-display-count, appt-timer)
18459 (appt-convert-time): Doc change.
18460 (appt-disp-window-function, appt-delete-window-function):
18461 Use defcustom rather than defvar.
18462 (appt-display-format): New variable.
18463 (appt-display-message): New function with display code from appt-check.
18464 (appt-check): Add optional FORCE argument. Doc change.
18465 Add appt-make-list to diary-hook if displaying diary.
18466 Remove checking of view-diary-entries-initially.
18467 Message display section removed to new function appt-display-message.
18468 (appt-display-window): Doc change. Remove unused internal var
18469 this-buffer. Do not beep, since appt-display-message does that.
18470 (appt-make-list): Doc change. Use caar.
18471 (appt-sort-list): Simplify by using builtin sort function.
18472 (appt-update-list): New function for updating appts when diary is
18473 saved.
18474 (appt-activate): New autoloaded function to toggle package
18475 functionality.
18476
18477 * calendar/cal-x.el: (calendar-one-frame-setup)
18478 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18479
18480 * calendar/calendar.el: Update copyright.
18481 (view-diary-entries-initially, european-calendar-style): Doc change.
18482 (calendar-setup): Make defcustom rather than defvar.
18483 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18484 in let binding so local to function.
18485
18486 * calendar/diary-lib.el: Update copyright.
18487 (diary, diary-entry-time): Doc change.
18488 (list-diary-entries): Doc change. Trivial logic change.
18489 (fancy-diary-display): Restore make-face command mistakenly
18490 deleted 2003-05-08.
18491 (show-all-diary-entries): Allow to pop-up frame if needed.
18492
18493 2004-01-09 John Paul Wallington <jpw@gnu.org>
18494
18495 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18496 Temporarily select EVENT's window for changing eol type.
18497
18498 2004-01-09 Deepak Goel <deego@gnufans.org>
18499
18500 * calendar/diary-lib.el (diary-entry-time):
18501 Also accept time in the form XX[.XX][am/pm/AM/PM].
18502 (fancy-diary-font-lock-keywords): Likewise.
18503 (diary-font-lock-keywords): Likewise.
18504 * calendar/appt.el (appt-add): Likewise.
18505 (appt-make-list): Likewise.
18506 (appt-convert-time): Likewise.
18507
18508 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18509
18510 * gdb-ui.el (gdb-ann3): Revert previous change.
18511 (gdb-source-info): Allow for case of where compilation directory
18512 is not recorded.
18513
18514 2004-01-08 John Paul Wallington <jpw@gnu.org>
18515
18516 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18517
18518 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18519
18520 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18521
18522 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18523 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18524 problems.
18525 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18526
18527 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18528
18529 * files.el (write-file-functions, write-contents-functions):
18530 Clarify docstrings.
18531
18532 2004-01-07 Kenichi Handa <handa@m17n.org>
18533
18534 * international/mule.el (set-auto-coding): Fix for the case that
18535 end-of-line is only CR.
18536
18537 2004-01-07 Kim F. Storm <storm@cua.dk>
18538
18539 * subr.el (event-start, event-end): Doc fix.
18540 (posn-string, posn-image): New defuns.
18541 (posn-object): Return either image or string object.
18542 (posn-object-x-y): Return 8th element of position.
18543 (posn-object-width-height): New defun.
18544
18545 2004-01-06 Andreas Schwab <schwab@suse.de>
18546
18547 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18548 output.
18549
18550 2004-01-05 Karl Berry <karl@gnu.org>
18551
18552 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18553 / and *, too.
18554
18555 2003-12-31 Simon Josefsson <jas@extundo.com>
18556
18557 * files.el (before-save-hook): Add.
18558 (basic-save-buffer): Use before-save-hook.
18559
18560 * emacs-lisp/copyright.el: Fix comment to recommend
18561 before-save-hook instead of write-file-functions.
18562
18563 2004-01-05 Richard M. Stallman <rms@gnu.org>
18564
18565 * finder.el (finder-commentary): Call delete-other-windows.
18566
18567 * net/ange-ftp.el (ange-ftp-file-attributes):
18568 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18569
18570 2004-01-04 Karl Berry <karl@gnu.org>
18571
18572 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18573 comment characters % and # in the copyright year notice,
18574 as well as ;.
18575
18576 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18577
18578 * wid-edit.el (default): Define dummy :value-delete.
18579 Reported by Jesper Harder <harder@ifa.au.dk>.
18580
18581 2004-01-03 Richard M. Stallman <rms@gnu.org>
18582
18583 * progmodes/compile.el (compile-internal): Use point, not point-min,
18584 for set-window-point.
18585
18586 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18587
18588 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18589
18590 * progmodes/grep.el (grep-mode-map):
18591 Don't remap next-line, previous-line.
18592
18593 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18594
18595 * speedbar.el (speedbar-edit-line): Change regexp to position
18596 the cursor on the first character of this line's button.
18597
18598 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18599
18600 * subr.el (functionp): Doc fix.
18601
18602 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18603
18604 * progmodes/idlwave.el (idlwave-make-tags):
18605 * textmodes/flyspell.el (flyspell-large-region):.
18606 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18607 * emulation/viper-util.el (viper-glob-unix-files):
18608 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18609 * man.el (Man-init-defvars):
18610 * jka-compr.el (jka-compr-call-process):
18611 * files.el (get-free-disk-space,insert-directory):
18612 * ediff-ptch.el (ediff-test-patch-utility):
18613 * ediff-diff.el (ediff-test-utility):
18614 * dired-aux.el (dired-check-process):
18615 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18616 test the return value of call-process, because it can be a string.
18617
18618 2003-12-31 John Paul Wallington <jpw@gnu.org>
18619
18620 * bindings.el (completion-ignored-extensions): Add .pfsl.
18621
18622 2003-12-31 Kim F. Storm <storm@cua.dk>
18623
18624 * ido.el (ido-nonreadable-directory-p): New defun to check for
18625 nonreadable directory without activating tramp (to avoid problems
18626 with checking incomplete tramp paths).
18627 (ido-set-current-directory, ido-file-internal)
18628 (ido-file-name-all-completions1): Use it.
18629
18630 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18631
18632 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18633 documentation if the anchor (or node) name is preceded by `info
18634 anchor' or `Info anchor' in addition to earlier `info node' and
18635 `Info node'.
18636 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18637
18638 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18639
18640 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18641 error in arguments to base64-decode-region. Remove ^M characters
18642 after decoding base64.
18643
18644 2003-12-30 Simon Josefsson <jas@extundo.com>
18645
18646 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18647 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18648 have only been distributed with Emacs for some years.
18649 (texinfo-mode-hook): Customize.
18650
18651 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18652
18653 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18654 cleaner (suggested by Richard Stallman).
18655
18656 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18657 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18658 file-name clashes on 8+3 DOS filesystems.
18659
18660 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18661 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18662 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18663 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18664 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18665 file-name clashes on 8+3 filesystems.
18666
18667 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18668 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18669 file-name clashes on 8+3 DOS filesystems.
18670
18671 2003-12-29 Richard M. Stallman <rms@gnu.org>
18672
18673 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18674 Upcase the character.
18675
18676 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18677 Search for header separator alone on a line, literally,
18678 and search for it backward, not forward.
18679 (flyspell-abbrev-table): Always use global-abbrev-table
18680 if there is no local one.
18681
18682 * progmodes/sh-script.el (sh-get-indent-info):
18683 Don't move point back if at bob.
18684
18685 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18686
18687 * play/handwrite.el (handwrite): Make the handwrite credit message
18688 a comment rather than an output command.
18689
18690 * obsolete/sc.el: Display message that this file is obsolete.
18691
18692 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18693
18694 * mail/rfc822.el (rfc822-address-start): Declare variable.
18695 Renamed from address-start. All uses changed.
18696
18697 * term.el (term-exec): Set up sentinel.
18698 (term-sentinel): New function.
18699 (term-handle-exit): New function.
18700
18701 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18702 Use assoc-string, and mark them obsolete.
18703 (delay-mode-hooks): Mark as permanent local.
18704
18705 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18706
18707 * register.el (copy-rectangle-to-register): Doc fix.
18708
18709 * info.el (Info-insert-dir): Use assoc-string.
18710
18711 * info-look.el (info-lookup): Use assoc-string.
18712
18713 * frame.el (pop-up-frame-function): Use quote, not `function'.
18714 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18715 copying with lists as coordinate values.
18716
18717 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18718
18719 * find-dired.el (kill-find): New command.
18720 (find-dired): Make buffer read-only.
18721 Set up a keymap with C-c C-k running kill-find.
18722 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18723
18724 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18725
18726 * filecache.el (file-cache-ignore-case): New variable.
18727 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18728
18729 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18730 (comint-dynamic-complete-as-filename): Rename local vars.
18731 (comint-dynamic-list-filename-completions): Likewise.
18732
18733 * comint.el (comint-dynamic-list-completions-config): New var.
18734 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18735
18736 * comint.el (comint-file-name-chars): Add [].
18737 (comint-word): Use skip-chars-backward, not search.
18738
18739 * shell.el (shell-file-name-chars): Add [].
18740
18741 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18742
18743 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18744
18745 * generic.el (define-generic-mode): Doc fix.
18746
18747 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18748
18749 * files.el (kill-some-buffers): Doc fix.
18750
18751 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18752
18753 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18754 arg to send-invisible
18755 (send-invisible): Doc fix. The argument is now a prompt, not the
18756 string to send.
18757 (comint-read-noecho): Doc fix.
18758
18759 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18760
18761 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18762 "@", as required by some ISP hosting service. Fix defcustom
18763 argument syntax errors that prevented use of customization.
18764
18765 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18766
18767 * xml.el (xml-get-attribute-or-nil): Doc fix.
18768
18769 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18770
18771 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18772 write-file-hooks.
18773
18774 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18775
18776 * autorevert.el (auto-revert-interval): Doc fix.
18777
18778 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18779
18780 * xml.el (xml-get-attribute-or-nil): New function, like
18781 xml-get-attribute, but returns nil if the attribute was not found.
18782 (xml-get-attribute): Convert to defsubst, uses
18783 xml-get-attribute-or-nil.
18784
18785 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18786
18787 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18788
18789 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18790
18791 * custom.el (custom-declare-theme): Use `value' when putting
18792 properties on `theme'.
18793
18794 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18795
18796 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18797 for each yank-handler segment.
18798 (insert-for-yank-1): New function, with the body of the previous
18799 insert-for-yank.
18800
18801 * textmodes/table.el (table-yank-handler): New defcustom.
18802 (table--put-cell-indicator-property): Put yank-handler property
18803 that indicates the yank handler for the table cell.
18804
18805 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18806
18807 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18808 set of keywords.
18809
18810 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18811
18812 * international/mule-cmds.el (reset-language-environment)
18813 (set-language-environment): Don't invoke fontset-related functions
18814 if fontset-list is not fboundp.
18815
18816 2003-12-29 Kenichi Handa <handa@m17n.org>
18817
18818 * international/mule-cmds.el (reset-language-environment):
18819 Call set-overriding-fontspec-internal with nil.
18820 (set-language-environment): Call set-overriding-fontspec-internal
18821 if the language environment specify `overriding-fontspec'.
18822 (language-info-alist): Doc added.
18823
18824 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18825 characters of mule-unicode-0100-24ff.
18826 (ccl-encode-windows-1251-font): New CCL program.
18827 ("Bulgarian"): Specify overriding-fontspec.
18828 ("Belarusian"): Likewise.
18829
18830 2003-12-28 Sam Steingold <sds@gnu.org>
18831
18832 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18833 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18834
18835 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18836
18837 * progmodes/gud.el (gud-gdb-command-name): Set default to
18838 "gdb --annotate=3".
18839 (gud-gdb-marker-filter): Look out for annotations.
18840 (gdb-first-pre-prompt): New variable.
18841 Remove trailing white space.
18842
18843 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18844 if necessary.
18845 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18846 annotations are detected.
18847 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18848 instead of a local one to allow transition from
18849 gud-gdb-marker-filter.
18850 Remove trailing white space.
18851
18852 2003-12-27 Kim F. Storm <storm@cua.dk>
18853
18854 * ido.el: Handle non-readable directories.
18855 (ido-decorations): Add 9th element for non-readable directory.
18856 (ido-directory-nonreadable): New dynamic var.
18857 (ido-set-current-directory): Set it.
18858 (ido-read-buffer, ido-file-internal):
18859 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18860 (ido-file-name-all-completions1): Return empty list for
18861 non-readable directory.
18862 (ido-exhibit): Print [Not readable] if directory is not readable.
18863 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18864 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18865 Use it.
18866
18867 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18868
18869 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18870 calls to directory-files-and-attributes and file-attributes.
18871 (ls-lisp-format): Remove system dependent handling of user and
18872 group id's.
18873
18874 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18875
18876 * ffap.el (ffap-read-file-or-url): Revert previous change.
18877
18878 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18879
18880 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18881 new list of included files called `files-with-node-lines', that
18882 only have node lines. This way @include commands can include any
18883 file, such as version and update files without node lines, not
18884 just files that are chapters.
18885
18886 2003-12-25 Andreas Schwab <schwab@suse.de>
18887
18888 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18889 file not found.
18890
18891 2003-12-08 Miles Bader <miles@gnu.org>
18892
18893 * dired.el (dired-between-files): Always use dired-move-to-filename,
18894 which is more robust in non-english locales.
18895
18896 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18897
18898 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18899
18900 2003-12-24 Andreas Schwab <schwab@suse.de>
18901
18902 * shell.el (shell-file-name-quote-list): Add backslash.
18903
18904 * comint.el (comint-quote-filename): Correctly handle backslash
18905 in comint-file-name-quote-list.
18906
18907 2003-12-24 Kenichi Handa <handa@m17n.org>
18908
18909 * international/mule-cmds.el (set-default-coding-systems):
18910 Call ucs-set-table-for-input for all buffers that don't have local
18911 value of buffer-file-coding-system.
18912
18913 * international/ucs-tables.el (ucs-set-table-for-input):
18914 If translation-table-for-encode is a symbol, get its
18915 translation-table property.
18916
18917 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18918
18919 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18920 to `completing-read' on a recently fixed bug.
18921
18922 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18923 instead of SPACE, to get the list of possible fringe modes.
18924 SPACE only works if both `partial-completion-mode' and
18925 `completion-auto-help' are nil.
18926
18927 * complete.el (PC-is-complete-p): Delete.
18928 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18929 calls to `test-completion'.
18930
18931 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18932
18933 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18934 to edit values when there are no children.
18935
18936 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18937 a mode called "Assembler" already exists.
18938 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18939 (gud-watch): Use format option. Remove font properties from string.
18940 (gdb-var-create-handler, gdb-var-list-children-handler):
18941 Don't bother about properties as there are none.
18942 (gdb-var-create-handler, gdb-var-list-children-handler)
18943 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18944 with two arguments.
18945 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18946 Let speedbar show value changes with a different font.
18947 (gdb-edit-value): New defun.
18948 (gdb-clear-partial-output, gdb-clear-inferior-io)
18949 (def-gdb-auto-update-handler): Use erase-buffer.
18950 (gdb-frame-handler): Display watch expressions in
18951 FUNCTION::VARIABLE format if required.
18952
18953 2003-12-23 John Paul Wallington <jpw@gnu.org>
18954
18955 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18956 (Info-goto-emacs-command-node): Doc fixes.
18957
18958 2003-12-12 Jesper Harder <harder@ifa.au.dk>
18959
18960 * cus-edit.el (custom-add-parent-links): Define "many".
18961
18962 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
18963
18964 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18965 (widget-child-validate, widget-type-value-create)
18966 (widget-type-default-get, widget-type-match): New functions.
18967 (lazy): New widget.
18968 (menu-choice, checklist, radio-button-choice, editable-list)
18969 (group, documentation-string): Remove redundant (per 2003-10-25
18970 change) calls to `widget-children-value-delete'.
18971 (widget-choice-value-get, widget-choice-value-inline): Remove.
18972 (menu-choice): Update widget.
18973
18974 2003-12-03 Kenichi Handa <handa@m17n.org>
18975
18976 * language/cyrillic.el: Register "microsoft-cp1251" in
18977 ctext-non-standard-encodings-alist.
18978 ("Bulgarian"): Add ctext-non-standard-encodings.
18979 ("Belarusian"): Likewise.
18980
18981 * international/mule-conf.el (compound-text-with-extensions):
18982 Change the type to 2 (iso-2022 base).
18983
18984 * international/mule.el (ctext-non-standard-encodings-alist):
18985 Change the format.
18986 (ctext-non-standard-encodings): New variable.
18987 (ctext-post-read-conversion): Fully re-written.
18988 (ctext-non-standard-designations-alist): Delete it.
18989 (ctext-non-standard-encodings-table): New function.
18990 (ctext-pre-write-conversion): Fully re-written.
18991
18992 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
18993
18994 * cus-edit.el (custom-add-parent-links): Add documentation links
18995 for parent, if the item has none of its own.
18996
18997 2003-11-30 Richard M. Stallman <rms@gnu.org>
18998
18999 * dired-aux.el (dired-do-query-replace-regexp):
19000 Report files visited read-only.
19001
19002 2003-11-30 Juri Linkov <juri@jurta.org>
19003
19004 * dired-aux.el (dired-compare-directories): New command.
19005 (dired-file-set-difference, dired-files-attributes): New functions.
19006
19007 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19008 Version 2.0.38 of Tramp released.
19009
19010 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19011 Charles Curley <charlescurley@charlescurley.com>.
19012 (tramp-multi-connection-function-alist): Add ssht entry which adds
19013 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19014 Aichner.
19015 (tramp-get-method-parameter): New function to retrieve a method
19016 parameter. This allows for omission of method parameters.
19017 Callers adjusted.
19018
19019 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19020
19021 * net/tramp.el: Add new optional parameter ID-FORMAT to
19022 `file-attributes'. Calls of `file-attributes' won't use this
19023 parameter for backward compatibility reasons.
19024 (tramp-perl-file-attributes): Add a new parameter to Perl script
19025 in order to handle uid/gid as strings, if desired.
19026 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19027 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19028 order to make the function more general.
19029 (tramp-handle-file-attributes): Replace proprietary optional
19030 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19031 (tramp-handle-file-attributes-with-perl): Handle parameter
19032 NONNUMERIC if set. This wasn't done in the past.
19033 (tramp-post-connection): Apply second parameter "$2" if
19034 `tramp-remote-perl' is called.
19035
19036 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19037 Correct cut'n'waste error (`filename' instead of `directory').
19038 (tramp-smb-handle-directory-files-and-attributes)
19039 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19040 introduced parameter ID-FORMAT.
19041 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19042 error (`directory' instead of `ldir').
19043
19044 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19045 `file-attributes' has a second parameter. If yes, apply it with
19046 value "'integer". Otherwise, don't use that parameter (default is
19047 integer format).
19048
19049 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19050
19051 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19052 (help-for-help): Add `C-h .' to the listed Help options.
19053 Remove trailing whitespace.
19054
19055 * help-at-pt.el: New file.
19056
19057 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19058
19059 * subr.el (noreturn, 1value): New macros for test coverage.
19060 See `testcover.el'.
19061
19062 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19063
19064 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19065 for macro `1value'.
19066 (testcover-1value): New function. Checks that a 1value form
19067 actually returns only one value. Requested by RMS.
19068
19069 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19070
19071 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19072 (gdb-var-list-children, gdb-var-list-children-handler)
19073 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19074 gdb commands that use mi to keep them out of the command history.
19075
19076 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19077
19078 * cus-start.el (all): Add use-file-dialog.
19079
19080 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19081
19082 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19083
19084 2003-11-27 Kim F. Storm <storm@cua.dk>
19085
19086 * subr.el (posn-object-x-y): New defun.
19087
19088 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19089
19090 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19091 Don't use `space' for \\\n.
19092 Be more selective as to which # are comment-starters.
19093
19094 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19095
19096 * subr.el (number-sequence): Improve handling of floating point
19097 arguments (suggested by Kim Storm). Allow negative arguments.
19098
19099 2003-11-26 Kenichi Handa <handa@m17n.org>
19100
19101 * international/mule-cmds.el (standard-display-european-internal):
19102 Cancel the standard-display-table setting for ` and '.
19103
19104 2003-11-26 Kim F. Storm <storm@cua.dk>
19105
19106 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19107 New defcustoms to add ffap-like functionality to ido.
19108 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19109 (ido-no-final-slash): New defun.
19110 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19111 (ido-read-file-name): ): Toggle VC checking via
19112 vc-handled-backends instead of vc-master-templates.
19113 (ido-file-internal): Handle ido-use-url-at-point and
19114 ido-use-filename-at-point via code borrowed from ffap-guesser.
19115 Handle new ido-exit code ffap.
19116 (ido-sort-list): Ignore final slash when sorting file names.
19117
19118 2003-11-25 Kim F. Storm <storm@cua.dk>
19119
19120 * emulation/cua-base.el (cua--standard-movement-commands):
19121 Add forward-sentence and backward-sentence.
19122
19123 2003-11-25 Stephen Eglen <stephen@gnu.org>
19124
19125 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19126 iswitchb-exit is set to 'usefirst when user selects buffer at head
19127 of list using RET. (Selecting buffers at the head of the list was
19128 broken if the substring was also a complete buffername.)
19129
19130 2003-11-23 Kim F. Storm <storm@cua.dk>
19131
19132 * progmodes/compile.el (grep-command, grep-use-null-device)
19133 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19134 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19135 (grep-regexp-alist, grep-program, find-program)
19136 (grep-find-use-xargs, grep-history, grep-find-history)
19137 (grep-process-setup, grep-compute-defaults)
19138 (grep-default-command, grep, grep-tag-default, grep-find)
19139 (grep-expand-command-macros, grep-tree-last-regexp)
19140 (grep-tree-last-files, grep-tree): Move grep variables, functions
19141 and commands to new file grep.el.
19142 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19143 (compilation-process-setup-function): Doc fix.
19144 (compilation-highlight-regexp, compilation-highlight-overlay): New
19145 defvars used for highlighting current compile error in source buffer.
19146 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19147 LOCAL-MAP which overrides compilation-highlight-regexp and
19148 compilation-mode-map for this compilation.
19149 Delay calling compilation-set-window-height until after running
19150 compilation-process-setup-function so it can buffer-local override
19151 compilation-window-height.
19152 Check buffer-local value of compilation-scroll-output.
19153 (compilation-set-window-height): Use buffer-local value of
19154 compilation-window-height.
19155 (compilation-revert-buffer): Don't pass (undefined)
19156 preserve-modes arg to revert-buffer.
19157 (next-error-no-select, previous-error-no-select): New commands.
19158 (compilation-goto-locus): Temporarily highlight current match in
19159 source buffer using compilation-highlight-regexp.
19160
19161 * progmodes/grep.el: New file with grep code from compile.el.
19162 (grep): New defcustom group.
19163 (grep-window-height): New defcustom, like compilation-window-height.
19164 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19165 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19166 (grep-command, grep-use-null-device, grep-find-command)
19167 (grep-tree-files-aliases, grep-tree-ignore-case)
19168 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19169 (grep-setup-hook): New hook variable.
19170 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19171 (grep-last-buffer): New defvar, override compilation-last-buffer.
19172 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19173 Call compile-internal with args highlight-regexp and grep-mode-map.
19174
19175 2003-11-23 Kim F. Storm <storm@cua.dk>
19176
19177 * subr.el (event-start, event-end): Doc fix.
19178 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19179 (posn-area, posn-actual-col-row, posn-object): New defuns.
19180 (posn-col-row): Simplify doc. Rewrite to use cond.
19181 (posn-point): Also return buffer position for events outside text
19182 area (that info is now present in the event position).
19183
19184 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19185 mouse-set-point so that hscroll still works now that clicks on
19186 fringes generate specific mouse events.
19187 (mouse-set-point): Note that it now works in fringes and margins
19188 too due to new semantics of posn-point in fringes and margins.
19189
19190 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19191 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19192
19193 2003-11-20 Kim F. Storm <storm@cua.dk>
19194
19195 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19196 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19197 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19198 to 100 for icons to avoid increasing line height when shown.
19199
19200 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19201
19202 * newcomment.el (comment-normalize-vars): Initialize properly if
19203 comment-start was nil.
19204
19205 2003-11-19 Andreas Schwab <schwab@suse.de>
19206
19207 * simple.el (set-variable): Fix indentation.
19208
19209 2003-11-17 Kenichi Handa <handa@m17n.org>
19210
19211 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19212 Fix docstring.
19213
19214 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19215
19216 * international/latin1-disp.el (latin1-display): Fix docstring.
19217
19218 2003-11-16 John Wiegley <johnw@newartisans.com>
19219
19220 * eshell/em-ls.el (eshell-ls-file): There are times with
19221 size-width is nil and uncomputed (when directories are created in
19222 dired, for example); in this case, 4 is reasonable default value,
19223 although it may caused skewed new entries (which could be avoided
19224 by returning the original value of 8 in all cases, but 99% of the
19225 time this is a waste of whitespace).
19226
19227 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19228
19229 * cc-engine.el (c-guess-continued-construct)
19230 (c-guess-basic-syntax): Check a little more carefully if it's a
19231 function declaration when an unknown construct followed by a block
19232 is found inside a statement context. This avoids macros followed
19233 by blocks to be taken as function declarations.
19234
19235 (c-guess-continued-construct): Change the analysis of a statement
19236 continuation with a brace open to `substatement-block', for
19237 consistency with recognized statements.
19238
19239 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19240 start is in a position so that `c-beginning-of-statement-1' jumped
19241 to the beginning of the same statement.
19242
19243 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19244 Don't accept binary operators in the arglist if we're in a function
19245 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19246 template recognition in cases like "if (a < b || c > d)".
19247
19248 (c-restricted-<>-arglists): New more appropriate name for
19249 `c-disallow-comma-in-<>-arglists'.
19250
19251 Accessing functions updated for the variable name change.
19252
19253 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19254 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19255
19256 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19257 labels.
19258
19259 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19260 instead of duplicating parts of it. This fixes bogus label
19261 recognition.
19262
19263 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19264 of checking the context in which to apply the minimum indentation,
19265 so that it isn't enforced in e.g. namespace blocks.
19266
19267 * cc-vars.el (c-inside-block-syms): New constant used by
19268 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19269 to somewhat reduce the risk of becoming stale.
19270
19271 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19272 cc-cmds to cc-engine to allow use from cc-align.
19273
19274 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19275 qualified identifiers containing "::".
19276
19277 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19278 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19279
19280 * cc-vars.el (c-emacs-features): Use a space in front of the name
19281 of the temporary buffer. That also avoids dumping problems in
19282 XEmacs due to undo info being left around after the buffer is killed.
19283
19284 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19285 arglist to see if it's a K&R style declaration.
19286
19287 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19288 before returning `knr-argdecl-intro'.
19289
19290 2003-11-16 John Wiegley <johnw@newartisans.com>
19291
19292 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19293 field in a long-listing always 8 characters, use `size-width',
19294 which has already been computed.
19295
19296 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19297
19298 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19299
19300 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19301
19302 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19303 Support operation while narrowed, with `diff-restrict-view'.
19304
19305 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19306
19307 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19308 Take additional optional arg NARROWFUN. For the generated functions:
19309 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19310 include frags that arrange to check for and save narrowing state before
19311 the move and then conditionally call NARROWFUN after the move.
19312
19313 2003-11-14 John Wiegley <johnw@newartisans.com>
19314
19315 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19316 that was optional, but obviously missing based on surrounding code.
19317
19318 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19319 string arguments to numbers unless the whole argument was seen as
19320 a number.
19321
19322 2003-11-14 Kenichi Handa <handa@m17n.org>
19323
19324 * international/mule.el (ctext-non-standard-encodings-alist):
19325 Fix coding systems.
19326
19327 2003-11-10 Kenichi Handa <handa@m17n.org>
19328
19329 * language/kannada.el ("Kannada"): Add sample-text.
19330
19331 * language/knd-util.el (kannada-compose-region)
19332 (kannada-compose-string, kannada-post-read-conversion):
19333 Add autoload cookie.
19334
19335 * international/quail.el (quail-completion): Change the message
19336 "corresponding translations" to "corresponding characters".
19337
19338 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19339
19340 * descr-text.el (describe-char): Fix typo.
19341
19342 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19343
19344 These changes are to support Kannada language/script.
19345
19346 * Makefile.in (DONTCOMPILE): Add kannada.el.
19347
19348 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19349
19350 * loadup.el: Preload kannada.el.
19351
19352 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19353 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19354 New variables.
19355
19356 * language/kannada.el: New file.
19357
19358 * language/knd-util.el: New file.
19359
19360 2003-11-07 Andreas Schwab <schwab@suse.de>
19361
19362 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19363 Also highlight AH_*.
19364
19365 * xml.el (xml-parse-dtd): Fix misplaced paren.
19366
19367 2003-11-07 Kenichi Handa <handa@m17n.org>
19368
19369 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19370
19371 2003-11-05 Juri Linkov <juri@jurta.org>
19372
19373 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19374 (desktop-buffer-file): Use saved buffer-file-coding-system
19375 for file reading. Set auto-insert to nil to prevent automatic
19376 insertion into restored empty files.
19377
19378 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19379
19380 * files.el (risky-local-variable-p): Make second argument optional.
19381
19382 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19383
19384 * subr.el (add-hook): Fix last change.
19385
19386 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19387
19388 * mail/rmail.el (rmail-convert-to-babyl-format):
19389 If base64-decode-region signals an error, catch it and silently
19390 ignore it.
19391
19392 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19393
19394 * xml.el (xml-parse-region): Allow comments to appear after the
19395 topmost element has closed.
19396 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19397 (xml-ns-expand-attr): New functions to do namespace handling.
19398 (xml-intern-attrlist): Back-compatible handling of attribute names.
19399 (xml-parse-tag): Move namespace handling to separate functions.
19400 Now produces elements in the form ((:ns . "element") (attr-list)
19401 children) instead of ('ns:element (attr-list) children).
19402 (xml-parse-attlist): Fix attribute parsing.
19403 (xml-parse-dtd): Change parsing so that it produces strings
19404 instead of interned symbols.
19405
19406 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19407
19408 * dired.el (dired-ls-sorting-switches): Doc fix.
19409
19410 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19411
19412 * emacs-lisp/rx.el (rx-or): Fix the case of
19413 "(rx (and ?a (or ?b ?c) ?d))".
19414
19415 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19416
19417 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19418 (texinfo-format-region): Use it.
19419 (texinfo-format-buffer-1): Ditto.
19420
19421 2003-11-01 Alan Mackenzie <acm@muc.de>
19422
19423 Changes to allow scrolling whilst in isearch mode:
19424 * isearch.el (isearch-unread-key-sequence): New function,
19425 extracted from isearch-other-meta-char.
19426 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19427 "scrollable" standard functions.
19428 (isearch-allow-scroll): New customizable variable.
19429 (isearch-string-out-of-window, isearch-back-into-window)
19430 (isearch-reread-key-sequence-naturally)
19431 (isearch-lookup-scroll-key): New functions.
19432 (isearch-other-meta-char): Doc string and functionality enhanced.
19433 Now accepts a prefix argument.
19434 (isearch-lazy-highlight-window-end): New variable.
19435 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19436 end (thru isearch-lazy-highlight-window-end), not only its start.
19437
19438 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19439 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19440 (universal-argument, universal-argument-more, negative-argument)
19441 (digit-argument, universal-argument-other-key): Minor changes.
19442
19443 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19444
19445 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19446 recursively if the last message is deleted, thus avoiding an
19447 infinite loop.
19448
19449 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19450
19451 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19452 (tex-main-file): Don't add .tex if the extension is already present.
19453 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19454
19455 2003-10-29 Lute Kamstra <lute@gnu.org>
19456
19457 * progmodes/octave-inf.el (inferior-octave-prompt):
19458 Recognize version number in prompt.
19459
19460 2003-10-28 Dave Love <fx@gnu.org>
19461
19462 * international/characters.el: Fix some Unicode ranges.
19463
19464 2003-10-28 Kenichi Handa <handa@m17n.org>
19465
19466 * disp-table.el (standard-display-8bit)
19467 (standard-display-default, standard-display-ascii)
19468 (standard-display-g1, standard-display-graphic)
19469 (standard-display-underline): Assure that standard-display-table
19470 is a display table.
19471
19472 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19473
19474 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19475 reindenting the first line.
19476
19477 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19478
19479 * wid-edit.el (widget-default-delete): Always delete child widgets.
19480
19481 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19482
19483 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19484 if the line has code.
19485 Don't try to line up with something that's too far left.
19486
19487 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19488 (octave-mode-syntax-table): Add % as a comment starter.
19489 (octave-point): Remove.
19490 (octave-in-comment-p, octave-in-string-p)
19491 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19492 (octave-blink-matching-block-open, octave-auto-fill):
19493 Use line-(beginning|end)-position instead.
19494
19495 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19496
19497 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19498 for Francesco Potort\e,Al\e(B.
19499
19500 2003-10-23 Dave Love <fx@gnu.org>
19501
19502 * international/mule-cmds.el (locale-charset-to-coding-system):
19503 Don't rely on nil being a coding system.
19504
19505 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19506 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19507 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19508
19509 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19510
19511 * gdb-ui.el (gdb-current-language): New variable.
19512 (gdb-update-flag): Remove variable.
19513 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19514 (gdb-take-last-elt): Remove function.
19515 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19516 (gdb-post-prompt): Check for variable object changes here.
19517
19518 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19519 object changes in gdb-ui.el.
19520
19521 2003-10-21 Richard M. Stallman <rms@gnu.org>
19522
19523 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19524
19525 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19526 Don't check for foo*/ wildcard form here.
19527 (insert-directory): Recognize foo*/ as a wildcard.
19528 Separate wildcard-regexp variable from the arg, wildcard.
19529
19530 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19531 (remove-hook): Correctly handle strange cases about local hooks.
19532
19533 2003-10-21 David Ponce <david@dponce.com>
19534
19535 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19536 argument REAL, to return a real number instead of a rounded
19537 integer value. Define as inline function.
19538 (ruler-mode-right-fringe-cols): Likewise.
19539 (ruler-mode-scroll-bar-cols): New function.
19540 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19541 (ruler-mode-right-scroll-bar-cols): Likewise.
19542 (ruler-mode-space): New function.
19543 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19544 scroll bar mode and margins in a more robust way.
19545
19546 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19547
19548 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19549 (antlr-c-init-language-vars): New function.
19550 (antlr-mode): Use it with cc-mode before v5.29.
19551 (antlr-c-common-init): Don't set some local vars here.
19552 (antlr-mode): Set them here.
19553 (antlr-c-forward-sws): New function alias.
19554 (antlr-mode): Redefine with cc-mode before v5.30.
19555 (antlr-skip-sexps): Use it.
19556 (antlr-skip-exception-part): Ditto.
19557 (antlr-skip-file-prelude): Ditto.
19558 (antlr-outside-rule-p): Ditto.
19559 (antlr-end-of-body): Ditto.
19560 (antlr-option-kind): Ditto.
19561 (antlr-insert-option-area): Ditto.
19562 (antlr-file-dependencies): Ditto.
19563
19564 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19565
19566 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19567 Move backward only if point was not inside an entry.
19568
19569 2003-10-21 Richard M. Stallman <rms@gnu.org>
19570
19571 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19572
19573 2003-10-21 Juri Linkov <juri@jurta.org>
19574
19575 * compare-w.el: Automatically skip non-matching text to resync.
19576 (compare-windows-whitespace): Doc fix.
19577 (compare-windows-sync, compare-windows-sync-string-size)
19578 (compare-windows-recenter, compare-ignore-whitespace)
19579 (compare-windows-highlight, compare-windows-face): New variables.
19580 (compare-windows): Use compare-windows-sync.
19581 (compare-windows-highlight, compare-windows-dehighlight)
19582 (compare-windows-sync-regexp)
19583 (compare-windows-sync-default-function): New functions.
19584
19585 2003-10-21 Juri Linkov <juri@jurta.org>
19586
19587 * diff.el (diff-parse-differences): Don't visit the files now;
19588 instead, just record the error locus.
19589
19590 2003-10-21 Dave Love <fx@gnu.org>
19591
19592 * progmodes/cfengine.el: New file.
19593
19594 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19595
19596 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19597 default-directory when completing file names.
19598
19599 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19600
19601 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19602 followed by the word `face', it gets treated as a face, even if
19603 it is also defined as a variable or a function.
19604
19605 2003-10-20 Dave Love <fx@gnu.org>
19606
19607 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19608 Avoid incf in macro expansion.
19609
19610 2003-10-20 John Paul Wallington <jpw@gnu.org>
19611
19612 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19613 `evenp' so we don't implicitly require cl library at runtime.
19614
19615 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19616
19617 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19618 (help-make-xrefs): Only make cross-references for faces if
19619 preceded or followed by the word `face'. Do not make a
19620 cross-reference for variables without variable documentation,
19621 unless preceded by the word `variable' or `option'. Update doc
19622 string accordingly.
19623
19624 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19625
19626 * progmodes/hideshow.el: Rewrite one-armed `if'
19627 constructs using either `when' or `unless'.
19628 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19629
19630 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19631
19632 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19633 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19634 instead of 12x12.
19635
19636 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19637
19638 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19639 message while converting to Babyl.
19640
19641 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19642
19643 * allout.el (allout-mode): Doc fix.
19644
19645 2003-10-16 Lute Kamstra <lute@gnu.org>
19646
19647 * subr.el (force-mode-line-update): Fix docstring.
19648
19649 2003-10-14 Dave Love <fx@gnu.org>
19650
19651 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19652 (default-input-method): Add :link, improve :type.
19653 (locale-charset-language-names): Fix utf-8 pattern.
19654 (locale-charset-match-p, locale-charset-alist)
19655 (locale-charset-to-coding-system): New.
19656 (set-locale-environment): Deal with codeset part of locale specs.
19657
19658 2003-10-14 Lute Kamstra <lute@gnu.org>
19659
19660 * fringe.el (fringe-mode): Use active voice in docstring.
19661 (set-fringe-style): Ditto.
19662
19663 2003-10-13 Lute Kamstra <lute@gnu.org>
19664
19665 * fringe.el (fringe-mode): Fix docstring.
19666 (set-fringe-style): Ditto.
19667
19668 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19669
19670 * ediff-mult.el (ediff-filegroup-action):
19671 Use ediff-default-filtering-regexp.
19672
19673 * ediff-util.el (ediff-recenter): Don't call
19674 ediff-restore-highlighting twice.
19675 (ediff-select-difference): Set current difference.
19676 (ediff-unselect-and-select-difference): Add comment.
19677
19678 * ediff.el (ediff-directories,ediff-directory-revisions)
19679 (ediff-directories3,ediff-merge-directories)
19680 (ediff-merge-directories-with-ancestor)
19681 (ediff-merge-directory-revisions)
19682 (ediff-merge-directory-revisions-with-ancestor):
19683 Use ediff-default-filtering-regexp.
19684
19685 2003-10-12 Andreas Schwab <schwab@suse.de>
19686
19687 * international/mule-cmds.el (locale-charset-language-names):
19688 Simplify regex by removing unused grouping.
19689
19690 2003-10-10 Dave Love <fx@gnu.org>
19691
19692 * bindings.el: Don't bind stop.
19693
19694 2003-10-08 Miles Bader <miles@gnu.org>
19695
19696 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19697 face instead of attempting to emulate it.
19698
19699 2003-10-07 Kenichi Handa <handa@m17n.org>
19700
19701 * international/mule-diag.el (list-coding-systems-1): List coding
19702 systems that are loaded automatically.
19703
19704 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19705
19706 * international/mule.el (autoload-coding-system): New function.
19707
19708 2003-10-07 Andreas Schwab <schwab@suse.de>
19709
19710 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19711 change-log-default-name in the buffer visiting the file.
19712
19713 2003-10-06 Dave Love <fx@gnu.org>
19714
19715 * files.el (find-file-hook): Customize.
19716 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19717
19718 * bindings.el (completion-ignored-extensions): Remove .log.
19719 (global-map): Add again, open, stop keys.
19720
19721 2003-10-05 Richard M. Stallman <rms@gnu.org>
19722
19723 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19724 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19725 Use sh-modify directly.
19726 (sh-select): Use sh-append, not eval.
19727
19728 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19729
19730 * info.el (Info-following-node-name): New function.
19731
19732 * loadhist.el (unload-feature-special-hooks):
19733 Rename from loadhist-hook-functions.
19734 (loadhist-hook-functions): Now an alias.
19735
19736 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19737
19738 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19739 file-name clashes on 8+3 filesystems.
19740
19741 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19742 Rename loaddefs-boot.el to ldefs-boot.el
19743
19744 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19745 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19746
19747 2003-10-03 Lute Kamstra <lute@gnu.org>
19748
19749 * info.el (Info-mode): Revert previous change.
19750 (Info-escape-percent): New function.
19751 (Info-fontify-node): Use it.
19752
19753 2003-10-02 Andreas Schwab <schwab@suse.de>
19754
19755 * loaddefs-boot.el: Regenerated.
19756
19757 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19758
19759 * ffap.el: Remove defadvice related code from CVS since `complete'
19760 provides a `PC-completion-as-file-name-predicate' variable that
19761 ffap can override.
19762
19763 2003-10-02 Kenichi Handa <handa@m17n.org>
19764
19765 * international/utf-8.el (ccl-decode-mule-utf-8):
19766 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19767
19768 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19769 * international/subst-big5.el: Likewise.
19770 * international/subst-gb2312.el: Likewise.
19771 * international/subst-ksc.el: Likewise.
19772
19773 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19774
19775 * calendar/calendar.el (increment-calendar-month)
19776 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19777 (generate-calendar, calendar-read-date, calendar-interval)
19778 (calendar-day-of-week): Handle years BC.
19779 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19780
19781 2003-10-01 Dave Love <fx@gnu.org>
19782
19783 * language/cyrillic.el (cp1251): Alias for windows-1251.
19784
19785 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19786 bootstrap.
19787
19788 2003-10-01 Lute Kamstra <lute@gnu.org>
19789
19790 * files.el: Fix typo.
19791 * imenu.el (imenu--generic-function): Docstring fix.
19792
19793 2003-09-30 Richard M. Stallman <rms@gnu.org>
19794
19795 * dired.el (dired-mode): Handle dired-directory as a list.
19796
19797 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19798
19799 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19800
19801 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19802
19803 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19804 Replace gud-display with gud-watch.
19805 (gud-speedbar-buttons): Add stuff for watching expressions
19806 in the speedbar when using M-x gdba. Use dolist on old part
19807 of this function.
19808
19809 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19810 (gdb-update-flag): New variables.
19811 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19812 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19813 (gud-watch, gdb-var-create-handler) : New functions.
19814 (gdb-var-list-children, gdb-var-list-children-handler)
19815 (gdb-var-create-regexp, gdb-var-update-regexp)
19816 (gdb-var-list-children-regexp): New constants.
19817 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19818 (gdb-annotation-rules): Reduce annotation set (level 3).
19819 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19820 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19821 updates.
19822 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19823 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19824 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19825 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19826 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19827 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19828 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19829 (gud-display, gud-display1)
19830 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19831 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19832 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19833 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19834 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19835 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19836 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19837 (gdb-display-display-buffer, gdb-toggle-display)
19838 (gdb-delete-display, gdb-expressions-popup-menu)
19839 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19840 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19841 to display buffer.
19842
19843 2003-09-30 Richard M. Stallman <rms@gnu.org>
19844
19845 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19846 Instead, set which-func-functions.
19847
19848 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19849 (which-func-functions): New variable.
19850 (which-function): Use that.
19851
19852 * info.el (Info-mode): Double each `%' in header line.
19853
19854 * emacs-lisp/lisp-mnt.el (lm-with-file):
19855 When FILE is nil, run BODY in current buffer.
19856
19857 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19858
19859 * help.el (describe-mode): Start with a brief list of minor modes.
19860 Find them thru minor-mode-list so as to find them all.
19861 Show them in alphabetical order.
19862
19863 * mail/sendmail.el (mail-aliases): Doc fix.
19864
19865 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19866
19867 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19868
19869 * mail/rmailsum.el (rmail-make-summary-line-1):
19870 Change comma after last label to a space.
19871 (rmail-summary-font-lock-keywords): Adapt to that change.
19872
19873 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19874
19875 * progmodes/scheme.el (scheme-mode-variables): When setting
19876 `font-lock-defaults', also specify that "#" should
19877 be interpreted with `word' syntax.
19878 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19879
19880 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19881
19882 * desktop.el: A lot of comments updated.
19883 (desktop-save-mode): Minor mode introduced.
19884 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19885 (desktop-load-default): Function made obsolete.
19886 (desktop-locals-to-save): Variable made customizable.
19887 (desktop-read): Optional parameter `dirname' added.
19888 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19889 `desktop-read' used.
19890 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19891
19892 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19893
19894 * whitespace.el (whitespace-clean-msg): Add user customizable message
19895 for displaying ``clean'' output.
19896 (whitespace-buffer): Use `whitespace-clean-msg'.
19897 (whitespace-global-mode): Fix typo.
19898
19899 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19900
19901 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19902
19903 2003-09-29 Lute Kamstra <lute@gnu.org>
19904
19905 * bindings.el (mode-line-modes): Remove superfluous :propertize
19906 construct in initialization.
19907 (mode-line-position): Change cons cell into proper list in
19908 initialization.
19909
19910 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19911
19912 * international/mule.el (decode-coding-inserted-region): Use car
19913 of the return value of find-operation-coding-system.
19914
19915 2003-09-29 Kenichi Handa <handa@m17n.org>
19916
19917 * descr-text.el (describe-char): Fix previous change.
19918
19919 2003-09-28 Kenichi Handa <handa@m17n.org>
19920
19921 * descr-text.el (describe-char-display): New function.
19922 (describe-char): Pay attention to display table on describing how
19923 a character is displayed.
19924
19925 * international/mule-cmds.el (encoded-string-description):
19926 Prepend "0x" to each encoded byte.
19927
19928 2003-09-28 Andreas Schwab <schwab@suse.de>
19929
19930 * find-file.el (ff-special-constructs): Add autoload cookie.
19931
19932 2003-09-28 Kevin Ryde <user42@zip.com.au>
19933
19934 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19935 makeinfo appends to duplicate index entries.
19936
19937 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19938
19939 * dired-x.el (dired-clean-tex): Doc fix.
19940
19941 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19942 using a Chinese tutorial.
19943
19944 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19945
19946 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19947 between "MAIL FROM:" and "RCPT TO:" and the following address.
19948
19949 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19950
19951 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19952
19953 2003-09-28 David Ponce <david@dponce.com>
19954
19955 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19956 (recentf-load-list): When `recentf-initialize-file-name-history'
19957 is non-nil, initialize an empty `file-name-history' with the
19958 recent list.
19959
19960 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
19961
19962 * man.el (Man-default-man-entry): Remove the leading `*' from the
19963 word at point.
19964
19965 2003-09-26 Lute Kamstra <lute@gnu.org>
19966
19967 * bindings.el (mode-line-position): Mention size indication in
19968 docstring.
19969
19970 2003-09-26 Andre Spiegel <spiegel@gnu.org>
19971
19972 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19973
19974 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19975 because it's autoloaded now.
19976
19977 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19978
19979 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19980 (sh-font-lock-keywords, sh-feature): Fix previous change of
19981 sh-feature to avoid infloop with sh-font-lock-keywords.
19982
19983 2003-09-25 Kim F. Storm <storm@cua.dk>
19984
19985 * frame.el (frame-current-scroll-bars): New defun.
19986
19987 * window.el (window-current-scroll-bars): New defun.
19988
19989 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19990
19991 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19992 cause errors when the state cache contains info on parts that have
19993 been narrowed out.
19994
19995 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19996
19997 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19998 `c-setup-paragraph-variables' has to be used when this variable is
19999 changed; it doesn't work to reinitialize the mode since that
20000 typically clobbers the variable.
20001
20002 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20003 Make it interactive.
20004
20005 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20006
20007 * progmodes/cc-fonts.el (c-font-lock-declarations):
20008 Fix recognition of constructors and destructors for classes whose
20009 names are matched by `*-font-lock-extra-types'.
20010
20011 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20012 followed by an identifier in C++ then it's a type.
20013
20014 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20015
20016 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20017 problem that primarily affected XEmacs. Don't use faces to find
20018 unterminated strings since Emacs and XEmacs fontify strings
20019 differently - this function should now work better in XEmacs.
20020
20021 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20022
20023 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20024 `expand-abbrev' workaround which caused braces to misbehave inside
20025 macros.
20026
20027 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20028 handling. This bug could cause interactive font locking to bail out.
20029
20030 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20031
20032 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20033 Handle paren-style types in Pike. Also fixed some cases of
20034 insufficient handling of unbalanced parens.
20035
20036 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20037
20038 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20039 common shell prompts that are not common filename or URL characters.
20040 (ffap-file-at-point): Use the new regexp to strip the prompts from
20041 the file names. This is an issue mostly for user prompts that
20042 don't have a trailing space and find-file-at-point is invoked from
20043 within a shell inside Emacs.
20044
20045 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20046
20047 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20048 stamps numerically, rather than textually.
20049
20050 2003-09-24 Kenichi Handa <handa@m17n.org>
20051
20052 * language/devan-util.el (devanagari-post-read-conversion):
20053 * language/mlm-util.el (malayalam-post-read-conversion):
20054 * language/tml-util.el (tamil-post-read-conversion):
20055 Add autoload cookie.
20056
20057 * international/utf-8.el (utf-8-post-read-conversion):
20058 Call post-read-conversion functions for Devanagari, Malayalam,
20059 and Tamil.
20060
20061 2003-09-23 Dave Love <fx@gnu.org>
20062
20063 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20064
20065 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20066
20067 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20068 Update gud-remove.
20069
20070 2003-09-22 Richard M. Stallman <rms@gnu.org>
20071
20072 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20073 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20074 (sh-mode-syntax-table-input): New variable.
20075 (sh-require-final-newline): Don't use eval.
20076 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20077 (sh-variables, sh-font-lock-keywords): Don't use eval.
20078 (sh-set-shell): When setting require-final-newline,
20079 treat value = `require-final-newline' as don't change it.
20080 Set sh-mode-syntax-table locally based on
20081 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20082
20083 * progmodes/compile.el (compile-internal):
20084 Call compilation-set-window-height before setting window start.
20085
20086 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20087
20088 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20089 Clear out byte-compile-last-warned-form.
20090
20091 2003-09-22 Richard M. Stallman <rms@gnu.org>
20092
20093 * woman.el (woman-file-name, woman-follow-word):
20094 If current-word returns nil, use "".
20095
20096 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20097
20098 2003-09-22 Richard M. Stallman <rms@gnu.org>
20099
20100 * emacs-lisp/lisp-mnt.el (lm-with-file):
20101 Don't visit the file, just use insert-file-contents in temp buffer.
20102
20103 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20104
20105 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20106 Add surrounding \\( and \\) around the header, as in
20107 for lm-history-header 'Change Log\\|History'.
20108
20109 2003-09-22 John Paul Wallington <jpw@gnu.org>
20110
20111 * progmodes/ld-script.el: Add Commentary section,
20112 minor cleanup of file header.
20113 (ld-script-font-lock-keywords): Doc fix.
20114 (toplevel): Provide `ld-script' feature.
20115
20116 2003-09-21 Kim F. Storm <storm@cua.dk>
20117
20118 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20119 new built-in variable default-frame-scroll-bars.
20120 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20121 scroll-bar-mode; notably, use it instead of t when we toggle
20122 scroll-bars on.
20123 (toggle-scroll-bar): Use default-frame-scroll-bars.
20124
20125 2003-09-19 Masatake YAMATO <jet@gyve.org>
20126
20127 * pcvs.el (cvs-do-removal): Change the prompt depending on
20128 `filter' value.
20129
20130 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20131
20132 * startup.el (command-line-1): Stop startup-echo-area-message
20133 being hidden by "Loading image..." message.
20134 (use-fancy-splash-screens-p, display-splash-screen):
20135 Move display-graphic-p test from latter to former.
20136
20137 * progmodes/sh-script.el (sh-font-lock-keywords):
20138 Highlight escaped EOLs differently from other backslash constructs.
20139
20140 2003-09-19 Richard M. Stallman <rms@gnu.org>
20141
20142 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20143 New functions.
20144 (edebug-enter, edebug-outside-excursion): Use them.
20145
20146 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20147 Fix the condition for whether to print "In WHERE".
20148
20149 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20150
20151 * finder.el (finder-mode-hook): New variable.
20152 (finder-mode): Run hook finder-mode-hook
20153
20154 2003-09-18 Masatake YAMATO <jet@gyve.org>
20155
20156 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20157
20158 2003-09-17 Mario Lang <mlang@delysid.org>
20159
20160 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20161 "p %e" to actually print the value in the GUD buffer.
20162
20163 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20164
20165 From David Ponce <david.ponce@wanadoo.fr>:
20166 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20167 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20168 from loaddefs-boot.el if necessary.
20169
20170 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20171
20172 * progmodes/gud.el (gud-find-class): Make jdb work again since
20173 cc-mode changed the syntactic information.
20174
20175 2003-09-15 David Ponce <david@dponce.com>
20176
20177 * recentf.el: (recentf-exclude): Accept predicates too.
20178 (recentf-file-readable-p): New function.
20179 (recentf-include-p): Handle predicates in recentf-exclude.
20180 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20181 (recentf-cleanup): Likewise.
20182 (recentf-save-list): Use write-file to handle backup of
20183 recentf-save-file.
20184
20185 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20186
20187 * loaddefs-boot.el: Renamed from `loaddefs.el'
20188 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20189 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20190 necessary.
20191
20192 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20193
20194 * electric.el (Electric-pop-up-window): For the `one-window' case,
20195 no longer disconcertingly move point in the original buffer.
20196
20197 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20198
20199 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20200
20201 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20202
20203 * dired.el (dired-mode-map): Fix typo.
20204
20205 2003-09-11 Richard M. Stallman <rms@gnu.org>
20206
20207 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20208
20209 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20210
20211 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20212 the function is less noisy. Now only `kill-buffer' can ask questions.
20213
20214 2003-09-10 Mario Lang <mlang@delysid.org>
20215
20216 * battery.el: Update Commentary and Copyright.
20217 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20218 appear due to wrong ordering of the expressions in `or'.
20219
20220 2003-09-09 Lute Kamstra <lute@gnu.org>
20221
20222 * misc.el (upcase-char): Fix docstring.
20223 (zap-up-to-char): New command.
20224
20225 2003-09-08 David Ponce <david@dponce.com>
20226
20227 Ensure that recentf correctly updates the menu bar.
20228 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20229 (recentf-menu-bar): New function.
20230 (recentf-clear-data): Use it
20231 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20232 of easy-menu-change.
20233
20234 2003-09-08 Lute Kamstra <lute@gnu.org>
20235
20236 * simple.el (size-indication-mode): New.
20237 * bindings.el (mode-line-position): Add buffer size indicator.
20238
20239 2003-09-04 Mario Lang <mlang@delysid.org>
20240
20241 * battery.el (battery-linux-proc-acpi): New function.
20242 (battery-status-function): Modify default value calculation to also
20243 check for availability of ACPI.
20244 (battery-echo-area-format): Ditto.
20245 (battery-mode-line-format): Ditto.
20246
20247 2003-09-06 Dave Love <fx@gnu.org>
20248
20249 * ielm.el (ielm-mode-hook): Add :options.
20250
20251 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20252 (eldoc-print-current-symbol-info): Use it.
20253
20254 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20255
20256 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20257 being displayed in GUD buffer.
20258 (gdb-idle-input-queue): Remove var. Use just one queue.
20259 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20260 Remove functions. Use just one queue.
20261 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20262 (gdb-invalidate-assembler, gdb-get-current-frame):
20263 Modify functions. Use just one queue.
20264
20265 2003-09-04 Dave Love <fx@gnu.org>
20266
20267 * cus-start.el: Add blink-cursor-alist.
20268
20269 * ruler-mode.el (ruler-mode-fill-column-char)
20270 (ruler-mode-current-column-char): Use char-displayable-p,
20271 not window-system.
20272
20273 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20274
20275 * language/european.el (windows-1252): Move from code-pages.
20276
20277 * language/cyrillic.el ("Windows-1251"): Delete.
20278 ("Bulgarian", "Belarusian"): Remove `features'.
20279 (windows-1251): Move from code-pages.
20280
20281 * international/mule-diag.el (non-iso-charset-alist):
20282 Remove `codepage' stuff.
20283 (print-designation, list-coding-systems-1): Output fixes.
20284
20285 * international/code-pages.el (cp-make-translation-table)
20286 (cp-valid-codes): Made defsubsts.
20287 (cp-fix-safe-chars): Delete.
20288 (mule-diag): Don't require.
20289 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20290 (top-level): Check for defined coding system when defining
20291 cp... aliases. Change w32-add-charset-info test to avoid warning.
20292 (non-iso-charset-alist): Defvar when compiling.
20293 (cp-make-coding-system): Doc fix.
20294
20295 2003-09-02 Jason Rumney <jasonr@gnu.org>
20296
20297 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20298 line-ends from CVS before doing conversion.
20299
20300 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20301
20302 * calendar/diary-lib.el (diary-header-line-flag)
20303 (diary-header-line-format): New variables.
20304 (list-diary-entries): Use them to set header line in simple diary.
20305
20306 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20307 other than font-lock-string-face to highlight backslashes.
20308
20309 2003-09-01 Jason Rumney <jasonr@gnu.org>
20310
20311 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20312 regexp.
20313
20314 2003-09-01 Dave Love <fx@gnu.org>
20315
20316 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20317
20318 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20319 and :help; also line and column numbers labels.
20320
20321 * international/mule-util.el (char-displayable-p): Move from
20322 latin1-disp, rename and autoload.
20323
20324 * international/latin1-disp.el (latin1-char-displayable-p):
20325 Now obsolete alias. Replace uses with char-displayable-p.
20326 (latin1-display-ucs-per-lynx): Fix last change.
20327
20328 * international/mule-cmds.el (standard-display-european-internal):
20329 Don't use char code for Latin-1 NBSP.
20330 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20331 U+2018, U+2019 for `'.
20332 (select-safe-coding-system): Message fix.
20333
20334 2003-09-01 Kenichi Handa <handa@m17n.org>
20335
20336 * international/fontset.el (setup-default-fontset): For Thai
20337 font, specify "*" family.
20338
20339 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20340
20341 * progmodes/compile.el (previous-error): Accept a prefix
20342 argument, similarly to next-error.
20343
20344 2003-08-31 Masatake YAMATO <jet@gyve.org>
20345
20346 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20347 the number of files. Bind the number of files to a local
20348 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20349
20350 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20351
20352 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20353 2003-07-26: msdos-long-file-names is a function, not a variable.
20354
20355 2003-08-29 Richard M. Stallman <rms@gnu.org>
20356
20357 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20358 Do nothing with mail-personal-alias-file if it is nil.
20359
20360 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20361 Do nothing if mail-personal-alias-file is nil.
20362
20363 * term.el (term-exec-1): Bind coding-system-for-read.
20364
20365 * dired.el (dired-mouse-find-file-other-window):
20366 Use dired-view-command-alist here, as in dired-view-file.
20367 (dired-view-command-alist): Use %s to substitute file name.
20368 Handle .ps_pages, .eps, .jpg, .gif, .png.
20369
20370 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20371
20372 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20373 `Info-prev-reference', instead of M-tab.
20374
20375 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20376
20377 * simple.el (blink-matching-open): Work correctly on chars that
20378 are designated as parens through the syntax-table text property.
20379
20380 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20381
20382 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20383 line break position in the middle of a non-kinsoku (e.g. latin)
20384 word, making it skip until either a space or a character with
20385 category "|".
20386 (kinsoku-longer): Test for end of buffer.
20387
20388 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20389
20390 * mail/rmail.el (rmail-convert-to-babyl-format):
20391 Detect quoted-printable- and base64-encoded messages and decode them
20392 automatically. Set the message's encoding from the charset=
20393 header, if any. Decode base64-encoded messages in Mail format as well.
20394
20395 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20396
20397 * mail/smtpmail.el: Fix previous change.
20398 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20399 calling smtpmail-via-smtp.
20400 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20401
20402 2003-08-26 John Paul Wallington <jpw@gnu.org>
20403
20404 * image.el (image-jpeg-p): Don't search beyond length of data.
20405
20406 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20407
20408 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20409 misfeature in `expand-abbrev' which caused electric keywords like
20410 "else" to disappear if an open brace was typed directly afterwards.
20411
20412 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20413
20414 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20415 mandatory in `define-widget'.
20416
20417 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20418 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20419
20420 (c-assignment-operators): New language constant that only contains
20421 the assignment operators.
20422
20423 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20424
20425 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20426
20427 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20428 Safeguard against unbalanced sexps.
20429
20430 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20431
20432 * version.el (emacs-version): Check for gtk. Include gtk version info.
20433
20434 2003-08-25 John Paul Wallington <jpw@gnu.org>
20435
20436 * man.el (Man-default-man-entry): Don't whizz past the section
20437 number before looking for it.
20438
20439 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20440
20441 * progmodes/gud.el (gud-display-line): Don't set window-point if
20442 source buffer is not visible. (Only happens with M-x gdba.)
20443
20444 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20445 documentation.
20446 (gdb-source, gdb-source-info): Update to assembler unnecessary
20447 as its done after each GDB command anyway.
20448 (gdb-pre-prompt): Use with-current-buffer.
20449 (gdb-insert-field): Add help-echo text.
20450 (gdb-invalidate-assembler): Re-display of assembler now done in
20451 gdb-info-breakpoints-custom.
20452 (gdb-info-breakpoints-custom): Force re-display of assembler to
20453 happen *after* update of breakpoints buffer.
20454 (gdb-display-source-buffer): Don't choke if gdb-source-window
20455 isn't visible.
20456 (gdb-put-string, gdb-put-arrow): Remove free variables.
20457
20458 2003-08-24 John Paul Wallington <jpw@gnu.org>
20459
20460 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20461
20462 * man.el (Man-default-man-entry): Strip text properties when
20463 snarfing parts of entry because `format' preserves properties.
20464
20465 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20466
20467 * files.el (file-newest-backup): Use `expand-file-name'.
20468
20469 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20470 Allow the diary to pop up a new frame, if needed.
20471
20472 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20473 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20474 (smtpmail-send-it): Make treatment of envelope-from consistent with
20475 sendmail.el.
20476
20477 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20478 (sh-leading-keywords): Add the bash `time' reserved word.
20479 (sh-variables): Add some bash variables.
20480 (sh-add-completer): Fix nil branch of case statement.
20481
20482 2003-08-24 Masatake YAMATO <jet@gyve.org>
20483
20484 * progmodes/ld-script.el: New file.
20485
20486 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20487
20488 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20489
20490 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20491
20492 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20493 Better explain obsolescence, and what to use instead.
20494
20495 2003-08-23 Masatake YAMATO <jet@gyve.org>
20496
20497 * pcvs.el (cvs-do-removal): Show the deleted file name
20498 on the prompt.
20499
20500 2003-08-20 Dave Love <fx@gnu.org>
20501
20502 * international/mule.el (make-coding-system)
20503 (set-buffer-file-coding-system): Doc fix.
20504
20505 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20506
20507 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20508
20509 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20510
20511 * international/utf-16.el: Add mime-text-unsuitable coding system
20512 properties.
20513
20514 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20515
20516 * cus-edit.el: Add some :links.
20517 (bib): Remove.
20518
20519 * textmodes/bib-mode.el (bib): Add :group external.
20520
20521 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20522
20523 * wid-edit.el (widget-echo-help): Make it handle expressions that
20524 evaluate to strings.
20525
20526 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20527
20528 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20529
20530 Simplify selection of SQL products to define highlighting and
20531 interactive mode. Includes detailed instructions on adding
20532 support for new products.
20533
20534 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20535 product for use in highlighting and interactive mode.
20536 (sql-interactive-product): New variable. SQL product for
20537 sql-interactive-mode.
20538 (sql-product-support): New variable. Specifies product-specific
20539 parameters to drive highlighting and interactive mode.
20540 (sql-imenu-generic-expression): Add more object types.
20541 (sql-sqlite-options): Correct comment.
20542 (sql-ms-program): Use "osql" rather than "isql".
20543 (sql-prompt-regexp, sql-prompt-length): Update comment.
20544 (sql-mode-menu): Add "Start SQLi session" entry.
20545 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20546 (sql-mode-abbrev-table): Add abbreviations. Support of
20547 SYSTEM-FLAG on define-abbrev. Support was removed with last
20548 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20549 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20550 names.
20551 (sql-mode-ansi-font-lock-keywords): Set as default value.
20552 (sql-mode-oracle-font-lock-keywords): Set as default value.
20553 Support Oracle 9i keywords.
20554 (sql-mode-postgres-font-lock-keywords): Set as default value.
20555 (sql-mode-linter-font-lock-keywords): Set as default value.
20556 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20557 SQLServer 2000.
20558 (sql-mode-sybase-font-lock-keywords)
20559 (sql-mode-interbase-font-lock-keywords)
20560 (sql-mode-sqlite-font-lock-keywords)
20561 (sql-mode-strong-font-lock-keywords)
20562 (sql-mode-mysql-font-lock-keywords)
20563 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20564 keywords.
20565 (sql-mode-font-lock-defaults): Update comment.
20566 (sql-product-feature): New function. Returns feature associated
20567 with a product from `sql-product-support' alist.
20568 (sql-product-font-lock): New function. Set font-lock support
20569 based on `sql-product'.
20570 (sql-add-product-keywords): New function. Add font-lock rules to
20571 product-specific keyword variables.
20572 (sql-set-product): New function. Set `sql-product' and apply
20573 appropriate font-lock highlighting.
20574 (sql-highlight-product): New function. Set font-lock support
20575 based on a product. Also set mode name to include product name.
20576 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20577 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20578 Use `sql-set-product'.
20579 (sql-highlight-ms-keywords)
20580 (sql-highlight-sybase-keywords)
20581 (sql-highlight-interbase-keywords)
20582 (sql-highlight-strong-keywords)
20583 (sql-highlight-mysql-keywords)
20584 (sql-highlight-sqlite-keywords)
20585 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20586 (sql-get-login): Prompt in the same order as the tokens.
20587 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20588 (sql-product-interactive): New function. Common portions of
20589 product-specific interactive mode wrappers.
20590 (sql-interactive-mode): Rewritten to use product features.
20591 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20592 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20593 (sql-db2, sql-linter): Use `sql-product-interactive'.
20594 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20595 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20596 (sql-connect-ingres, sql-connect-postgres)
20597 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20598 New functions. Format command line parameters and invoke comint on
20599 the appropriate interpreter. Code was in the corresponding
20600 `sql-xyz' function before.
20601 (sql-connect-ms): New function. Support -E argument to use
20602 operating system credentials for authentication.
20603
20604 2003-08-18 Kenichi Handa <handa@m17n.org>
20605
20606 * international/mule.el (encode-char): Fix for the ASCII case.
20607
20608 2003-08-15 Kenichi Handa <handa@m17n.org>
20609
20610 * international/fontset.el (setup-default-fontset): Change "*" to
20611 nil in the specifications of font family.
20612
20613 2003-08-18 Kim F. Storm <storm@cua.dk>
20614
20615 * kmacro.el (kmacro-keymap): Group related bindings in
20616 initialization for clarity. Bind C-s to start macro.
20617 Remove C-r binding.
20618 (kmacro-initial-counter-value): New defvar to hold initial counter
20619 value in case we set the value before defining a macro.
20620 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20621 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20622 not defining or executing macro. Doc fix.
20623 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20624 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20625 temporarily view older elements on the macro ring without cycling
20626 the ring.
20627 (kmacro-display): Doc fix.
20628 (kmacro-exec-ring-item): New helper function.
20629 (kmacro-call-ring-2nd): Use it.
20630 (kmacro-call-ring-2nd-repeat): Doc fix.
20631 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20632 (kmacro-end-or-call-macro): Execute last viewed macro (using
20633 kmacro-exec-ring-item) from ring if this follows
20634 kmacro-view-macro. This allows us to find a macro on the ring
20635 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20636 the ring to bring it to the head of the ring.
20637 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20638 Allow binding to reserved keys without specifying C-x C-k prefix.
20639 Ask for confirmation if entered key sequence is already bound to
20640 a non-macro command.
20641 (kmacro-view-macro): Repeating command will show older elements
20642 on the macro ring; C-k will execute the last viewed macro.
20643 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20644 property from 'ring to 'head.
20645
20646 2003-08-17 Alan Shutko <ats@acm.org>
20647
20648 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20649 keeping December out of the alist.
20650
20651 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20652
20653 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20654 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20655 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20656 (calendar-flatten): New function.
20657 (calendar-mouse-view-other-diary-entries)
20658 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20659 in the menu title and to show multi-line diary entries correctly
20660 in the menu.
20661
20662 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20663
20664 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20665 defcustom, because the default was recently changed.
20666
20667 2003-08-16 Richard M. Stallman <rms@gnu.org>
20668
20669 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20670
20671 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20672 New subroutine, broken out of eval-last-sexp-1.
20673 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20674
20675 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20676
20677 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20678
20679 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20680
20681 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20682
20683 * progmodes/compile.el (compilation-error-regexp-alist):
20684 Add Java ANt error detection as described in document
20685 http://ant.apache.org/faq.html
20686
20687 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20688
20689 * simple.el (backward-word, forward-to-indentation)
20690 (backward-to-indentation): Argument changed to optional.
20691 (next-line, previous-line): Use `or' instead of `unless'.
20692
20693 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20694
20695 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20696 instead of a constant.
20697
20698 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20699
20700 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20701
20702 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20703
20704 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20705 (vc-sccs-workfile-version): Search the entire delta table, rather
20706 than just the first entry, because that might be a deleted version.
20707
20708 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20709
20710 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20711 [save-place] binding in the Options menu. Have it require
20712 'saveplace' and then toggle the variable manually, to avoid an an
20713 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20714 for the bug report.
20715
20716 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20717
20718 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20719 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20720 (gdb-info-threads-custom): Add help-echo text.
20721 (gdb-display-back): Don't use purecopy.
20722 (gdb-info-breakpoints-custom, gdb-reset)
20723 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20724 icons can be displayed.
20725
20726 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20727
20728 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20729
20730 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20731
20732 * bookmark.el (bookmark-completing-read):
20733 Return a string, instead of a list of one string.
20734 Use a popup menu if activated from the mouse.
20735 (bookmark-edit-annotation): Remove unused vars.
20736 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20737 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20738 to bookmark-completing-read.
20739 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20740 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20741 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20742 and erase-buffer.
20743 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20744 (bookmark-menu-jump, bookmark-menu-insert)
20745 (bookmark-popup-menu-and-apply-function)
20746 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20747 (bookmark-menu-build-paned-menu): Remove by folding it into
20748 bookmark-menu-popup-paned-menu.
20749 (menu-bar-bookmark-map): Move the define-key statements here.
20750 Use the "non-menu" commands since they now pop up a menu if needed.
20751 (bookmark-exit-hook-internal): Simplify.
20752
20753 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20754
20755 * reftex-toc.el (reftex-toc-rename-label): New function.
20756 (reftex-toc-check-docstruct): New function.
20757
20758 * reftex.el (reftex-region-active-p): New function.
20759
20760 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20761 regexp to find the \bibliography macro.
20762
20763 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20764 which does not exist in LaTeX.
20765 (reftex-cite-format-builtin): Added amsrefs support.
20766 (reftex-toc-confirm-promotion): New option
20767
20768 * reftex-toc.el
20769 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20770 (reftex-toc-demote, reftex-toc-promote)
20771 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20772 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20773 (reftex-toc-newhead-from-alist)
20774 (reftex-toc-load-all-files-for-promotion): New functions.
20775 (reftex-toc-help): Added description of new keys.
20776 (reftex-toc-split-windows-fraction): New option.
20777 (reftex-recenter-toc-when-idle): Search *toc* window on all
20778 visible frames.
20779 (reftex-toc): Additional parameter REUSE
20780 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20781 with REUSE argument.
20782 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20783 the call of `reftex-toc'.
20784 (reftex-make-separate-toc-frame): New function .
20785 (reftex-toc-recenter): When called with triple prefix arg, call
20786 `reftex-make-separate-toc-frame' first.
20787 (reftex-toc-toggle-dedicated-frame): New command.
20788 (reftex-toc-quit): Adapted to delete frame when called in
20789 dedicated frame.
20790
20791 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20792 all enclosing macros.
20793
20794
20795 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20796
20797 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20798 first use.
20799
20800 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20801
20802 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20803
20804 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20805
20806 * calendar/calendar.el (list-diary-entries-hook)
20807 (diary-display-hook, nongregorian-diary-listing-hook)
20808 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20809 Add some customize options for these hooks.
20810 (calendar-abbrev-construct): Don't try to take a substring longer
20811 than the original string.
20812
20813 2003-08-05 Richard M. Stallman <rms@gnu.org>
20814
20815 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20816 (testcover-reinstrument-clauses): Doc fix.
20817
20818 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20819 (warning-type-format): Rename from warning-group-format.
20820
20821 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20822 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20823 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20824 to prevent warnings about defvar for an obsolete variable.
20825
20826 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20827 warning-group-format renamed to warning-type-format.
20828
20829 * subr.el (read-passwd): Use clear-string instead of fillarray.
20830
20831 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20832 Use vconcat instead of concat.
20833 (edmacro-sanitize-for-string): New function.
20834
20835 2003-08-05 Dave Love <fx@gnu.org>
20836
20837 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20838 line-number-display-limit-width.
20839
20840 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20841
20842 2003-08-05 Kenichi Handa <handa@m17n.org>
20843
20844 * international/code-pages.el: Don't require mule-diag.
20845
20846 * international/mule-diag.el (non-iso-charset-alist):
20847 Add autoload cookie.
20848
20849 * language/devan-util.el (dev-glyph-order): Add an entry for the
20850 glyph code #xC4.
20851
20852 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20853
20854 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20855 (european-calendar-style, diary-date-forms)
20856 (calendar-day-name-array, calendar-month-name-array): Doc change.
20857 (generate-calendar-month): Adapt for new behaviour of
20858 `calendar-day-name' function.
20859 (calendar-abbrev-length, calendar-day-abbrev-array)
20860 (calendar-month-abbrev-array): New variables.
20861 (calendar-abbrev-construct): New function.
20862 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20863 rather than fixing abbrevs at some width. Calling syntax change.
20864 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20865 (calendar-date-string): Adapt for new behaviours of
20866 `calendar-day-name' and `calendar-month-name' functions.
20867
20868 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20869 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20870 (diary-name-pattern): Use abbrev arrays, rather than fixing
20871 abbrevs at three chars. Calling syntax change.
20872 (mark-diary-entries): Adapt for new behaviours of
20873 `diary-name-pattern' and `calendar-make-alist' functions.
20874 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20875 `diary-name-pattern' function.
20876 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20877 fixing abbrevs at three chars. Calling syntax change.
20878 (cal-hebrew, cal-islam): Require when compiling.
20879 (diary-font-lock-keywords): Adapt for new behaviour of
20880 `font-lock-diary-date-forms' function.
20881
20882 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20883 (calendar-hebrew-month-name-array-common-year)
20884 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20885 (list-hebrew-diary-entries): Adapt for new behaviours of
20886 `calendar-day-name' and `add-to-diary-list' functions.
20887 (mark-hebrew-diary-entries): Adapt for new behaviours of
20888 `diary-name-pattern' and `calendar-make-alist' functions.
20889
20890 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20891 Add doc string.
20892 (list-islamic-diary-entries): Adapt for new behaviours of
20893 `calendar-day-name' and `add-to-diary-list' functions.
20894 (mark-islamic-diary-entries): Adapt for new behaviours of
20895 `diary-name-pattern' and `calendar-make-alist' functions.
20896
20897 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20898 `calendar-month-name' function.
20899
20900 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20901
20902 * calendar/solar.el (solar-seasons-data): Move definition before use.
20903
20904 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20905 (cal-tex-LaTeX-hourbox): Move definition before use.
20906
20907 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20908 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20909 * lunar.el, solar.el (displayed-month, displayed-year):
20910 Define for compiler.
20911
20912 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20913
20914 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20915 MODE. Renamed from c-init-c-language-vars'.
20916 (c-initialize-cc-mode): Change accordingly.
20917 (c-common-init): Ditto.
20918 (c-mode): Ditto.
20919 (c++-mode): Use `c-init-language-vars-for'.
20920 (objc-mode): Ditto.
20921 (java-mode): Ditto.
20922 (idl-mode): Ditto.
20923 (pike-mode): Ditto.
20924 (awk-mode): Ditto.
20925
20926 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20927
20928 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20929 or not the point moved.
20930
20931 (c-search-decl-header-end): Don't trip up on operator identifiers
20932 in C++ and operators like == in all languages.
20933
20934 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20935 Detect leading labels correctly.
20936
20937 2003-08-02 Andreas Schwab <schwab@suse.de>
20938
20939 * textmodes/ispell.el: Don't redo key bindings on loading, put
20940 them only in loaddefs.el.
20941 * bookmark.el: Likewise.
20942 * dabbrev.el: Likewise.
20943 * emerge.el: Likewise.
20944
20945 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20946 has more than one member.
20947
20948 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20949
20950 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20951
20952 * lpr.el (printify-region): It was ending conversion before the
20953 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20954
20955 2003-07-31 John Paul Wallington <jpw@gnu.org>
20956
20957 * net/browse-url.el (browse-url-epiphany): Doc fix.
20958
20959 2003-07-30 Kenichi Handa <handa@m17n.org>
20960
20961 * international/fontset.el (setup-default-fontset):
20962 Change registry names of Akurti fonts.
20963
20964 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20965
20966 * comint.el (comint-read-noecho): Use `clear-string' instead of
20967 `fillarray'.
20968
20969 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
20970
20971 * outline.el (outline-mode-hook): Add defvar.
20972
20973 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
20974
20975 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20976 Restore assembler in source window if that is what has been selected.
20977 (menu): Add gdb-restore-windows to menu. Make gdba
20978 specific menus only visible from gdba.
20979
20980 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
20981
20982 * progmodes/compile.el (compilation-environment): New user variable.
20983 (compile-internal): Respect it.
20984
20985 2003-07-23 Masatake YAMATO <jet@gyve.org>
20986
20987 * progmodes/gud.el (gdb-script-font-lock-keywords):
20988 Put `font-lock-function-name-face' on a symbol which includes
20989 `-' like `hook-run'. Put font-lock-variable-name-face
20990 on a symbol starting with $.
20991
20992 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
20993
20994 * files.el (set-visited-file-name): Use truename for buffer-file-name.
20995
20996 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20997
20998 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20999
21000 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21001
21002 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21003 Use with-no-warnings.
21004 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21005 rather than to find-file-not-found-hook, which doesn't exist.
21006
21007 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21008
21009 * international/quail.el (quail-translate-key): Fix previous change.
21010
21011 2003-07-25 John Paul Wallington <jpw@gnu.org>
21012
21013 * server.el (server-start): Check `server-process' is non-nil
21014 before killing it to avoid killing current buffer's process.
21015
21016 * simple.el (choose-completion-string): Use `minibufferp';
21017 test `completion-reference-buffer' if `buffer' arg is nil.
21018 (push-mark): Use `when' and `unless'.
21019 (pop-mark): Use `when'.
21020
21021 * mouse-sel.el (mouse-sel-get-selection-function):
21022 Check `x-last-selected-text-primary'. Don't barf if it or
21023 `x-last-selected-text' aren't bound.
21024
21025 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21026
21027 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21028
21029 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21030
21031 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21032
21033 2003-07-23 John Paul Wallington <jpw@gnu.org>
21034
21035 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21036
21037 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21038
21039 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21040 string. Defvar the derived hook.
21041
21042 * macros.el (insert-kbd-macro): Escape double quote character.
21043 From Thomas W Murphy <twm@andrew.cmu.edu>.
21044
21045 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21046
21047 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21048 to match the specific mark rather than reusing comment-start-skip.
21049
21050 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21051
21052 * progmodes/hideshow.el (hs-special-modes-alist):
21053 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21054
21055 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21056
21057 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21058 value using ?\s.
21059
21060 2003-07-21 John Paul Wallington <jpw@gnu.org>
21061
21062 * subr.el (with-selected-window): Add closing paren.
21063
21064 2003-07-21 Richard M. Stallman <rms@gnu.org>
21065
21066 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21067 (lisp-mode): Likewise.
21068
21069 * subr.el (with-selected-window): Copy code form save-selected-window
21070 so as to call select-window with norecord arg.
21071 (dynamic-completion-table): Doc fix.
21072 (lazy-completion-table): Doc fix.
21073
21074 * international/mule-cmds.el (set-locale-environment):
21075 langinfo renamed to locale-info.
21076
21077 * international/mule.el (auto-coding-functions): Doc fix.
21078
21079 2003-07-21 Kenichi Handa <handa@m17n.org>
21080
21081 * international/quail.el (quail-translate-key):
21082 Update quail-current-str correctly.
21083
21084 2003-07-21 Andreas Schwab <schwab@suse.de>
21085
21086 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21087 ?, to "_".
21088
21089 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21090 Version 2.0.36 of Tramp released.
21091
21092 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21093 tramp-password-end-of-line.
21094 (tramp-password-end-of-line): New method parameter.
21095 (tramp-get-password-end-of-line): Function to access method
21096 parameter `tramp-password-end-of-line', or variable
21097 `tramp-default-password-end-of-line' (default value).
21098 (tramp-methods): Add entries for new parameter
21099 tramp-password-end-of-line.
21100 (tramp-enter-password): Use new function
21101 `tramp-get-password-end-of-line'.
21102 (tramp-handle-insert-file-contents): Do not
21103 unconditionally inhibit the file operation file-local-copy, only
21104 do that when the inhibit-file-name-operation is currently
21105 insert-file-contents. This fixes finding remote CVS-controlled
21106 files. (It would barf on inserting the CVS/Entries file
21107 literally, because the file-local-copy handler wasn't called.)
21108 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21109 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21110 (tramp-initial-commands): New variable.
21111 (tramp-process-initial-commands): New function, using the variable.
21112 (tramp-open-connection-setup-interactive-shell): Call the new function.
21113 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21114 method into the buffer name, never use nil. Reported by Hanak
21115 David <dhanak@inf.bme.hu>.
21116 (tramp-open-connection-setup-interactive-shell): Erase buffer
21117 before sending "stty -onlcr".
21118
21119 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21120
21121 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21122
21123 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21124
21125 2003-07-19 John Paul Wallington <jpw@gnu.org>
21126
21127 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21128 (artist-draw-rect, artist-draw-square): Doc fixes.
21129
21130 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21131
21132 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21133
21134 2003-07-19 Kenichi Handa <handa@m17n.org>
21135
21136 * international/kkc.el (kkc-show-conversion-list-update):
21137 Highlight the correct candidate in the message.
21138
21139 2003-07-18 John Paul Wallington <jpw@gnu.org>
21140
21141 * simple.el (current-word): Don't include punctuation char when
21142 `really-word' arg is non-nil.
21143
21144 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21145
21146 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21147 moved to the directory obsolete.
21148
21149 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21150
21151 * info.el (Info-menu-entry-name-re): Allow newlines in
21152 menu entry names.
21153
21154 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21155 syntax-ppss-after-change-function.
21156 (syntax-ppss-after-change-function): New alias. Update uses.
21157 (syntax-ppss): Catch the case where the buffer is narrowed.
21158
21159 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21160
21161 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21162 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21163
21164 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21165
21166 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21167 since it might be modified.
21168
21169 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21170 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21171 names to these language constants.
21172
21173 2003-07-15 Kim F. Storm <storm@cua.dk>
21174
21175 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21176 All uses changed.
21177
21178 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21179
21180 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21181 Namespace support.
21182
21183 2003-07-13 Juanma Barranquero <lektu@terra.es>
21184
21185 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21186 papers received).
21187
21188 2003-07-13 Karl Eichwalder <ke@suse.de>
21189
21190 * textmodes/po.el (po-find-charset): White space at the start of the
21191 Content-Type field body is non-mandatory.
21192
21193 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21194
21195 * textmodes/texinfo.el (texinfo-section-list):
21196 Append appendixsection; a synonym for appendixsec.
21197
21198 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21199
21200 * man.el (Man-translate-cleanup): New.
21201 (Man-translate-references): Call `Man-translate-cleanup' to clean
21202 leading, trailing and middle spaces.
21203
21204 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21205
21206 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21207 Handle `dired-directory' being a list.
21208
21209 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21210
21211 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21212 it doesn't exist.
21213
21214 2003-07-12 Richard M. Stallman <rms@gnu.org>
21215
21216 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21217
21218 * progmodes/cc-defs.el (c-make-keywords-re):
21219 Don't use delete-duplicates.
21220 (c-lang-const): Don't use mapcan.
21221
21222 * apropos.el (apropos-show-scores): Make it customizable.
21223 Document new meaning.
21224 (apropos): Compute scores from symbols.
21225 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21226
21227 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21228
21229 * ps-bdf.el: Fix copyright line.
21230 (bdf-directory-list): Fix initialization code.
21231
21232 2003-07-11 John Paul Wallington <jpw@gnu.org>
21233
21234 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21235 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21236 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21237
21238 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21239
21240 * emacs-lisp/ring.el (ring-elements): Doc fix.
21241
21242 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21243
21244 * calendar/timeclock.el (timeclock-relative)
21245 (timeclock-ask-before-exiting, timeclock-use-display-time):
21246 Doc changes.
21247 (timeclock-modeline-display): Give a message if
21248 `timeclock-use-display-time' is non-nil but `display-time-mode'
21249 is not active.
21250
21251 2003-07-11 Kenichi Handa <handa@m17n.org>
21252
21253 * international/mule-cmds.el (set-language-environment):
21254 Set current-language-environment to the correct string.
21255
21256 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21257
21258 * ps-print.el: Print line number correctly in a region. Reported by
21259 Tim Allen <timallen@ls83.fsnet.co.uk>.
21260 (ps-print-version): New version number (6.6.2).
21261 (ps-printing-region): Code fix.
21262
21263 2003-07-10 John Paul Wallington <jpw@gnu.org>
21264
21265 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21266 this function can be called from `add-completions-from-tags-table'.
21267
21268 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21269
21270 * calendar/timeclock.el (timeclock-use-display-time)
21271 (timeclock-day-over-hook, timeclock-workday-remaining)
21272 (timeclock-status-string, timeclock-when-to-leave)
21273 (timeclock-when-to-leave-string, timeclock-log-data)
21274 (timeclock-find-discrep, timeclock-day-base)
21275 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21276 (timeclock-modeline-display): Set the variable
21277 `timeclock-modeline-display'.
21278 (timeclock-update-modeline): Doc fix. Respect value of
21279 `timeclock-relative'.
21280
21281 2003-07-09 Richard M. Stallman <rms@gnu.org>
21282
21283 * textmodes/reftex-parse.el (reftex-all-document-files):
21284 Add autoload cookie.
21285
21286 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21287 (reftex-scanning-info-available-p): Add autoload cookie.
21288
21289 * international/mule-cmds.el
21290 (set-display-table-and-terminal-coding-system): Delete duplicate
21291 aset on standard-display-table.
21292
21293 * view.el (view-file): If existing buffer's major mode is special,
21294 don't go into view mode.
21295
21296 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21297
21298 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21299
21300 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21301 buffer changes; there's third party code that calls this function
21302 directly.
21303
21304 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21305
21306 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21307 (autodoc-font-lock-keywords): Don't byte compile on font lock
21308 initialization when running from byte compiled files.
21309
21310 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21311
21312 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21313 statement ends with auto-increment "++".
21314
21315 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21316
21317 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21318 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21319 these are changed, so declare them as variables and not constants.
21320
21321 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21322
21323 * subr.el (dolist, dotimes): Doc fix.
21324
21325 2003-07-08 Kim F. Storm <storm@cua.dk>
21326
21327 * international/mule-cmds.el
21328 (set-display-table-and-terminal-coding-system): Don't break
21329 bootstrap if standard-display-table isn't setup yet.
21330
21331 2003-07-07 Richard M. Stallman <rms@gnu.org>
21332
21333 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21334 Give it a doc string, and autoload it.
21335
21336 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21337 Use with-no-warnings.
21338
21339 * info.el (Info-search): If find invisible text, search again.
21340
21341 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21342
21343 * man.el (Man-name-regexp): Match + as part of name.
21344
21345 * simple.el (visible-mode): Rename from vis-mode.
21346 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21347
21348 * simple.el (current-word): New arg REALLY-WORD specifies
21349 don't include punctuation chars.
21350
21351 * emacs-lisp/debug.el (debug, debugger-env-macro):
21352 Use with-no-warnings while accessing and binding unread-command-char.
21353
21354 * international/mule-cmds.el
21355 (set-display-table-and-terminal-coding-system): Use explicit loop
21356 instead of calling standard-display-default.
21357
21358 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21359 Use condition-case to catch error in ange-ftp-get-files.
21360
21361 * net/browse-url.el (browse-url-browser-function):
21362 Add alternative for Epiphany.
21363 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21364 (browse-url-epiphany-startup-arguments)
21365 (browse-url-epiphany-new-window-is-tab): New variables.
21366 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21367
21368 * progmodes/compile.el (compile-auto-highlight): Default now t.
21369 (compile): Doc fix.
21370 (compilation-next-error): Fix previous change.
21371
21372 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21373
21374 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21375
21376 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21377
21378 * gdb-ui.el (gdb-source-info): Display current frame when
21379 attaching to an existing process.
21380 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21381 while laying out windows when attaching to an existing process.
21382
21383 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21384
21385 * info.el (Info-menu): Use Info-menu-entry-name-re.
21386
21387 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21388
21389 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21390 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21391
21392 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21393 to match the same text.
21394
21395 2003-07-06 John Paul Wallington <jpw@gnu.org>
21396
21397 * vc.el (vc-annotate-offset): Move defvar up.
21398
21399 2003-07-06 Kim F. Storm <storm@cua.dk>
21400
21401 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21402 This should fix the infinite loop when extracting menu names.
21403
21404 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21405
21406 * files.el (auto-mode-alist, interpreter-mode-alist):
21407 Remove entries to CC Mode modes to avoid duplicates; they are now added
21408 with autoload directives in cc-mode.el.
21409
21410 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21411
21412 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21413 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21414 these are changed, so declare them as variables and not constants.
21415
21416 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21417 ensure that the entry for ".c" extension comes before the one for
21418 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21419 Fix incorrect entries that were added to `interpreter-mode-alist'.
21420 Move the autoload directives for AWK to the top level since they
21421 aren't recognized anywhere else. Do not use the new AWK mode doc
21422 in the autoload form for the old AWK mode.
21423
21424 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21425
21426 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21427 (bibtex-sort-ignore-string-entries): Default value t.
21428 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21429 erroneously in previous version.
21430 (bibtex-string-files): Docstring reflects new parsing scheme.
21431 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21432 docstring, add # as one of the chars to crush
21433 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21434 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21435 (bibtex-autokey-name-change-strings)
21436 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21437 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21438 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21439 (bibtex-autokey-title-terminators)
21440 (bibtex-autokey-titlewords-stretch)
21441 (bibtex-autokey-titleword-ignore)
21442 (bibtex-autokey-titleword-case-convert)
21443 (bibtex-autokey-titleword-abbrevs)
21444 (bibtex-autokey-titleword-abbrevs)
21445 (bibtex-autokey-titleword-change-strings)
21446 (bibtex-autokey-titleword-length)
21447 (bibtex-autokey-titleword-separator)
21448 (bibtex-autokey-name-year-separator)
21449 (bibtex-autokey-year-title-separator)
21450 (bibtex-autokey-before-presentation-function)
21451 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21452 Fix docstring.
21453 (bibtex-strings, bibtex-reference-keys):
21454 Use lazy-completion-table and make-variable-buffer-local.
21455 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21456 (bibtex-braced-string-syntax-table)
21457 (bibtex-quoted-string-syntax-table): New variables.
21458 (bibtex-parse-nested-braces): Remove.
21459 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21460 (bibtex-parse-association): Simplify.
21461 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21462 (bibtex-parse-field-text): Simplify.
21463 (bibtex-search-forward-field, bibtex-search-backward-field):
21464 argument BOUND can take value t.
21465 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21466 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21467 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21468 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21469 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21470 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21471 and ending of entry. Update for changes of bibtex-search-entry.
21472 Simplify.
21473 (bibtex-map-entries): FUN is called with three arguments.
21474 (bibtex-search-entry): Return a cons pair with buffer positions of
21475 beginning and end of entry.
21476 (bibtex-enclosing-field): Simplify.
21477 (bibtex-format-entry): Use booktitle to set a missing title.
21478 (bibtex-autokey-get-names): Fiddle with regexps.
21479 (bibtex-generate-autokey): Use identity.
21480 (bibtex-parse-keys): Use simplified parsing algorithm if
21481 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21482 arguments. Return alist of keys.
21483 (bibtex-parse-strings): Simplify. Return alist of strings.
21484 (bibtex-complete-string-cleanup): Fix docstring.
21485 (bibtex-read-key): New function.
21486 (bibtex-mode): Fix docstring. Do not parse for keys and
21487 strings when the mode is entered. Set fill-paragraph-function to
21488 bibtex-fill-field. Setup font-lock-mark-block-function the way
21489 font-lock intended.
21490 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21491 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21492 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21493 (bibtex-Preamble): Avoid hard coded constants.
21494 (bibtex-make-field): Fix docstring. Simplify.
21495 (bibtex-beginning-of-entry): Always return new position of point.
21496 (bibtex-end-of-entry): Rearrange cond clauses.
21497 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21498 Update for changes of bibtex-map-entries.
21499 (bibtex-ispell-abstract): Do not move point.
21500 (bibtex-entry-index): Use downcase. Simplify.
21501 (bibtex-lessp): Handle catch-all.
21502 (bibtex-find-crossref): Turn into a command.
21503 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21504 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21505 preamble entries.
21506 (bibtex-fill-field-bounds): New function.
21507 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21508 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21509 (bibtex-String): Use bibtex-strings. Always obey
21510 bibtex-sort-ignore-string-entries.
21511
21512 2003-07-05 John Paul Wallington <jpw@gnu.org>
21513
21514 * cus-theme.el (customize-create-theme):
21515 Call `customize-create-theme' in Reset widget's notify function.
21516
21517 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21518 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21519 (define-ibuffer-column name): Add summarizer.
21520 (define-ibuffer-column size): Likewise.
21521 (define-ibuffer-column filename): Likewise.
21522 (define-ibuffer-column process): Likewise. Change BODY's output too.
21523 (define-ibuffer-column filename-and-process): Likewise, likewise.
21524 (ibuffer): Remove local vars `already-in' and `need-update'.
21525
21526 * ibuf-ext.el: Don't require `derived' at compile-time.
21527
21528 2003-07-05 Kim F. Storm <storm@cua.dk>
21529
21530 * info.el: Disable paragraph refilling.
21531 (Info-refill-paragraphs): New defcustom.
21532 (Info-fontify-node): Use it.
21533
21534 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21535
21536 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21537 thingies from constructors created by defstruct.
21538
21539 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21540 the default value of the variable.
21541 (byte-code-meter): Move declaration to top level.
21542
21543 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21544
21545 * info.el (Info-following-node-name-re): New fun.
21546 (Info-following-node-name): Remove.
21547 (Info-insert-dir): Use the new fun.
21548 (Info-extract-pointer): Don't save restriction; use new fun.
21549 (Info-menu-entry-name-re): New const.
21550 (Info-menu-entry-name-re): Use it along with new fun.
21551 (Info-node-spec-re): Use new fun.
21552 (Info-complete-menu-item, Info-fontify-node): Use new const.
21553 (Info-goto-node, Info-follow-reference, Info-menu-update):
21554 Use match-string.
21555 (Info-follow-reference): Use assoc-string.
21556 Use a list of strings for the completion table.
21557 (Info-fontify-node): Use match-string, line-end-position.
21558 Limit the search for `node:' to the first line.
21559
21560 * newcomment.el (uncomment-region): Remove padding coming from
21561 comment-start rather than just from comment-padding.
21562
21563 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21564 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21565 (vc-cvs-rename-file): Remove (use the default).
21566 (vc-cvs-register): Register parent dir if needed.
21567 (vc-cvs-could-register): Return non-nil if parent can be registered.
21568 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21569 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21570
21571 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21572 (vc-svn-update): Fix the arguments to `svn'.
21573 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21574 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21575 Simple implementations, assuming `name' is a URL.
21576
21577 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21578 set of chars allowed unquoted in a case pattern.
21579
21580 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21581
21582 * font-lock.el (font-lock-extra-types-widget)
21583 (c-font-lock-extra-types, c++-font-lock-extra-types)
21584 (objc-font-lock-extra-types, java-font-lock-extra-types)
21585 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21586 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21587 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21588 (font-lock-match-c++-structor-declaration)
21589 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21590 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21591 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21592 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21593 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21594 (java-font-lock-keywords-3, java-font-lock-keywords)
21595 (java-font-lock-syntactic-face-function): Remove obsolete code
21596 and constants. It's all in cc-fonts.el now.
21597
21598 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21599
21600 * mail/sendmail.el (mail-specify-envelope-from)
21601 (mail-envelope-from): Doc fix.
21602
21603 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21604
21605 * generic-x.el: Do away with the dependency on `c-emacs-features'
21606 when populating `rul-generic-mode-syntax-table'; we already know
21607 this isn't XEmacs.
21608
21609 See ChangeLog.10 for earlier changes.
21610
21611 ;; Local Variables:
21612 ;; coding: iso-2022-7bit
21613 ;; End:
21614
21615 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21616 Copying and distribution of this file, with or without modification,
21617 are permitted provided the copyright notice and this notice are preserved.
21618
21619 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1