]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(highlight-changes-colors): Rename from `highlight-changes-colours'.
[gnu-emacs] / lisp / ChangeLog
1 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
2
3 * hilit-chg.el (highlight-changes-colors): Rename from
4 `highlight-changes-colours'.
5 (highlight-changes-colours): Keep as obsolete alias.
6 (highlight-changes-face-list): Doc fix.
7 (hilit-chg-make-list): Use `highlight-changes-colors'.
8
9 2005-06-12 Mark A. Hershberger <mah@everybody.org>
10
11 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
12 defun-prompt-regexp.
13
14 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15
16 * loadup.el: Don't say we are dumping under 2 names on windows-nt
17 and cygwin.
18
19 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): Don't
20 use an old loaddefs.el, as in Makefile.in.
21
22 2005-06-12 Lute Kamstra <lute@gnu.org>
23
24 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
25
26 * man.el (Man-mode-map): Initialize it properly.
27 (Man-mode): Set mode-class property to special.
28
29 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
30
31 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
32
33 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
34 A newline is needed in the docstring there.
35
36 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
37 Doc fixes.
38
39 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
40
41 * printing.el: Doc fix. The menubar is no more changed when printing
42 is loaded, it only changes when pr-menu-bind or pr-update-menus is
43 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
44 (pr-version): New version number (6.8.4).
45 (pr-menu-bind): New command.
46 (pr-update-menus): Docstring and code fix.
47 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
48 Docstring fix.
49 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
50 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
51
52 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
53
54 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
55 "Returns" to "return", document useful return values, etc.
56
57 2005-06-11 Alan Mackenzie <acm@muc.de>
58
59 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
60 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
61 (adaptive-file-function): Minor amendment to doc-string.
62
63 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
64
65 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
66 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step): Fix
67 :type--it is `integer', not `string'.
68
69 * faces.el (modeline-highlight): Rename from (the erroneous)
70 `modeline-higilight'.
71
72 2005-06-11 Lute Kamstra <lute@gnu.org>
73
74 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
75 lisp-interaction-mode-map but make it the parent.
76 (edebug-eval-mode): Use define-derived-mode.
77
78 2005-06-11 Andreas Schwab <schwab@suse.de>
79
80 * bindings.el: Add binding of `ESC functionkey' for every
81 `M-functionkey'.
82 * hexl.el (hexl-mode-map): Likewise.
83
84 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
85
86 * progmodes/compile.el (compilation-error-regexp-alist-alist)
87 [msft]: update regexp for newer msft compilers.
88
89 2005-06-10 Mark A. Hershberger <mah@everybody.org>
90
91 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
92 ATTLIST portions of included DTDs.
93 (xml-parse-dtd): Eliminate use of inefficient match-data.
94
95 2005-06-10 Miles Bader <miles@gnu.org>
96
97 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
98 (mpuz-text): Remove "-face" suffix from face names.
99 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
100 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
101 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
102
103 * play/gomoku.el (gomoku-O, gomoku-X):
104 Remove "-face" suffix from face names.
105 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
106 New backward-compatibility aliases for renamed faces.
107 (gomoku-font-lock-keywords): Use renamed gomoku faces.
108
109 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
110
111 * thumbs.el: Fixes for changes of 2005-06-09.
112 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
113 as a directory.
114 (thumbs-thumbname): Remove directory separator from format string;
115 `thumbs-thumbsdir' now returns a valid directory name.
116 (thumbs-temp-dir): New defsubst.
117 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
118 Use it.
119
120 * cus-edit.el (minibuffer):
121 * files.el (make-backup-file-name-function):
122 * filesets.el (filesets-external-viewers):
123 * hilit-chg.el (highlight-changes-colours)
124 (highlight-changes-face-list, highlight-changes-rotate-faces):
125 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
126 * kmacro.el (kmacro-call-macro):
127 * log-edit.el (log-edit-changelog-full-paragraphs):
128 * mouse.el (mouse-1-click-follows-link):
129 * skeleton.el (skeleton-autowrap):
130 * subr.el (insert-for-yank-1):
131 * tempo.el (tempo-insert-region):
132 * terminal.el (terminal-emulator):
133 * time.el (display-time-mail-face):
134 * vc.el (vc-annotate):
135 * vcursor.el (vcursor-copy-line):
136 * woman.el (woman-bold-headings, woman-ignore)
137 (woman-default-faces, woman-monochrome-faces):
138 * calendar/todo-mode.el (todo-insert-threshold):
139 * emulation/pc-select.el (pc-select-selection-keys-only)
140 (pc-selection-mode):
141 * emulation/vip.el (vip-find-char-forward):
142 * emulation/viper-cmd.el (viper-find-char-forward):
143 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
144 (input-method-exit-on-invalid-key):
145 * international/mule-diag.el (describe-coding-system):
146 * international/ucs-tables.el (unify-8859-on-encoding-mode):
147 * net/browse-url.el (browse-url-xterm-program):
148 * obsolete/lazy-lock.el (lazy-lock-mode):
149 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
150 (cperl-mode):
151 * progmodes/cpp.el (cpp-face-light-name-list)
152 (cpp-face-dark-name-list):
153 * progmodes/delphi.el (delphi-newline-always-indents):
154 Fix spellings in docstrings.
155
156 * ido.el (ido-mode, ido-file-extensions-order)
157 (ido-default-file-method, ido-default-buffer-method)
158 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
159 (ido-decorations, ido-read-file-name-as-directory-commands)
160 (ido-read-file-name-non-ido, ido-work-directory-list)
161 (ido-ignore-item-temp-list, ido-current-directory)
162 (ido-magic-forward-char, ido-enter-find-file)
163 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
164 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
165
166 2005-06-10 Lute Kamstra <lute@gnu.org>
167
168 * play/dunnet.el (dun-mode): Use define-derived-mode.
169 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
170 obsolete alias.
171
172 * play/doctor.el (doctor-mode-map): Remove defvar.
173 (doctor-mode): Use define-derived-mode.
174
175 * mail/mspools.el (mspools-mode):
176 * net/eudc-hotlist.el (eudc-hotlist-mode):
177 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
178
179 2005-06-10 Miles Bader <miles@gnu.org>
180
181 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
182 Remove "-face" suffix from face names.
183 (flyspell-incorrect-face, flyspell-duplicate-face):
184 New backward-compatibility aliases for renamed faces.
185 (flyspell-mode-on, make-flyspell-overlay)
186 (flyspell-highlight-incorrect-region)
187 (flyspell-highlight-duplicate-region)
188 (flyspell-display-next-corrections)
189 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
190
191 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
192 from face name.
193 (texinfo-heading-face): New backward-compatibility alias for
194 renamed face.
195 (texinfo-heading-face): Use renamed texinfo-heading face.
196
197 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
198 suffix from face names.
199 (tex-math-face, tex-verbatim-face):
200 New backward-compatibility aliases for renamed faces.
201 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
202 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
203 literal face name.
204
205 * textmodes/table.el (table-cell): Remove "-face" suffix from face
206 name.
207 (table-cell-face): New backward-compatibility alias for renamed face.
208 (table--put-cell-face-property, table--update-cell-face):
209 Use renamed table-cell face.
210
211 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
212 from face name.
213 (sgml-namespace-face): New backward-compatibility alias for
214 renamed face.
215 (sgml-namespace-face): Use renamed sgml-namespace face.
216
217 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
218 (org-level-4, org-level-5, org-level-6, org-level-7)
219 (org-level-8, org-warning, org-headline-done)
220 (org-deadline-announce, org-scheduled-today)
221 (org-scheduled-previously, org-link, org-done, org-table)
222 (org-time-grid): Remove "-face" suffix from face names.
223 (org-level-1-face, org-level-2-face, org-level-3-face)
224 (org-level-4-face, org-level-5-face, org-level-6-face)
225 (org-level-7-face, org-level-8-face, org-warning-face)
226 (org-headline-done-face, org-deadline-announce-face)
227 (org-scheduled-today-face, org-scheduled-previously-face)
228 (org-link-face, org-done-face, org-table-face)
229 (org-time-grid-face):
230 New backward-compatibility aliases for renamed faces.
231 (org-level-faces, org-set-font-lock-defaults, org-timeline)
232 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
233 (org-agenda-get-timestamps, org-agenda-get-scheduled)
234 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
235
236 * emulation/viper-init.el (viper-search, viper-replace-overlay)
237 (viper-minibuffer-emacs, viper-minibuffer-insert)
238 (viper-minibuffer-vi): Remove "-face" suffix from face names.
239 (viper-search-face, viper-replace-overlay-face)
240 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
241 (viper-minibuffer-vi-face):
242 New backward-compatibility aliases for renamed faces.
243 (viper-search-face, viper-replace-overlay-face)
244 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
245 (viper-minibuffer-vi-face): Use renamed viper faces.
246
247 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
248 Remove "-face" suffix from face names.
249 (testcover-nohits-face, testcover-1value-face):
250 New backward-compatibility aliases for renamed faces.
251 (testcover-mark): Use renamed testcover faces.
252
253 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
254 face name.
255 (diary-button-face): New backward-compatibility alias for renamed face.
256 (diary-entry): Use renamed diary-button face.
257
258 * calendar/calendar.el (diary, calendar-today, holiday)
259 (mark-visible-calendar-date): Remove "-face" suffix from face names.
260 (diary-face, calendar-today-face, holiday-face):
261 New backward-compatibility aliases for renamed faces.
262 (eval-after-load "facemenu", diary-entry-marker)
263 (calendar-today-marker, calendar-holiday-marker, diary-face):
264 Use renamed calendar faces.
265
266 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
267 (compare-windows-face): New backward-compatibility alias for
268 renamed face.
269 (compare-windows-highlight): Use renamed compare-windows face.
270
271 * strokes.el (strokes-char): Remove "-face" suffix from face name.
272 (strokes-char-face): New backward-compatibility alias for renamed face.
273 (strokes-encode-buffer): Use renamed strokes-char face.
274
275 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
276 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
277 Remove "-face" suffix from face names.
278 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
279 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
280 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
281 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
282 Use renamed pcvs faces.
283 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
284 * pcvs-defs.el (cvs-mode-map): Likewise.
285 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
286
287 * info.el (info-title-1, info-title-2, info-title-3)
288 (info-title-4): Remove "-face" suffix from and downcase face names.
289 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
290 (Info-title-4-face):
291 New backward-compatibility aliases for renamed faces.
292 (Info-fontify-node): Use renamed info faces.
293
294 * hilit-chg.el (highlight-changes, highlight-changes-delete):
295 Remove "-face" suffix from face names.
296 (highlight-changes-face, highlight-changes-delete-face):
297 New backward-compatibility aliases for renamed faces.
298 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
299 (hilit-chg-make-list): Use renamed highlight-changes faces.
300
301 * generic-x.el (show-tabs-tab, show-tabs-space):
302 Remove "-face" suffix from face names.
303 (show-tabs-tab-face, show-tabs-space-face):
304 New backward-compatibility aliases for renamed faces.
305 (show-tabs-generic-mode-font-lock-defaults-1)
306 (show-tabs-generic-mode-font-lock-defaults-2):
307 Use renamed show-tabs faces.
308
309 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
310 (smerge-markers): Remove "-face" suffix from face names.
311 (smerge-mine-face, smerge-other-face, smerge-base-face)
312 (smerge-markers-face):
313 New backward-compatibility aliases for renamed faces.
314 (smerge-mine-face, smerge-other-face, smerge-base-face)
315 (smerge-markers-face): Use renamed smerge faces.
316
317 * log-view.el (log-view-file, log-view-message):
318 Remove "-face" suffix from face names.
319 (log-view-file-face, log-view-message-face):
320 New backward-compatibility aliases for renamed faces.
321 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
322
323 * paren.el (show-paren-match, show-paren-mismatch):
324 Remove "-face" suffix from face names.
325 (show-paren-match-face, show-paren-mismatch-face):
326 New backward-compatibility aliases for renamed faces.
327 (show-paren-function): Use renamed show-paren faces.
328
329 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
330 (ruler-mode-margins, ruler-mode-fringes)
331 (ruler-mode-column-number, ruler-mode-fill-column)
332 (ruler-mode-comment-column, ruler-mode-goal-column)
333 (ruler-mode-tab-stop, ruler-mode-current-column):
334 Remove "-face" suffix from face names.
335 (ruler-mode-default-face, ruler-mode-pad-face)
336 (ruler-mode-margins-face, ruler-mode-fringes-face)
337 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
338 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
339 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
340 New backward-compatibility aliases for renamed faces.
341 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
342 (ruler-mode-column-number, ruler-mode-fill-column)
343 (ruler-mode-comment-column, ruler-mode-goal-column)
344 (ruler-mode-tab-stop, ruler-mode-current-column)
345 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
346
347 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
348 face name.
349 (whitespace-highlight-the-space): Use renamed face.
350 (whitespace-highlight-face): New backward-compatibility alias for
351 renamed face.
352
353 * woman.el (woman-italic, woman-bold, woman-unknown)
354 (woman-addition, woman-symbol-face):
355 Remove "-face" suffix from face names.
356 (woman-italic-face, woman-bold-face, woman-unknown-face)
357 (woman-addition-face):
358 New backward-compatibility aliases for renamed faces.
359 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
360 (woman-decode-region, woman-replace-match)
361 (woman-display-extended-fonts, woman-special-characters)
362 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
363 Use renamed woman faces.
364
365 * longlines.el (longlines-visible-face): Face removed.
366
367 * diff-mode.el (diff-header, diff-file-header, diff-index)
368 (diff-hunk-header, diff-removed, diff-added, diff-changed)
369 (diff-function, diff-context, diff-nonexistent): Remove "-face"
370 suffix from face names.
371 (diff-header-face, diff-file-header-face, diff-index-face)
372 (diff-hunk-header-face, diff-removed-face, diff-added-face)
373 (diff-changed-face, diff-function-face, diff-context-face)
374 (diff-nonexistent-face): New backward-compatibility aliases for
375 renamed faces.
376 (diff-header-face, diff-file-header-face)
377 (diff-index, diff-index-face, diff-hunk-header)
378 (diff-hunk-header-face, diff-removed, diff-removed-face)
379 (diff-added, diff-added-face, diff-changed-face, diff-function)
380 (diff-function-face, diff-context-face, diff-nonexistent)
381 (diff-nonexistent-face): Use renamed diff-mode faces.
382
383 * progmodes/compile.el (compilation-warning-face)
384 (compilation-info-face): Remove "-face" suffix from face names.
385 (compilation-warning-face, compilation-info-face):
386 New backward-compatibility aliases for renamed faces.
387 (compilation-warning-face, compilation-info-face):
388 Use renamed compilation faces.
389
390 * add-log.el (change-log-date, change-log-name)
391 (change-log-email, change-log-file, change-log-list)
392 (change-log-conditionals, change-log-function)
393 (change-log-acknowledgement): Remove "-face" suffix from face names.
394 (change-log-date-face, change-log-name-face)
395 (change-log-email-face, change-log-file-face)
396 (change-log-list-face, change-log-conditionals-face)
397 (change-log-function-face, change-log-acknowledgement-face):
398 New backward-compatibility aliases for renamed faces.
399 (change-log-font-lock-keywords): Use renamed change-log faces.
400
401 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
402 (custom-set, custom-changed, custom-saved, custom-button)
403 (custom-button-pressed, custom-documentation, custom-state)
404 (custom-comment, custom-comment-tag, custom-variable-tag)
405 (custom-variable-button, custom-face-tag, custom-group-tag-1)
406 (custom-group-tag): Remove "-face" suffix from face names.
407 (custom-magic-alist, custom-magic-value-create)
408 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
409 (custom-invalid-face, custom-rogue-face, custom-modified-face)
410 (custom-set-face, custom-changed-face, custom-saved-face)
411 (custom-button-face, custom-button-pressed-face)
412 (custom-documentation-face, custom-state-face)
413 (custom-comment-face, custom-comment-tag-face)
414 (custom-variable-tag-face, custom-variable-button-face)
415 (custom-face-tag-face, custom-group-tag-face-1)
416 (custom-group-tag-face):
417 New backward-compatibility aliases for renamed faces.
418
419 * wid-edit.el (widget-documentation, widget-button)
420 (widget-field, widget-single-line-field, widget-inactive)
421 (widget-button-pressed): "-face" suffix removed from face names.
422 (widget-documentation-face, widget-button-face)
423 (widget-field-face, widget-single-line-field-face)
424 (widget-inactive-face, widget-button-pressed-face):
425 New backward-compatibility aliases for renamed faces.
426 (widget-documentation-face, widget-button-face)
427 (widget-button-pressed-face, widget-specify-field)
428 (widget-specify-inactive): Use renamed widget faces.
429
430 2005-06-10 Kenichi Handa <handa@m17n.org>
431
432 * term/x-win.el (x-clipboard-yank): Remove condition-case
433 wrapping.
434
435 2005-06-11 Kenichi Handa <handa@m17n.org>
436
437 * add-log.el (change-log-font-lock-keywords): Make the regexp for
438 date lines stricter.
439
440 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
441
442 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
443 of x-get-selection.
444
445 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
446
447 * comint.el (comint-mode, comint-snapshot-last-prompt):
448 * frame.el (frame-current-scroll-bars):
449 * term.el (term-mode, term-check-proc, term-input-sender)
450 (term-simple-send, term-extract-string, term-word)
451 (term-match-partial-filename):
452 * window.el (window-current-scroll-bars):
453 * emulation/cua-base.el (cua-normal-cursor-color)
454 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
455 (cua-global-mark-cursor-color):
456 * mail/undigest.el (rmail-forward-separator-regex):
457 Fix typos in docstrings.
458
459 * comint.el (comint-check-proc, make-comint-in-buffer)
460 (comint-source-default): Doc fixes.
461
462 * term.el (term-send-string): Improve argument/docstring
463 consistency.
464
465 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
466
467 * comint.el (comint-send-input): Bind `inhibit-read-only' around
468 call to `delete-region'.
469 (comint-mode-hook): Do not enable Font Lock by default.
470
471 2005-06-09 Lute Kamstra <lute@gnu.org>
472
473 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
474 could be void.
475
476 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
477
478 * emacs-lisp/debug.el (debugger-will-be-back): New var.
479 (debug): Use it.
480 (debugger-step-through, debugger-continue, debugger-jump)
481 (debugger-return-value): Set it when needed.
482 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
483 Use inhibit-read-only.
484
485 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
486
487 * window.el (shrink-window-if-larger-than-buffer)
488 (window-size-fixed): Fix typo in docstring.
489
490 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
491 thumbnails directory on loading.
492 (thumbs-conversion-program): Use `eq' to check the system type,
493 not `equal'.
494 (thumbs-temp-dir): Initialize to `temporary-file-directory',
495 not "/tmp". Fix docstring.
496 (thumbs-thumbsdir): New function to return the thumbnails
497 directory, creating it if needed.
498 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
499 (thumbs-temp-file): Delete variable and make it into a function.
500 (thumbs-resize-image, thumbs-modify-image): Use it.
501 (thumbs-kill-buffer): Simplify.
502 (thumbs-gensym): Defalias or duplicate CL `gensym'.
503 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
504 docstrings.
505
506 2005-06-09 Kim F. Storm <storm@cua.dk>
507
508 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
509 set-match-data to free markers in match-data.
510
511 * replace.el (replace-match-data): Pass RESEAT arg `t' to
512 match-data to unchain markers in match-data.
513
514 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
515
516 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
517 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
518 unnecessary now.
519
520 2005-06-08 Richard M. Stallman <rms@gnu.org>
521
522 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
523 give the variable a doc string that doesn't say don't set it directly.
524
525 * textmodes/ispell.el (ispell-check-version):
526 Use match-string-no-properties.
527 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
528 (ispell-buffer-local-words): Likewise.
529
530 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
531 except on terminals with enough colors to really display it.
532 (makefile-dependency-regex): Delete spurious `bb'.
533
534 * faces.el (escape-glyph): Use blue once again in last case.
535 (no-break-space): Redefine so that it isn't invisible on a tty.
536
537 2005-06-08 Kim F. Storm <storm@cua.dk>
538
539 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
540 also when reading directory name.
541
542 2005-06-08 Lute Kamstra <lute@gnu.org>
543
544 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
545 (flyspell-mode-line-string): Remove autoload cookie.
546 (flyspell-mode): Remove defvar.
547
548 2005-06-07 Lute Kamstra <lute@gnu.org>
549
550 * textmodes/org.el (org-run-mode-hooks): New function.
551 (org-agenda-mode): Use it.
552
553 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
554
555 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
556
557 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
558
559 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
560
561 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
562
563 * font-lock.el (font-lock-add-keywords): Doc fix.
564
565 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
568 (tex-compile-default): In the absence of any history, use the order in
569 tex-compile-alist to choose the preferred command.
570 (tex-compile-commands): Reorder a bit.
571
572 * textmodes/flyspell.el (flyspell-auto-correct-binding)
573 (flyspell-incorrect-face, flyspell-duplicate-face):
574 Use (X)Emacs-agnostic code.
575 (flyspell-mode-map): Don't overwrite at each load. Remove code
576 redundant with the subsequent add-minor-mode. Merge Emacs and
577 XEmacs code.
578 (flyspell-word): Minor simplification.
579 (flyspell-math-tex-command-p): Quieten the byte-compiler.
580 (flyspell-external-point-words): Remove unused vars `size' and `start'.
581 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
582 Merge the corresponding Emacs code.
583 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
584
585 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
586 a dedicated window.
587
588 * international/latexenc.el (latexenc-find-file-coding-system):
589 Undo part of last patch, to turn off a compiler warning.
590
591 2005-06-06 Juri Linkov <juri@jurta.org>
592
593 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
594 Rename `tmm-inactive-face' to `tmm-inactive'.
595
596 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
597
598 * iswitchb.el: Rename faces.
599
600 2005-06-06 Kim F. Storm <storm@cua.dk>
601
602 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
603 (cua-global-mark): Remove -face suffix from face names.
604
605 * emulation/cua-gmrk.el (cua--init-global-mark):
606 Remove cua-global-mark face setup.
607
608 2005-06-06 Richard M. Stallman <rms@gnu.org>
609
610 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
611 just like other allowed characters.
612 (makefile-match-dependency): Exclude leading and training whitespace
613 from the range of regexp subexp 1.
614 (makefile-macroassign-regex): Don't try to match the body,
615 just the name of the macro being defined.
616
617 * info.el (Info-read-node-name-2): New function.
618 (Info-read-node-name-1): Use that.
619 Add a completion-base-size-function property.
620
621 * simple.el (completion-setup-function): Look for
622 completion-base-size-function property of
623 minibuffer-completion-table.
624
625 * files.el (locate-file-completion): Doc fix.
626
627 * printing.el: Don't call pr-update-menus; user must do that.
628
629 * emacs-lisp/debug.el (debugger-window): New variable.
630 (debug): Use debugger-window if it is set and still alive.
631 Record debugger-window for next entry.
632
633 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
634
635 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
636
637 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
638 (hack-one-local-variable, hack-local-variables)
639 (hack-local-variables-prop-line): Pass that arg.
640
641 2005-06-06 Kim F. Storm <storm@cua.dk>
642
643 * ido.el (ido-first-match, ido-only-match, ido-subdir)
644 (ido-indicator): Remove -face suffix from face names.
645
646 2005-06-06 Juri Linkov <juri@jurta.org>
647
648 * font-lock.el (font-lock-regexp-backslash)
649 (font-lock-regexp-backslash-construct): New faces.
650 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
651 after `('. Add `while-no-input' to control structures.
652
653 * faces.el (no-break-space, shadow): New faces.
654 (escape-glyph): Use less loud colors pink2 and red4.
655
656 * diff-mode.el (diff-context-face)
657 * dired.el (dired-ignored)
658 * rfn-eshadow.el (file-name-shadow)
659 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
660
661 * info.el (Info-title-1-face): Use green instead of yellow because
662 bold yellow is not readable on light backgrounds.
663
664 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
665 before selecting the desired mode to not spend time fontifying
666 old contents.
667
668 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
669
670 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
671 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
672
673 * ps-print.el (ps-default-fg, ps-default-bg):
674 Fix typos in docstrings.
675
676 * isearchb.el (isearchb): Don't pass a spurious second argument to
677 `iswitchb-completions'.
678
679 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
680
681 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
682 to preserve point.
683 (gdb-find-file-hook): Add doc string.
684
685 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
686 C dereferenced pointer expression.
687 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
688
689 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
690
691 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
692 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
693 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
694 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
695 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
696 Make background transparent.
697
698 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
699
700 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
701 (font-lock-remove-keywords): Doc fix.
702 (font-lock-mode-major-mode): Compiler defvar.
703 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
704
705 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
706 (font-lock-mode): Update `font-lock-mode-major-mode'.
707 (font-lock-set-defaults): Compiler defvar.
708 (font-lock-default-function): Take `font-lock-mode-major-mode'
709 into account.
710
711 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
712 keep track of which major mode it enabled the minor mode for.
713 Use find-file-hook again. Update docstring.
714
715 * simple.el (eval-expression-print-level)
716 (eval-expression-print-length, eval-expression-debug-on-error):
717 Doc fixes.
718
719 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
720
721 * iswitchb.el (iswitchb-single-match-face)
722 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
723 (iswitchb-invalid-regexp-face): New faces.
724 (iswitchb-completions): Use them.
725 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
726 now marked as an obsolete alias.
727 (iswitchb-read-buffer): Remove check for bound font variables.
728 (iswitchb-invalid-regexp): New free variable.
729 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
730 set iswitchb-invalid-regexp.
731 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
732 invalid regexps.
733 (iswitchb-completions): Add check for complete match when entering
734 a regexp.
735 (iswitchb-completions): Remove require-match argument.
736 (iswitchb-exhibit): Fix caller.
737 (iswitchb-common-match-inserted): New variable.
738 (iswitchb-complete, iswitchb-completion-help): Use it.
739
740 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
741
742 * url-http.el (url-http-chunked-encoding-after-change-function):
743 Use `url-http-debug' instead of `message'.
744
745 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
746
747 * url-http.el (url-http-parse-headers): Pass redirected URL as a
748 callback argument.
749
750 2005-06-04 Kim F. Storm <storm@cua.dk>
751
752 * simple.el (line-move): Only call sit-for when moving backwards.
753
754 * ido.el (ido-make-merged-file-list-1): New defun split from
755 ido-make-merged-file-list.
756 (ido-make-merged-file-list): Bind throw-on-input around call to
757 ido-make-merged-file-list-1. Return input-pending-p if
758 interrupted by more input available.
759 (ido-read-internal): Handle input-pending-p return value from
760 ido-make-merged-file-list.
761
762 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
765 compatibility code.
766
767 * international/latexenc.el (latexenc-find-file-coding-system):
768 Don't inherit the EOL part of the coding-system from the
769 tex-main buffer. Fit within 80 columns.
770
771 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
772
773 * tmm.el (tmm-inactive-face): New face.
774 (tmm-remove-inactive-mouse-face): New function.
775 (tmm-prompt, tmm-add-one-shortcut)
776 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
777 but not selectable.
778
779 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
780
781 * faces.el (face-equal): Improve argument/docstring consistency.
782
783 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
784
785 * progmodes/make-mode.el (makefile-targets-face)
786 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
787 (makefile-bsdmake-dependency-regex)
788 (makefile-makepp-rule-action-regex)
789 (makefile-bsdmake-rule-action-regex): New constants.
790 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
791
792 * progmodes/compile.el (compilation-error-regexp-alist-alist):
793 Allow (...) within `...' for makepp messages.
794
795 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
796
797 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
798
799 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
800 "." files are deleted from all file lists before comparison.
801
802 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
803 (viper-ESC-key): Made them customizable.
804
805 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
806
807 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
808
809 * autorevert.el (auto-revert-buffers): Use save-match-data.
810
811 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
812
813 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
814 menu items with a nil command binding.
815
816 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
817
818 * emacs-lisp/cl-macs.el (defsetf):
819 Improve argument/docstring consistency.
820
821 * faces.el (list-faces-display): Improve the formatting by
822 computing the maximum length required for any face-name (reworked
823 patch of 1999-01-11, accidentally deleted on 1999-07-21).
824 (internal-find-face): Remove redundant info in docstring.
825
826 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
827
828 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
829 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
830 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
831 (gdb-assembler-custom): Improve regexps.
832 (def-gdb-auto-update-handler): Use window point to preserve point.
833
834 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
835
836 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
837
838 2005-05-31 Jay Belanger <belanger@truman.edu>
839
840 * calc/calc-embed.el (calc-embedded-word): Change argument passed
841 to calc-embedded.
842 (calc-embedded-make-info): Have plain prefix argument select
843 entire line.
844
845 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
846
847 * faces.el (list-faces-display): Signal error if passed a regexp
848 that matches no face name.
849
850 * simple.el (filter-buffer-substring): Fix typo in docstring.
851
852 2005-05-31 Richard M. Stallman <rms@gnu.org>
853
854 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
855 (vhdl-emacs-21): Doc fix.
856 (vhdl-mode): Unconditionally set comment-padding.
857 (vhdl-fixup-whitespace-region): Insert spaces only where
858 there are none.
859 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
860
861 2005-05-30 John Wiegley <johnw@newartisans.com>
862
863 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
864 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
865 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
866 `directory-sep-char' to ?/, and all uses of `string-to-int' to
867 `string-to-number'.
868
869 2005-05-30 Jay Belanger <belanger@truman.edu>
870
871 * calc/calc.el (calc-bug-address): Fix docstring.
872 (calc-window-hook, calc-trail-window-hook): New variables.
873 (calc-trail-display): Restore use of calc-trail-window-hook.
874 (calc): Restore use of calc-window-hook.
875
876 2005-05-31 Masatake YAMATO <jet@gyve.org>
877
878 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
879
880 * help-fns.el (help-C-file-name): Add autoload mark for
881 `find-function-noselect'.
882
883 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
886 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
887
888 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
889
890 * calendar/diary-lib.el (mark-included-diary-files): Only kill
891 included diary buffer if it was not already being visited.
892 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
893
894 * calendar/icalendar.el (top-level): Do not require 'appt.
895
896 * mail/supercite.el (sc-select-attribution): Only use a list
897 element from sc-attrib-selection-list if it returns a string.
898 Reported by Davide G. M. Salvetti <salve@debian.org>.
899
900 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
901
902 * thumbs.el (thumbs-thumbname): The resulting thubname now
903 includes a hash value to improve its uniqueness, and has a ".jpg"
904 extension. Also, it is now a valid filename on all systems.
905 (thumbs-make-thumb): Use `let', not `let*'.
906 (thumbs-show-thumbs-list): Check for JPEG availability.
907
908 2005-05-30 Richard M. Stallman <rms@gnu.org>
909
910 * filesets.el (filesets-menu-ensure-use-cached):
911 Prevent warning when emacs-version>= is undefined.
912
913 * printing.el (pr-interactive-n-up): Use string-to-number.
914
915 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
916
917 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
918 Warn only when name to be defined is quoted.
919
920 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
921
922 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
923 Make regexp more robust.
924 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
925 Force regeneration of disassembly.
926
927 2005-05-29 Jay Belanger <belanger@truman.edu>
928
929 * calc/calc.el (calc-user-invocation): Check if
930 calc-invocation-macro is non-nil.
931
932 2005-05-29 Juri Linkov <juri@jurta.org>
933
934 * add-log.el (change-log-font-lock-keywords):
935 Add `+' to e-mail regexp to accept mail address with keywords.
936
937 * man.el (Man-name-regexp): Add `:' to accept qualified names.
938
939 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
940
941 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
942
943 * ielm.el (inferior-emacs-lisp-mode): Ditto.
944
945 2005-05-29 Richard M. Stallman <rms@gnu.org>
946
947 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
948 Undo the change that moves to end of the current word.
949
950 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
951
952 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
953 Throw error when count <= 0 to ensure input is a number.
954 (gdb-read-memory-custom): Pick up address from buffer.
955 (gdb-memory-mode): Allow user to increment and decrement
956 memory address from header line.
957
958 2005-05-29 Richard M. Stallman <rms@gnu.org>
959
960 * flyspell.el (flyspell-version): Function deleted.
961 (flyspell-auto-correct-previous-hook): Doc fix.
962
963 * jit-lock.el (jit-lock-function, jit-lock-after-change):
964 Do nothing if memory is full.
965
966 * font-lock.el (font-lock-fontify-syntactically-region):
967 Pass t for GREEDY to looking-back.
968
969 * saveplace.el (save-place-alist-to-file): Write the file
970 using write-region.
971
972 * subr.el (looking-back): New argument GREEDY.
973
974 * progmodes/compile.el (compilation-start): Set the mode
975 before inserting the initial text.
976
977 * progmodes/which-func.el (which-func-update-1): Turn the mode
978 off in case of error by setting which-func-mode.
979
980 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
981
982 * flyspell.el (flyspell-auto-correct-previous-word):
983 Narrow down to what's on the screen, and recenter overlays
984 at the end of the next word.
985
986 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
987
988 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
989 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
990 (flyspell-abbrev-p): Default to nil.
991 (flyspell-use-global-abbrev-table-p): Doc fix.
992 (flyspell-large-region): Allow nil as value.
993 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
994
995 (mail-mode-flyspell-verify): More robust handling
996 of `mail-header-separator'. More efficient signature detection.
997 Allow for regexp metacharacters in message-header-separator.
998 Adding `To' not to be checked in mail-mode-flyspell-verify.
999
1000 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1001 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1002 Bind flyspell-auto-correct-binding.
1003 Bind C-. and C-, .
1004 (flyspell-mode-map): Likewise.
1005 (flyspell-mode): Doc fix.
1006 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1007 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1008 (flyspell-word-cache-result): New var, always local.
1009 (flyspell-check-pre-word-p): Doc fix.
1010 (flyspell-check-changed-word-p): Handle spc like newline.
1011 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1012 (flyspell-word-search-backward, flyspell-word-search-forward):
1013 New functions.
1014 (flyspell-word): Return t if nothing to check.
1015 When parsing TeX code, check for after } or \.
1016 Use flyspell-word-search-backward to find previous word.
1017 Return nil if duplicated word.
1018 For word already checked, return same value as last time.
1019 Set flyspell-word-cache-result after checking.
1020 Don't clobber the return value.
1021 (flyspell-get-word): Major rewrite.
1022 (flyspell-external-point-words): New locals pword, pcount.
1023 Fix size used in progress message.
1024 Find the proper corresponding word in flyspell-large-region-buffer.
1025 (flyspell-region): Check for flyspell-large-region = nil.
1026 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1027 (flyspell-auto-correct-word): Check that WORD is a cons.
1028 (flyspell-correct-word): Likewise.
1029
1030 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1031
1032 * progmodes/make-mode.el (makefile-rule-action-regex)
1033 (makefile-macroassign-regex, makefile-makepp-mode)
1034 (makefile-bsdmake-mode): Continuation lines may be empty.
1035 Reported by Joshua Varner.
1036 (makefile-makepp-font-lock-keywords): Add $(stem).
1037
1038 2005-05-28 Karl Berry <karl@gnu.org>
1039
1040 * textmodes/tex-mode.el: Now that tex-send-command calls
1041 shell-quote-argument (2005-03-31 change), remove all calls to
1042 shell-quote-argument; they all end up invoking tex-send-command.
1043 The double quoting loses on filenames with non-safe characters,
1044 such as "@". Reported by Frederik Fouvry.
1045
1046 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1047
1048 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1049 about preserving point.
1050
1051 2005-05-27 Jay Belanger <belanger@truman.edu>
1052
1053 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1054 Info-goto-node.
1055
1056 * calc/calc-embed.el (calc-embed-arg): New variable.
1057 (calc-do-embedded-activate, calc-embedded-activate-formula)
1058 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1059 variable by new variable.
1060 (calc-embedded-make-info): Replace undeclared variable by new
1061 variable. When selecting region with positive prefix
1062 argument, use end of previous line instead of beginning of line.
1063
1064 * calc/calc-aent.el (calc-arg-values): Declare it.
1065
1066 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1067 Declare them.
1068
1069 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1070
1071 * calc/calc.el (calc-alg-map): Declare it.
1072
1073 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1074
1075 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1076
1077 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1078 (gdb-registers-buffer, toggle-gdb-all-registers):
1079 Toggle display of floating point registers.
1080 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1081
1082 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1083 (toggle-gud-tooltip-dereference):
1084 Rename from gud-toggle-tooltip-dereference.
1085
1086 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1089
1090 2005-05-27 Jay Belanger <belanger@truman.edu>
1091
1092 * calc/calc-prog.el (calc-kbd-report): Remove.
1093 (calc-kbd-query): Rewrite.
1094
1095 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1096
1097 * image.el (image-library-alist): Move to image.c.
1098 (image-type-available-p): Doc fix.
1099
1100 2005-05-27 Lute Kamstra <lute@gnu.org>
1101
1102 * calc/calc.el (calc):
1103 * outline.el (outline-1, outline-2, outline-3, outline-4)
1104 (outline-5, outline-6, outline-7, outline-8):
1105 * textmodes/dns-mode.el (dns-mode):
1106 * textmodes/sgml-mode.el (sgml-namespace-face):
1107 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1108 (tex-verbatim-face, tex-use-reftex):
1109 * textmodes/texinfo.el (texinfo-heading-face):
1110 Specify customization group.
1111
1112 * longlines.el: Don't require easy-mmode.
1113 (longlines-visible-face): Specify customization group.
1114
1115 2005-05-27 Kenichi Handa <handa@m17n.org>
1116
1117 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1118 encoding table of windows-1251.
1119
1120 * international/ucs-tables.el (ucs-set-table-for-input):
1121 If translation-table-for-input of a coding system is a symbol, get
1122 its translation-table property.
1123
1124 * international/code-pages.el: Don't register a coding system into
1125 non-iso-charset-alist more than once.
1126 (cp-make-coding-system): Likewise.
1127
1128 2005-05-26 John Wiegley <johnw@newartisans.com>
1129
1130 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1131 `eshell-resume-eval' is wrapped in a list, it indicates that the
1132 command was run asynchronously. In that case, unwrap the value
1133 before checking the delimiter value.
1134
1135 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1136 character before a space at the end of a line is \, assume the space
1137 is part of the last argument rather than a final argument separator.
1138
1139 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1140 is in use, and the target is `t' or `nil' (which are the most common
1141 values), don't assume that the symbol target is a buffer.
1142
1143 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1144
1145 * calendar/calendar.el (calendar-mode-line-format):
1146 Use mode-line-highlight as mouse-face.
1147
1148 * time.el (display-time-string-forms, display-time-update):
1149 Use mode-line-highlight as mouse-face.
1150
1151 2005-05-26 Jay Belanger <belanger@truman.edu>
1152
1153 * calc/calc.el (calc-language-alist): Remove extra defvar.
1154
1155 2005-05-26 Lute Kamstra <lute@gnu.org>
1156
1157 * arc-mode.el (archive-mode):
1158 * bookmark.el (bookmark-read-annotation-mode)
1159 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1160 * bs.el (bs-mode):
1161 * calc/calc-yank.el (calc-edit-mode):
1162 * calc/calc.el (calc-mode, calc-trail-mode):
1163 * calculator.el (calculator-mode):
1164 * chistory.el (command-history-mode):
1165 * comint.el:
1166 * cus-edit.el (custom-mode):
1167 * descr-text.el (describe-text-mode):
1168 * ebuff-menu.el (Electric-buffer-menu-mode):
1169 * ediff-util.el (ediff-mode):
1170 * emacs-lisp/re-builder.el (reb-mode):
1171 * emulation/vi.el (vi-mode-setup):
1172 * emulation/ws-mode.el (wordstar-mode):
1173 * eshell/esh-mode.el (eshell-mode):
1174 * forms.el (forms-mode):
1175 * help-mode.el (help-mode):
1176 * hexl.el (hexl-mode):
1177 * ibuffer.el (ibuffer-mode):
1178 * ielm.el (inferior-emacs-lisp-mode):
1179 * info.el (Info-mode, Info-edit-mode):
1180 * international/swedish.el:
1181 * ledit.el (ledit-from-lisp-mode):
1182 * locate.el (locate-mode):
1183 * mail/rmail.el (rmail-mode):
1184 * mail/rmailedit.el (rmail-edit-mode):
1185 * mail/rmailsum.el (rmail-summary-mode):
1186 * mail/supercite.el (sc-electric-mode):
1187 * net/eudc.el (eudc-mode):
1188 * net/quickurl.el (quickurl-list-mode):
1189 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1190 * obsolete/ooutline.el (outline-mode):
1191 * obsolete/options.el (Edit-options-mode):
1192 * obsolete/rnews.el (news-mode):
1193 * obsolete/rnewspost.el (news-reply-mode):
1194 * play/5x5.el (5x5-mode):
1195 * play/decipher.el (decipher-mode, decipher-stats-mode):
1196 * play/gomoku.el (gomoku-mode):
1197 * play/snake.el (snake-mode):
1198 * play/solitaire.el (solitaire-mode):
1199 * play/tetris.el (tetris-mode):
1200 * progmodes/ada-mode.el (ada-mode):
1201 * progmodes/antlr-mode.el (antlr-mode):
1202 * progmodes/autoconf.el (autoconf-mode):
1203 * progmodes/dcl-mode.el (dcl-mode):
1204 * progmodes/delphi.el (delphi-mode):
1205 * progmodes/ebrowse.el (ebrowse-tree-mode)
1206 (ebrowse-electric-list-mode, ebrowse-member-mode)
1207 (ebrowse-electric-position-mode):
1208 * progmodes/f90.el (f90-mode):
1209 * progmodes/fortran.el (fortran-mode):
1210 * progmodes/icon.el (icon-mode):
1211 * progmodes/idlw-help.el (idlwave-help-mode):
1212 * progmodes/idlw-shell.el (idlwave-shell-mode):
1213 * progmodes/idlwave.el (idlwave-mode):
1214 * progmodes/inf-lisp.el (inferior-lisp-mode):
1215 * progmodes/m4-mode.el (m4-mode):
1216 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1217 * progmodes/modula2.el (modula-2-mode):
1218 * progmodes/octave-inf.el (inferior-octave-mode):
1219 * progmodes/octave-mod.el (octave-mode):
1220 * progmodes/pascal.el (pascal-mode):
1221 * progmodes/sh-script.el (sh-mode):
1222 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1223 * progmodes/vhdl-mode.el (vhdl-mode):
1224 * progmodes/xscheme.el (scheme-interaction-mode):
1225 * replace.el (occur-mode):
1226 * ses.el (ses-mode):
1227 * simple.el (completion-list-mode):
1228 * skeleton.el:
1229 * speedbar.el (speedbar-mode):
1230 * term.el (term-mode):
1231 * terminal.el (terminal-edit-mode):
1232 * textmodes/reftex-index.el (reftex-index-mode)
1233 (reftex-index-phrases-mode):
1234 * textmodes/reftex-sel.el (reftex-select-label-mode)
1235 (reftex-select-bib-mode):
1236 * textmodes/reftex-toc.el (reftex-toc-mode):
1237 * wdired.el (wdired-change-to-wdired-mode):
1238 * wid-browse.el (widget-browse-mode):
1239 Use run-mode-hooks.
1240
1241 * array.el (array-mode):
1242 * calendar/todo-mode.el (todo-mode):
1243 * man.el (Man-mode):
1244 * play/landmark.el (lm-mode):
1245 * play/mpuz.el (mpuz-mode):
1246 Use kill-all-local-variables and run-mode-hooks.
1247
1248 * subr.el (delay-mode-hooks): Specify indentation.
1249
1250 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1251
1252 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1253
1254 2005-05-26 Jay Belanger <belanger@truman.edu>
1255
1256 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1257 of nil.
1258
1259 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1260
1261 * progmodes/gdb-ui.el (gdb-frame-address):
1262 Rename from gdb-current-address.
1263 (gdb-previous-frame-address): Rename from gdb-previous-address.
1264 (gdb-selected-frame): Rename from gdb-current-frame.
1265 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1266 (gdb-frame-number): Rename from gdb-current-stack-level.
1267 (gdb-ann3): Match new mode-name for disassembly buffer.
1268 Extend initialisation of variables.
1269 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1270 (gdb-memory-mode): Use mouse-face in header line.
1271 (gdb-assembler-buffer-name): Call it disassembly and give frame
1272 in mode line.
1273 (gdb-source-spec-regexp, gdb-assembler-custom)
1274 (gdb-invalidate-assembler, gdb-frame-handler):
1275 Make robust to leading zeroes in address format.
1276
1277 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1278
1279 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1280 define `org-mode'.
1281 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1282
1283 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * log-edit.el (log-edit-changelog-entries): Distinguish between
1286 filenames like xfns.c and fns.c.
1287
1288 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1289
1290 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1291 point after reverting.
1292 (Buffer-menu-make-sort-button): Handle the case where
1293 `Buffer-menu-use-header-line' is nil.
1294
1295 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1296
1297 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1298 New funcs. In minibuffer-local-completion-map bind `]', `/'
1299 and `:' to them.
1300
1301 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1302
1303 * startup.el (normal-top-level): Allow modification of load-path while
1304 we're iterating over it.
1305
1306 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1307
1308 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1309 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1310 (thumbs-resize-interactive, thumbs-insert-image)
1311 (thumbs-insert-thumb, thumbs-dired-show-marked)
1312 (thumbs-find-image-at-point, thumbs-delete-images)
1313 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1314 (thumbs-increment-image-size, thumbs-decrement-image-size):
1315 Fix typos in docstrings.
1316
1317 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1318
1319 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1320 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1321 (cperl-mode): Use them.
1322
1323 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1324
1325 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1326 Doc fixes.
1327
1328 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1329
1330 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1331 Bind C-d to gdb-inferior-io-eof.
1332
1333 * dired.el (dired-dnd-popup-notice): Use message-box.
1334
1335 2005-05-23 Masatake YAMATO <jet@gyve.org>
1336
1337 * bindings.el (mode-line-major-mode-keymap):
1338 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1339
1340 * faces.el (mode-line-highlight): New face.
1341
1342 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1343 as mouse-face.
1344
1345 * bindings.el (top-level, help-echo, mode-line-modified)
1346 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1347 as mouse-face.
1348
1349 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1350
1351 * progmodes/cc-engine.el (c-guess-basic-syntax):
1352 Remove spurious call to `zerop'.
1353
1354 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1355
1356 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1357
1358 CC Mode update to 5.30.10:
1359
1360 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1361 could go past the limit in decoration level 2, thereby causing
1362 errors during interactive fontification.
1363
1364 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1365 the file is evaluated interactively.
1366
1367 * cc-engine.el (c-guess-basic-syntax): Handle operator
1368 declarations somewhat better in C++.
1369
1370 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1371 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1372 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1373 (awk-mode): Use it.
1374 (make-local-hook): Suppress warning about obsoleteness.
1375
1376 * cc-engine.el, cc-align.el, cc-cmds.el
1377 (c-append-backslashes-forward, c-delete-backslashes-forward)
1378 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1379 Compensate for return value from `forward-line' when it has moved
1380 but not to a different line due to eob.
1381
1382 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1383 `objc-method-intro' and `objc-method-args-cont'.
1384
1385 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1386
1387 CC Mode update to 5.30.10:
1388
1389 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1390 in the copyright statement. Incidentally, change "along with GNU
1391 Emacs" to "along with this program" where it occurs.
1392
1393 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1394 so that it is interactive, hence can be found by M-x awk-mode
1395 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1396 <gmorris+emacs@ast.cam.ac.uk>.
1397
1398 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1399 Mode's regexps.
1400
1401 2005-05-23 Kevin Ryde <user42@zip.com.au>
1402
1403 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1404 c-parse-state, to avoid a lisp error (on bad code).
1405
1406 2005-05-23 Lute Kamstra <lute@gnu.org>
1407
1408 * subr.el (font-lock-defaults): Remove defvar as it's already
1409 defined in font-core.el.
1410
1411 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1412
1413 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1414
1415 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1416 more general and work when GDB variable "print pretty" is on,
1417 as with Emacs, for example.
1418
1419 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1420
1421 * font-core.el: Update comment.
1422
1423 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1424 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1425
1426 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1427
1428 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1429
1430 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1431 and `yank-handler' in the doc strings.
1432
1433 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1436
1437 2005-05-22 Richard M. Stallman <rms@gnu.org>
1438
1439 * help.el (describe-key): Move print-help-return-message call
1440 out of conditional.
1441
1442 * progmodes/etags.el (list-tags): Use with-no-warnings.
1443
1444 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1445 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1446 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1447
1448 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1449
1450 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1451 Add defvar.
1452
1453 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1454 Use defvar, not defconst.
1455
1456 * hexl.el (hexl-follow-line): Use with-no-warnings.
1457
1458 * emulation/tpu-extras.el: Use write-file-functions instead of
1459 write-file-hooks.
1460
1461 * dired.el (dired-font-lock-keywords): Fontify files with junk
1462 extensions even if marked by -F.
1463
1464 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1465
1466 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1467 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1468 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1469 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1470 (concatenate, list-length, get*, getf, cl-remprop):
1471 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1472 (etypecase, progv, lexical-let, lexical-let*)
1473 (multiple-value-bind, multiple-value-setq, shiftf):
1474 Improve argument/docstring consistency.
1475
1476 * subr.el (focus-frame, unfocus-frame):
1477 Revert deletion on 2005-05-01.
1478
1479 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1480
1481 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1482 doesn't exist.
1483
1484 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1485 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1486
1487 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1488
1489 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1490 already deleted variables: auto-fill-hook, blink-paren-hook,
1491 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1492 suspend-hooks, comment-indent-hook, meta-flag,
1493 before-change-function, after-change-function,
1494 font-lock-doc-string-face.
1495
1496 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1497
1498 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1499
1500 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1501
1502 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1503 rmail-dont-reply-to.
1504
1505 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1506
1507 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1508 literal blank when splitting new-header-values.
1509
1510 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1511
1512 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1513 string so that tmm doesn't create a completion entry for it.
1514
1515 * textmodes/table.el (table-disable-menu): Ditto.
1516
1517 2005-05-21 Richard M. Stallman <rms@gnu.org>
1518
1519 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1520
1521 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1522
1523 * net/rcompile.el (remote-compile): Use compilation-start.
1524
1525 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1526
1527 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1528
1529 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1530 Default to makefile-bsdmake-mode on BSD systems.
1531
1532 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1533 REGEXP may also be a search function now. The part of doc-string
1534 for describing the structure was 95% identical to that of
1535 `imenu--generic-function'. Unify it there.
1536
1537 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1538 Use function to find dependencies, because regexp alone is so complex,
1539 it easily goes into an endless loop.
1540 (makefile-makepp-mode): Also add submenu for Perl functions
1541 defined in the makefile.
1542 (makefile-bsdmake-mode): Special imenu-generic-expression no
1543 longer needed, due to function call.
1544 (makefile-match-dependency): Take BOUND into account when checking
1545 if we're through.
1546
1547 2005-05-20 Jay Belanger <belanger@truman.edu>
1548
1549 * calc/calc-units.el (calc-invalidate-units-table):
1550 Use inhibit-read-only.
1551 (math-build-units-table-buffer): Use view-mode.
1552
1553 2005-05-20 David Kastrup <dak@gnu.org>
1554
1555 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1556 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1557
1558 2005-05-20 Lute Kamstra <lute@gnu.org>
1559
1560 * diff-mode.el (diff-header-face, diff-file-header-face)
1561 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1562 (diff-added-face, diff-changed-face, diff-function-face)
1563 (diff-context-face, diff-nonexistent-face): Put them in the
1564 diff-mode customization group.
1565
1566 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1567
1568 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1569
1570 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1571
1572 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1573 Minor regexp-optimization.
1574
1575 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1576
1577 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1578 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1579 (org-agenda-add-time-grid-maybe): New function.
1580 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1581 (org-table-create): `dotimes' instead of `mapcar'.
1582 (org-xor): Simplify implementation.
1583 (org-agenda): `inhibit-redisplay' turned on.
1584 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1585 a consistent line after a state change.
1586 (org-agenda-remove-times-when-in-prefix): New option.
1587 (org-prefix-has-time): New variable.
1588 (org-parse-time-string): Optional argument NODEFAULT.
1589 (org-format-agenda-item): Parse items for time-of-day
1590 specifications and move these into the prefix if possible.
1591 (org-agenda-priority): Get current heading, not previous heading
1592 during agenda remote editing.
1593
1594 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1595
1596 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1597 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1598 (remove-duplicates, delete-duplicates, substitute)
1599 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1600 (nsubstitute-if-not, find, find-if, find-if-not, position)
1601 (position-if, position-if-not, count, count-if, count-if-not)
1602 (mismatch, search, sort*, stable-sort, merge, member*)
1603 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1604 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1605 (intersection, nintersection, set-difference, nset-difference)
1606 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1607 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1608 (nsublis, tree-equal): Improve argument/docstring consistency.
1609
1610 * subr.el (send-string, send-region):
1611 Remove obsolescence declaration.
1612 (window-dot, set-window-dot, read-input, show-buffer)
1613 (eval-current-buffer, string-to-int):
1614 Add release number to obsolescence declarations.
1615
1616 2005-05-19 Kim F. Storm <storm@cua.dk>
1617
1618 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1619 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1620
1621 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1622
1623 * faces.el (list-faces-display): Make back button respect optional
1624 regexp arg.
1625
1626 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1627
1628 * calculator.el (calculator-radix-grouping-mode)
1629 (calculator-radix-grouping-digits, calculator-displayer)
1630 (calculator-radix-grouping-separator, calculator-copy-displayer):
1631 * dabbrev.el (dabbrev-search-these-buffers-only):
1632 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1633 (diff-advance-after-apply-hunk, diff-mode-hook)
1634 (diff-minor-mode-prefix):
1635 * imenu.el (imenu-use-popup-menu):
1636 * jit-lock.el (jit-lock-context-time):
1637 * newcomment.el (comment-fill-column, comment-column)
1638 (comment-style, comment-padding, comment-multi-line)
1639 (comment-empty-lines, comment-auto-fill-only-comments):
1640 * reveal.el (reveal-around-mark):
1641 * uniquify.el (uniquify-buffer-name-style)
1642 (uniquify-after-kill-buffer-p)
1643 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1644 (uniquify-min-dir-content, uniquify-separator)
1645 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1646 * w32-vars.el (w32-fixed-font-alist):
1647 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1648 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1649 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1650 * progmodes/perl-mode.el (perl-indent-level)
1651 (perl-continued-statement-offset, perl-continued-brace-offset)
1652 (perl-brace-offset, perl-brace-imaginary-offset)
1653 (perl-label-offset, perl-indent-continued-arguments)
1654 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1655 * progmodes/tcl.el (tcl-indent-level)
1656 (tcl-continued-indent-level, tcl-auto-newline)
1657 (tcl-tab-always-indent, tcl-electric-hash-style)
1658 (tcl-help-directory-list, tcl-use-smart-word-finder)
1659 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1660 (inferior-tcl-source-command):
1661 * textmodes/fill.el (enable-kinsoku):
1662 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1663 * textmodes/table.el (table-yank-handler):
1664 Specify missing group (and type, if simple) in defcustom.
1665
1666 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1667
1668 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1669
1670 2005-05-19 Richard M. Stallman <rms@gnu.org>
1671
1672 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1673
1674 * subr.el (event-basic-type): Don't get an error.
1675 (left-fringe-p): Function deleted.
1676
1677 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1678 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1679
1680 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1681 in recursive copy.
1682
1683 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1684
1685 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1686
1687 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1688 Call byte-compile-nogroup-warn if appropriate.
1689
1690 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1691 (compilation-set-window): Don't call left-fringe-p; do it directly.
1692
1693 2005-05-19 Jay Belanger <belanger@truman.edu>
1694
1695 * calc/calc-graph.el (calc-graph-format-data): Make sure
1696 var-PlotRejects is bound before trying to check its value.
1697
1698 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1699
1700 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1701 definition of this variable from reftex-global.el to reftex.el,
1702 because it is needed in the menu.
1703
1704 2005-05-19 Lute Kamstra <lute@gnu.org>
1705
1706 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1707 years are fixed. Don't insert a space after a dash.
1708
1709 2005-05-19 Kim F. Storm <storm@cua.dk>
1710
1711 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1712
1713 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1714
1715 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1716 strings, because (eq ... ?\\) is fairly frequent.
1717
1718 * progmodes/make-mode.el (makefile-add-this-line-targets):
1719 Simplify and integrate into `makefile-pickup-targets'.
1720 (makefile-add-this-line-macro): Simplify and integrate into
1721 `makefile-pickup-macros.
1722 (makefile-pickup-filenames-as-targets): Simplify.
1723 (makefile-previous-dependency, makefile-match-dependency):
1724 Don't stumble over `::'.
1725
1726 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1727
1728 * subr.el (post-command-idle-hook, post-command-idle-delay):
1729 Remove obsoletion of post-command-idle-hook and
1730 post-command-idle-delay.
1731
1732 * faces.el (list-faces-display): Provide button when describe-face
1733 is called to take user back to the list of faces.
1734
1735 * help-fns.el (describe-variable): Remove hyperlinks in a
1736 variable's value as these are quite frequently inappropriate.
1737
1738 * follow.el (follow-submit-feedback, follow-mode):
1739 Remove references to post-command-idle-hook.
1740
1741 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1742
1743 * progmodes/make-mode.el (makefile-previous-dependency)
1744 (makefile-match-dependency): Check for := (and in bsd mode also
1745 !=) to give a better result, even when font-lock is not on.
1746
1747 2005-05-18 Jay Belanger <belanger@truman.edu>
1748
1749 * calc/calc-help.el (calc-s-prefix-help):
1750 Add `calc-copy-special-constant' to help string.
1751
1752 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1753
1754 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1755
1756 2005-05-18 Jay Belanger <belanger@truman.edu>
1757
1758 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1759 in linear factors are in proper order.
1760
1761 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1762
1763 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1764 Support for jurabib.
1765
1766 * textmodes/reftex.el (featurep): Define aliases for overlay
1767 commands, for XEmacs compatibility, and use these aliases in
1768 overlay initializations.
1769 (reftex-highlight): Use `reftex-move-overlay'.
1770 (reftex-unhighlight): Use `reftex-delete-overlay'.
1771 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1772 (reftex-access-search-path): Use `reftex-uniquify' instead of
1773 `reftex-uniq'
1774
1775 * textmodes/reftex-sel.el (reftex-select-unmark):
1776 Overlay `before-string' property modification enables for Emacs as well.
1777 (reftex-select-item): Use `reftex-delete-overlay'.
1778 (reftex-select-mark): Use `reftex-make-overlay' and
1779 `reftex-overlay-put'.
1780 (reftex-select-unmark): Use `reftex-delete-overlay' and
1781 `reftex-overlay-put'.
1782
1783 2005-05-18 Lute Kamstra <lute@gnu.org>
1784
1785 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1786
1787 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1788
1789 * add-log.el (add-change-log-entry):
1790 * array.el (array-make-template, array-reconfigure-rows)
1791 (array-init-max-row, array-init-max-column)
1792 (array-init-columns-per-line, array-init-field-width):
1793 * replace.el (replace-match-maybe-edit, perform-replace):
1794 * textmodes/spell.el (spell-region):
1795 Replace `read-input' by `read-string'.
1796
1797 * forms.el (forms-mode):
1798 * finder.el (finder-compile-keywords):
1799 * shadowfile.el (shadow-read-files):
1800 Replace `eval-current-buffer' by `eval-buffer'.
1801
1802 * terminal.el (te-pass-through):
1803 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1804 (ange-ftp-raw-send-cmd):
1805 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1806 (send-process-next-char, telnet-initial-filter, telnet):
1807 Replace `send-string' by `process-send-string'.
1808
1809 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1810 (prolog-consult-region): Replace `send-string' by
1811 `process-send-string'; replace `send-region' by `process-send-region'.
1812
1813 * progmodes/delphi.el (delphi-log-msg):
1814 Replace `set-window-dot' by `set-window-point'.
1815
1816 * subr.el (window-dot, set-window-dot, read-input, send-string)
1817 (send-region, show-buffer, eval-current-buffer):
1818 Make really obsolete, as the comment says.
1819
1820 2005-05-17 Kim F. Storm <storm@cua.dk>
1821
1822 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1823 (cua--init-keymaps): Bind C-return instead of S-return to set
1824 rectangle mark.
1825
1826 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1827 instead of S-return to toggle/clear rectangle mark.
1828
1829 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1830
1831 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1832 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1833 Also fontify plain strings assigned to variables, mostly so that a
1834 colon has a face and is thus not taken as a dependency separator.
1835 (makefile-previous-dependency): Inline the new matcher, because it
1836 is too complex to work in both directions.
1837 (makefile-match-dependency): Eliminate `backward' arg (see above).
1838 Completely reimplemented so as to not sometimes go into an endless
1839 loop. It should also be more efficient, because first it only
1840 searches for `:', instead of applying the very complex regexp.
1841 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1842 to be fontified in one piece can be too long for JIT.
1843 Makefiles are never *that* big.
1844
1845 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1846
1847 * dired.el (dired-mode): Simplify.
1848
1849 2005-05-17 Lute Kamstra <lute@gnu.org>
1850
1851 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1852 defcustom for the mode hook variable.
1853
1854 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1855 Emacs Lisp Reference Manual.
1856
1857 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1858
1859 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1860 (evenp, list*):
1861 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1862 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1863
1864 * net/tramp-smb.el (tramp-smb-open-connection):
1865 Pass `tramp-chunksize' as fifth (required) argument.
1866
1867 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1868
1869 * font-lock.el (lisp-font-lock-keywords-1):
1870 Set `font-lock-negation-char-face' for [^...] char group.
1871 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1872
1873 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1874 a var, and refine it to mask one more level of nested vars.
1875 (makefile-rule-action-regex): Turn it into a var, and refine it so
1876 it recognizes backslashed continuation lines as belonging to the
1877 same command.
1878 (makefile-macroassign-regex): Refine it so it recognizes
1879 backslashed continuation lines as belonging to the same command.
1880 (makefile-var-use-regex): Don't look at the next char, because it
1881 might be the same one to be skipped by the initial [^$], leading
1882 to an overlooked variable use.
1883 (makefile-make-font-lock-keywords): Remove two parameters, which
1884 are now variables that some of the modes set locally.
1885 Handle dependency and rule action matching through functions, because
1886 regexps alone match too often. Dependency matching now comes
1887 last, so it can check, whether a colon already matched something else.
1888 (makefile-mode): Inform that font-lock improves makefile parsing
1889 capabilities.
1890 (makefile-match-dependency, makefile-match-action): New functions.
1891
1892 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1893
1894 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1895
1896 * align.el (align-regexp):
1897 * ansi-color.el (ansi-color-get-face):
1898 * array.el (array-reconfigure-rows, array-init-max-row)
1899 (array-init-max-column, array-init-columns-per-line)
1900 (array-init-field-width):
1901 * dired-aux.el (dired-trample-file-versions):
1902 * dired-x.el (dired-mark-sexp):
1903 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1904 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1905 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1906 * faces.el (face-read-integer):
1907 * files.el (backup-extract-version, insert-directory):
1908 * hexl.el (hexl-insert-decimal-char):
1909 * server.el (server-process-filter):
1910 * shell.el (shell-extract-num):
1911 * startup.el (command-line-1):
1912 * term.el (term-command-hook):
1913 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1914 (time-stamp-do-number):
1915 * time.el (display-time-update):
1916 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1917 (timezone-fix-time):
1918 * vms-patch.el (vms-suspend-resume-hook):
1919 * calendar/appt.el (appt-convert-time):
1920 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1921 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1922 * calendar/cal-islam.el (mark-islamic-diary-entries):
1923 * calendar/calendar.el (calendar-cursor-to-date)
1924 (calendar-star-date):
1925 * calendar/diary-lib.el (diary-attrtype-convert)
1926 (mark-diary-entries, diary-entry-time):
1927 * calendar/solar.el (solar-get-number):
1928 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1929 * emacs-lisp/re-builder.el (reb-display-subexp):
1930 * emulation/edt.el (edt-set-scroll-margins):
1931 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1932 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1933 (vip-get-ex-count):
1934 * emulation/viper-ex.el (viper-get-ex-token)
1935 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1936 * international/fontset.el (fontset-plain-name):
1937 * mail/feedmail.el (feedmail-look-at-queue-directory):
1938 * mail/mailalias.el (mail-get-names):
1939 * mail/rmail.el (rmail-convert-to-babyl-format):
1940 * mail/rmailsum.el (rmail-make-basic-summary-line)
1941 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1942 (rmail-summary-goto-msg):
1943 * mail/smtpmail.el (smtpmail-read-response):
1944 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1945 (ange-ftp-vms-add-file-entry):
1946 * play/gametree.el (gametree-looking-at-ply)
1947 (gametree-current-branch-score):
1948 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1949 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1950 * progmodes/cperl-mode.el (condition-case):
1951 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1952 (ebrowse-set-member-buffer-column-width)
1953 (ebrowse-select-1st-to-9nth):
1954 * progmodes/etags.el (etags-snarf-tag):
1955 * progmodes/flymake.el (flymake-parse-line):
1956 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1957 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1958 (idlwave-shell-menu-def):
1959 * progmodes/ps-mode.el (ps-run-goto-error):
1960 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1961 (vhdl-speedbar-contract-level):
1962 * term/mac-win.el (x-handle-numeric-switch):
1963 * term/sun-mouse.el (sun-get-frame-data):
1964 * term/w32-win.el (x-handle-numeric-switch):
1965 * term/x-win.el (x-handle-numeric-switch):
1966 * textmodes/ispell.el (ispell-parse-output):
1967 * textmodes/nroff-mode.el (nroff-outline-level):
1968 * textmodes/reftex-cite.el (reftex-bib-sort-year)
1969 (reftex-bib-sort-year-reverse, reftex-format-citation):
1970 * textmodes/reftex-parse.el (reftex-init-section-numbers)
1971 (reftex-section-number):
1972 * textmodes/texinfmt.el (texinfo-paragraphindent):
1973 Replace `string-to-int' by `string-to-number'.
1974
1975 * international/latexenc.el: Add page marker to force the "Local
1976 Variables:" string out of the last page.
1977
1978 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1979
1980 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1981 tooltip-change-major-mode.
1982 (gud-tooltip-print-command): Remove case where gud-minor-mode
1983 is gdb ("--fullname").
1984 (gud-tooltip-tips): Turn GUD tooltips off for this case and
1985 explain to user.
1986
1987 2005-05-16 Jay Belanger <belanger@truman.edu>
1988
1989 * calc/calc-store.el (calc-copy-special-constant): New function.
1990
1991 * calc/calc-ext.el (calc-init-extensions): Add binding for
1992 `calc-copy-special-constant'.
1993
1994 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
1995 for the `calc-copy-special-constant' command.
1996
1997 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1998
1999 * subr.el (left-fringe-p): New function.
2000
2001 * progmodes/compile.el (compilation-setup): Set local value of
2002 overlay-arrow-string to "" always.
2003 (compilation-set-window): Left fringe then don't scroll.
2004 No left fringe then no arrow and scroll message to top.
2005 (compilation-context-lines): Adjust doc string accordingly.
2006
2007 2005-05-16 Kim F. Storm <storm@cua.dk>
2008
2009 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2010 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2011 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2012 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2013 (ido-read-file-name): Handle commands with ido property value
2014 equal to find-file as reading a file name, to allow C-d to enter dired.
2015 (ibuffer-find-file): Add ido property with value find-file.
2016
2017 2005-05-15 Kim F. Storm <storm@cua.dk>
2018
2019 * subr.el (open-network-stream-nowait): Remove.
2020 (open-network-stream-server): Remove.
2021
2022 2005-05-15 Richard M. Stallman <rms@gnu.org>
2023
2024 * faces.el (describe-face): Output a definition link button.
2025
2026 * help-mode.el (help-face-def): New button type.
2027
2028 * emacs-lisp/copyright.el (copyright-fix-years):
2029 Match properly if the first year is 2-digit.
2030 Don't mess up the whitespace after the years by filling.
2031
2032 * dired-aux.el (dired-mark-confirm):
2033 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2034
2035 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2036 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2037 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2038
2039 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2040 Set font-lock-comment-start-skip.
2041
2042 * font-lock.el (font-lock-comment-start-skip): New variable.
2043 (font-lock-comment-end-skip): New variable.
2044 (font-lock-fontify-syntactically-region): Use them if non-nil.
2045
2046 2005-05-15 Jay Belanger <belanger@truman.edu>
2047
2048 * calc/calc-store.el (calc-store-value): Return a string rather
2049 than display it as a message.
2050 Use calc-var-name for variable name.
2051 (calc-store-into): Add the result of calc-store-value to message.
2052 (calc-copy-variable): Add a message.
2053 (calc-store-exchange): Improve error messages.
2054 (calc-store-binary, calc-store-map): Don't reset the values of
2055 special constants.
2056
2057 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2058
2059 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2060 manual to docstring.
2061
2062 * files.el (hack-local-variables-confirm): Add STRING argument.
2063 Make the function handle non file visiting buffers correctly.
2064 (hack-local-variables-prop-line, hack-local-variables)
2065 (hack-one-local-variable): Use STRING arg of
2066 `hack-local-variables-confirm'.
2067
2068 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2069
2070 Sync with Tramp 2.0.49.
2071
2072 * tramp.el (tramp-handle-dired-call-process)
2073 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2074 because the contents of the Tramp buffer is changed before
2075 insertion (`expand-file' and alike).
2076 (tramp-handle-insert-directory): If `localname' has an empty
2077 nondirectory name, it must not be quoted.
2078 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2079 variable `tramp-chunksize'. Change callees.
2080 (tramp-open-connection-setup-interactive-shell): Check remote host
2081 for buggy `send-process-string' implementation.
2082 Set `tramp-chunksize' if found. Reported by Michael Kifer
2083 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2084 (tramp-handle-shell-command): `insert-buffer' cannot be used
2085 because the contents of the Tramp buffer is changed before
2086 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2087 <frederic.bothamy@free.fr>.
2088 (tramp-set-auto-save): Actions should be done for Tramp file name
2089 handler only. Ange-FTP has its own auto-save mechanism.
2090 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2091 (tramp-set-auto-save-file-modes): Set file modes of
2092 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2093 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2094 (tramp-bug): Remove obsolete variable.
2095 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2096 for presence of `mml-mode'. Make it running for older Emacsen as well.
2097
2098 2005-05-14 John Paul Wallington <jpw@pobox.com>
2099
2100 * ibuf-ext.el (define-ibuffer-filter filename):
2101 If `dired-directory' is a list, use its car.
2102
2103 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2104
2105 * ibuffer.el (define-ibuffer-column filename):
2106 If `dired-directory' is a list, use its car.
2107
2108 2005-05-14 Richard M. Stallman <rms@gnu.org>
2109
2110 * subr.el (symbol-file): Doc fix.
2111
2112 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2113 (byte-compile-form): Call byte-compile-nogroup-warn.
2114 (byte-compile-warning-types): Doc fix.
2115
2116 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2117
2118 * progmodes/cc-engine.el (c-literal-faces):
2119 Add font-lock-comment-delimiter-face.
2120
2121 * net/net-utils.el (dig): Use with-no-warnings.
2122
2123 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2124 (sc-recite-frame-alist, sc-default-cite-frame)
2125 (sc-default-uncite-frame, sc-default-recite-frame)
2126 (sc-attrib-selection-list, sc-rewrite-header-list):
2127 Mark as risky-local-variable.
2128
2129 * international/ogonek.el (ogonek-jak, ogonek-how):
2130 Don't use beginning-of-buffer.
2131
2132 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2133
2134 * calendar/solar.el (solar-data-list): Move definition up.
2135
2136 * dnd.el (dnd-protocol-alist): Add autoload.
2137
2138 * progmodes/sh-script.el: Many doc usage fixes.
2139 (sh-indent-after-do): Change default to match common styles.
2140
2141 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2142
2143 * files.el (interpreter-mode-alist)
2144 (auto-mode-interpreter-regexp): Doc fixes.
2145
2146 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2147
2148 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2149
2150 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2151
2152 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2153
2154 * dired.el (dired-mode): make-variable-buffer-local =>
2155 make-local-variable.
2156
2157 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2158
2159 * term/mac-win.el (mac-select-convert-to-string): Try coding
2160 systems in mac-script-code-coding-systems if specified one cannot
2161 encode string for `com.apple.traditional-mac-plain-text'.
2162
2163 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2164
2165 * progmodes/make-mode.el (makefile-targets-face)
2166 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2167 (makefile-dependency-regex): Fix it to not make the colon in
2168 $(var:a=b) special.
2169 (makefile-rule-action-regex): New regexp for highlighting embedded
2170 Shell strings.
2171 (makefile-macroassign-regex): Handle != for highlighting as
2172 embedded Shell strings.
2173 (makefile-var-use-regex): New const.
2174 (makefile-statements, makefile-automake-statements)
2175 (makefile-gmake-statements, makefile-makepp-statements)
2176 (makefile-bsdmake-statements): New consts.
2177 (makefile-make-font-lock-keywords): New function.
2178 (makefile-automake-font-lock-keywords)
2179 (makefile-gmake-font-lock-keywords)
2180 (makefile-makepp-font-lock-keywords)
2181 (makefile-bsdmake-font-lock-keywords): New consts.
2182 (makefile-mode-map): Add switchers between the various submodes.
2183 (makefile-mode): Document the availability of the variants.
2184 (makefile-automake-mode, makefile-gmake-mode)
2185 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2186
2187 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2188 new variants of makefile-mode.
2189
2190 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2193 the inheritance.
2194
2195 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2196
2197 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2198 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2199
2200 * files.el (normal-mode): Extend the scope of the
2201 `enable-local-variables' binding to include the `set-auto-mode' call.
2202 (magic-mode-alist): Doc fix.
2203
2204 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2205
2206 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2207 font-lock-comment-face rather than copying its setting.
2208
2209 2005-05-12 Andreas Schwab <schwab@suse.de>
2210
2211 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2212
2213 2005-05-12 Lute Kamstra <lute@gnu.org>
2214
2215 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2216 defcustom for the mode hook variable. Delete the last argument.
2217 * generic-x.el: Fix callers of define-generic-mode.
2218 (generic-x-modes): Delete group.
2219 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2220 generic-x customization group.
2221
2222 2005-05-12 Kim F. Storm <storm@cua.dk>
2223
2224 * font-lock.el (font-lock-negation-char-face): Default to "off".
2225
2226 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2227 font-lock-negation-char-face to ! in !=.
2228
2229 2005-05-12 Masatake YAMATO <jet@gyve.org>
2230
2231 * add-log.el (find-change-log): Fix typos in the docstring
2232 of function.
2233
2234 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2235
2236 * international/latexenc.el (latexenc-find-file-coding-system):
2237 Avoid `re-search-forward' when looking for input encoding because
2238 of speed and safety. Better regular expressions for recognizing
2239 input encoding. Limit a search for TeX-master/tex-main-file to
2240 the local variable section.
2241
2242 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2243
2244 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2245 syntax of $ to "'" (quote).
2246
2247 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2248
2249 * dnd.el (dnd-protocol-alist): Improve custom type.
2250
2251 * dired.el (dired-dnd-protocol-alist): New variable.
2252 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2253 `dired-mode-hook' to the end.
2254
2255 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2256
2257 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2258 comment-end if comment-start-skip is not set.
2259 Obey the font-lock-comment-delimiter-face variables.
2260
2261 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * files.el (executable-find): Move from executable.el. Use locate-file.
2264 * progmodes/executable.el (executable-find): Move to files.el.
2265
2266 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2267 when trying to ensure forward progress.
2268
2269 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2270
2271 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2272 (mouse-select, mouse-select-internal, mouse-extend-internal):
2273 Use it to implement mouse-1-click-follows-link functionality.
2274
2275 2005-05-11 Richard M. Stallman <rms@gnu.org>
2276
2277 * font-lock.el (font-lock-fontify-syntactically-region):
2278 Use font-lock-comment-delimiter-face for comment delimiters.
2279
2280 2005-05-10 Jay Belanger <belanger@truman.edu>
2281
2282 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2283 preserving embedded modes.
2284
2285 2005-05-10 Richard M. Stallman <rms@gnu.org>
2286
2287 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2288
2289 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2290 Move from ada-stmt.el.
2291 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2292
2293 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2294 Move to ada-mode.el.
2295 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2296
2297 * cus-edit.el (custom-file): Call file-chase-links.
2298
2299 * files.el (read-directory-name): Fix previous change.
2300 (hack-local-variables-confirm): New function.
2301 (hack-local-variables-prop-line, hack-local-variables)
2302 (hack-one-local-variable): Use it.
2303
2304 2005-05-10 Lute Kamstra <lute@gnu.org>
2305
2306 * font-lock.el (font-lock-keywords-alist)
2307 (font-lock-removed-keywords-alist): Clarify docstrings.
2308
2309 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2310
2311 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2312 (gdb-source-info): Check for preprocessor info.
2313 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2314 a macro for a function.
2315 (gdb-info-breakpoints-custom): Try to find file again if not already
2316 found (user might have used GDB dir command).
2317 (gdb-get-location): Update gdb-location-alist correctly for change
2318 to gdb-info-breakpoints-custom.
2319
2320 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2321 (gud-tooltip-print-command): Add gdbmi case.
2322 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2323 preprocessor info.
2324
2325 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2326
2327 * startup.el (fancy-splash-insert): Fix typo in doc string.
2328
2329 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2330
2331 * obsolete/float.el (string-to-float):
2332 * obsolete/hilit19.el (hilit-add-pattern):
2333 * obsolete/rnews.el (news-parse-range, news-select-message)
2334 (news-get-pruned-list-of-files): Replace `string-to-int' by
2335 `string-to-number'.
2336
2337 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2338 `find-file-not-found-hooks'; use `add-hook'.
2339 (uncompress-while-visiting): Set `write-file-functions', not
2340 `write-file-hooks'; use `add-hook'.
2341
2342 2005-05-09 Kim F. Storm <storm@cua.dk>
2343
2344 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2345 (cua-paste): Handle clipboard action.
2346 (cua--init-keymaps): Remap clipboard-kill-region and
2347 clipboard-kill-ring-save.
2348
2349 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2350
2351 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2352 Improve commentary.
2353
2354 * simple.el (next-error-overlay-arrow-position): Revert the change
2355 made on 2005-04-30.
2356
2357 2005-05-07 Jay Belanger <belanger@truman.edu>
2358
2359 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2360 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2361 `calc-sel-reselect'.
2362
2363 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2364 Calc is in embedded mode.
2365
2366 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2367
2368 * progmodes/compile.el (compilation-setup):
2369 Set overlay-arrow-string to an empty string on text terminals.
2370
2371 * textmodes/ispell.el (ispell-program-name): Try looking for
2372 "aspell" along exec-path, and if found, use it as the default
2373 speller program.
2374
2375 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2376
2377 * international/mule.el (sgml-xml-auto-coding-function):
2378 Recognize encoding='FOO' in single quotes as well as in double quotes.
2379
2380 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2381
2382 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2383 as well as `interactive', so that defmacro* would recognize
2384 `declare' forms.
2385
2386 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2387
2388 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2389 Explain more about the LIGHTER arg's usage in the doc string.
2390 Add commentary to clarify what the code does. Fix the regexp that
2391 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2392 since it could have characters special to regular expressions.
2393
2394 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2395
2396 * replace.el (occur-1): Bind inhibit-read-only so that
2397 erase-buffer doesn't barf on read-only text properties (likewise
2398 for add-text-properties in occur-engine). Mark buffer as unmodified.
2399 (occur-engine): Don't set buffer-read-only here.
2400
2401 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2402
2403 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2404 list-buffers-directory. This caused the *cvs-commit* buffer to be
2405 sometimes mistakenly reused as a *cvs* buffer.
2406
2407 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2408
2409 * tooltip.el: Move code for GUD tooltips into gud.el.
2410 (require): CL no longer needed to compile case.
2411 (tooltip-mode): Do not toggle functions for GUD tooltips.
2412 (tooltip-gud-tips-p): Remove. Replace with minor mode
2413 gud-tooltip-mode in gud.el.
2414 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2415 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2416 tooltip-gud prefix with gud-tooltip and obsolete.
2417 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2418 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2419 (tooltip-mouse-motion): Mouse movement functions/variable.
2420 Rename in gud.el by adding gud prefix.
2421 (tooltip-gud-original-filter, tooltip-gud-dereference)
2422 (tooltip-gud-event, tooltip-toggle-gud-tips)
2423 (tooltip-gud-process-output, tooltip-gud-print-command)
2424 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2425 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2426 (gdb-tooltip-print): Move to gdb-ui.el.
2427
2428 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2429 (require): CL needed to compile case.
2430 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2431 tooltip-gud-tips-p. Make it a minor-mode.
2432 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2433 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2434 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2435 (gud-tooltip-change-major-mode)
2436 (gud-tooltip-activate-mouse-motions-if-enabled)
2437 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2438 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2439 (gud-tooltip-original-filter, gud-tooltip-dereference)
2440 (gud-tooltip-event, tooltip-toggle-gud-tips)
2441 (gud-tooltip-process-output, gud-tooltip-print-command)
2442 (gud-tooltip-tips): Move from tooltip.el.
2443
2444 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2445 (gdb-cpp-define-alist-flags): Doc fix.
2446 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2447 gud-tooltip-mode is t.
2448
2449 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2452 evaporate if their text is deleted.
2453 (goto-address-at-point): Make it work as a mouse binding as well.
2454 (goto-address-at-mouse): Obsolete it. Update users.
2455
2456 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2457
2458 * calendar/appt.el (top-level): No longer activate on load.
2459
2460 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2461
2462 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2463 * net/webjump.el (webjump):
2464 * progmodes/idlw-help.el (idlwave-do-context-help1)
2465 (idlwave-highlight-linked-completions):
2466 * textmodes/po.el (po-find-file-coding-system-guts):
2467 Replace `assoc-ignore-case' by `assoc-string'.
2468
2469 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2470
2471 * files.el (locate-file): Doc fix.
2472
2473 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2474 Remove the redundant test for ms-dos.
2475
2476 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2477 look for the preprocessor with exec-suffixes. If not found in
2478 standard places, look in exec-path. Remove most of the tests that
2479 used system-type.
2480
2481 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2482
2483 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2484
2485 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2486 file-name clash with jka-compr.el on 8+3 filesystems.
2487
2488 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2489
2490 * term/mac-win.el: Don't define or bind scroll bar functions if
2491 x-toolkit-scroll-bars is t.
2492 (x-select-text, x-get-selection-value):
2493 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2494 (PRIMARY): Put mac-scrap-name property.
2495 (mac-select-convert-to-file-url): New function.
2496 (public.file-url): New selection target type. Add to
2497 selection-converter-alist.
2498 (x-get-selection, x-selection-value): Handle it.
2499 (x-cut-buffer-or-selection-value): New alias.
2500
2501 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2502
2503 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2504 entry to avoid calling bibtex-find-entry with arg global
2505 being t. Remove arg key.
2506 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2507 (bibtex-copy-summary-as-kill): Change accordingly.
2508
2509 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2512 (org-agenda-date-later): Use with-current-buffer.
2513
2514 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2515
2516 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2517 (define-obsolete-variable-alias): Doc Fixes.
2518
2519 2005-05-06 Kim F. Storm <storm@cua.dk>
2520
2521 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2522 vertical-motion when selective-display is active.
2523
2524 * ido.el (ido-setup-hook): New hook.
2525 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2526 (ido-input-stack): New var.
2527 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2528 ido-next-work-file binding to M-O.
2529 Bind M-f to ido-wide-find-file-or-pop-dir.
2530 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2531 (ido-read-internal): Run ido-setup-hook.
2532 Catch quit in read-file-name and read-string to cancel edit.
2533 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2534 Automatically pop-all when completing a directory name (RET).
2535 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2536 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2537 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2538 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2539 New functions for M-b/M-f to move among the directory components.
2540 (ido-make-merged-file-list): Catch quit to cancel merge.
2541 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2542 (ido-completion-help): No warnings for ido-completion-buffer-full.
2543
2544 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2545
2546 * font-lock.el (font-lock-negation-char-face): New face and variable.
2547 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2548 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2549 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2550 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2551
2552 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2553
2554 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2555 Fix typo in docstring.
2556
2557 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2558 (ebrowse-print-statistics-line)
2559 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2560
2561 * term/w32-win.el (image-library-alist): Add additional name for
2562 Xpm library.
2563
2564 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2565
2566 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2567 use gcc instead of cpp.
2568
2569 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2570 (gdb-create-define-alist): Use it.
2571 (gdb-cpp-define-alist-program): Update for MS-DOS.
2572
2573 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2574
2575 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2576
2577 2005-05-04 Richard M. Stallman <rms@gnu.org>
2578
2579 * help.el (describe-key): No error when UNTRANSLATED is nil.
2580
2581 * simple.el (line-move-1): Fix previous change to signal errors
2582 appropriately.
2583
2584 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2585
2586 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2587 (icalendar-duration-correction): Remove.
2588 (icalendar--get-event-properties): Split result at commas.
2589 (icalendar--decode-isoduration): New optional argument
2590 DURATION-CORRECTION.
2591 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2592 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2593 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2594 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2595 (icalendar--convert-anniversary-to-ical): New functions, extracted
2596 from icalendar-export-region, with bug fixes.
2597 (icalendar-export-region): Use the above functions.
2598 (icalendar-import-buffer): Check before saving diary file.
2599 (icalendar--convert-recurring-to-diary)
2600 (icalendar--convert-non-recurring-all-day-to-diary)
2601 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2602 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2603 (icalendar--convert-ical-to-diary): Use the above functions.
2604
2605 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2606
2607 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2608 Remove these recent additions.
2609 (c-mode): Restore to before 2005-04-28.
2610
2611 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2612 recent addition.
2613
2614 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2615 (gdb-define-alist): New variables.
2616 (gdb-create-define-alist): New function.
2617 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2618 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2619 with string-to-number.
2620 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2621
2622 * progmodes/gud.el: Replace string-to-int with string-to-number.
2623 (gud-find-file): Handle gdb-define-alist.
2624
2625 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2626
2627 2005-05-02 Jay Belanger <belanger@truman.edu>
2628
2629 * calc/calc-aent.el (math-read-token):
2630 * calc/calc-bin.el (calc-word-size):
2631 * calc/calc-ext.el (calc-read-number-fancy):
2632 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2633 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2634 * calc/calc-frac.el (calc-over-notation):
2635 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2636 (calc-graph-num-points, calc-graph-init):
2637 * calc/calc-prog.el (calc-read-parse-table-part)
2638 (calc-edit-macro-repeats):
2639 * calc/calc-yank.el (calc-do-grab-rectangle):
2640 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2641 Replace `string-to-int' by `string-to-number'.
2642
2643 2005-05-02 Kim F. Storm <storm@cua.dk>
2644
2645 * kmacro.el: Use executing-kbd-macro-index variable.
2646
2647 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2648
2649 * net/rlogin.el (rlogin-parse-words): Delete func.
2650 (rlogin): Use split-string, not rlogin-parse-words.
2651 Also, if there are option-like elements in the parsed args,
2652 take the host to be the first arg immediately following them.
2653 Suggested by Michael Mauger.
2654
2655 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2656
2657 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2658
2659 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2660
2661 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2662 (cc-mode-cpp-program): Rename to cc-define-list-program and
2663 move to cc-vars.el.
2664
2665 * progmodes/cc-vars.el (cc-define-list-program):
2666 Change to "gcc -E -dM -". Make customizable.
2667
2668 2005-05-02 Kim F. Storm <storm@cua.dk>
2669
2670 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2671
2672 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2673
2674 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2675
2676 * international/mule-util.el (truncate-string): Remove alias and
2677 obsolete declaration.
2678
2679 * international/mule-cmds.el (update-iso-coding-systems):
2680 Remove alias and obsolete declaration.
2681
2682 * international/mule.el (coding-system-parent): Remove alias and
2683 obsolete declaration.
2684
2685 * subr.el (define-function, sref): Remove aliases and obsolete
2686 declarations.
2687 (chars-in-region): Remove obsolete declaration.
2688
2689 2005-05-01 Richard M. Stallman <rms@gnu.org>
2690
2691 * info.el (Info-mode): Set widen-automatically to nil, locally.
2692
2693 * simple.el (widen-automatically): New variable.
2694 (pop-global-mark): Obey widen-automatically.
2695
2696 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2697
2698 * term/xterm.el (function-key-map): Call substitute-key-definition
2699 before the keymap size is increased by a lot of define-key calls.
2700
2701 2005-05-01 Richard M. Stallman <rms@gnu.org>
2702
2703 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2704 Rename ARG to ELEMENT. Doc fix.
2705
2706 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2707
2708 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2709 Remove references to allout-exposure/change to allout-new-exposure.
2710
2711 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2712 bytecode symbols.
2713
2714 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2715 (compiled-function-p, focus-frame, unfocus-frame):
2716 Remove aliases and obsolete declarations.
2717 Back out inadvertent changes from previous commit.
2718
2719 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2720
2721 * files.el (require-final-newline): Make Custom tags consistent
2722 with mode-require-final-newline.
2723 (mode-require-final-newline): Doc fix.
2724
2725 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 * international/latexenc.el (latexenc-find-file-coding-system):
2728 Fix regular expressions.
2729
2730 2005-05-01 David Kastrup <dak@gnu.org>
2731
2732 * international/latexenc.el (latexenc-find-file-coding-system):
2733 Fix regular expressions.
2734
2735 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2736
2737 * subr.el (string-to-int): Make obsolete.
2738
2739 2005-04-30 Richard M. Stallman <rms@gnu.org>
2740
2741 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2742
2743 * loadup.el: load jka-comp-hook.
2744
2745 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2746 (jka-compr-handler): Add autoload. `put' calls moved
2747 to jka-comp-hook.el.
2748 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2749 (jka-compr-inhibit): Autoload.
2750
2751 * jka-comp-hook.el: New file.
2752 Enable the mode by default.
2753
2754 * files.el (backup-buffer-copy): Use copy-file instead
2755 of write-region, and put back the 'excl.
2756
2757 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2758
2759 * progmodes/flymake.el (flymake-split-string)
2760 (flymake-split-string, flymake-log, flymake-pid-to-names)
2761 (flymake-reg-names, flymake-get-source-buffer-name)
2762 (flymake-unreg-names, flymake-add-line-err-info)
2763 (flymake-add-err-info): Clarify docstrings.
2764 (flymake-popup-menu, flymake-make-emacs-menu)
2765 (flymake-make-xemacs-menu): Add docstrings.
2766 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2767 Set variables directly throughout.
2768
2769 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2770
2771 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2772 exists. Initialise cc-define-alist.
2773 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2774 If there is no file (Macroexpansion) don't create an alist.
2775
2776 2005-04-29 Sam Steingold <sds@gnu.org>
2777
2778 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2779 (cc-create-define-alist): Use it instead of the hard-coded string.
2780
2781 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2784 for latexenc.
2785
2786 2005-04-29 Lute Kamstra <lute@gnu.org>
2787
2788 * emacs-lisp/generic.el: Improve commentary section.
2789 (define-generic-mode): Improve docstring.
2790
2791 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2792
2793 * textmodes/org.el (many places): Change to quiet the byte compiler.
2794 (org-prefix-format-compiled): New variable.
2795 (org-compile-prefix-format): New function.
2796 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2797 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2798 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2799 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2800 consistency with entries from `org-mode' files.
2801 (org-get-time-of-day): Fix bug with partial matches early in a line.
2802 (org-non-link-chars): New constant.
2803 (org-link-regexp): Respect `org-non-link-chars'.
2804 (org-agenda-day-view): Remove command.
2805 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2806 (org-follow-bbdb-link, org-store-link): Search also company field.
2807 (org-highlight-overlay): New variable.
2808 (org-highlight, org-unhighlight): New functions.
2809 (org-agenda-mode): Add pre-command-hook to remove highlight.
2810 (org-evaluate-time-range): Behavior depends upon whether time stamp
2811 contains a time or not.
2812 (org-show-subtree, org-show-entry): New functions.
2813 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2814
2815 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2816
2817 * comint.el (comint-output-filter-functions): Add autoload cookie.
2818
2819 2005-04-28 Kim F. Storm <storm@cua.dk>
2820
2821 * ido.el (ido-everywhere): Fix last change.
2822
2823 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2824
2825 * international/latexenc.el: New file.
2826 * international/mule-conf.el (file-coding-system-alist): For .tex,
2827 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2828
2829 2005-04-28 Lute Kamstra <lute@gnu.org>
2830
2831 * font-lock.el (font-lock-add-keywords)
2832 (font-lock-remove-keywords): Clarify docstring.
2833 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2834 Don't start docstrings with a `*'.
2835 (font-lock-update-removed-keyword-alist): Give it a docstring.
2836
2837 * generic-x.el: Update commentary section.
2838 Only require font-lock when compiling.
2839 Define all modes conditionally.
2840 Place all generic modes in the generic-x-modes customization group.
2841 (generic-x-modes): New customization group.
2842 (generic-default-modes, generic-mswindows-modes)
2843 (generic-unix-modes, generic-other-modes): New constants.
2844 (generic-define-mswindows-modes, generic-define-unix-modes):
2845 Update docstrings. Make them obsolete.
2846 (generic-extras-enable-list): New default value. Update docstring.
2847 Improve :type. Change :set function.
2848 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2849 Fix docstring.
2850
2851 * emacs-lisp/generic.el (generic-mode-internal):
2852 Simplify font-lock-defaults.
2853 (define-generic-mode): Fix docstring.
2854
2855 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2858 font-lock-face property to highlight matches.
2859
2860 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2861
2862 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2863 (cc-define-alist): New variable.
2864 (c-mode): Make it local and initialise it.
2865
2866 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2867 (gdb-exited): New function.
2868 (gdb-annotation-rules): Use it.
2869 (gdb-starting): Set gdb-active-process to t.
2870 (gdb-stopping): Amend doc string.
2871 (gdb-reset): Set gdb-active-process to nil.
2872
2873 * tooltip.el (tooltip-gud-tips): Show the associated #define
2874 directives when a C program under GDB is not executing.
2875
2876 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2879 font-lock-fontify-syntactic-keywords.
2880
2881 * font-lock.el (font-lock-default-fontify-region): Don't force
2882 parse-sexp-lookup-properties to nil.
2883
2884 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2885
2886 * man.el (man-mode-syntax-table): Set up `:' to have
2887 word-constituent syntax.
2888
2889 2005-04-27 Lute Kamstra <lute@gnu.org>
2890
2891 * novice.el (disable-command): Don't add spurious newlines to the
2892 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2893
2894 2005-04-26 Jay Belanger <belanger@truman.edu>
2895
2896 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2897 than one window before deleting window.
2898
2899 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2900
2901 * shell.el (shell-prompt-pattern): Doc fix.
2902 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2903
2904 * comint.el (comint-prompt-regexp, comint-get-old-input)
2905 (comint-use-prompt-regexp)
2906 (comint-use-prompt-regexp-instead-of-fields)
2907 (comint-replace-by-expanded-history, comint-send-input)
2908 (comint-output-filter, comint-get-old-input-default)
2909 (comint-line-beginning-position, comint-bol, comint-show-output)
2910 (comint-backward-matching-input, comint-forward-matching-input)
2911 (comint-next-prompt, comint-previous-prompt):
2912 Rename `comint-use-prompt-regexp-instead-of-fields' to
2913 `comint-use-prompt-regexp'. Keep old name as alias and declare
2914 obsolete.
2915 (comint-use-prompt-regexp): Shorten first line of doc string.
2916
2917 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2918 Set paragraph-separate buffer locally to "\\'".
2919
2920 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2921 Adapt to above name change.
2922
2923 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2924 (smbclient-prompt-regexp): Ditto.
2925
2926 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2927
2928 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2929
2930 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2931 gdb-location-list.
2932 Break lines that are over 80 characters wide.
2933
2934 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2935
2936 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2937 New fun and var, to preserve compatibility.
2938
2939 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2940
2941 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2942
2943 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2944 name to file-newer-than-file-p.
2945
2946 2005-04-26 Richard M. Stallman <rms@gnu.org>
2947
2948 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2949
2950 * progmodes/python.el (python-mode):
2951 Use new name eldoc-documentation-function.
2952
2953 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2954
2955 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2956 (eldoc-documentation-function):
2957 Rename from eldoc-print-current-symbol-info-function. Calls changed.
2958
2959 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
2960
2961 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2962
2963 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2964
2965 * term/xterm.el (function-key-map): Fix strings for
2966 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
2967 {C,S,A,C-S}-{f1-f12}.
2968
2969 2005-04-26 Kenichi Handa <handa@m17n.org>
2970
2971 * international/mule-cmds.el (select-safe-coding-system):
2972 Fix previous change.
2973
2974 2005-04-26 Lute Kamstra <lute@gnu.org>
2975
2976 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2977
2978 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2979 (font-lock-comment-delimiter-face): Ditto.
2980
2981 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2982
2983 2005-04-25 Jay Belanger <belanger@truman.edu>
2984
2985 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2986 to t while inserting information; use help-mode.
2987
2988 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2989
2990 * term.el (ansi-term-color-vector): Use the xterm colors.
2991 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
2992
2993 2005-04-25 Lute Kamstra <lute@gnu.org>
2994
2995 * font-core.el (font-lock-defaults): Fix docstring.
2996
2997 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
2998
2999 2005-04-25 Kenichi Handa <handa@m17n.org>
3000
3001 * international/mule-cmds.el (select-safe-coding-system):
3002 Don't check consistency with coding: spec, etc if raw-text or
3003 no-conversion was found to be safe.
3004
3005 2005-04-24 Richard M. Stallman <rms@gnu.org>
3006
3007 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3008 citation markers at start of each line.
3009
3010 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3011 citation markers at start of each line.
3012
3013 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3014
3015 * files.el (mode-require-final-newline): Fix previous change.
3016 (require-final-newline): Fix type label.
3017
3018 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3019
3020 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3021 statement in buffer (broken by 2004-11-24 change).
3022
3023 2005-04-24 Kim F. Storm <storm@cua.dk>
3024
3025 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3026 and read-file-name-function values. Don't overwrite existing
3027 non-nil values if ido-mode is enabled without ido-everywhere.
3028
3029 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3030
3031 * files.el (mode-require-final-newline): Minor doc fix.
3032
3033 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3034
3035 * subr.el (syntax-after): Doc fix.
3036 (syntax-class): If argument is nil, return nil. Mask off upper 16
3037 bits, not 8 bits.
3038
3039 * files.el (mode-require-final-newline): Doc fix.
3040 (backup-buffer-copy): Fix last change.
3041
3042 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3043
3044 * term/mac-win.el: Require select. Set selection-coding-system to
3045 mac-system-coding-system. Call menu-bar-enable-clipboard.
3046 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3047 (x-select-enable-clipboard): New variables.
3048 (x-select-text, x-get-selection, x-selection-value)
3049 (x-get-selection-value, mac-select-convert-to-string)
3050 (mac-services-open-file, mac-services-open-selection)
3051 (mac-services-insert-text): New functions.
3052 (CLIPBOARD, FIND): Put mac-scrap-name property.
3053 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3054 (public.tiff): Put mac-ostype property.
3055 (selection-converter-alist): Add entries for them.
3056 (mac-application-menu-map): New keymap.
3057 (interprogram-cut-function, interprogram-paste-function): Set to
3058 x-select-text and x-get-selection-value, respectively.
3059 (split-window-keep-point): Set to t.
3060
3061 2005-04-23 Richard M. Stallman <rms@gnu.org>
3062
3063 * files.el (read-directory-name): Always pass non-nil
3064 DEFAULT-FILENAME arg to read-file-name.
3065 (backup-buffer-copy, basic-save-buffer-2): Take care against
3066 writing thru an unexpected existing symlink.
3067 (revert-buffer): In indirect buffer, revert the base buffer.
3068 (magic-mode-alist): Doc fix.
3069 (buffer-stale-function): Doc fix.
3070 (minibuffer-with-setup-hook): Avoid warning.
3071 (mode-require-final-newline): Doc and custom fix.
3072
3073 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3074
3075 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3076 use the default appearance.
3077 (font-lock-comment-delimiter-face): New face, new variable.
3078
3079 * imenu.el (imenu--generic-function): The official position of a
3080 definition is the start of the line that BEG is in.
3081
3082 * midnight.el (midnight-timer): Move defvar up.
3083
3084 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3085
3086 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3087
3088 * startup.el (command-line): Use with-no-warnings.
3089
3090 * window.el (window-size-fixed): New defvar.
3091
3092 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3093
3094 * mail/rmail.el (rmail-font-lock-keywords):
3095 Use font-lock-comment-delimiter-face.
3096
3097 * mail/sendmail.el (mail-font-lock-keywords):
3098 Use font-lock-comment-delimiter-face.
3099
3100 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3101
3102 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3103
3104 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3105 Specify t for LAXMATCH when matching directories.
3106 Save match data around compilation-compat-error-properties form.
3107
3108 2005-04-23 David Kastrup <dak@gnu.org>
3109
3110 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3111 Mention that the autoloaded aliases should be kept for AUCTeX.
3112
3113 2005-04-23 Andreas Schwab <schwab@suse.de>
3114
3115 * isearch.el (isearch-forward): Doc fix.
3116
3117 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3118
3119 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3120 (jit-lock-stealth-nice): Change default value to 0.5.
3121
3122 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3123
3124 * abbrev.el (write-abbrev-file): Write table entries in
3125 alphabetical order by table name.
3126
3127 2005-04-22 Kim F. Storm <storm@cua.dk>
3128
3129 * ido.el (ido-read-internal): Fix `list' completion.
3130
3131 2005-04-22 Kenichi Handa <handa@m17n.org>
3132
3133 * recentf.el (recentf-save-file-coding-system): New variable.
3134 (recentf-save-list): Encode the file by
3135 recentf-save-file-coding-system and add coding: tag.
3136
3137 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3138
3139 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3140
3141 2005-04-21 Lute Kamstra <lute@gnu.org>
3142
3143 * loadhist.el (unload-feature): Don't remove a function from hooks
3144 if it is about to be restored to an autoload . Remove functions
3145 that will become unbound from auto-mode-alist. Simplify the code.
3146
3147 * subr.el (assq-delete-all): New implementation that is linear,
3148 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3149 (rassq-delete-all): New function.
3150
3151 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3152 Add size-indication-mode.
3153
3154 2005-04-21 Kenichi Handa <handa@m17n.org>
3155
3156 * international/mule-cmds.el: Add autoload for widget-value in
3157 eval-when-compile.
3158
3159 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3160
3161 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3162 Add tooltip-mode.
3163
3164 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3165
3166 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3167
3168 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3169 (inferior-lisp-filter-regexp, inferior-lisp-program)
3170 (inferior-lisp-load-command, inferior-lisp-prompt)
3171 (inferior-lisp-mode-hook, lisp-source-modes)
3172 (inferior-lisp-load-hook): defvar->defcustom.
3173 (inferior-lisp-program, inferior-lisp-prompt)
3174 (inferior-lisp-load-hook): Doc fixes.
3175 (inferior-lisp-install-letter-bindings): Small change in
3176 introductory comment.
3177
3178 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3179
3180 * vc.el (vc-annotate-color-map): Change some colors so that text
3181 using them as foreground is readable on both white and black
3182 backgrounds.
3183
3184 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3185
3186 * international/mule-conf.el (translation-table-for-input):
3187 Remove redundant declaration.
3188
3189 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3190
3191 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3192
3193 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3194 (tooltip-toggle-gud-tips): New function.
3195
3196 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3197
3198 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3199 right angle brackets.
3200
3201 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3202
3203 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3204
3205 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3206
3207 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3208 Remove. Update callers to use expand-file-name instead.
3209
3210 * subr.el (syntax-class): New function.
3211
3212 * simple.el (blink-matching-open): Use it.
3213
3214 * paren.el (show-paren-function): Use it to recognize parens that are
3215 also used in 2-char comment markers.
3216
3217 2005-04-19 Lute Kamstra <lute@gnu.org>
3218
3219 * loadhist.el (unload-feature): Update for new format of
3220 load-history. Simplify the code.
3221
3222 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3223
3224 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3225 (mac-add-charset-info): New function. Initialize variable
3226 mac-charset-info-alist using it.
3227 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3228 for translation.
3229 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3230 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3231 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3232 New CCL programs.
3233
3234 2005-04-19 Kim F. Storm <storm@cua.dk>
3235
3236 * simple.el (next-buffer, prev-buffer, next-error)
3237 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3238 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3239
3240 * bindings.el (next-buffer, prev-buffer, next-error)
3241 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3242 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3243 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3244 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3245
3246 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3247
3248 * isearch.el (isearch-edit-string): Make the search-ring available for
3249 minibuffer history commands.
3250 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3251 the default history commands now work just as well.
3252 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3253
3254 2005-04-18 Kim F. Storm <storm@cua.dk>
3255
3256 * emulation/cua-base.el (cua--pre-command-handler): Add more
3257 elaborate check for shift modifier on non-window systems.
3258
3259 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3260
3261 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3262
3263 2005-04-18 Kim F. Storm <storm@cua.dk>
3264
3265 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3266 and make it optional. Don't test tooltip-gud-echo-area here.
3267 (tooltip-gud-process-output, gdb-tooltip-print):
3268 Pass tooltip-gud-echo-area to tooltip-show.
3269 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3270
3271 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3272
3273 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3274 `display-graphic-p' may not be bound yet.
3275
3276 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3277
3278 * startup.el (command-line): No longer enable Xterm Mouse mode by
3279 default in terminals compatible with xterm.
3280
3281 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3282
3283 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3284
3285 * tooltip.el (tooltip-gud-echo-area): Rename from
3286 tooltip-use-echo-area.
3287 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3288 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3289 area independently of where help tooltips are displayed.
3290
3291 2005-04-17 David Kastrup <dak@gnu.org>
3292
3293 * cus-theme.el (custom-theme-write-variables): Quote variables
3294 where necessary.
3295
3296 2005-04-17 Richard M. Stallman <rms@gnu.org>
3297
3298 * simple.el (yank-excluded-properties): Add follow-link to value.
3299
3300 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3301
3302 * startup.el (fancy-splash-max-time): Just 30 seconds.
3303 (fancy-splash-delay): Just 7.
3304 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3305
3306 * loadhist.el (unload-feature): Update for new format of load-history.
3307 Simplify the code.
3308
3309 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3310 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3311
3312 * mail/sendmail.el (mail-font-lock-keywords):
3313 Don't fontify subject text.
3314 Don't fontify the text of a citation.
3315
3316 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3317
3318 * comint.el (comint-output-filter): Run comint-output-filter-functions
3319 with point where the user had it.
3320
3321 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3322
3323 * international/ucs-tables.el (ucs-set-table-for-input):
3324 Disable when using unify-on-decoding.
3325
3326 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3327
3328 * emulation/cua-base.el (cua-global-mark-face): Add special case
3329 for displays supporting a high number of colors.
3330
3331 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3332
3333 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3334
3335 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * filesets.el (filesets-add-buffer): If user supplies a name of a
3338 non-existing fileset, create a new fileset.
3339
3340 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3341
3342 * textmodes/org.el (org-up-heading-all): Fix bug with
3343 `outline-up-heading-all'.
3344
3345 2005-04-16 Andreas Schwab <schwab@suse.de>
3346
3347 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3348 /etc/permissions.d/* and /etc/aliases.d/*.
3349
3350 2005-04-16 Kenichi Handa <handa@m17n.org>
3351
3352 * international/code-pages.el (cp-make-coding-system):
3353 Set `translation-table-for-input' property value to the symbol
3354 ucs-mule-to-mule-unicode, not to that value.
3355 (pt154): Escape guillemet by `\'.
3356
3357 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3358
3359 * loadup.el: Load tooltip if x-show-tip is fboundp.
3360
3361 * startup.el (command-line): Add comment.
3362
3363 * tooltip.el (tooltip-mode): Specify correct standard value for
3364 Custom in init-value.
3365
3366 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3367
3368 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3369 possible.
3370
3371 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3372
3373 * textmodes/org.el (org-agenda-date-prompt): Rename from
3374 `org-agenda-date-today'.
3375 (org-evaluate-time-range): Insert at point instead of directly
3376 after time range.
3377 (org-first-headline-recenter, org-subtree-end-visible-p)
3378 (org-optimize-window-after-visibility-change): New functions
3379 (org-agenda-post-command-hook): Don't allow point at end of line,
3380 to make sure it always hits the text properties.
3381 (org-agenda-next-date-line, org-agenda-previous-date-line):
3382 New commands.
3383 (org-set-regexps-and-options): Category may contain white space.
3384 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3385 Improve marker positions.
3386 (org-agenda-new-marker): Argument POS made optional.
3387 (org-agenda-get-timestamps): Deadlines which are done are listed
3388 in org-done-face now.
3389 (org-agenda-get-todos, org-agenda-get-timestamps)
3390 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3391 Set `undone-face' and `done-face' properties.
3392 (org-last-todo-state-is-todo): New variable.
3393 (org-todo): Set `org-last-todo-state-is-todo'.
3394 (org-agenda-todo): Change face according to
3395 `org-last-todo-state-is-todo'. And change other lines refering to
3396 the same entry.
3397 (org-calendar-goto-agenda): New command.
3398 (org-calendar-to-agenda-key): New option.
3399 (org-startup-folded): New allowed value `content'.
3400 (org-set-regexps-and-options): Accept new value `content' for
3401 `org-startup-folded'.
3402 (org-get-current-options): Handle new value `content' for
3403 `org-startup-folded'.
3404 (org-insert-todo-heading): New command.
3405 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3406 interactively in empty file and option
3407 `org-insert-mode-line-in-empty-file' has been set.
3408 (org-agenda-todo,org-agenda-priority): Modify to use
3409 `org-agenda-change-all-lines'.
3410 (org-warning-face): Change color on dark background
3411
3412 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3413
3414 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3415 use preferences AppleLocale and AppleLanguages, and variable
3416 mac-system-locale for default locale. On Mac OS Classic, use
3417 mac-system-coding-system for default coding systems.
3418
3419 * term/mac-win.el: Don't set file-name-coding-system.
3420 Decode variables system-name, emacs-build-system, user-login-name, and
3421 user-full-name by mac-system-coding-system on Mac OS Classic.
3422 (mac-system-coding-system): New variable.
3423
3424 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3425
3426 * startup.el (command-line): Handle `xterm-mouse-mode' before
3427 reading init file.
3428
3429 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3430
3431 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3432
3433 * progmodes/sh-script.el (sh-here-document-word): Make it a
3434 defcustom. Doc fix.
3435 (sh-add): Bash uses $(( )) for arithmetic.
3436 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3437 (sh-maybe-here-document): Remove quotes and leading whitespace
3438 from heredoc word when closing. Indent heredoc with tabs if word
3439 starts with "-".
3440
3441 2005-04-13 Richard M. Stallman <rms@gnu.org>
3442
3443 * simple.el (undo): Fix previous change.
3444
3445 * custom.el (defface): Doc fix.
3446
3447 2005-04-13 Lute Kamstra <lute@gnu.org>
3448
3449 * Makefile.in (DONTCOMPILE): Remove list.
3450 (compile, compile-always): Don't use DONTCOMPILE.
3451 (update-authors): Load the library in which batch-update-authors
3452 is defined.
3453 * makefile.w32-in (DONTCOMPILE): Remove list.
3454 (compile, compile-always): Fix comments.
3455 (update-authors): Load the library in which batch-update-authors
3456 is defined.
3457
3458 * generic-x.el (generic-mode-ini-file-find-file-hook):
3459 Rename to ini-generic-mode-find-file-hook.
3460 Keep generic-mode-ini-file-find-file-hook as an alias.
3461 (ini-generic-mode-find-file-hook): Rename from
3462 generic-mode-ini-file-find-file-hook. Fix docstring.
3463 (ini-generic-mode): Docstring change.
3464 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3465
3466 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3467 called from lisp.
3468
3469 * generic.el: Move to the emacs-lisp subdir.
3470
3471 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3472
3473 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3474 and C-S- function and cursor motion keys.
3475
3476 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3477
3478 * startup.el (command-line): Enable Xterm Mouse mode by default.
3479 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3480 for Custom. No longer show "Mouse" in mode line when enabled.
3481 Doc fix.
3482
3483 2005-04-12 Kim F. Storm <storm@cua.dk>
3484
3485 * emulation/cua-base.el (cua-rectangle-face)
3486 (cua-rectangle-noselect-face): Define face attributes here.
3487
3488 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3489
3490 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3491
3492 * startup.el (command-line): Turn off blinking cursor if
3493 cursorBlink in resources is off or false.
3494
3495 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3496
3497 * term/mac-win.el (dnd): Require dnd.
3498 (mac-drag-n-drop): Call dnd-handle-one-url.
3499 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3500 (kTextEncodingISOLatin2): Remove constants.
3501 (mac-script-code-coding-systems): New constant.
3502 (mac-handle-language-change): New function.
3503 (special-event-map): Bind it to `language-change' event.
3504 (mac-centraleurroman, mac-cyrillic): New coding systems.
3505 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3506 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3507 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3508 encode-mac-cyrillic, respectively.
3509
3510 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3511
3512 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3513 Don't set overlay-arrow-string to "=>" as this is done
3514 globally in C now.
3515
3516 2005-04-12 Lute Kamstra <lute@gnu.org>
3517
3518 * generic-x.el (rc-generic-mode, rul-generic-mode):
3519 Fix auto-mode-alist entries.
3520 (etc-fstab-generic-mode): Tweak fontification.
3521
3522 * generic.el (generic-make-keywords-list): Fix docstring.
3523 (generic-mode-internal): Simplify generic-font-lock-keywords.
3524
3525 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3526
3527 * whitespace.el (whitespace-buffer-leading)
3528 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3529 However, fix the highlight area for the leading and
3530 trailing whitespaces to show space.
3531
3532 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3533
3534 * whitespace.el (whitespace-version): Bump to 3.5
3535
3536 (whitespace-buffer-leading, whitespace-buffer-trailing):
3537 Invert sense of the test to highlight the whitespace.
3538
3539 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3540
3541 * progmodes/gud.el (gud-display-line): GUD uses its own
3542 overlay arrow now so don't set overlay-arrow-string.
3543 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3544
3545 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3546
3547 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3548 (term-ansi-current-reverse, term-ansi-current-invisible)
3549 (term-ansi-face-already-done): Change to boolean.
3550 (term-reset-terminal, term-handle-colors-array): Handle the above
3551 vars accordingly.
3552 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3553 (term-emulate-terminal): Use the new name.
3554
3555 * faces.el (secondary-selection): Use yellow1, not yellow.
3556 (trailing-whitespace): Use red1, not red.
3557
3558 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3559
3560 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3561 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3562 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3563
3564 * cus-edit.el (dnd): New group.
3565
3566 * term/w32-win.el (dnd): Require dnd
3567 (w32-drag-n-drop): Call dnd-handle-one-url.
3568
3569 * x-dnd.el: Require dnd.
3570 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3571 Call dnd-handle-one-url.
3572 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3573 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3574 to dnd-insert-text.
3575 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3576 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3577 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3578 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3579
3580 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3581
3582 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3583
3584 * wdired.el: Doc fixes.
3585 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3586 (wdired-use-dired-vertical-movement): Rename from
3587 wdired-always-move-to-filename-beginning.
3588 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3589 (wdired-change-to-wdired-mode): Change mode name.
3590 (wdired-newline): Delete.
3591
3592 2005-04-11 Richard M. Stallman <rms@gnu.org>
3593
3594 * whitespace.el (whitespace-highlight-the-space):
3595 Don't call whitespace-unhighlight-the-space here.
3596
3597 * simple.el (undo): Record t in undo-equiv-table
3598 for the redo record made by an undo-in-region.
3599
3600 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3601
3602 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3603 (gdb-frame-inferior-io-buffer): New Functions to control
3604 display of separate IO buffer.
3605 (menu): Add them to menu-bar.
3606 (gdb-display-buffer): Check for buffer another frame.
3607 Protect GUD buffer.
3608 (gdb-setup-windows): Create IO buffer if not already there.
3609 (gdb-memory-mode): Remove purecopy noops.
3610
3611 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3612
3613 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3614 and pass to self-insert-command.
3615
3616 2005-04-11 Lute Kamstra <lute@gnu.org>
3617
3618 * generic.el: Commentary section cleanup.
3619 (generic): Delete.
3620 (generic-use-find-file-hook, generic-lines-to-scan)
3621 (generic-find-file-regexp, generic-ignore-files-regexp)
3622 (default-generic-mode, generic-mode-find-file-hook)
3623 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3624 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3625 (generic-use-find-file-hook, generic-lines-to-scan)
3626 (generic-find-file-regexp, generic-ignore-files-regexp)
3627 (default-generic-mode, generic-mode-find-file-hook)
3628 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3629
3630 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3631
3632 * bookmark.el (bookmark-write-file): Catch errors writing file.
3633 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3634
3635 2005-04-10 Richard M. Stallman <rms@gnu.org>
3636
3637 * startup.el (fancy-splash-tail): Update copyright year.
3638 (command-line): Split part of -Q into -D.
3639 (emacs-basic-display): New defvar.
3640 (fancy-splash-text): Correct name of menu item.
3641
3642 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3643
3644 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3645 lines in one node.
3646
3647 * comint.el (comint-send-input): New arg ARTIFICIAL.
3648 Callers in this file changed.
3649
3650 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3651
3652 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3653
3654 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3655
3656 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3657 `ldap-search-internal'.
3658
3659 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3660
3661 * files.el (set-auto-mode-1): Use line-end-position.
3662
3663 * international/latin-1.el:
3664 * international/latin-2.el:
3665 * international/latin-3.el:
3666 * international/latin-4.el:
3667 * international/latin-5.el:
3668 * international/latin-8.el:
3669 * international/latin-9.el: Give punctuation syntax to NBSP.
3670
3671 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3672 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3673 Use char-classes to accept non-ascii letters, accepted in some recent
3674 bibtex implementations.
3675
3676 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3677
3678 * custom.el (custom-set-minor-mode): Any non-nil value for the
3679 variable should enable the mode when set through Custom.
3680
3681 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3682
3683 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3684 TAB binding so tab-always-indent is obeyed.
3685 (vhdl-minibuffer-local-map): Move initialization into declaration.
3686 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3687 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3688 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3689 (vhdl-current-line): Use line-beginning-position.
3690 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3691 with-output-to-temp-buffer, so the current position can be recorded.
3692
3693 2005-04-10 Masatake YAMATO <jet@gyve.org>
3694
3695 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3696 Add regexp for gcov.
3697
3698 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3699
3700 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3701 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3702 syntax which Emacs 20 doesn't support.
3703
3704 2005-04-09 Richard M. Stallman <rms@gnu.org>
3705
3706 * help.el (describe-key-briefly, describe-key):
3707 Replace strings as event types with "(any string)".
3708
3709 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3710
3711 * arc-mode.el (archive-mode-map): Move initialization into
3712 the declaration. Override *all* bindings of `undo'.
3713 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3714
3715 2005-04-09 Jay Belanger <belanger@truman.edu>
3716
3717 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3718
3719 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3720
3721 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3722 (xterm-register-default-colors): Update color values computation
3723 to match xterm-200.
3724
3725 2005-04-09 Kenichi Handa <handa@m17n.org>
3726
3727 * international/code-pages.el (iso-latin-7): Fix the map.
3728
3729 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3730
3731 * emacs-lisp/lisp.el (defun-prompt-regexp)
3732 (parens-require-spaces, buffer-end, end-of-defun)
3733 (insert-parentheses): Doc fixes.
3734
3735 2005-04-08 Kim F. Storm <storm@cua.dk>
3736
3737 * comint.el (comint-highlight-prompt): Fix face spec.
3738 * hi-lock.el (hi-green): Likewise.
3739
3740 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3741
3742 * cus-edit.el (custom-modified-face):
3743 * comint.el (comint-highlight-input): Fix previous changes.
3744 * term.el (term-handle-ansi-escape): Add a comment.
3745
3746 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3747
3748 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3749 in the buffer and in whitespace-highlighted-space.
3750 (whitespace-unhighlight-the-space): Simplify.
3751 (whitespace-buffer): Simplify.
3752
3753 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3754
3755 * textmodes/table.el (table-cell-face): Add special case for
3756 displays supporting a high number of colors.
3757 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3758 (vhdl-font-lock-reserved-words-face)
3759 (vhdl-speedbar-architecture-face)
3760 (vhdl-speedbar-instantiation-face)
3761 (vhdl-speedbar-architecture-selected-face)
3762 (vhdl-speedbar-instantiation-selected-face): Likewise.
3763 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3764 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3765 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3766 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3767 (ebrowse-progress-face): Likewise.
3768 * progmodes/compile.el (compilation-info-face): Likewise.
3769 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3770 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3771 * calendar/calendar.el (diary-face): Likewise.
3772 * woman.el (woman-italic-face, woman-bold-face)
3773 (woman-unknown-face): Likewise.
3774 * wid-edit.el (widget-button-pressed-face): Likewise.
3775 * whitespace.el (whitespace-highlight-face): Likewise.
3776 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3777 * pcvs-info.el (cvs-marked-face): Likewise.
3778 * info.el (info-xref): Likewise.
3779 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3780 * hilit-chg.el (highlight-changes-face)
3781 (highlight-changes-delete-face): Likewise.
3782 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3783 (hi-red-b): Likewise.
3784 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3785 * font-lock.el (font-lock-keyword-face)
3786 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3787 * cus-edit.el (custom-invalid-face, custom-modified-face)
3788 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3789 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3790 * comint.el (comint-highlight-prompt): Likewise.
3791
3792 2005-04-08 Lute Kamstra <lute@gnu.org>
3793
3794 * font-lock.el (font-lock-keywords): Docstring fixes.
3795
3796 2005-04-08 Kenichi Handa <handa@m17n.org>
3797
3798 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3799 chars are more than a limit, print " and more..." at the tail.
3800
3801 2005-04-08 Kim F. Storm <storm@cua.dk>
3802
3803 * emacs-lisp/authors.el (authors-aliases): Update list.
3804 (authors-ignored-files): New list.
3805 (authors-fixed-entries): Fix typo.
3806 (authors-renamed-files-alist): Update list.
3807 (authors-add): Check authors-ignored-files.
3808
3809 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3810
3811 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3812 optional, to ensure backward compatibility.
3813
3814 2005-04-08 Stephen Eglen <stephen@gnu.org>
3815
3816 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3817
3818 2005-04-08 Kim F. Storm <storm@cua.dk>
3819
3820 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3821
3822 * mouse.el (mouse-on-link-p): Doc fix.
3823
3824 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3825
3826 * ielm.el (ielm-prompt-read-only): Doc fix.
3827
3828 * comint.el (comint-prompt-read-only): Doc fix.
3829
3830 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3831
3832 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3833 ensure dired always handles wildcards passed to ffap.
3834 (find-file-at-point): Use it.
3835 (ffap-dired-wildcards): Doc fix.
3836
3837 2005-04-07 Juri Linkov <juri@jurta.org>
3838
3839 * simple.el (next-error-overlay-arrow-position): New defvar.
3840 Put "=>" on its property `overlay-arrow-string'. Add it to
3841 `overlay-arrow-variable-list'.
3842
3843 * progmodes/compile.el (compilation-setup):
3844 Set `next-error-overlay-arrow-position' to nil. Also set it to
3845 nil in the local hook `kill-buffer-hook'. Make local variable
3846 `overlay-arrow-string' and set it to "=>".
3847 (compilation-goto-locus): Set BOL position to
3848 `next-error-overlay-arrow-position' instead of
3849 `overlay-arrow-position'.
3850
3851 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3852 locally instead of adding it to the global hook.
3853 (Info-kill-buffer): Move up.
3854
3855 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3856
3857 * term/xterm.el (xterm-standard-colors): Update color values from
3858 xterm-200.
3859
3860 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3863
3864 * fast-lock.el:
3865 * lazy-lock.el: Move them to the obsolete subdir.
3866
3867 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3868
3869 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3870 (wdired-add-replace-advice): Remove.
3871 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3872
3873 2005-04-06 Kim F. Storm <storm@cua.dk>
3874
3875 * startup.el (command-line): Add --bare-bones alias for -Q.
3876
3877 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3878
3879 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3880 create the startup fontset if a font specification ends with
3881 `mac-roman'.
3882
3883 2005-04-06 Lute Kamstra <lute@gnu.org>
3884
3885 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3886 change.
3887
3888 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3889 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3890
3891 2005-04-05 Lute Kamstra <lute@gnu.org>
3892
3893 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3894 (define-generic-mode): Ditto. Fix debug declaration.
3895
3896 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3897 Put them in the generic-x group.
3898
3899 * calendar/timeclock.el (timeclock): Doc fix.
3900
3901 * generic.el (define-generic-mode): Don't use custom-current-group.
3902 Document default :group value.
3903 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3904 (define-global-minor-mode): Don't use custom-current-group.
3905
3906 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3907
3908 * startup.el (command-line-1): Display startup-echo-area-message
3909 when fancy splash screen is in use.
3910
3911 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3912 (sh-escaped-newline): New face.
3913 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3914 newline, and use sh-escaped-newline face.
3915
3916 * progmodes/tcl.el (tcl-escaped-newline): New face.
3917 (tcl-builtin-list): New variable.
3918 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3919 newlines. Fix keywords subexpression number.
3920
3921 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3922
3923 * textmodes/org.el (org-diary-default-entry): Fix call to
3924 `add-to-diary-entry'.
3925
3926 2005-04-05 Kim F. Storm <storm@cua.dk>
3927
3928 * ediff-init.el: Use (featurep 'xemacs).
3929
3930 2005-04-05 David Ponce <david@dponce.com>
3931
3932 * cus-edit.el (face): Derive from symbol widget. Display sample
3933 of the current face on the fly.
3934 (widget-face-sample-face-get, widget-face-notify): New functions.
3935 (widget-face-value-create): Remove.
3936
3937 * wid-edit.el (widget-field-end): Temporarily remove field
3938 narrowing before to call `get-char-property'.
3939
3940 2005-04-04 Jay Belanger <belanger@truman.edu>
3941
3942 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3943 (math-read-subscripts): New variable.
3944 (math-read-preprocess-string): Process subscripts.
3945
3946 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3947
3948 * comint.el (comint-prompt-read-only): Doc fix.
3949
3950 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3951 `-1'. Doc fix.
3952
3953 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
3954
3955 * textmodes/org.el (org-insert-mode-line-in-empty-file):
3956 Change default value to nil.
3957
3958 2005-04-04 Lute Kamstra <lute@gnu.org>
3959
3960 * autorevert.el (auto-revert-mode): Specify :group.
3961 * battery.el (display-battery-mode): Specify :group.
3962 * diff-mode.el (diff-minor-mode): Specify :group.
3963 * font-core.el (font-lock-mode): Specify :group.
3964 * hl-line.el (hl-line-mode): Specify :group.
3965 * iimage.el (iimage): New customization group.
3966 (iimage-mode): Specify :group.
3967 * longlines.el (longlines-mode): Specify :group.
3968 * master.el: Don't require easy-mmode.
3969 (master): New customization group.
3970 (master-mode): Specify :group.
3971 * msb.el (msb-mode): Specify :group.
3972 * reveal.el (reveal-mode): Specify :group.
3973 * simple.el (next-error-follow-minor-mode): Specify :group.
3974 * smerge-mode.el (smerge-mode): Specify :group.
3975 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3976 * emulation/cua-base.el (cua-mode): Specify :group.
3977 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3978 * language/thai-util.el (thai-auto-composition-mode)
3979 (thai-word-mode): Specify :group.
3980 * mail/supercite.el (sc-minor-mode): Specify :group.
3981 * progmodes/cwarn.el (cwarn-mode): Specify :group.
3982 * progmodes/flymake.el (flymake-mode): Specify :group.
3983 * progmodes/glasses.el (glasses-mode): Specify :group.
3984 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3985 * textmodes/enriched.el (enriched-mode): Specify :group.
3986 * textmodes/refill.el (refill-mode): Specify :group.
3987
3988 * add-log.el (change-log-font-lock-keywords): Names in
3989 parenthesized lists can contain spaces.
3990
3991 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3992
3993 * startup.el (fancy-splash-text): Shorten default text of
3994 "Emacs Tutorial" line. Also, if the current language env
3995 indicates an available tutorial file other than TUTORIAL,
3996 extract its title and append it to the line in parentheses.
3997 (fancy-splash-insert): If arg is a thunk, funcall it.
3998
3999 2005-04-04 Jay Belanger <belanger@truman.edu>
4000
4001 * calc.el (calc-language-alist): Add tags to customization type.
4002
4003 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4004
4005 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4006 Doc fix.
4007
4008 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4009
4010 * add-log.el (change-log-font-lock-keywords): The manual
4011 describing a Change Log entry, says: (...) "Aside from these
4012 header lines, every line in the change log starts with a space or
4013 a tab.". The font-lock was not highlighting lines started with
4014 spaces, added support for it.
4015
4016 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4017
4018 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4019 (bibtex-generate-url-list): Update docstring accordingly. Put the
4020 complex example in the docstring.
4021 (bibtex-font-lock-url): Use pop.
4022
4023 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4024
4025 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4026
4027 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4028
4029 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4030
4031 * filesets.el (filesets-set-default): Doc fix.
4032
4033 2005-04-03 Lute Kamstra <lute@gnu.org>
4034
4035 * generic.el (define-generic-mode): Add argument to specify
4036 keywords for defcustom.
4037 (default-generic-mode): Specify :group.
4038
4039 * generic-x.el: Specify :group for all generic modes.
4040
4041 * desktop.el (desktop-no-desktop-file-hook)
4042 (desktop-after-read-hook): Doc fix.
4043
4044 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4045
4046 * simple.el (visible-mode): Use explicit :group keyword.
4047 This changes the group of `visible-mode-hook' from paren-blinking
4048 to editing-basics.
4049
4050 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4051
4052 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4053 mailbox specifications as well as URLs.
4054 (rmail-insert-inbox-text): Remove unused conditional branches.
4055
4056 2005-04-01 Jay Belanger <belanger@truman.edu>
4057
4058 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4059 (calc-gnuplot-print-command): Move definitions to calc.el.
4060
4061 * calc/calc-embed.el (calc-embedded-announce-formula)
4062 (calc-embedded-open-formula, calc-embedded-close-formula)
4063 (calc-embedded-open-word, calc-embedded-close-word)
4064 (calc-embedded-open-plain, calc-embedded-close-plain)
4065 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4066 (calc-embedded-open-mode, calc-embedded-close-mode):
4067 Move definitions to calc.el.
4068
4069 * calc/calc.el (calc-settings-file, calc-language-alist):
4070 Make customizable.
4071 (calc-embedded-announce-formula, calc-embedded-open-formula)
4072 (calc-embedded-close-formula, calc-embedded-open-word)
4073 (calc-embedded-close-word, calc-embedded-open-plain)
4074 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4075 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4076 (calc-embedded-close-mode, calc-gnuplot-name)
4077 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4078 from other files and make customizable.
4079
4080 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4083 Use buffer-live-p.
4084 (cvs-mode-run): Don't call cvs-update-header here.
4085 (cvs-run-process): Call cvs-update-header.
4086 Use process properties for cvs-postprocess and cvs-buffer so that
4087 the sentinel can behave better if the temp buffer is killed.
4088 Use a pipe rather than a tty, to better handle unexpected prompts.
4089 (cvs-sentinel): Rewrite. Call cvs-update-header.
4090
4091 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4092
4093 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4094 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4095
4096 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * generic.el (define-generic-mode): Add indentation rule.
4099
4100 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4101
4102 * files.el (mode-require-final-newline): Make Custom correctly
4103 report a nil value and allow to set it to nil via Custom.
4104 Doc fix.
4105
4106 2005-04-01 Kenichi Handa <handa@m17n.org>
4107
4108 * international/characters.el: Enable the correct case setting for
4109 dotless-i and dotted-I.
4110
4111 2005-04-01 Kim F. Storm <storm@cua.dk>
4112
4113 * ido.el (ido-file-internal): Fall back to non-ido command if
4114 initial directory is on slow ftp (or tramp) host.
4115
4116 2005-03-31 Richard M. Stallman <rms@gnu.org>
4117
4118 * emacs-lisp/autoload.el (make-autoload):
4119 Handle define-global-minor-mode.
4120
4121 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4122 Rename from easy-mmode-define-global-mode.
4123 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4124
4125 * progmodes/scheme.el (scheme-mode-syntax-table):
4126 Update syntax of | and # for two-character comment syntax.
4127
4128 2005-03-31 Lute Kamstra <lute@gnu.org>
4129
4130 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4131 (define-minor-mode): Call custom-current-group at load-time.
4132
4133 * generic.el (define-generic-mode): Add debug declaration.
4134 Add defcustom for the mode hook.
4135 (generic-mode-internal): Use run-mode-hooks.
4136
4137 2005-03-31 Kim F. Storm <storm@cua.dk>
4138
4139 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4140 (mouse-fixup-help-message): New defun called by show_help_echo
4141 to fixup mouse-2 prefix in help messages when applicable.
4142
4143 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4144
4145 2005-03-31 Kenichi Handa <handa@m17n.org>
4146
4147 * language/thai-word.el (thai-find-word-ends): Pay attention to
4148 the case that we reach the end of buffer.
4149
4150 * textmodes/fill.el (fill-text-properties-at): New function.
4151 (fill-newline): Use fill-text-properties-at instead of
4152 text-properties-at.
4153
4154 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4155
4156 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4157 not comint-quote-filename.
4158
4159 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4160
4161 * help-fns.el (help-with-tutorial): Revert last change.
4162
4163 2005-03-31 Kim F. Storm <storm@cua.dk>
4164
4165 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4166
4167 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4168
4169 * calendar/cal-china.el: Update reference to "Calendrical
4170 Calculations" book; there's a new edition.
4171 * calendar/cal-coptic.el: Likewise.
4172 * calendar/cal-french.el: Likewise.
4173 * calendar/cal-hebrew.el: Likewise.
4174 * calendar/cal-islam.el: Likewise.
4175 * calendar/cal-iso.el: Likewise.
4176 * calendar/cal-julian.el: Likewise.
4177 * calendar/cal-mayan.el: Likewise.
4178 * calendar/cal-persia.el: Likewise.
4179 * calendar/calendar.el: Likewise.
4180 * calendar/holidays.el: Likewise.
4181 * calendar/lunar.el: Likewise.
4182 * calendar/solar.el: Likewise.
4183
4184 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4185 white space from doc string.
4186
4187 2005-03-30 Jay Belanger <belanger@truman.edu>
4188
4189 * calc/calc-help.el (calc-full-help): Remove email address.
4190
4191 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4192
4193 * help-fns.el (help-with-tutorial): Delete title line.
4194
4195 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4196
4197 * calendar/cal-x.el (calendar-one-frame-setup)
4198 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4199 rather than 'symbol for set-window-dedicated-p.
4200
4201 * calendar/appt.el (appt-buffer-name): Make it a constant.
4202 (appt-add): Doc fix.
4203
4204 * filesets.el (filesets-menu-path, filesets-menu-before)
4205 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4206 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4207 (filesets-add-submenu): Delete and use add-submenu instead.
4208
4209 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4210
4211 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4212 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4213 (org-diary-default-entry): New function.
4214 (org-get-entries-from-diary): Better parsing of diary entries.
4215 (org-agenda-check-no-diary): New function.
4216 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4217 linking to diary entries.
4218 (org-agenda-execute-calendar-command): New function.
4219 (org-agenda): Improve visible section in window.
4220 Use `org-fit-agenda-window'.
4221 (org-fit-agenda-window): New option.
4222 (org-move-subtree-down): Better handling of empty lines
4223 at end of subtree.
4224 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4225 levels up.
4226 (org-fontify-done-headline): New option.
4227 (org-headline-done-face): New face.
4228 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4229 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4230 When current field is non-empty, it is copied to next row.
4231 (org-table-copy-from-above): Fix bug which made it
4232 impossible to copy fields containing only a single non-white character.
4233
4234 2005-03-30 Kim F. Storm <storm@cua.dk>
4235
4236 * kmacro.el (kmacro-end-macro): Isearch may store this command
4237 into the macro -- so ignore it when executing keyboard macro.
4238
4239 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4240
4241 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4242
4243 2005-03-29 Kenichi Handa <handa@m17n.org>
4244
4245 * language/thai.el ("Thai"): Set setup-function and exit-function
4246 for Thai language environment.
4247
4248 * language/thai-util.el: Require thai-word.
4249 (thai-word-mode-map): New variable.
4250 (thai-word-mode): New minor mode.
4251 (setup-thai-language-environment-internal): New function.
4252 (exit-thai-language-environment-internal): New function.
4253
4254 * language/thai-word.el (thai-word-table): Declare it by defvar,
4255 use dolist to initialize it.
4256 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4257 (thai-fill-find-break-point): New functions.
4258
4259 2005-03-29 Richard M. Stallman <rms@gnu.org>
4260
4261 * simple.el (idle-update-delay): Move definition up.
4262 (set-mark): Doc fix.
4263
4264 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4265
4266 * longlines.el: New file.
4267
4268 * simple.el (buffer-substring-filters): New variable.
4269 (filter-buffer-substring): New function.
4270 (kill-region, copy-region-as-kill): Use it.
4271
4272 * register.el (copy-to-register, append-to-register)
4273 (prepend-to-register): Use filter-buffer-substring.
4274
4275 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4276
4277 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4278 (gud-filter-pending-text): Move in front of gdb.
4279 (gud-overlay-arrow-position): New variable.
4280 (gud-sentinel, gud-display-line): Use it in place of
4281 overlay-arrow-position.
4282
4283 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4284
4285 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4286 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4287 (fortran-font-lock-keywords-4): New variable.
4288 (fortran-blocks-re, fortran-end-block-re)
4289 (fortran-start-block-re): New constants, for hideshow.
4290 (hs-special-modes-alist): Add a Fortran entry.
4291 (fortran-mode-map): Bind fortran-end-of-block,
4292 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4293 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4294 (fortran-looking-at-if-then, fortran-end-of-block)
4295 (fortran-beginning-of-block): New functions, for hideshow.
4296
4297 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4298 Doc fix. Tweak regexp.
4299 (f90-beginning-of-block): Push mark first.
4300
4301 2005-03-29 Jay Belanger <belanger@truman.edu>
4302
4303 * calc/calc.el: Update copyright date.
4304 (calc-version): Increase to 2.1.
4305 (calc-version-date): Remove.
4306
4307 * calc/calc-help.el: Update copyright date.
4308 (calc-full-help): Remove reference to calc-version-date.
4309 Update copyright date.
4310
4311 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4312
4313 * vc.el (vc-do-command): Use a pipe for async processes, so password
4314 prompts don't show up at places where the user can't reply.
4315
4316 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4317
4318 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4319 on the file name we pass to the inferior shell.
4320
4321 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4322
4323 * progmodes/which-func.el (which-function): Be robust in the face of an
4324 imenu--make-index-alist failure.
4325
4326 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4329
4330 * progmodes/python.el (python-preoutput-filter): Fix last change.
4331
4332 2005-03-29 Lute Kamstra <lute@gnu.org>
4333
4334 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4335 functions and compiled macros.
4336 (debug-convert-byte-code): Handle macros too.
4337 (debug-on-entry-1): Don't signal an error when trying to clear a
4338 function that is not set to debug on entry.
4339
4340 2005-03-29 Jay Belanger <belanger@truman.edu>
4341
4342 * calc/calc-lang.el: Add functions to math-function-table
4343 properties of tex and math.
4344
4345 2005-03-29 Kenichi Handa <handa@m17n.org>
4346
4347 * ps-mule.el (ps-mule-plot-string): Translate characters by
4348 ps-print-translation-table.
4349 (ps-mule-begin-job): Call find-charset-region/string with
4350 ps-print-translation-table.
4351 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4352
4353 * ps-print.el (ps-print-translation-table): New variable.
4354 (ps-plot-region): Translate characters by ps-print-translation-table.
4355
4356 2005-03-29 Juri Linkov <juri@jurta.org>
4357
4358 * simple.el (next-error-highlight-timer): New variable.
4359
4360 * progmodes/compile.el (compilation-goto-locus):
4361 Use `next-error-highlight-timer' instead of `sit-for'.
4362
4363 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 * mail/supercite.el (sc-mail-field): Use assoc-string.
4366 (sc-get-address): Simplify regexps.
4367
4368 * files.el (minibuffer-with-setup-hook): New macro.
4369 (find-file-read-args): Use it to avoid let-binding
4370 minibuffer-with-setup-hook (which breaks turning on/off
4371 file-name-shadow-mode while in the prompt).
4372
4373 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4374
4375 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4376
4377 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4378
4379 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4380
4381 * window.el (window-buffer-height): Use count-screen-lines.
4382
4383 * progmodes/python.el (python-preoutput-leftover): New var.
4384 (python-preoutput-filter): Use it.
4385 (python-send-receive): Loop until all the result has been received.
4386
4387 2005-03-28 Juri Linkov <juri@jurta.org>
4388
4389 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4390
4391 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4392 "Recover Crashed Session".
4393 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4394 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4395 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4396 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4397 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4398 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4399 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4400 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4401
4402 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4403 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4404 Ediff Sessions", "Toggle use of separate control buffer frame",
4405 "Use separate frame for Ediff control buffer".
4406
4407 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4408 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4409 "Rename Bookmark", "Delete Bookmark".
4410
4411 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4412 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4413 Add `:active Info-index-alternatives' to "Next Matching Item".
4414
4415 * wdired.el (wdired-change-to-wdired-mode):
4416 Mention `wdired-abort-changes' key in the initial message.
4417
4418 * international/mule.el (auto-coding-alist): Associate non-ascii
4419 image filename extensions with `no-conversion'.
4420
4421 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4422
4423 * international/iso-acc.el:
4424 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4425
4426 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4427
4428 * textmodes/sgml-mode.el (html-mode): Doc update.
4429
4430 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4431
4432 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4433
4434 * term.el (term-move-columns): Fix face after extending a line.
4435 (term-insert-spaces): Likewise.
4436 (term-reset-terminal): Fix off by one error.
4437
4438 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4439
4440 * international/mule.el (auto-coding-alist): Add .xpi files.
4441
4442 * files.el (auto-mode-alist): Add .xpi files.
4443
4444 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4445
4446 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4447
4448 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4449
4450 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4451
4452 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4453
4454 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4455 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4456
4457 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4458 cursor to Jan 1 when needed.
4459 (calendar-end-of-year): Fix -/+ typo.
4460 Reported by Chong Yidong <cyd@stupidchicken.com>.
4461
4462 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4463
4464 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4465
4466 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4467 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4468
4469 2005-03-25 Richard M. Stallman <rms@gnu.org>
4470
4471 * filesets.el (filesets-init): Add autoload.
4472
4473 * mail/mailalias.el (mail-directory): Doc fix.
4474
4475 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4476
4477 * mail/mailalias.el (mail-directory-process): Do nothing if
4478 mail-directory-process is an atom.
4479 (mail-get-names): Ignore mail-directory-names if it is an atom.
4480 (mail-directory-process defvar): Doc fix.
4481 (mail-names): Doc fix.
4482
4483 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4484
4485 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4486
4487 2005-03-26 Kenichi Handa <handa@m17n.org>
4488
4489 * international/mule-util.el (detect-coding-with-priority):
4490 Call update-coding-systems-internal before detect-coding-region.
4491
4492 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4493
4494 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4495 (gdb-frames-mode-map): Add follow-link property.
4496
4497 2005-03-25 Jay Belanger <belanger@truman.edu>
4498
4499 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4500 for variables.
4501
4502 2005-03-25 Juri Linkov <juri@jurta.org>
4503
4504 * image-mode.el: Optimize image filename extension regexps in
4505 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4506 in `auto-mode-alist'.
4507 (image-mode): Add `image-toggle-display-text' to local hook
4508 `change-major-mode-hook'. Display the image as an image by
4509 default. Set `cursor-type' and `truncate-lines' if the image
4510 is already displayed. Take into account the current mode (image
4511 or text) in message.
4512 (image-minor-mode): New minor mode.
4513 (image-mode-maybe, image-toggle-display-text): New functions.
4514 (image-toggle-display): Use called-interactively-p.
4515 Let-bind `inhibit-read-only' to t.
4516
4517 * image-mode.el (image-minor-mode): Set `cursor-type' and
4518 `truncate-lines' if the image is already displayed. Add turning
4519 image-minor-mode off to `change-major-mode-hook'. Add message.
4520 Call `image-toggle-display-text' after turning image-minor-mode off.
4521
4522 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4523
4524 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4525 Terminal.app, use utf-8.
4526 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4527 (set-locale-environment): Use it.
4528
4529 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4530
4531 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4532
4533 * progmodes/python.el (python-close-block-statement-p)
4534 (python-outdent-p, python-current-defun): Use symbol-end.
4535
4536 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4537
4538 * files.el (save-some-buffers): Doc fix.
4539
4540 2005-03-25 Werner Lemberg <wl@gnu.org>
4541
4542 * complete.el, thumbs.el: Replace `legal' with `valid'.
4543 * calendar/calendar.el: Replace `legal' with `valid'.
4544 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4545 * mail/supercite.el: Replace `legal' with `valid'.
4546 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4547 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4548 Replace `legal' with `valid'.
4549 * textmodes/reftex-vars.el, textmodes/reftex.el:
4550 Replace `legal' with `valid'.
4551
4552 2005-03-25 Werner Lemberg <wl@gnu.org>
4553
4554 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4555 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4556 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4557 * emulation/vip.el: Replace `illegal' with `invalid'.
4558 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4559 * mail/supercite.el: Replace `illegal' with `invalid'.
4560 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4561 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4562 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4563 * progmodes/sh-script.el, progmodes/xscheme.el:
4564 Replace `illegal' with `invalid'.
4565 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4566 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4567 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4568 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4569
4570 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4571
4572 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4573 (flymake-find-buildfile, flymake-find-possible-master-files)
4574 (flymake-check-include, flymake-parse-line): Replace loops over the
4575 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4576
4577 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4578 Substitute file-name-as-directory in the rest of the file.
4579 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4580 (flymake-replace-region): Remove unused arg `buffer'.
4581 (flymake-check-patch-master-file-buffer): Update calls to it.
4582 (flymake-add-err-info): Remove unused var `count'.
4583 (flymake-mode): Use define-minor-mode.
4584
4585 * progmodes/flymake.el: Use with-current-buffer.
4586 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4587 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4588 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4589 Avoid testing for `xemacs'.
4590 (flymake-nop): Move.
4591 (flymake-region-has-flymake-overlays): Return the computed value.
4592 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4593 Remove unused var `endline'.
4594 (flymake-get-line-count): Remove unused function.
4595 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4596
4597 * emulation/vi.el:
4598 * generic.el:
4599 * hilit-chg.el (global-highlight-changes):
4600 * hi-lock.el (hi-lock-mode):
4601 * follow.el: find-file-hooks -> find-file-hook.
4602
4603 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4604
4605 2005-03-24 Juri Linkov <juri@jurta.org>
4606
4607 * dired.el (dired-mode-map): Add menu item "Compare directories"
4608 for dired-compare-directories.
4609
4610 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4611 Doc fix. Replace `read-file-name' with `read-directory-name'.
4612
4613 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4616
4617 2005-03-24 Jay Belanger <belanger@truman.edu>
4618
4619 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4620 relevant mode settings in calc-embedded-original-modes when modes
4621 are permanently changed.
4622
4623 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4624
4625 * autoinsert.el: find-file-hooks -> find-file-hook.
4626
4627 2005-03-24 Lute Kamstra <lute@gnu.org>
4628
4629 * generic.el (generic-font-lock-defaults): Make it obsolete.
4630 (generic-font-lock-keywords): New variable to replace
4631 generic-font-lock-defaults.
4632 (generic-mode-set-font-lock): Delete it.
4633 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4634 (generic-bracket-support): Add docstring.
4635
4636 * generic-x.el: Rename generic-font-lock-defaults to
4637 generic-font-lock-keywords throughout.
4638 (mailagent-rules-setup-function): Delete it.
4639 (mailagent-rules-generic-mode): Use anonymous function instead.
4640 (show-tabs-generic-mode-font-lock-defaults-1)
4641 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4642 Quote faces.
4643 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4644 not foreground.
4645
4646 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4647 Recognize define-generic-mode.
4648
4649 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4650
4651 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4652 if there's no completion table.
4653
4654 2005-03-23 Miles Bader <miles@gnu.org>
4655
4656 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4657 Remove tty-specific variants, as they're no longer needed.
4658
4659 2005-03-23 Lute Kamstra <lute@gnu.org>
4660
4661 * generic-x.el: Code cleanup: make args constant whenever possible.
4662 (installshield-statement-keyword-list)
4663 (installshield-system-functions-list)
4664 (installshield-system-variables-list, installshield-types-list)
4665 (installshield-funarg-constants-list): Make them constants.
4666
4667 * generic.el (generic-make-keywords-list): Add autoload cookie.
4668
4669 * calendar/time-date.el: Add comment on time value formats.
4670 Don't require parse-time.
4671 (with-decoded-time-value): New macro.
4672 (encode-time-value): New function.
4673 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4674 (days-to-time): Return a valid time value when arg is huge.
4675 (time-since): Use time-subtract.
4676 (time-to-number-of-days): Use time-to-seconds.
4677
4678 2005-03-23 David Ponce <david@dponce.com>
4679
4680 * recentf.el: (recentf-keep): New option.
4681 (recentf-menu-action): Default to `find-file'.
4682 (recentf-keep-non-readable-files-flag)
4683 (recentf-keep-non-readable-files-p)
4684 (recentf-file-readable-p, recentf-find-file)
4685 (recentf-cleanup-remote): Remove.
4686 (recentf-include-p): More robust.
4687 (recentf-keep-p): New function.
4688 (recentf-remove-if-non-kept): Rename from
4689 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4690 All callers updated.
4691 (recentf-menu-items-for-commands): Fix help string.
4692 (recentf-track-closed-file): Update. Doc fix.
4693 (recentf-cleanup): Update. Count removed files. Doc fix.
4694
4695 2005-03-23 Kim F. Storm <storm@cua.dk>
4696
4697 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4698 Don't inherit from fringe face (now happens automatically).
4699
4700 2005-03-22 Kim F. Storm <storm@cua.dk>
4701
4702 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4703 position values.
4704
4705 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * menu-bar.el (showhide-date-time): Remove.
4708 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4709 (menu-bar-make-mm-toggle): Simplify.
4710
4711 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4712
4713 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4714 Accept qualified variable and function names.
4715
4716 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4717
4718 * bindings.el (completion-ignored-extensions):
4719 Remove ".lis" for `vax-vms'.
4720
4721 2005-03-22 Andreas Schwab <schwab@suse.de>
4722
4723 * generic-x.el: Revert last change.
4724 * ldefs-boot.el: Update.
4725
4726 2005-03-22 Jay Belanger <belanger@truman.edu>
4727
4728 * calc/calc-embed (calc-embedded-original-modes): New variable.
4729 (calc-embedded-save-original-modes)
4730 (calc-embedded-restore-original-modes): New functions.
4731 (calc-do-embedded): Save original modes when entering embedded mode
4732 and restore when leaving embedded mode.
4733 (calc-embedded-modes-change): Change the value of
4734 calc-embedded-original-modes to reflect permanent changes.
4735
4736 2005-03-22 Lute Kamstra <lute@gnu.org>
4737
4738 * generic-x.el: Require generic again.
4739
4740 2005-03-22 Miles Bader <miles@gnu.org>
4741
4742 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4743 Tweak details to look good on both ttys and bitmap displays, light
4744 or dark background, etc.
4745
4746 2005-03-21 Kim F. Storm <storm@cua.dk>
4747
4748 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4749 mouse position.
4750
4751 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4752
4753 * icomplete.el: Don't forcibly turn on the mode upon load.
4754 (icomplete-mode): Use define-minor-mode.
4755 (icomplete-eoinput): Default to nil.
4756 (icomplete-minibuffer-setup): Remove autoload.
4757 (icomplete-tidy): Simplify.
4758 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4759 in the initial state or if the user has modified the field.
4760 Fix handling of icomplete-max-delay-chars.
4761 Remove code that handles the oddball case where
4762 minibuffer-completion-table is an integer.
4763 Wrap icomplete-completions in while-no-input in case building
4764 completions takes more time than expected.
4765 (icomplete-completions): Simplify.
4766
4767 2005-03-21 Richard M. Stallman <rms@gnu.org>
4768
4769 * jka-compr.el (jka-compr-really-do-compress):
4770 Make variable buffer-local.
4771
4772 * image-mode.el: Handle .xpm files too.
4773 (image-toggle-display): Preserve modification flag.
4774
4775 * help.el (where-is): Don't mention aliases with no key bindings.
4776
4777 2005-03-21 Lute Kamstra <lute@gnu.org>
4778
4779 * generic.el: Fix commentary section. Don't require cl for compilation.
4780 (generic-mode-list): Add autoload cookie.
4781 (generic-use-find-file-hook, generic-lines-to-scan)
4782 (generic-find-file-regexp, generic-ignore-files-regexp)
4783 (generic-mode, generic-mode-find-file-hook)
4784 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4785 (define-generic-mode): Make it a defmacro. Fix docstring.
4786 (generic-mode-internal): Code cleanup. Add autoload cookie.
4787 (generic-mode-set-comments): Code cleanup.
4788 * generic-x.el: Don't prevent compilation. Don't require generic.
4789 Follow coding conventions. Minor code cleanup.
4790 (etc-fstab-generic-mode): Add some keywords.
4791 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4792 define-generic-mode like a function declaration.
4793
4794 2005-03-21 Jay Belanger <belanger@truman.edu>
4795
4796 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4797 changing modes.
4798
4799 2005-03-21 Sam Steingold <sds@gnu.org>
4800
4801 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4802
4803 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4804
4805 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4806 Add underscore to "f$ lexicals" regexp.
4807
4808 2005-03-20 Juri Linkov <juri@jurta.org>
4809
4810 * subr.el (progress-reporter-do-update): When `min-value' is equal
4811 to `max-value', set `percentage' to 0 and prevent division by zero.
4812
4813 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4814
4815 Sync with Tramp 2.0.48.
4816
4817 * tramp.el (all): Change all addresses to .gnu.org.
4818 (tramp-append-tramp-buffers): New defun.
4819 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4820 Catch `dont-send' signal.
4821 (tramp-set-auto-save-file-modes): Set always permissions, because
4822 there might be an old auto-saved file belonging to another
4823 original file. This could be a security threat. Reported by
4824 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4825 Check for Emacs 21.3.50 removed.
4826
4827 * tramp-smb.el (all): Remove debug construct for
4828 `with-parsed-tramp-file-name'.
4829 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4830 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4831 No error message if DIRECTORY or FILENAME doesn't exist.
4832 (tramp-smb-open-connection): Check existence of
4833 `tramp-smb-program'.
4834
4835 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4838 Properly handle the case where the `m' or `s' command's argument is not
4839 yet terminated.
4840 (perl-indent-new-calculate): New function.
4841 (perl-indent-line): Use it.
4842
4843 2005-03-20 Miles Bader <miles@gnu.org>
4844
4845 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4846 in text-mode too. Change to new face names.
4847 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4848 Add `:weight bold' attribute.
4849 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4850
4851 2005-03-19 Juri Linkov <juri@jurta.org>
4852
4853 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4854
4855 * international/mule.el (auto-coding-alist): Sync with
4856 `auto-mode-alist' by adding upper case archive file extensions
4857 and adding ear/war to jar extension.
4858
4859 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4860
4861 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4862 running, restart it.
4863
4864 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4865
4866 * finder.el (finder-current-item): Throw an error on an empty line.
4867
4868 * man.el (Man-follow-manual-reference): If current-word returns
4869 nil, use "".
4870
4871 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4872
4873 * simple.el (goto-line): Doc fix.
4874
4875 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4876
4877 * files.el (save-buffer): Doc fix.
4878
4879 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4880
4881 * recentf.el (recentf-cleanup-remote): New variable.
4882 (recentf-cleanup): Use it to conditionally check availablity of
4883 remote files.
4884
4885 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4886
4887 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4888 function names.
4889
4890 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4891
4892 * language/thai-word.el: New file.
4893
4894 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4895
4896 * files.el (backup-buffer): If the file's directory is not
4897 writable, use copy instead of move to backup the file.
4898
4899 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4900
4901 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4902
4903 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4904
4905 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4906 Use functionp instead of symbolp and fboundp. Reported by Drkm
4907 <darkman_spam@yahoo.fr>.
4908 (ps-print-version): New version 6.6.6.
4909
4910 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4911
4912 * textmodes/table.el (table--line-column-position): New idiom.
4913 (table--row-column-insertion-point-p): New function to test
4914 validity of row and column insertion operation at a location.
4915 (table-global-menu, table-cell-menu): Use above functions for
4916 deterministic test operation.
4917 (table--editable-cell-p): Behave in deterministic fashion.
4918
4919 2005-03-18 Juri Linkov <juri@jurta.org>
4920
4921 * isearch.el (isearch-lazy-highlight-new-loop):
4922 Make arguments beg and end optional.
4923 (isearch-update): Remove optional arguments nil from
4924 isearch-lazy-highlight-new-loop.
4925 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4926 isearch-lazy-highlight-case-fold-search instead of
4927 isearch-case-fold-search, and let-bind isearch-regexp to
4928 isearch-lazy-highlight-regexp.
4929 Use isearch-lazy-highlight-last-string instead of isearch-string.
4930
4931 * replace.el (perform-replace): Remove bindings of global
4932 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4933 Add three new arguments to `replace-highlight'.
4934 (replace-highlight): Add arguments string, regexp, case-fold.
4935 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4936 to allow isearch-lazy-highlight-new-loop to use these values
4937 to set corresponding isearch-lazy-highlight-* internal
4938 variables whose values lazy highlighting will use regardless of
4939 changes to global variables isearch-string, isearch-regexp,
4940 isearch-case-fold-search during lazy highlighting loop.
4941 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4942 to `lazy-highlight-cleanup'.
4943
4944 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4945 (ispell-highlight-face): Set default face to `isearch' when
4946 lazy highlighting is enabled.
4947 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4948 priority to 1. Add lazy highlighting.
4949 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4950 from `isearch-dehighlight'.
4951
4952 2005-03-18 David Ponce <david@dponce.com>
4953
4954 * files.el (hack-local-variables): Do a case-insensitive search
4955 for End.
4956
4957 2005-03-18 Juri Linkov <juri@jurta.org>
4958
4959 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4960 `isearch-lazy-highlight-cleanup', add alias to old name and
4961 declare obsolete. Add release numbers to other obsolete vars.
4962 (isearch-done, isearch-lazy-highlight-new-loop):
4963 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
4964 (lazy-highlight-cleanup) <variable>: Doc fix.
4965 (isearch-lazy-highlight-update): Rename obsolete
4966 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4967
4968 2005-03-18 Kenichi Handa <handa@m17n.org>
4969
4970 * language/thai-util.el: Fix categorization of Thai characters in
4971 thai-category-table.
4972 (thai-composition-pattern): Adjust it for the above change.
4973 (thai-self-insert-command, thai-compose-syllable): New functions.
4974 (thai-compose-region): Use thai-compose-syllable.
4975 (thai-compose-string): Likewise.
4976 (thai-composition-function): Likewise.
4977 (thai-auto-composition): New function.
4978 (thai-auto-composition-mode): New minor mode.
4979
4980 * language/thai.el: Fix patterns to be registered in
4981 composition-function-table.
4982
4983 * international/quail.el (quail-input-method): Locally bind
4984 inhibit-modification-hooks to t.
4985
4986 2005-03-17 Richard M. Stallman <rms@gnu.org>
4987
4988 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4989 (perl-mode): Use run-mode-hooks.
4990
4991 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4992 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4993 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
4994
4995 * mail/sendmail.el (sendmail-send-it): Reenable the code
4996 to compute resend-to-address and use it.
4997
4998 * tar-mode.el (tar-mode): Turn off undo unconditionally.
4999
5000 * image-mode.el: New file.
5001
5002 * image.el (insert-sliced-image): Add autoload cookie.
5003
5004 * font-lock.el (font-lock-lines-before): New user option.
5005 (font-lock-after-change-function): Obey it.
5006
5007 * bindings.el (esc-map): Make M-g a prefix.
5008 Bind M-g g and M-g M-g to goto-line.
5009
5010 * faces.el (face-id): Doc fix.
5011
5012 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5013
5014 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5015 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5016 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5017
5018 * mail/sendmail.el (mail-yank-ignored-headers)
5019 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5020 Add Mail-Followup-To and Mail-Reply-To headers.
5021 (mail-citation-hook): Add autoload cookie.
5022 (mail-mode): Doc fix.
5023 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5024 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5025 (mail-mode-fill-paragraph): Handle those headers.
5026 (mail-mailing-lists): New variable.
5027 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5028
5029 2005-03-17 Juri Linkov <juri@jurta.org>
5030
5031 * isearch.el (isearch-fallback): Check for `(car previous)'
5032 before calling `isearch-other-end-state'.
5033
5034 2005-03-17 Kim F. Storm <storm@cua.dk>
5035
5036 * simple.el (move-beginning-of-line): Move to beginning of buffer
5037 line, as well as beginning of screen line.
5038
5039 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5040
5041 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5042 argument REDRAW rather than calendar-redrawing variable.
5043 * calendar/calendar.el (calendar-redrawing): Delete.
5044 (redraw-calendar): Do not bind calendar-redrawing.
5045
5046 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5047
5048 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5049 diary-file buffer.
5050
5051 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 * help.el (describe-mode): Allow a :minor-mode-function property to
5054 specify a different minor mode toggle function than the variable.
5055 * simple.el (auto-fill-function):
5056 * subr.el (add-minor-mode): Use it.
5057
5058 2005-03-16 Kenichi Handa <handa@m17n.org>
5059
5060 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5061 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5062 (ethio-fidel-to-sera-buffer): Likewise.
5063
5064 2005-03-16 Juri Linkov <juri@jurta.org>
5065
5066 * emacs-lisp/find-func.el (find-function-regexp):
5067 Add defun-emitting macro `menu-bar-make-toggle'.
5068
5069 * isearch.el: Put `isearch-scroll' property to
5070 `split-window-horizontally'.
5071
5072 * info.el: Update error messages for `debug-ignored-errors'.
5073 (Info-isearch-search): Doc fix.
5074 (Info-find-node): Move up code to go into info buffer before
5075 recording the node to the history.
5076 (Info-fontify-node): Fontify titles only if the next line
5077 has two or more `*', `=', `-', `.'.
5078 Display "go to this node" for empty (match-string 3).
5079
5080 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5081
5082 * term/mac-win.el: Add mouse pointer shape constants.
5083
5084 2005-03-15 Kim F. Storm <storm@cua.dk>
5085
5086 * simple.el (move-beginning-of-line): Use vertical-motion.
5087
5088 2005-03-15 Juri Linkov <juri@jurta.org>
5089
5090 * isearch.el (isearch-error): New variable.
5091 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5092 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5093 (isearch-within-brackets-state): Remove.
5094 (isearch-case-fold-search-state, isearch-pop-fun-state):
5095 Decrease frame index.
5096 (isearch-mode, isearch-top-state, isearch-push-state)
5097 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5098 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5099 (isearch-search, isearch-lazy-highlight-new-loop):
5100 Replace `isearch-invalid-regexp' with `isearch-error'.
5101 Remove `isearch-within-brackets'.
5102 (isearch-search): Add `search-failed' handler to `condition-case'.
5103 (isearch-lazy-highlight-search): Add `condition-case' to catch
5104 errors and allow `isearch-lazy-highlight-update' to try
5105 highlighting from the beginning of the window.
5106 (isearch-repeat): Move up code to set isearch-wrapped to t
5107 before calling isearch-wrap-function.
5108
5109 * info.el (Info-isearch-initial-node): New internal variable.
5110 (Info-search): Signal an error in isearch mode when search leaves
5111 the initial node. Signal an error when `bound' is non-nil and
5112 nothing was found in the current subfile.
5113 (Info-isearch-search): Remove `condition-case'.
5114 (Info-isearch-wrap): Don't wrap when search failed during leaving
5115 the initial node. If `Info-isearch-search' is nil, wrap around
5116 the current node.
5117 (Info-isearch-start): New fun.
5118 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5119 `isearch-mode-hook'.
5120
5121 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5122
5123 * simple.el (normal-erase-is-backspace): Set default to t if
5124 running on Mac.
5125
5126 * term/mac-win.el (function-key-map): Sync with x-win.el.
5127
5128 2005-03-15 Kenichi Handa <handa@m17n.org>
5129
5130 * international/mule-cmds.el (locale-language-names): Modify the
5131 format of elements and add more entries.
5132 (locale-preferred-coding-systems): Add more entries.
5133 (set-locale-environment): Adjust for the change of
5134 locale-language-names.
5135
5136 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * pcvs.el (smerge-ediff): Remove bogus autoload.
5139
5140 2005-03-14 Lute Kamstra <lute@gnu.org>
5141
5142 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5143 Ignore a `*' at the beginning of a line.
5144
5145 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5146 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5147 subr.el.
5148 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5149 to specify indentation.
5150
5151 * generic.el (define-generic-mode): Let generic-mode-list be a
5152 list of strings; test membership with equal.
5153
5154 2005-03-14 Kim F. Storm <storm@cua.dk>
5155
5156 * simple.el (next-line, previous-line): Add optional try-vscroll
5157 arg to recognize interactive use. Pass it on to line-move.
5158 (line-move): Don't perform auto-window-vscroll when defining or
5159 executing keyboard macro to ensure consistent behaviour.
5160
5161 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5162
5163 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5164
5165 2005-03-13 Lute Kamstra <lute@gnu.org>
5166
5167 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5168 debugger-setup-buffer so that backtrace marks the frames set to
5169 debug-on-exit and we don't have to do it manually. Set an extra
5170 debug-on-exit for macro's.
5171 (debugger-setup-buffer): Don't mark the top frame manually.
5172
5173 2005-03-12 Lute Kamstra <lute@gnu.org>
5174
5175 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5176 lisp-indent-function throughout.
5177 (with-no-warnings): Set lisp-indent-function property.
5178
5179 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5180
5181 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5182 Add entry for backslash.
5183
5184 2005-03-12 Juri Linkov <juri@jurta.org>
5185
5186 * info.el (Info-search): Four fixes for backward search.
5187
5188 2005-03-11 Jay Belanger <belanger@truman.edu>
5189
5190 * calc/calc.el (calc-language-alist): New variable.
5191 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5192 (calc-embedded-find-modes): Use calc-language-alist instead of
5193 calc-embedded-language-alist.
5194
5195 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5196
5197 * calendar/calendar.el (calendar-redrawing): New internal
5198 variable.
5199 (redraw-calendar): Remove bogus save-excursion from previous
5200 change. Bind calendar-redrawing to t for mark-diary-entries.
5201 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5202 calendar if that is why we were called.
5203
5204 2005-03-11 Kenichi Handa <handa@m17n.org>
5205
5206 * international/mule.el (make-coding-system): Set property
5207 coding-system-define-form to nil.
5208 (define-coding-system-alias): Likewise.
5209
5210 2005-03-11 Kenichi Handa <handa@m17n.org>
5211
5212 These changes are suggested by Dave Love <fx@gnu.org>.
5213
5214 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5215 coding: tag.
5216 (adaptive-fill-regexp): Add more bullets.
5217 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5218 regexps.
5219
5220 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5221
5222 * help.el (describe-mode): Properly handle non-trivial lighters.
5223 Don't ignore minor modes that are not listed in minor-mode-list.
5224
5225 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5226 feature ON when the user requests to turn it OFF.
5227
5228 2005-03-10 Lute Kamstra <lute@gnu.org>
5229
5230 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5231 (implement-debug-on-entry): New function to replace debug-entry-code.
5232 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5233 second argument as the 2005-03-07 change makes it obsolete.
5234 (debug-on-entry, cancel-debug-on-entry): Update call to
5235 debug-on-entry-1.
5236 (debug, debugger-setup-buffer): Comment update.
5237 (debugger-frame-number): Update to work with implement-debug-on-entry.
5238
5239 2005-03-10 Jay Belanger <belanger@truman.edu>
5240
5241 * calc/calc-embed.el (math-ms-args): Declare it.
5242 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5243 math-ms-args.
5244 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5245 variables.
5246
5247 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5248
5249 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5250 Use message-box.
5251
5252 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5253 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5254 (tooltip-gud-tips): Simplify.
5255 (tooltip-gud-tips-p): Remove superflouous :set.
5256 (tooltip-gud-modes): Add fortran-mode.
5257 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5258
5259 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5260
5261 2005-03-09 Kim F. Storm <storm@cua.dk>
5262
5263 * play/animate.el (animate-place-char): Use forward-line instead
5264 of next-line to improve performance.
5265
5266 2005-03-09 Simon Josefsson <jas@extundo.com>
5267
5268 * net/browse-url.el (browse-url-default-browser): Doc fix.
5269
5270 2005-03-09 Miles Bader <miles@gnu.org>
5271
5272 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5273 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5274
5275 2005-03-09 Kenichi Handa <handa@m17n.org>
5276
5277 * international/latin-1.el: Set case and syntax for 255 only if
5278 set-case-syntax-set-multibyte is nil.
5279
5280 * textmodes/ispell.el (ispell-insert-word): New function.
5281 (ispell-word): Use ispell-insert-word to insert a new word.
5282 (ispell-process-line): Likewise.
5283 (ispell-complete-word): Likewise.
5284
5285 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5286
5287 * calendar/calendar.el (redraw-calendar): Preserve point.
5288 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5289 (calendar-week-start-day): Move after definition of
5290 redraw-calendar. Delete buffer test, since redraw-calendar has
5291 that now.
5292
5293 * calendar/diary-lib.el (mark-diary-entries): Only call
5294 redraw-calendar in the first of any recursive calls.
5295 Reported by Alan Shutko <ats@acm.org>.
5296
5297 2005-03-08 Juri Linkov <juri@jurta.org>
5298
5299 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5300 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5301 (html-radio-buttons): Add a space before the trailing `/>' where
5302 sgml-xml-mode is non-nil.
5303 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5304 the subsequent tag of the empty XML tag.
5305 (html-href-anchor): Don't set initial input to "http:".
5306 (html-image): Ask for the image URL and set point inside alt="".
5307 (html-name-anchor): Duplicate the name in the `id' attribute when
5308 sgml-xml-mode is non-nil.
5309 (html-paragraph): Remove \n before <p>.
5310 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5311 instead of `checked' when sgml-xml-mode is non-nil.
5312
5313 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5314 Remove 1 space before #RRGGBB to not truncate it on terminal
5315 windows w/o fringes. Remove 1 space between bg and fg examples
5316 to get more space.
5317 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5318 avoid byte-compile warnings.
5319
5320 * image-file.el (image-file-handler): Put `safe-magic' property to
5321 `image-file-handler'.
5322
5323 * info.el (Info-isearch-search): Emulate word search in
5324 isearching through multiple Info nodes with Info-search.
5325 (Info-isearch-wrap): Allow isearch-word.
5326
5327 2005-03-08 Lute Kamstra <lute@gnu.org>
5328
5329 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5330 stepping into the debugger's code is not possible.
5331 (debugger-jumping-flag): Docstring update.
5332
5333 2005-03-08 Jay Belanger <belanger@truman.edu>
5334
5335 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5336 embedded mode begins.
5337 (calc-embedded-language-alist): New variable.
5338 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5339 set default language mode.
5340
5341 2005-03-08 Kenichi Handa <handa@m17n.org>
5342
5343 * international/ccl.el (define-ccl-program): Fix docstring about
5344 extra 256 bytes assured for the output buffer.
5345
5346 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5347 Fix BUFFER_MAGNIFICATION to 2.
5348 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5349
5350 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5351
5352 * align.el (align-rules-list): Added an alignment rule for CSS
5353 declarations (applies to css-mode and html-mode buffers).
5354
5355 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5356
5357 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5358
5359 2005-03-07 Kim F. Storm <storm@cua.dk>
5360
5361 * simple.el (move-beginning-of-line): New command.
5362
5363 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5364
5365 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5366
5367 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5368 and move-beginning-of-line.
5369
5370 * apropos.el (apropos-print): Omit command from M-x ... RET.
5371
5372 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5373
5374 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5375 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5376
5377 2005-03-06 Richard M. Stallman <rms@gnu.org>
5378
5379 * bindings.el (esc-map): Bind M-g to goto-line.
5380
5381 * facemenu.el (global-map): Bind M-o, not M-g.
5382
5383 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5384
5385 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5386 "Open Directory" as for "Open File".
5387
5388 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5389
5390 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5391 (push-mark-command): Run activate-mark-hook.
5392
5393 2005-03-06 Richard M. Stallman <rms@gnu.org>
5394
5395 * help-mode.el (help-mode-finish): Don't alter the element
5396 in view-return-to-alist if there already is one.
5397
5398 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5399 make sure the current buffer is the expected one.
5400
5401 * novice.el (disabled-command-function): Output in *Disabled Command*.
5402 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5403
5404 * textmodes/flyspell.el (flyspell-large-region):
5405 Pass args differently for aspell.
5406
5407 * files.el (mode-require-final-newline): Doc fix.
5408
5409 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5410
5411 * progmodes/which-func.el (which-function):
5412 Specify NOERROR when calling imenu--make-index-alist.
5413
5414 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5415
5416 * simple.el (normal-erase-is-backspace): Define default value.
5417
5418 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5419 (custom-reevaluate-setting): Simple function to handle
5420 variables that are defined before their default value can really
5421 be computed.
5422
5423 * startup.el (command-line): Use it for temporary-file-directory,
5424 small-emporary-file-directory, auto-save-file-name-transforms,
5425 blink-cursor-mode, and normal-erase-is-backspace.
5426
5427 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5428 progress, even with buggy anchored keywords.
5429
5430 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5431
5432 * simple.el (goto-line): Remove unbalanced final parenthesis.
5433
5434 2005-03-05 Richard M. Stallman <rms@gnu.org>
5435
5436 * simple.el (goto-line): Use a number at point as the default.
5437 With C-u as arg, switch buffers.
5438
5439 2005-03-05 Juri Linkov <juri@jurta.org>
5440
5441 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5442 with `no-blinking-cursor'.
5443
5444 * startup.el (no-blinking-cursor): New defvar.
5445 (command-line): Add `--no-blinking-cursor' to longopts.
5446 Set `no-blinking-cursor' to t for command line arguments
5447 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5448 with `no-blinking-cursor' in the condition for calling
5449 `blink-cursor-mode'.
5450
5451 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5452
5453 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5454 (menu-bar-options-save): Add blink-cursor-mode.
5455 (menu-bar-options-menu): Add blink-cursor-mode.
5456
5457 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5458
5459 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5460 (icalendar-export-file, icalendar-export-region)
5461 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5462 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5463
5464 2005-03-04 Lute Kamstra <lute@gnu.org>
5465
5466 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5467 (debug-function-list): Ditto.
5468
5469 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5470
5471 * textmodes/texinfmt.el (texinfo-append-refill):
5472 Redefine the types of line to which @refill
5473 is not appended by replacing a search for `@refill\\|@bye' with
5474 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5475 itemize@refill' bug and the unfilled long lines bug.
5476 (texinfmt-version): Update number and date.
5477
5478 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5479
5480 * international/code-pages.el (windows-1250, windows-125[2-8])
5481 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5482
5483 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5484
5485 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5486 bound yet.
5487
5488 2005-03-02 Romain Francoise <romain@orebokech.com>
5489
5490 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5491 buffer after removing limits.
5492 (ibuffer-pop-filter): Ditto.
5493 Update copyright.
5494
5495 2005-03-02 Miles Bader <miles@gnu.org>
5496
5497 * button.el (make-text-button): If the user doesn't specify a
5498 type, use the default. Rewrite to use `add-text-properties' and
5499 plist functions.
5500
5501 2005-03-01 Lute Kamstra <lute@gnu.org>
5502
5503 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5504 (debugger-jumping-flag): New var.
5505 (debug-entry-code): Use it.
5506 (debugger-jump): Use debugger-jumping-flag and add
5507 debugger-reenable to post-command-hook.
5508 (debugger-reenable): Use debugger-jumping-flag and remove itself
5509 from post-command-hook.
5510 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5511 debugger-reenable.
5512
5513 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5514
5515 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5516 inclusion of "itemize\\|", which may be unnecessary, is certainly
5517 inelegant, and stops refilling in itemize lists when formatting
5518 Japanese Texinfo files to Info.
5519 Update copyright to 2005.
5520
5521 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5522
5523 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5524 of an error if GDB can't find the source file.
5525
5526 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5527
5528 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5529 not just the calendar.
5530
5531 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5532 first.
5533 (diary-redraw-calendar): New function.
5534 (make-diary-entry): Add diary-redraw-calendar to local
5535 write-contents-functions. Turn off selective display before
5536 inserting in diary.
5537
5538 2005-03-01 Kim F. Storm <storm@cua.dk>
5539
5540 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5541
5542 2005-03-01 Lute Kamstra <lute@gnu.org>
5543
5544 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5545 that debug-entry-code can be safely removed from a function while
5546 this code is being evaluated. Revert the 2005-02-27 change as the
5547 new implementation no longer requires it. Make sure that a
5548 function body containing just a string is not mistaken for a docstring.
5549 (debug): Skip one more frame in case of debug on entry.
5550 (debugger-setup-buffer): Delete one more frame line in case of
5551 debug on entry.
5552 (debugger-frame-number): Update to use the new text introduced by
5553 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5554
5555 2005-02-28 Kim F. Storm <storm@cua.dk>
5556
5557 * double.el (double-translate-key): Call force-window-update after
5558 read-event to avoid crash in redisplay.
5559
5560 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5561
5562 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5563 (debug): Use it. Move the inhibit-trace earlier.
5564 (debug-entry-code): New const.
5565 (debug-on-entry-1): Use it.
5566
5567 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5568
5569 * international/utf-16.el (ccl-encode-mule-utf-16le):
5570 Fix BUFFER_MAGNIFICATION to 2.
5571 (ccl-encode-mule-utf-16be): Likewise.
5572
5573 2005-02-28 Kenichi Handa <handa@m17n.org>
5574
5575 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5576 Fix BUFFER_MAGNIFICATION to 4.
5577 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5578
5579 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5580
5581 * speedbar.el (speedbar-update-flag): Doc fix.
5582 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5583 argument.
5584
5585 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5588 have a non-nil `invisible' property but are actually visible.
5589
5590 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5591 for perldoc sections.
5592 (perl-outline-regexp, perl-outline-level): New var and function.
5593 (perl-mode): Use them.
5594
5595 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5596
5597 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5598 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5599
5600 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5601
5602 * cus-edit.el: Comment change.
5603 (custom-buffer-create-internal): Slightly reword text at top of
5604 Custom buffers. Mention there that saving an option edits the
5605 init file. Add link to Emacs manual node on `custom-file'.
5606 (custom-magic-alist): Rewrite individual State messages to use
5607 capitalized keywords. Doc fix.
5608
5609 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5610
5611 * calendar/calendar.el (calendar-buffer): Move above
5612 calendar-week-start-day.
5613 (calendar-week-start-day): Doc fix. Add :set function.
5614 (calendar-minimum-window-height): New variable.
5615 (generate-calendar-window): Only resize window if selected-window
5616 is displaying the calendar buffer. Use new variable
5617 calendar-minimum-window-height.
5618 (generate-calendar): Reword error message.
5619 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5620
5621 2005-02-27 Andreas Schwab <schwab@suse.de>
5622
5623 * vc.el (vc-do-command): Don't run command asynchronously when
5624 operating in a remote directory.
5625
5626 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5627 change from sync with Tramp 2.0.47.
5628
5629 2005-02-27 Richard M. Stallman <rms@gnu.org>
5630
5631 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5632
5633 * textmodes/flyspell.el (flyspell-mode-on):
5634 Call ispell-change-dictionary only if necessary.
5635
5636 * emacs-lisp/re-builder.el (regexp-builder): New function.
5637
5638 * register.el (describe-register-1): Explicitly handle
5639 yank-excluded-properties = t.
5640
5641 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5642 (custom-magic-alist): Change the status descriptions again.
5643 (face widget-type): Total rewrite based on `restricted-sexp'
5644 to eliminate the confusing double hiding levels.
5645
5646 * emacs-lisp/debug.el (debug-on-entry-1):
5647 If function body is empty, add nil as body form.
5648
5649 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * emacs-lisp/trace.el (inhibit-trace): New var.
5652 (trace-make-advice): Use it.
5653
5654 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5655
5656 2005-02-26 Kim F. Storm <storm@cua.dk>
5657
5658 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5659 (mouse-on-link-p, mouse-drag-region-1): Use it.
5660
5661 2005-02-25 Lute Kamstra <lute@gnu.org>
5662
5663 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5664
5665 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5666
5667 * frame.el (blink-cursor-mode): Add :group keyword.
5668
5669 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5670
5671 * calendar/icalendar.el (icalendar--decode-isodatetime):
5672 New optional argument DAY-SHIFT.
5673 (icalendar-export-region): Fix coding-system-for-write.
5674 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5675 events by one.
5676
5677 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5678
5679 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5680
5681 2005-02-24 Kim F. Storm <storm@cua.dk>
5682
5683 * international/iso-acc.el (iso-accents-compose): Fix crash
5684 during redisplay. Call force-window-update after read-event
5685 and delete-region to signal that window is not accurate.
5686
5687 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5688
5689 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5690 Remove unused and inexistent var `inhibit-trace'.
5691 (debugger-mode): Use run-mode-hooks.
5692 (debugger-list-functions): Add buttons; setup xref stack.
5693
5694 2005-02-23 Richard M. Stallman <rms@gnu.org>
5695
5696 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5697 appointment says it was explicitly made.
5698 (appt-add): Set the 3rd element.
5699 (appt-make-list): Preserve explicit appointments.
5700
5701 * subr.el (find-tag-default): Catch errors in forward-sexp.
5702
5703 2005-02-23 Juri Linkov <juri@jurta.org>
5704
5705 * info.el (Info-isearch-search): New defcustom.
5706 (Info-isearch-search): Call the default isearch function
5707 when Info-isearch-search is nil.
5708 (Info-isearch-wrap): Use variable Info-isearch-search.
5709
5710 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5711
5712 * cus-edit.el: Comment change.
5713
5714 2005-02-22 Kim F. Storm <storm@cua.dk>
5715
5716 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5717 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5718
5719 2005-02-22 Simon Josefsson <jas@extundo.com>
5720
5721 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5722 New variable.
5723 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5724 Oskarsson" <myrkraverk@users.sourceforget.net>.
5725
5726 2005-02-22 Kim F. Storm <storm@cua.dk>
5727
5728 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5729 check that window of that event is the selected window.
5730 (mouse-drag-region-1): Compare mouse event window to selected
5731 window before setting point.
5732
5733 * tooltip.el (tooltip-show-help-function): Pass event to
5734 mouse-on-link-p so it can check selected window.
5735
5736 2005-02-22 Kenichi Handa <handa@m17n.org>
5737
5738 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5739 (ps-mule-show-warning): New function.
5740 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5741 characters are found.
5742
5743 * ps-print.el (ps-header-footer-string): Return a list of header
5744 and footer strings.
5745
5746 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5747
5748 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5749
5750 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * frame.el (blink-cursor-mode): Use define-minor-mode.
5753
5754 * term/mac-win.el (function-key-map): Use char-names more consistently.
5755 (file-name-coding-system): Only set it for MacOS-9. The other case is
5756 already handled in mule-cmds.el (where it also works when mac-win.el
5757 is not used).
5758
5759 2005-02-21 Kenichi Handa <handa@m17n.org>
5760
5761 * international/mule.el (ctext-pre-write-conversion): Always use
5762 " *code-converting-work*" buffer for work.
5763
5764 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5765
5766 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5767
5768 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5769
5770 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5771
5772 * ses.el (undo-more): Restore defadvice, but only the part that
5773 allows changes outside the restricted area of the buffer.
5774
5775 2005-02-20 Kim F. Storm <storm@cua.dk>
5776
5777 * simple.el (line-move): Add fourth optional arg try-vscroll which
5778 must be set to perform auto-window-vscroll.
5779 When moving backwards and doing auto-window-vscroll, automatically
5780 vscroll to the last part of lines which are taller than the window.
5781 (next-line, previous-line): Set try-vscroll arg on line-move.
5782
5783 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5784
5785 * replace.el (query-replace, query-replace-regexp)
5786 (replace-string, replace-regexp): When operating on region, make
5787 the minibuffer prompt say so.
5788
5789 * isearch.el (isearch-forward): Document isearch-query-replace and
5790 isearch-query-replace-regexp keybindings.
5791
5792 2005-02-19 Jay Belanger <belanger@truman.edu>
5793
5794 * calc/calc-aent.el (math-read-token): Add local variable.
5795
5796 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5797 (calc-edit-top): Move declaration to earlier in file.
5798 (calc-edit-macro-repeats): Add local variables.
5799
5800 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5801 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5802 calcFunc-tanh.
5803 Adjust integration rule for calcFunc-tan.
5804
5805 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5806
5807 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5808 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5809 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5810 (viper-skip-separators): Bug fix.
5811 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5812 particular major mode.
5813 (viper-del-backward-char-in-replace): Don't put deleted char on the
5814 kill ring.
5815
5816 * viper-ex.el (viper-color-display-p): New function.
5817 (viper-has-face-support-p): Use viper-color-display-p.
5818
5819 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5820
5821 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5822
5823 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5824 (viper-file-remote-p): Make equivalent to file-remote-p.
5825
5826 * viper.el (viper-major-mode-modifier-list):
5827 Use viper-gnus-modifier-map.
5828
5829 2005-02-19 David Kastrup <dak@gnu.org>
5830
5831 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5832 quoting.
5833
5834 2005-02-19 Jay Belanger <belanger@truman.edu>
5835
5836 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5837 Remove extra definitions.
5838 (calc-coth): New function.
5839 (calcFunc-cot): Fix `let'.
5840
5841 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5842
5843 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5844 the reasons we use "type pc" in these faces.
5845
5846 * button.el (button): Ditto.
5847
5848 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5849
5850 * replace.el (query-replace-read-from): Set the value of
5851 query-replace-from-history-variable to handle the case of an empty
5852 string entered to accept the suggested default.
5853
5854 * net/tramp.el (tramp-file-name-for-operation):
5855 Use dired-call-process instead of dired-call-process-command.
5856
5857 2005-02-19 Jay Belanger <belanger@truman.edu>
5858
5859 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5860 (math-div-non-trig): New variables.
5861 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5862 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5863 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5864 trig expressions.
5865
5866 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5867
5868 * progmodes/gdb-ui.el (gdb-var-update-handler)
5869 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5870 for watch expressions,
5871 (gdb-var-create-handler): Don't set speedbar-update-flag.
5872 (gdb-post-prompt): Simplify test for speedbar.
5873
5874 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5875
5876 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5877 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5878 we use the syntax table of the correct buffer.
5879 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5880 Felix Gatzemeier.
5881
5882 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5883 (ediff-file-remote-p): Make synonymous with file-remote-p.
5884 In all deffaces ediff-*-face-*, use min-colors.
5885
5886 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5887 ediff-recurse-to-subdirectories.
5888 (ediff-mark-if-equal): Check that the arguments are strings, use
5889 ediff-same-contents (after to Felix Gatzemeier).
5890
5891 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5892 nil.
5893
5894 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5895
5896 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5897
5898 2005-02-18 David Kastrup <dak@gnu.org>
5899
5900 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5901 use `mark-active' when defined.
5902
5903 2005-02-18 Kenichi Handa <handa@m17n.org>
5904
5905 * ps-print.el (ps-font-info-database): New entry
5906 ZapfChancery-MediumItalic with correct font name. Fix font name
5907 of the entry Zapf-Chancery-MediumItalic.
5908
5909 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5910
5911 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5912
5913 2005-02-16 Kim F. Storm <storm@cua.dk>
5914
5915 * ido.el (ido-fallback-command): Pass user input to fallback command.
5916
5917 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5918
5919 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5920 (gdb-find-file-hook): Add server prefix.
5921
5922 2005-02-16 Richard M. Stallman <rms@gnu.org>
5923
5924 * replace.el (perform-replace): Pass new args to replace-highlight.
5925 (replace-highlight): Take region args,
5926 and pass them to isearch-lazy-highlight-new-loop.
5927
5928 * novice.el (disabled-command-hook): Autoload the defalias
5929 and the make-obsolete-variable call.
5930
5931 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5932
5933 * isearch.el (isearch-lazy-highlight-start-limit)
5934 (isearch-lazy-highlight-end-limit): New variables limit
5935 the region for highlighting.
5936 (isearch-lazy-highlight-new-loop): New args BEG and END.
5937 (isearch-lazy-highlight-search): Use the new vars.
5938 (isearch-lazy-highlight-update): Likewise.
5939
5940 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5941
5942 * cus-start.el (all): Use default-boundp.
5943
5944 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
5945
5946 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5947
5948 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5949
5950 * autorevert.el (auto-revert-stop-on-user-input)
5951 (auto-revert-verbose): Doc fixes.
5952
5953 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5954
5955 * international/mule-cmds.el (set-locale-environment): Remove call
5956 to set-selection-coding-system on Windows.
5957
5958 2005-02-15 Jay Belanger <belanger@truman.edu>
5959
5960 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5961 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5962 calcFunc-coth.
5963 (math-simplify-sqrt): Add simplifications.
5964
5965 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5966 to list.
5967
5968 * calc/calc-ext.el: Add functions to autoloads.
5969
5970 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5971 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5972 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5973 (math-csc-raw, math-cot-raw): New functions.
5974
5975 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5976
5977 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5978 the variable name in a message.
5979
5980 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5981 calcFunc-csc, calcFunc-cot.
5982
5983 * calc/calcalg2.el: Add derivative and integration rules for
5984 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5985 calcFunc-csch, calcFunc-coth.
5986 (math-do-integral-methods): Add to checks for when to use
5987 substitutions.
5988
5989 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5990
5991 2005-02-15 Lute Kamstra <lute@gnu.org>
5992
5993 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5994 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
5995 <monnier@iro.umontreal.ca>
5996 (lisp-outline-level): Improve efficiency. Suggested by David
5997 Kastrup <dak@gnu.org>.
5998
5999 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6000
6001 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6002 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6003 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6004 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6005 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6006
6007 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6008
6009 * cus-start.el (all): Comment change.
6010
6011 2005-02-14 Lute Kamstra <lute@gnu.org>
6012
6013 * cus-start.el (all): Check if symbol is void.
6014
6015 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6016
6017 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6018 optional argument to \cite.
6019
6020 2005-02-14 Richard M. Stallman <rms@gnu.org>
6021
6022 * cus-edit.el (custom-buffer-create-internal): Update help message.
6023 (custom-magic-alist): Update help messages.
6024
6025 * cus-start.el (all): Allow a var to specify a standard value.
6026
6027 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6028
6029 * custom.el (custom-theme-set-variables): Handle variable aliases.
6030
6031 * frame.el (blink-cursor-timer): Doc fix.
6032 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6033 declare obsolete.
6034 (blink-cursor-mode): Define with defcustom and use correct
6035 standard expression in that defcustom.
6036 * startup.el (command-line): Adapt to above changes in frame.el.
6037
6038 2005-02-11 Lute Kamstra <lute@gnu.org>
6039
6040 * apropos.el (apropos-score-doc): Prevent division by zero.
6041
6042 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6043
6044 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6045 (icalendar--get-event-property-attributes)
6046 (icalendar--get-event-properties)
6047 (icalendar--datetime-to-diary-date): New functions.
6048 (icalendar--split-value): Doc fix.
6049 (icalendar--datetime-to-noneuropean-date)
6050 (icalendar--datetime-to-european-date): New optional argument
6051 SEPARATOR. Return result as a string instead of a list.
6052 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6053 (icalendar--convert-string-for-export): Rename arg S to STRING.
6054 (icalendar-export-region): Doc fix. Change name of error buffer.
6055 Save output buffer.
6056 (icalendar-import-file): Add blank at end of prompt.
6057 (icalendar-import-buffer): Doc fix. Do not switch to error
6058 buffer. Indicate status in return value.
6059 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6060 buffer. Save output buffer. Handle exception from recurrence
6061 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6062 events. Fix problems with weekly all-day events.
6063
6064 2005-02-10 Richard M. Stallman <rms@gnu.org>
6065
6066 * simple.el (eval-expression-print-format):
6067 Avoid warning about edebug-active.
6068
6069 * help.el (help-for-help-internal): Rename from help-for-help.
6070 (help-for-help): Define with defalias.
6071
6072 * font-core.el (font-lock-default-function): Use with-no-warnings.
6073
6074 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6075
6076 * custom.el (defface): Doc fix.
6077
6078 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6079
6080 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6081 width 0" to prevent word wrapping problems.
6082
6083 2005-02-09 Kim F. Storm <storm@cua.dk>
6084
6085 * ido.el (ido-file-extensions-order): New defcustom.
6086 (ido-file-extension-lessp, ido-file-extension-aux)
6087 (ido-file-extension-order): New advanced file ordering.
6088 (ido-file-lessp): New simple file ordering.
6089 (ido-sort-list): Remove.
6090 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6091 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6092
6093 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6094
6095 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6096 that some versions of grep produce.
6097 (grep-mode-font-lock-keywords): Likewise.
6098
6099 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6100
6101 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6102 (gdb-cdir): Delete.
6103 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6104 (gdb-source-info): Treat case when source file is in another
6105 directory properly.
6106 (gdb-get-location): New function.
6107
6108 2005-02-07 Jay Belanger <belanger@truman.edu>
6109
6110 * calc/calc-prog.el (calc-write-parse-table-part)
6111 (calc-fix-token-name): Fix a check for language type.
6112
6113 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6114
6115 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6116
6117 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6118 as directory not writable.
6119
6120 2005-02-07 Kim F. Storm <storm@cua.dk>
6121
6122 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6123 (cua--standard-movement-commands): Remove list.
6124 Instead, set CUA property value to move for movement commands.
6125 (cua-movement-commands): Remove. Users must set CUA prop instead.
6126 (cua--pre-command-handler): Check CUA property.
6127 (cua--init-keymaps): Don't remap undo commands.
6128 (cua-mode): Don't call cua--rectangle-on-off.
6129
6130 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6131 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6132 (cua--rect-undo-set-point): New var.
6133 (cua--rectangle-undo-boundary): Setup undo apply entry.
6134 (cua--rect-undo-handler): New function for rectangle undo.
6135 (cua--rect-start-position, cua--rect-end-position): Add.
6136 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6137 for restored rectangle. Set point if cua--rect-undo-set-point.
6138
6139 2005-02-06 Jay Belanger <belanger@truman.edu>
6140
6141 * calc/calc-lang.el (calc-tex-language): Display more information
6142 in messages.
6143
6144 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6145 in TeX mode.
6146
6147 2005-02-06 Richard M. Stallman <rms@gnu.org>
6148
6149 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6150
6151 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6152
6153 * net/ldap.el (ldap-search-internal): Support attributes with
6154 optional descriptions separated by a semi-colon, as in
6155 "userCertificate;binary".
6156
6157 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6158
6159 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6160 isn't a cons (i.e. the version is 0).
6161
6162 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6163
6164 * help.el (help-for-help): Doc fix.
6165
6166 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6167
6168 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6169 GDB-Windows on the menu-bar as this works better.
6170
6171 2005-02-04 Jay Belanger <belanger@truman.edu>
6172
6173 * calc/calc-embed.el (calc-embedded-update): Don't put in
6174 unnecessary newlines. Adjust the end of formula marker.
6175
6176 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6177 (math-latex-parse-two-args): New function.
6178
6179 2005-02-03 Lute Kamstra <lute@gnu.org>
6180
6181 * help-fns.el (help-with-tutorial): Make sure that users cannot
6182 remove the entire text of the tutorial by means of `undo'.
6183
6184 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6185
6186 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6187 in recent changes, where the ispell process was repeatedly
6188 killed & restarted.
6189
6190 * international/mule-cmds.el (set-locale-environment): Set file-name
6191 coding system to utf-8 on Darwin systems.
6192 (set-default-coding-systems): Don't set default-file-name-coding-system
6193 on Darwin systems.
6194
6195 2005-02-03 Richard M. Stallman <rms@gnu.org>
6196
6197 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6198
6199 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6200
6201 * faces.el (list-faces-display): Add optional argument.
6202
6203 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6204
6205 * font-core.el (font-lock-default-function): Handle the rare case where
6206 only font-lock-keywords is set.
6207
6208 2005-02-02 Kenichi Handa <handa@m17n.org>
6209
6210 * international/characters.el: Cancel previous change for
6211 I-WITH-DOT-ABOVE and DOTLESS-i.
6212
6213 * international/latin-5.el: Cancel previous change.
6214
6215 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6216
6217 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6218
6219 2005-02-02 Kenichi Handa <handa@m17n.org>
6220
6221 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6222 DOTLESS-i.
6223
6224 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6225 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6226
6227 * case-table.el (get-upcase-table): New function.
6228 (copy-case-table): Copy upcaes table too if non-nil.
6229 (set-case-syntax-delims): Maintain upcase table too.
6230 (set-case-syntax-pair): Likewise.
6231 (set-upcase-syntax, set-downcase-syntax): New functions.
6232 (set-case-syntax): Maintain upcase table too.
6233
6234 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6235
6236 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6237
6238 * progmodes/gud.el (gud-goto-info): New function.
6239 (gud-tool-bar-map): Use correct icon.
6240
6241 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6242
6243 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6244 When delegating, order args in the funcall correctly.
6245
6246 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6247
6248 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6249
6250 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6251
6252 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6253 buffer not visiting a file.
6254
6255 2005-01-31 Jay Belanger <belanger@truman.edu>
6256
6257 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6258 bound on the line with the formula.
6259
6260 2005-01-31 Kim F. Storm <storm@cua.dk>
6261
6262 * ses.el (ses-create-cell-variable-range)
6263 (ses-destroy-cell-variable-range, ses-reset-header-string)
6264 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6265 (ses-insert-row): Fix format of apply undo entries.
6266
6267 2005-01-31 Jay Belanger <belanger@truman.edu>
6268
6269 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6270 parts.
6271
6272 * calc/calc-embed.el (calc-embedded-open-formula)
6273 (calc-embedded-close-formula): Ignore matrix environments.
6274
6275 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6276 TeX mode.
6277
6278 * calc/calc-lang.el (math-function-table, math-oper-table)
6279 (math-variable-table): Adjust the LaTeX portions.
6280
6281 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6282 (math-latex-ignore-words): New constant.
6283
6284 2005-01-31 Richard M. Stallman <rms@gnu.org>
6285
6286 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6287 (ispell-local-dictionary): Doc fix.
6288 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6289 Don't reinitialize at run time. Don't defcustom.
6290 All uses changed to append ispell-local-dictionary-alist,
6291 or check it first.
6292 (ispell-current-dictionary): New variable for dictionary in use.
6293 (ispell-dictionary): Now used only for global default.
6294 (ispell-start-process): Set ispell-current-dictionary,
6295 not ispell-dictionary.
6296 (ispell-change-dictionary): Use this only for setting
6297 user preferences.
6298 (ispell-internal-change-dictionary): New function
6299 to change the current dictionary in use.
6300 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6301 Use ispell-current-dictionary.
6302 Handle ispell-local-dictionary-overridden.
6303 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6304
6305 2005-01-31 Jay Belanger <belanger@truman.edu>
6306
6307 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6308
6309 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6310 (calc-mode-map): Add calc-latex-language.
6311
6312 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6313 (math-latex-print-frac): New functions.
6314 (math-oper-table, math-function-table, math-variable-table)
6315 (math-complex-format, math-input-filter): Add latex properties.
6316 (calc-set-language): Set math-expr-special-function-mapping.
6317
6318 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6319 (calc-write-parse-table-part): Add LaTeX support.
6320
6321 * calc/calc.el (calc-language): Adjust docstring.
6322 (calc-set-mode-line): Add LaTeX support.
6323 (math-expr-special-function-mapping): New variable.
6324 (math-tex-ignore-words): Add to list.
6325
6326 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6327 Add LaTeX support.
6328 (math-compose-expr): Add support for special functions.
6329
6330 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6331
6332 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6333
6334 * progmodes/gdb-ui.el (gdb-memory-address)
6335 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6336 (gdb-memory-mode-map, gdb-memory-format-keymap)
6337 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6338 (gdb-memory-unit-menu): New variables for a buffer
6339 that lets the user examine program memory.
6340 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6341 (gdb-memory-format-binary, gdb-memory-format-octal)
6342 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6343 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6344 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6345 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6346 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6347 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6348 (gdb-memory-mode, gdb-memory-buffer-name)
6349 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6350 New functions for above buffer.
6351
6352 2005-01-30 Richard M. Stallman <rms@gnu.org>
6353
6354 * cus-edit.el (custom-bury-buffer): Function deleted.
6355 (custom-buffer-done-function): Option deleted.
6356 (custom-buffer-done-kill): New (replacement option.
6357 (Custom-buffer-done): Call quit-window.
6358 (custom-buffer-create-internal): Update for above changes.
6359
6360 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6361
6362 * simple.el (undo-ask-before-discard): New var.
6363 (undo-outer-limit-truncate): Implement it.
6364 (undo-extra-outer-limit): Doc update.
6365
6366 2005-01-29 Richard M. Stallman <rms@gnu.org>
6367
6368 * ses.el (undo-more): Delete defadvice.
6369 (ses-begin-change): Doc fix.
6370
6371 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6372 instead of rebinding C-x u and C-_.
6373
6374 * files.el (normal-backup-enable-predicate): Return nil for files
6375 in /tmp, regardless of temporary-file-directory.
6376
6377 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6378
6379 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6380 (open-rectangle, delete-whitespace-rectangle-line)
6381 (clear-rectangle-line): If FILL, pass t instead of FILL
6382 for move-to-column's 2nd arg.
6383
6384 * simple.el (undo): Fix the test for continuing a series of undos.
6385 (undo-more): Set pending-undo-list to t when we reach end.
6386 (pending-undo-list): Move up defvar.
6387
6388 * wid-edit.el (widget-button-click):
6389 Shorten the range of the track-mouse binding.
6390
6391 * comint.el (comint-insert-input): Undo previous changes;
6392 use last-input-event in interactive spec.
6393
6394 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6395
6396 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6397 to nil before invoking call-process. Reset buffer's modified flag
6398 after fontifying it in the no-async branch.
6399
6400 * wid-edit.el (widget-specify-button): If mouse pointer shape
6401 cannot be changed, use mouse face instead.
6402
6403 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6404
6405 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6406 (gdb-goto-breakpoint): Make breakpoint handling work on template
6407 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6408 (gdb-assembler-custom): Update to recognise breakpoint information
6409 added on 2005-01-19.
6410
6411 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6412
6413 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6414 (dsssl-mode): Use define-derived-mode.
6415 (scheme-mode-initialize): Remove.
6416 (scheme-mode): Use run-mode-hooks.
6417
6418 * cus-edit.el (customize-group-other-window)
6419 (custom-buffer-create-other-window): Don't override special-display-*.
6420 (custom-mode-map): Make it dense.
6421
6422 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6423 sets the default value.
6424
6425 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6426
6427 * descr-text.el: Add more keywords.
6428
6429 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * speedbar.el: Avoid unnecessary use of locate-library.
6432
6433 * international/mule-cmds.el (standard-display-european-internal):
6434 Don't fiddle with latin-1 non-break space any more since it's now
6435 special cased in the C code.
6436 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6437
6438 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6439
6440 * cus-start.el (all): Add `undo-outer-limit'.
6441
6442 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6443
6444 * textmodes/bibtex.el (bibtex-format-entry):
6445 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6446 field lines.
6447 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6448 not on part of a buffer.
6449
6450 2005-01-25 Lute Kamstra <lute@gnu.org>
6451
6452 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6453 nonempty field text strings like "{letters\\macro{}more letters}".
6454 Clarify docstring.
6455 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6456 (bibtex-entry-offset, bibtex-parse-association)
6457 (bibtex-parse-field-name): Fix typos in docstrings.
6458 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6459
6460 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6461
6462 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6463 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6464 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6465 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6466
6467 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6468 isearch minor mode.
6469
6470 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6471
6472 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6473
6474 2005-01-24 Lute Kamstra <lute@gnu.org>
6475
6476 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6477 CASECHARS and NOT-CASECHARS regular expressions of the
6478 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6479 striding over charsets" error.
6480
6481 2005-01-24 Jay Belanger <belanger@truman.edu>
6482
6483 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6484 display variable name.
6485
6486 2005-01-24 Kenichi Handa <handa@m17n.org>
6487
6488 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6489 Fix setting of the element of encoded-kbd-iso2022-invocations.
6490
6491 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6492
6493 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6494 (gdb-threads-select): Change to also accept mouse events.
6495 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6496 (gdb-threads-mouse-select): Delete.
6497
6498 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6499
6500 * files.el (insert-directory): Take care of empty directory,
6501 listed without -a switch.
6502
6503 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6504
6505 * textmodes/refill.el (refill-post-command-function):
6506 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6507 to the list of functions that we should be careful not to undo.
6508 (refill-late-fill-paragraph-function): Remove.
6509 (refill-saved-state): New var.
6510 (refill-mode): Use it to save fill-paragraph-function.
6511 Save also the value of auto-fill-function.
6512
6513 * term/w32-win.el: Simplify code.
6514
6515 2005-01-23 Kim F. Storm <storm@cua.dk>
6516
6517 * simple.el (line-move): Adapt to new return value from
6518 pos-visible-in-window-p.
6519
6520 * simple.el (line-move): Fix last change. Check partial
6521 visibility at point rather than at window-start.
6522
6523 2005-01-22 Jason Rumney <jasonr@gnu.org>
6524
6525 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6526
6527 2005-01-22 David Kastrup <dak@gnu.org>
6528
6529 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6530
6531 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6532
6533 * type-break.el (type-break-mode): Add a test for
6534 type-break-file-name being non-nil.
6535
6536 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6537
6538 * net/eudc.el (top level): Call (message "") via progn, so that
6539 eudc-options-file is loaded.
6540
6541 2005-01-22 Kim F. Storm <storm@cua.dk>
6542
6543 * simple.el (line-move-1): Rename from line-move.
6544 (line-move): New function that adjusts vscroll for partially
6545 visible rows, and calls line-move-1 otherwise.
6546
6547 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6548
6549 * pcomplete.el: define pcomplete-read-event instead of read-event,
6550 since it's not a complete read-event implementation
6551
6552 2005-01-20 Jay Belanger <belanger@truman.edu>
6553
6554 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6555 for called function.
6556
6557 2005-01-20 Steven Tamm <steventamm@mac.com>
6558
6559 * term/mac-win.el (process-connection-type): Remove.
6560 Controlled now by s/darwin.h:PTY_ITERATION.
6561
6562 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6563
6564 * window.el (handle-select-window): Don't switch window when we're
6565 in the minibuffer.
6566
6567 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6568
6569 * subr.el (dotimes-with-progress-reporter): New macro.
6570
6571 * ses.el (ses-dotimes-msg): Remove macro.
6572 Use `dotimes-with-progress-reporter' instead.
6573
6574 2005-01-19 Steven Tamm <steventamm@mac.com>
6575
6576 * term/mac-win.el (process-connection-type): Use new
6577 operating-system-release variable to use ptys on Darwin 7 (OSX
6578 10.3) when using carbon build.
6579
6580 2005-01-19 Jay Belanger <belanger@truman.edu>
6581
6582 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6583 flags if the last command was a tab or M-tab.
6584
6585 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6586 in formula editing buffer.
6587
6588 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6589
6590 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6591 breakpoint image symbol in margin.
6592
6593 2005-01-19 Jay Belanger <belanger@truman.edu>
6594
6595 * calc/calc-prog.el (calc-execute-kbd-macro):
6596 Ignore calc-keep-arg-flag.
6597
6598 2005-01-19 Kenichi Handa <handa@m17n.org>
6599
6600 * textmodes/ispell.el (ispell-looking-at): New function.
6601 (ispell-process-line): Use ispell-looking-at to compare the ispell
6602 output and the buffer contents.
6603
6604 2005-01-18 Jay Belanger <belanger@truman.edu>
6605
6606 * calc/calc.el (calc-display-raw): Fix docstring.
6607
6608 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * simple.el (blink-matching-open): Strip extra info from syntax.
6611
6612 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6613 funny chars in the end-of-here-doc marker.
6614
6615 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6616
6617 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6618 that enable/disabled state of breakpoints is shown correctly in
6619 fringe and on ttys.
6620 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6621 Add breakpoint information as text properties.
6622 (gdb-mouse-toggle-breakpoint):
6623 Rename to gdb-mouse-set-clear-breakpoint.
6624 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6625 breakpoints in the margin.
6626 (gdb-remove-strings): Simplify.
6627
6628 2005-01-17 Jay Belanger <belanger@truman.edu>
6629
6630 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6631 erasing buffer.
6632
6633 2005-01-17 Richard M. Stallman <rms@gnu.org>
6634
6635 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6636 for calling grep-compute-defaults.
6637
6638 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6639 if buffer is empty.
6640
6641 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6642
6643 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6644
6645 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6646
6647 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6648 non-preloaded variables.
6649
6650 2005-01-17 Steven Tamm <steventamm@mac.com>
6651
6652 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6653 tex-shell cause to force interactivity when using pipes.
6654
6655 2005-01-17 Kim F. Storm <storm@cua.dk>
6656
6657 * simple.el (just-one-space): Make arg optional.
6658
6659 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6660
6661 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6662 posn-at-x-y to t to access left-margin.
6663
6664 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6665
6666 Sync with Tramp 2.0.47.
6667
6668 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6669 catching keep-date problems in cp/scp operations.
6670 (tramp-handle-copy-file): Don't call `set-file-modes'
6671 unconditionally. Specialized functions should know better what is
6672 necessary. This improves performance a little bit, and the
6673 functions could catch errors with `cp -p' and `scp -p'.
6674 (tramp-do-copy-or-rename-file-via-buffer)
6675 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6676 when appropriate.
6677 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6678 Call `set-file-modes' when appropriate.
6679 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6680 Johnsson <isak@hypergene.com>
6681 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6682 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6683 <joakim@verona.se>
6684 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6685 Emacs only.
6686
6687 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6688 `find-file-hooks' and `dired-mode-hook'.
6689 (tramp-minor-mode-map): Respective map. Add remapping for
6690 `compile' and `recompile'.
6691 (tramp-remap-command, tramp-recompile): New defuns.
6692 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6693 in buffer "*Compilation*". Call the commands asynchronously.
6694
6695 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6696 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6697 `shell-command', because it isn't magic in XEmacs. Reported by
6698 Adrian Aichner <adrian@xemacs.org>.
6699
6700 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6701 `substitute-in-file-name.
6702 (tramp-smb-handle-substitute-in-file-name): New defun.
6703 (tramp-smb-advice-PC-do-completion): Delete advice.
6704
6705 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6706
6707 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6708 Fix error in deleting region.
6709
6710 2005-01-15 Richard M. Stallman <rms@gnu.org>
6711
6712 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6713 In non-temp buffer, switch syntax table temporarily.
6714
6715 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6716
6717 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6718
6719 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6720
6721 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6722 (imenu--generic-function): Use START, not BEG, as pos of definition.
6723
6724 * simple.el (just-one-space): Argument specifies number of spaces.
6725
6726 * simple.el (eval-expression-print-format): Avoid warning
6727 about edebug-active.
6728
6729 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6730
6731 * progmodes/sh-script.el: Code copied from make-mode.el
6732 with small changes,
6733 (sh-mode-map): Bind C-c C-\.
6734 (sh-backslash-column, sh-backslash-align): New variables.
6735 (sh-backslash-region, sh-append-backslash): New functions.
6736
6737 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6738
6739 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6740 (rmail-pop-password, rmail-pop-password-required): Move to
6741 rmail-obsolete group.
6742 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6743 All callers updated.
6744 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6745 Take an argument specifying whether it is POP or IMAP mailbox we
6746 are using. All callers updated.
6747 (rmail-pop-password-error): Rename to
6748 rmail-remote-password-error. Added mailutils-specific error message.
6749 (rmail-movemail-search-path)
6750 (rmail-movemail-variant-in-use): New variables.
6751 (rmail-remote-password, rmail-remote-password-required):
6752 New customization variables.
6753 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6754 (rmail-parse-url): New function.
6755 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6756 with GNU mailutils movemail.
6757
6758 2005-01-15 Kevin Ryde <user42@zip.com.au>
6759
6760 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6761 suffix to space, $ or '$, to correctly position point when going
6762 to @table style constants like DBL_MAX.
6763
6764 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6765
6766 * type-break.el (type-break-mode, type-break-file-time)
6767 (type-break-file-keystroke-count, type-break-choose-file):
6768 Don't store data in or load data from the file if type-break-file-name
6769 is nil.
6770 (type-break-file-name): Doc update as per the above.
6771
6772 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6773
6774 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6775 lookup-key might return nil; handle that.
6776
6777 2005-01-15 Alan Mackenzie <acm@muc.de>
6778
6779 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6780 rather than the element found, thus enabling the tree to be setcar'd.
6781
6782 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6783
6784 * textmodes/org.el (org-show-following-heading): New option.
6785 (org-show-hierarchy-above): Use `org-show-following-heading'.
6786 (org-cycle): Documentation fix.
6787
6788 * textmodes/org.el (orgtbl-optimized): New option
6789 (orgtbl-mode): New command, a minor mode.
6790 (orgtbl-mode-map): New variable.
6791 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6792 (orgtbl-error, orgtbl-self-insert-command)
6793 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6794
6795 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6796 a local variable in each org-mode buffer.
6797
6798 * textmodes/org.el (org-set-regexps-and-options): Rename from
6799 `org-set-regexps'. Added checking for STARTUP keyword.
6800 (org-get-current-options): Add STARTUP options.
6801 (org-table-insert-row): Mode mode intelligent about when
6802 realignment is needed.
6803 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6804 New commands.
6805 (org-enable-table-editor): New default value `optimized'.
6806 (org-table-blank-field): Support blanking regions if active.
6807
6808 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6809
6810 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6811 if the year is not given.
6812
6813 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6814 Add new escapes %m and %M, fixed bug with %F by adding
6815 save-match-data.
6816 (reftex-reference): Remove ?. from list of spaces.
6817 (reftex-label-info): Add automatic label prefix recognition.
6818
6819 * textmodes/reftex-index.el (reftex-index-next-phrase):
6820 Add slave parameter to call of `reftex-index-this-phrase'.
6821 (reftex-index-this-phrase): New optional argument.
6822 (reftex-index-region-phrases): Add slave parameter to call of
6823 `reftex-index-this-phrase'.
6824 (reftex-display-index): New argument redo.
6825 (reftex-index-rescan): Add 'redo to arguments of
6826 `reftex-display-index'.
6827 (reftex-index-Rescan, reftex-index-revert)
6828 (reftex-index-switch-index-tag): Add 'redo to arguments of
6829 `reftex-display-index'.
6830 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6831 indexing. Fix bug with matching is there is a quote before or
6832 after the word.
6833
6834 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6835 Fix bug when collecting citation keys in lines with comments.
6836 (reftex-citation): Prefix argument no longer rescans the document,
6837 but forces prompting for optional arguments of cite macros.
6838 (reftex-do-citation): Prompting for optional arguments implemented.
6839
6840 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6841 Add optional arguments to most cite commands.
6842 (reftex-cite-cleanup-optional-args): New option
6843 (reftex-cite-prompt-optional-args): New option.
6844 (reftex-trust-label-prefix): New option.
6845
6846 * textmodes/reftex-toc.el (reftex-toc-find-section):
6847 Add push-mark before changing the position in the buffer.
6848
6849 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6850 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6851
6852 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6853
6854 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6855 more carefully.
6856
6857 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6858
6859 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6860 (sgml-mode): Use it.
6861 (sgml-get-context): Better keep track of implicitly closed tags.
6862
6863 2005-01-13 Kenichi Handa <handa@m17n.org>
6864
6865 * textmodes/ispell.el: These changes are to fix misalignment error
6866 caused by equivalent characters of different Emacs charsets.
6867 (ispell-unified-chars-table): New variable.
6868 (ispell-get-decoded-string): New function.
6869 (ispell-get-casechars, ispell-get-not-casechars)
6870 (ispell-get-otherchars): Call ispell-get-decoded-string.
6871
6872 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6873
6874 * custom.el (custom-declare-variable): Just put symbol instead
6875 of (defvar . symbol) in `current-load-list'.
6876
6877 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6878
6879 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6880
6881 2005-01-12 Jay Belanger <belanger@truman.edu>
6882
6883 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6884 to create a Calc summary.
6885
6886 2005-01-12 Kim F. Storm <storm@cua.dk>
6887
6888 * mouse.el (mouse-on-link-p): Change functionality and doc
6889 string to comply with latest description in lisp ref.
6890
6891 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6892
6893 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6894 Enable mouse clicks on mode-line, header-line and margin.
6895 (event-type): Give mouse event symbols an 'event-kind property
6896 with value 'mouse-click.
6897
6898 2005-01-12 Juri Linkov <juri@jurta.org>
6899
6900 * facemenu.el (list-colors-display): Add new arg buffer-name.
6901 Use it. Fix docstring. Replace code for identifying duplicate
6902 colors by the name with call to `list-colors-duplicates' which
6903 identifies duplicate colors by the value unless the color
6904 is one of special Windows colors. Set truncate-lines to t.
6905 Print sorted duplicate color names on each line. Indent to 22
6906 \(the longest color name in rgb.txt) instead of 20. Optimize.
6907 (list-colors-duplicates): New function.
6908 (facemenu-color-name-equal): Delete function.
6909
6910 * facemenu.el (list-colors-print): New function created from code
6911 in list-colors-display. Print #RRGGBB at the window right edge.
6912 (list-colors-display): When temp-buffer-show-function is not
6913 defined, call list-colors-print from temp-buffer-show-hook
6914 to get the right value of window-width in list-colors-print
6915 after the buffer is displayed.
6916
6917 * simple.el (pop-mark): Move deactivate-mark out of conditional
6918 part to deactivate the active mark regardless of the state of the
6919 mark ring.
6920
6921 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6922 variables line in desktop files.
6923
6924 2005-01-12 Juri Linkov <juri@jurta.org>
6925
6926 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6927 Bring together isearch highlight related options.
6928 (lazy-highlight): Replace group `replace' by `matching'.
6929 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6930 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6931 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6932 and declare them obsolete.
6933 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6934 (isearch-faces): Remove defgroup.
6935 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6936 Move isearch highlighting code closer to lazy highlighting code.
6937
6938 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6939 (query-replace-highlight, query-replace-lazy-highlight)
6940 (query-replace): Move definitions to the beginning of the file.
6941
6942 2005-01-11 Juri Linkov <juri@jurta.org>
6943
6944 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6945 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6946 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6947
6948 * info.el (Info-history-forward): New variable.
6949 (Info-select-node): Reset Info-history-forward to nil.
6950 (Info-last): Turn into defalias.
6951 (Info-history-back): Rename from Info-last.
6952 Add current node to Info-history-forward.
6953 (Info-history-forward): New fun.
6954 (Info-mode-map): Replace Info-last by Info-history-back.
6955 Bind Info-history-forward to "r".
6956 (Info-mode-menu): Replace Info-last by Info-history-back.
6957 Fix menu item text. Add menu item for Info-history-forward.
6958 (info-tool-bar-map): Replace Info-last by Info-history-back.
6959 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
6960 for Info-history-forward.
6961 (Info-mode): Replace Info-last by Info-history-back in docstring.
6962 Add local variable Info-history-forward.
6963 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6964
6965 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6966
6967 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6968 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6969 Ignore select-window events rather than fiddle with
6970 mouse-autoselect-window.
6971
6972 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
6973
6974 * type-break.el (type-break-mode): Fix previous change.
6975
6976 2005-01-10 Jay Belanger <belanger@truman.edu>
6977
6978 * calc/calc-ext.el (calc-reset): Reset when inside embedded
6979 calculator; only reset when point is inside a calculator.
6980 Don't adjust the window height if the window takes up the whole height
6981 of the frame.
6982
6983 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6984
6985 * ebuff-menu.el (Electric-buffer-menu-mode):
6986 Preserve value of buffer-local var header-line-format.
6987
6988 2005-01-09 Jay Belanger <belanger@truman.edu>
6989
6990 * calc/calc.el (calc-mode-var-list-restore-saved-values):
6991 Make sure settings file exists before accessing it.
6992
6993 * calc/calc-embed.el (calc-embedded-subst):
6994 Replace math-multi-subst-rec, which is only supposed to be called
6995 by math-multi-subst, by math-multi-subst.
6996
6997 2005-01-09 Andre Spiegel <spiegel@gnu.org>
6998
6999 * vc.el (vc-allow-async-revert): New user option.
7000 (vc-disable-async-diff): New internal variable.
7001 (vc-revert-buffer): Use them to disable asynchronous diff.
7002
7003 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7004 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7005 asynchronously if vc-disable-async-diff is t.
7006
7007 2005-01-09 Jay Belanger <belanger@truman.edu>
7008
7009 * calc/calc.el (defcalcmodevar): New macro.
7010 (calc-mode-var-list-restore-default-values)
7011 (calc-mode-var-list-restore-saved-values): New functions.
7012 (calc-mode-var-list): Use defcalcmodevar to define it.
7013 (calc-always-load-extensions, calc-line-numbering)
7014 (calc-line-breaking, calc-display-just, calc-display-origin)
7015 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7016 (calc-group-char, calc-point-char, calc-frac-format)
7017 (calc-prefer-frac, calc-hms-format, calc-date-format)
7018 (calc-float-format, calc-full-float-format, calc-complex-format)
7019 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7020 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7021 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7022 (calc-matrix-brackets, calc-language, calc-language-option)
7023 (calc-left-label, calc-right-label, calc-word-size)
7024 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7025 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7026 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7027 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7028 (calc-window-height, calc-display-trail, calc-show-selections)
7029 (calc-use-selections, calc-assoc-selections)
7030 (calc-display-working-message, calc-auto-why, calc-timing)
7031 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7032 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7033 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7034 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7035 (calc-gnuplot-geometry, calc-graph-default-resolution)
7036 (calc-graph-default-resolution-3d, calc-invocation-macro)
7037 (calc-show-banner): Use defcalcmodevar to declare them and set
7038 their default values.
7039
7040 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7041 instead of default values (but restore default values if there is
7042 an argument of 0).
7043
7044 2005-01-09 David Kastrup <dak@gnu.org>
7045
7046 * desktop.el (desktop-restore-eager): Fix typo in type.
7047
7048 2005-01-08 Richard M. Stallman <rms@gnu.org>
7049
7050 * cus-edit.el (customize): Delete :link.
7051
7052 2005-01-08 Jay Belanger <belanger@truman.edu>
7053
7054 * calc/calc.el (calc-mode): Remove the extension from the
7055 `calc-settings-file' file name when loading it.
7056
7057 2005-01-08 Kim F. Storm <storm@cua.dk>
7058
7059 * info.el (Info-mode-map, Info-next-link-keymap)
7060 (Info-prev-link-keymap, Info-up-link-keymap):
7061 Map follow-link to mouse-face.
7062 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7063
7064 2005-01-08 Jay Belanger <belanger@truman.edu>
7065
7066 * calc/calc.el (calc-settings-file): Change default value.
7067 Suggested by cgw in a comment in calc-mode.el.
7068
7069 * calc/calc-mode.el (calc-settings-file-name):
7070 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7071 Replace ~/.emacs in a prompt by calc-settings-file.
7072
7073 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7074
7075 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7076 (desktop-lazy-idle-delay): New customizable variables.
7077 (desktop-buffer-args-list): New variable.
7078 (desktop-append-buffer-args): New function.
7079 (desktop-save): Call desktop-append-buffer-args for some buffers.
7080 (desktop-lazy-create-buffer): New function.
7081 (desktop-idle-create-buffers): New function.
7082 (desktop-read): Add message about buffers to restore lazily.
7083 (desktop-lazy-abort): New command.
7084 (desktop-clear): Call desktop-lazy-abort.
7085 (desktop-lazy-complete): New command.
7086
7087 2005-01-06 Richard M. Stallman <rms@gnu.org>
7088
7089 * emacs-lisp/find-func.el (find-face-definition):
7090 Rename from find-face.
7091
7092 2005-01-06 Kim F. Storm <storm@cua.dk>
7093
7094 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7095
7096 * man.el (Man-xref-man-page, Man-xref-header-file)
7097 (Man-xref-normal-file): Add follow-link property.
7098
7099 2005-01-06 Jay Belanger <belanger@truman.edu>
7100
7101 * calc/calc-units.el: Make sure the proper macro definitions are
7102 available when compiling.
7103
7104 2005-01-06 Juri Linkov <juri@jurta.org>
7105
7106 * isearch.el (isearch-lazy-highlight-update):
7107 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7108
7109 2005-01-06 Miles Bader <miles@gnu.org>
7110
7111 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7112 (isearch-lazy-highlight-face): Use new name.
7113
7114 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7115
7116 * uniquify.el (uniquify-rationalize-file-buffer-names):
7117 Re-add an interactive spec.
7118 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7119 to the same name.
7120
7121 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7122 (isearch-update, isearch-done): Adjust calls accordingly.
7123
7124 2005-01-05 Richard M. Stallman <rms@gnu.org>
7125
7126 * custom.el (custom-set-variables, custom-theme-set-variables):
7127 Clarify documentation.
7128
7129 * emacs-lisp/find-func.el (find-variable)
7130 (find-variable-other-window, find-variable-other-frame):
7131 Fix the TYPE args to find-function-read and find-function-do-it.
7132 (find-function): Doc fix.
7133 (find-function-at-point): Replace function-at-point alias.
7134
7135 2005-01-04 Richard M. Stallman <rms@gnu.org>
7136
7137 * cus-face.el (custom-declare-face):
7138 Record defface in current-load-list.
7139
7140 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7141
7142 * emacs-lisp/find-func.el: Doc fixes.
7143 (find-face-regexp): New variable.
7144 (find-function-regexp-alist): New variable.
7145 (find-function-C-source): Third arg is now TYPE.
7146 (find-function-search-for-symbol): Handle general TYPE.
7147 (find-function-read, find-function-do-it): Handle general TYPE.
7148 (find-definition-noselect, find-face): New functions.
7149 (function-at-point): Alias deleted.
7150
7151 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7152
7153 * battery.el (display-battery-mode): Rename from display-battery.
7154 Handle the case where it gets turned off.
7155
7156 2005-01-04 Richard M. Stallman <rms@gnu.org>
7157
7158 * cus-edit.el (customize): Make :link point to user doc.
7159
7160 * man.el (Man-fontify-manpage): Turn off undo generation.
7161
7162 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7163
7164 2005-01-04 Andreas Schwab <schwab@suse.de>
7165
7166 * files.el (insert-directory): Only look for error lines in
7167 inserted text. Don't move too far after processing --dired markers.
7168
7169 2005-01-04 Richard M. Stallman <rms@gnu.org>
7170
7171 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7172 Don't expand if the character is @, period, dash, etc.
7173 (define-mail-abbrev): Quote names that contain problem characters.
7174
7175 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7176
7177 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7178
7179 2005-01-03 Richard M. Stallman <rms@gnu.org>
7180
7181 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7182 (query-replace-highlight, query-replace-lazy-highlight)
7183 (query-replace): Definitions moved up. Doc fix.
7184
7185 2005-01-03 Richard M. Stallman <rms@gnu.org>
7186
7187 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7188 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7189 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7190 (lazy-highlight-face): Rename from isearch-lazy-...
7191 Change all references to them.
7192
7193 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7194
7195 * cus-edit.el (custom-file): Doc fix for defcustom.
7196 (custom-file): The function no longer sets the variable
7197 `custom-file' to its return value.
7198
7199 * startup.el (command-line): No longer load `custom-file'.
7200
7201 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7202
7203 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7204
7205 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7206 Don't confuse module-prefixed identifiers for labels.
7207 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7208
7209 2005-01-02 Richard M. Stallman <rms@gnu.org>
7210
7211 * files.el (basic-save-buffer-1): Fix previous change.
7212
7213 * loadhist.el (file-loadhist-lookup): New function.
7214 (file-provides, file-requires): Use it.
7215
7216 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7217 instead of calculating the right size.
7218
7219 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7220
7221 * vc-svn.el (vc-svn-diff): Stay local if possible.
7222
7223 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7226
7227 * files.el (hack-local-variables): Fix last change.
7228
7229 2005-01-02 Jay Belanger <belanger@truman.edu>
7230
7231 * calc/calc-yank.el (calc-edit-top): New variable.
7232 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7233 object. Change header properties.
7234 (calc-edit-finish, calc-edit-finish-stack-object)
7235 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7236 edited object.
7237 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7238 for the beginning of the edited object.
7239 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7240 for the beginning of the edited object.
7241 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7242 (calc-finish-formula-edit, calc-macro-repeats)
7243 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7244 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7245 beginning of the edited object.
7246 (calc-user-define-edit): Change the header for editing macros.
7247 Remove unnecessary variable.
7248
7249 2005-01-01 Jay Belanger <belanger@truman.edu>
7250
7251 * calc/calc-yank.el (calc-edit-mode): Change default header.
7252 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7253 * calc/calc-store.el (calc-edit-variable): Change title to match new
7254 header.
7255 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7256 mode to match new header.
7257 (calc-user-define-edit): Change titles to include names of commands.
7258 (calc-finish-formula-edit): Adjust to handle new header.
7259 (calc-finish-macro-edit): Remove.
7260 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7261 (calc-edit-macro-command, calc-edit-macro-command-type)
7262 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7263 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7264 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7265 (calc-edit-macro-finish-edit): New functions.
7266 (calc-user-define-edit): Use new functions to edit named calc macros.
7267
7268 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7269
7270 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7271
7272 * ses.el (copy-region-as-kill): Deactivate mark.
7273
7274 2005-01-01 Richard M. Stallman <rms@gnu.org>
7275
7276 * replace.el (occur-1): If the output buffer is also an input,
7277 don't kill it, rename it.
7278
7279 * faces.el (set-face-background, set-face-foreground): Doc fix.
7280
7281 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7282 for :foreground and :background.
7283
7284 * dired.el (dired-view-command-alist): Variable deleted.
7285 (dired-view-file, dired-mouse-find-file-other-window):
7286 Delete the code to use it.
7287
7288 2005-01-01 Kim F. Storm <storm@cua.dk>
7289
7290 * image.el (insert-sliced-image): Use t for line-height property.
7291
7292 2004-12-31 Jay Belanger <belanger@truman.edu>
7293
7294 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7295 for "var-" at the beginning of the minibuffer.
7296
7297 2004-12-31 Richard M. Stallman <rms@gnu.org>
7298
7299 * faces.el (read-face-name):
7300 Don't treat an attribute spec as a list of faces.
7301
7302 * simple.el (undo): Use undo-equiv-table to detect
7303 unexpected changes since previous undo.
7304 (undo-list-saved): Variable deleted.
7305 (buffer-disable-undo): Don't alter undo-list-saved.
7306
7307 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7308 (mode-require-final-newline): New option.
7309 (after-find-file): Handle require-final-newline with new values.
7310 (basic-save-buffer): Handle new values of require-final-newline.
7311
7312 * progmodes/sh-script.el (sh-require-final-newline):
7313 Alist value now controls whether to use mode-require-final-newline.
7314 (sh-set-shell): Implement that new meaning.
7315
7316 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7317 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7318 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7319 Delete old-Emacs compatibility code.
7320 (antlr-c-common-init): Function deleted.
7321
7322 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7323 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7324 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7325 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7326 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7327 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7328 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7329 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7330 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7331 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7332 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7333 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7334 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7335 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7336 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7337 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7338
7339 2004-12-31 Jay Belanger <belanger@truman.edu>
7340
7341 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7342 way to return to Calc.
7343
7344 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7345 finish, C-xk as the way to cancel the edit. Add cancel routine to
7346 kill-buffer-hook.
7347
7348 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7349 MacEdit code.
7350
7351 * calc/calc-prog.el: Remove obsolete MacEdit code.
7352 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7353 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7354
7355 2004-12-31 Kenichi Handa <handa@m17n.org>
7356
7357 * international/mule.el (buffer-file-coding-system-explicit):
7358 Rename for explicit-buffer-file-coding-system.
7359 (after-insert-file-set-coding): Adjust for the above change.
7360
7361 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7362 to buffer-file-coding-system-explicit.
7363 (basic-save-buffer-1): Likewise.
7364
7365 2004-12-30 Richard M. Stallman <rms@gnu.org>
7366
7367 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7368 (artist-butlast, artist-last): Functions deleted.
7369 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7370 (artist-compute-key-compl-table): Call remq directly.
7371 (artist-remove-nulls): Function deleted.
7372 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7373 (artist-push, artist-pop): Macro deleted.
7374
7375 2004-12-30 Andreas Leue <al@sphenon.de>
7376
7377 * textmodes/artist.el (artist-version): 1.2.6
7378 (artist-prev-next-op-alist): New variable.
7379 (artist-select-next-op-in-list): New function.
7380 (artist-select-prev-op-in-list): New function.
7381 (artist-make-prev-next-op-alist): New function.
7382 (artist-is-in-op-list-p): New function.
7383 (artist-get-first-non-nil-op): New function.
7384 (artist-get-last-non-nil-op): New function.
7385 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7386 artist-prev-next-op-alist.
7387 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7388 change drawing operation.
7389
7390 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7391
7392 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7393
7394 2004-12-31 Masatake YAMATO <jet@gyve.org>
7395
7396 * server.el (server-process-filter): Suppress `error', too.
7397
7398 2004-12-30 Jay Belanger <belanger@truman.edu>
7399
7400 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7401 Change the way a variable is displayed in a message.
7402
7403 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7404 (calc-user-define-permanent, calc-execute-kbd-macro):
7405 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7406
7407 2004-12-30 Kenichi Handa <handa@m17n.org>
7408
7409 * files.el (basic-save-buffer-1):
7410 Set explicit-buffer-file-coding-system to last-coding-system-used.
7411 (revert-buffer): Pay attention to
7412 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7413 on bind coding-system-for-read.
7414
7415 * international/mule.el (explicit-buffer-file-coding-system):
7416 New buffer local variable.
7417 (after-insert-file-set-coding): Set it to coding-system-for-read.
7418
7419 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7420
7421 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7422
7423 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7424
7425 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7426 that include line numbers.
7427
7428 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7429
7430 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7431 Redundant variable PREFIXLEN removed.
7432
7433 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7434
7435 * eshell/em-hist.el (eshell-previous-matching-input):
7436 Start the deletion from the end of the output.
7437
7438 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7439
7440 * term/mac-win.el: Require x-dnd.
7441 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7442
7443 2004-12-29 David Kastrup <dak@gnu.org>
7444
7445 * international/mule.el (decode-coding-inserted-region):
7446 Don't barf if `buffer-undo-list' is already set to `t'.
7447
7448 2004-12-29 Jay Belanger <belanger@truman.edu>
7449
7450 * calc/calc-prog.el (calc-user-define-formula): Put default values
7451 for function names in prompts.
7452 (calc-user-define-permanent, calc-user-define-composition)
7453 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7454 default input for algebraic functions.
7455
7456 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7457
7458 * vc-rcs.el (vc-rcs-annotate-command):
7459 Fix omission bug: Call `vc-setup-buffer'.
7460
7461 2004-12-29 Kenichi Handa <handa@m17n.org>
7462
7463 * international/mule.el (recode-region): New function.
7464
7465 2004-12-28 Richard M. Stallman <rms@gnu.org>
7466
7467 * simple.el (undo-extra-outer-limit): New variable.
7468 (undo-outer-limit-truncate): Test and set it.
7469
7470 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7471 enables the feature to extend the existing region.
7472
7473 * simple.el (mark-word): New arg ALLOW-EXTEND
7474 enables the feature to extend the existing region.
7475
7476 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7477 enables the feature to extend the existing region.
7478
7479 * startup.el (site-run-file): Don't allow setting it with Custom.
7480
7481 * simple.el (buffer-disable-undo): Fix previous change.
7482
7483 2004-12-27 Masatake YAMATO <jet@gyve.org>
7484
7485 * hexl.el (hexlify-buffer): Remove fontification here.
7486 Use font lock mechanism instead.
7487 (hexl-font-lock-keywords): New font lock kewords.
7488 (hexl-mode-old-font-lock-keywords): New variable.
7489 (hexl-mode): Store the old font lock keywords.
7490 (hexl-mode-exit): Restore the old font lock keywords.
7491
7492 2004-12-27 Richard M. Stallman <rms@gnu.org>
7493
7494 * simple.el (undo): Fix previous change.
7495
7496 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7497
7498 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7499 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7500 Call x-open-connection on Mac OS X.
7501
7502 2004-12-27 Richard M. Stallman <rms@gnu.org>
7503
7504 * files.el (buffer-save-without-query): New var (buffer-local).
7505 (save-some-buffers): Save those buffers first, w/o asking.
7506
7507 * files.el (insert-directory-ls-version): New variable.
7508 (insert-directory): When ls returns an error, test the version
7509 number to decide what the return code means.
7510 With --dired output format, detect and distinguish lines
7511 that are really error messages.
7512 (insert-directory-adj-pos): New function.
7513
7514 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7515
7516 * battery.el (battery-mode-line-format): Remove initial spaces.
7517
7518 * uniquify.el (uniquify-rationalize-file-buffer-names):
7519 Delete interactive spec.
7520
7521 * type-break.el (type-break-mode): Set buffer-save-without-query.
7522 Remove code that tried to set save-some-buffers-always.
7523 (type-break-file-keystroke-count): Bind deactivate-mark.
7524
7525 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7526
7527 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7528 Test that the buffer is live, and maybe reject current buffer too.
7529 Clarify.
7530 (next-error-find-buffer): Rewrite for clarity.
7531
7532 * loadup.el: Don't use buffer-disable-undo; do it directly.
7533
7534 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7535 (describe-variable): Call symbol-file with `defvar'.
7536
7537 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7538 (symbol-file): Rewritten to handle new load-history format.
7539 Now takes an arg TYPE to specify looking for a particular
7540 type of definition only.
7541
7542 * emacs-lisp/debug.el (debugger-make-xrefs):
7543 Call symbol-file with `defun'.
7544
7545 * emacs-lisp/find-func.el (find-function-noselect):
7546 Call symbol-file with `defun'.
7547 (find-variable-noselect): Call symbol-file with `defvar'.
7548
7549 * eshell/esh-cmd.el (eshell-find-alias-function):
7550 Call symbol-file with `defun'.
7551
7552 * eshell/esh-test.el (eshell-test-goto-func):
7553 Call symbol-file with `defun'.
7554
7555 * mail/rmail.el (rmail-resend):
7556 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7557
7558 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7559
7560 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7561
7562 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7563 Call buffer-disable-undo.
7564
7565 * simple.el (undo-list-saved): New variable (buffer-local).
7566 (undo): Set and test it.
7567 (buffer-disable-undo): Move here from buffer.c.
7568 Clear out undo-list-saved.
7569
7570 * international/mule.el (decode-coding-inserted-region):
7571 Set buffer-undo-list in a correct and optimal way.
7572
7573 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7574 (cperl-font-lock-unfontify-region-function): No need to save and
7575 restore info, since font-lock.el does it for us.
7576
7577 * ansi-color.el (save-buffer-state): Definition deleted.
7578 (ansi-color-unfontify-region): Don't use save-buffer-state.
7579
7580 2004-12-27 Dave Love <fx@gnu.org>
7581
7582 * wid-edit.el (function): Use restricted-sexp as parent.
7583
7584 2004-12-27 Kevin Ryde <user42@zip.com.au>
7585
7586 * simple.el (next-matching-history-element): Use same
7587 `interactive' form as previous-matching-history-element.
7588
7589 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7590 it can appear unencoded and has been seen from yahoo.
7591
7592 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7593
7594 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7595 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7596
7597 2004-12-27 Kenichi Handa <handa@m17n.org>
7598
7599 * international/utf-8.el (utf-translate-cjk-load-tables):
7600 Bind coding-system-for-read to nil while loading subst-*.
7601
7602 2004-12-26 Jay Belanger <belanger@truman.edu>
7603
7604 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7605 default input.
7606
7607 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7608
7609 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7610 before reverting and disable undo recording while reverting.
7611
7612 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7613
7614 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7615 (hs-make-overlay): New function.
7616 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7617 (hs-flag-region): Delete function.
7618 (hs-hide-comment-region): No longer use `hs-flag-region'.
7619 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7620 (hs-hide-block-at-point): Likewise.
7621 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7622 (hs-hide-all, hs-show-all): Likewise.
7623 (hs-show-block): Likewise.
7624 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7625
7626 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7627
7628 * progmodes/hideshow.el: Require `cl' when compiling.
7629 Remove XEmacs and Emacs 19 compatibility.
7630 Use `dolist' and `add-to-list' for load-time actions.
7631 (hs-discard-overlays): Use `dolist'.
7632 (hs-show-block): Likewise.
7633
7634 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7635
7636 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7637
7638 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7639
7640 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7641 When extending backwards, move outside the current comment first.
7642
7643 2004-12-22 Kenichi Handa <handa@m17n.org>
7644
7645 * international/quail.el (quail-start-translation): Fix prompt
7646 string for the case if input-method-use-echo-area being non-nil.
7647 (quail-start-conversion): Likewise.
7648 (quail-show-guidance): Don't show guidance if
7649 input-method-use-echo-area is non-nil.
7650
7651 2004-12-21 Richard M. Stallman <rms@gnu.org>
7652
7653 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7654
7655 2004-12-21 Markus Rost <rost@ias.edu>
7656
7657 * calendar/diary-lib.el (mark-diary-entries):
7658 Set mark-diary-entries-in-calendar only after checking for diary-file.
7659
7660 2004-12-21 Richard M. Stallman <rms@gnu.org>
7661
7662 * faces.el (escape-glyph): Use blue against light foreground.
7663
7664 * simple.el (undo-outer-limit-truncate): New function.
7665 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7666
7667 2004-12-21 Eli Barzilay <eli@barzilay.org>
7668
7669 * calculator.el (calculator-radix-grouping-mode)
7670 (calculator-radix-grouping-digits)
7671 (calculator-radix-grouping-separator):
7672 New defcustoms for the new radix grouping mode functionality.
7673 (calculator-mode-hook): Now used in electric mode too,
7674 (calculator): Call it.
7675 (calculator-mode-map): Some new keys.
7676 (calculator-message): New function. Some new calls.
7677 (calculator-op, calculator-set-register): Use it.
7678 (calculator-string-to-number): New function, mostly moved and
7679 updated code from calculator-curnum-value.
7680 (calculator-curnum-value): Use it.
7681 (calculator-paste): Use it, and update grabbing the current-kill.
7682 (calculator-rotate-displayer)
7683 (calculator-rotate-displayer-back): Toggle digit grouping when
7684 in radix mode, use calculator-message.
7685 (calculator-displayer-prev, calculator-displayer-next):
7686 Change digit group size when in radix mode.
7687 (calculator-number-to-string): Rename from
7688 calculator-num-to-string. Now deals with digit grouping in
7689 radix mode.
7690 (calculator-update-display, calculator-put-value): Use the new name.
7691 (calculator-fact): Return a floating point number.
7692 (calculator-mode): Doc fix.
7693
7694 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7695
7696 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7697 * calendar/diary-lib.el (view-other-diary-entries):
7698 Use current-prefix-arg in interactive spec.
7699
7700 2004-12-19 Jay Belanger <belanger@truman.edu>
7701
7702 * calc/calc-aent.el (calcAlg-blank-matching-open):
7703 Temporarily adjust the syntax of both delimiters of half-open intervals.
7704
7705 2004-12-19 Kim F. Storm <storm@cua.dk>
7706
7707 * mouse.el (mouse-1-click-follows-link): Doc fix.
7708
7709 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7710
7711 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7712 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7713 instead of centraleuropean as the name
7714
7715 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7716
7717 Sync with Tramp 2.0.46.
7718
7719 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7720 parameters wrt Tramp convention.
7721 (tramp-handle-file-attributes-with-perl)
7722 (tramp-handle-directory-files-and-attributes): Apply it.
7723 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7724 `copy-program'. Reported by Zack Weinberg
7725 <zack@codesourcery.com>.
7726 (top): Set `edebug-form-spec' property directly rather than
7727 calling `def-edebug-spec'.
7728
7729 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7730 advice less fragile. Surround temporary redefinition of
7731 `substitute-in-file-name' with `unwind-protect'. Suggested by
7732 Matt Hodges <MPHodges@member.fsf.org>.
7733
7734 2004-12-17 Juri Linkov <juri@jurta.org>
7735
7736 * replace.el (occur-accumulate-lines, occur-engine):
7737 Make forcing deferred font-lock fontification jit-specific.
7738
7739 2004-12-17 Kim F. Storm <storm@cua.dk>
7740
7741 * mouse.el (mouse-1-click-follows-link): New defcustom.
7742 (mouse-on-link-p): New function.
7743 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7744 functionality. Map a mouse-1 click event into a mouse-2 (or
7745 other) event when position is inside a link.
7746
7747 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7748 prefix in tooltip text with "mouse-1" when this is a link
7749 recognized by mouse-1-click-follows-link functionality.
7750
7751 * help.el (describe-key): Report effective and original binding
7752 for mouse-1 when clicked on a link.
7753 (describe-mode): Add follow-link property to "minor-mode" button.
7754
7755 * help-fns.el (describe-variable): Add follow-link property to
7756 "below" button.
7757
7758 * help-mode.el (help-xref): Add follow-link property.
7759
7760 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7761 (apropos-command, apropos-variable, apropos-face, apropos-group)
7762 (apropos-widget, apropos-plist): Add follow-link property.
7763
7764 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7765 checks if position is in a filename, rather than some other
7766 clickable item. Function looks for cvs-filename-face at position.
7767
7768 * wid-edit.el (widget-specify-field, widget-specify-button):
7769 Map a :follow-link keyword into a follow-link property.
7770 (link): Add :follow-link keyword, map to RET binding.
7771
7772 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7773
7774 * progmodes/compile.el (compilation-minor-mode-map)
7775 (compilation-button-map, compilation-mode-map): Likewise.
7776
7777 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7778
7779 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7780 (zone-replace-char): Take `count' and `del-count'
7781 instead of `direction'. Update callers. When `del-count' is
7782 non-nil, delete that many characters, otherwise `count' characters
7783 backwards. Insert the newly-replaced string `count' times.
7784 (zone-fret): Handle chars w/ width greater than one.
7785 (zone-fall-through-ws): No longer take window width `ww'.
7786 Update callers. Add handling for `char-width' greater than one.
7787 (zone-pgm-drip): Update var holding window-end position every cycle.
7788
7789 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7790
7791 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7792 rather than insert-file.
7793
7794 2004-12-16 Jay Belanger <belanger@truman.edu>
7795
7796 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7797 (math-init-random-base, math-random-digit): Check to see if
7798 var-RandSeed is bound.
7799 (math-random-last): Declare it.
7800 (math-random-digit): Don't make math-random-last local.
7801
7802 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7803
7804 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7805 one-shot thunk for uniform (error, quit, normal) recovery.
7806 Reported by John Paul Wallington.
7807 (zone-pgm-random-life): Fix bug:
7808 Recognize empty initial field by lack of "@" chars.
7809
7810 2004-12-16 Juri Linkov <juri@jurta.org>
7811
7812 * help.el (function-called-at-point):
7813 * help-fns.el (variable-at-point): As a last resort try stripping
7814 non-word prefixes and suffixes.
7815
7816 * descr-text.el (describe-property-list): Don't treat syntax-table
7817 specially. Use describe-text-sexp which inserts [show] button
7818 for large objects and handles printing errors. Sort properties
7819 by names in alphabetical order instead of by value sizes.
7820 Add `mouse-face' to list of properties for `describe-face' widget.
7821 (describe-char): Mask out face-id from 19 bits of character.
7822 Print face-id separately.
7823
7824 * replace.el (occur-accumulate-lines, occur-engine):
7825 Fontify unfontified matching lines in the source buffer
7826 before copying them.
7827 (occur-engine): Don't put mouse-face on context lines.
7828 (occur-next-error): Set point to line beginning/end
7829 before searching for prev/next property to skip multiple
7830 matches on a line (not supported by occur engine).
7831 Remove redundant prefix-numeric-value.
7832
7833 2004-12-15 Juri Linkov <juri@jurta.org>
7834
7835 * replace.el (match): New face.
7836 (list-matching-lines-face): Change default from `bold' to `match'.
7837
7838 * progmodes/grep.el (grep-match-face): New defvar.
7839 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7840 compilation-column-face to highlight grep matches.
7841
7842 * apropos.el (apropos-match-face): Change default from
7843 `secondary-selection' to `match'.
7844
7845 * info-look.el (info-lookup-highlight-face): Change default from
7846 `highlight' to `match'.
7847
7848 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7849
7850 * progmodes/executable.el (executable-interpret): Eliminate
7851 obsolete compile-internal, and switch to comint for interaction.
7852
7853 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7854
7855 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7856 `&&' when skipping multiple statements on a line.
7857
7858 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7859
7860 * play/zone.el (zone): Set `truncate-lines'.
7861 Also, init `tab-width' with value from original buffer.
7862 (zone-shift-up): Rewrite for speed.
7863 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7864 (zone-pgm-jitter): Remove redundant entries from ops vector.
7865 (zone-exploding-remove): Reduce iteration count.
7866 (zone-cpos): Convert to defsubst.
7867 (zone-replace-char): New defsubst.
7868 (zone-park/sit-for): Likewise.
7869 (zone-fret): Take window-start arg.
7870 Update callers. Use `zone-park/sit-for'.
7871 (zone-fill-out-screen): Rewrite.
7872 (zone-fall-through-ws): Likewise. Update callers.
7873 (zone-pgm-drip): Use `zone-replace-char'.
7874 Move var inits before while-loop. Use `zone-park/sit-for'.
7875 (zone-pgm-random-life): Handle empty initial field.
7876 Use `zone-replace-char' and `zone-park/sit-for'.
7877
7878 2004-12-15 Juri Linkov <juri@jurta.org>
7879
7880 * isearch.el (isearch-update): Test isearch-lazy-highlight
7881 before calling isearch-lazy-highlight-new-loop.
7882 (isearch-lazy-highlight-new-loop):
7883 Don't test isearch-lazy-highlight.
7884
7885 * replace.el (perform-replace): Add isearch-case-fold-search.
7886 Use delimited-flag for isearch-regexp.
7887 Reset isearch-lazy-highlight-last-string to force lazy
7888 highlighting when called from isearch mode.
7889 (query-replace-highlight): Revert defcustom type to boolean.
7890 (query-replace-lazy-highlight): New defcustom.
7891 (query-replace): New face.
7892 (perform-replace, replace-highlight, replace-dehighlight):
7893 Test query-replace-lazy-highlight instead of special value
7894 `isearch' of query-replace-highlight.
7895 (replace-dehighlight): Don't call isearch-dehighlight.
7896 (replace-highlight): Don't call isearch-highlight.
7897 Use face `query-replace' unconditionally.
7898
7899 2004-12-14 Kim F. Storm <storm@cua.dk>
7900
7901 * simple.el (inhibit-mark-movement): Remove defvar.
7902 (beginning-of-buffer, end-of-buffer): Don't use it.
7903
7904 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7905 Don't use inhibit-mark-movement.
7906
7907 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7908 (cua--undo-push-mark): Remove.
7909 (cua--pre-command-handler, cua--post-command-handler):
7910 Don't fiddle with inhibit-mark-movement.
7911
7912 2004-12-14 Juri Linkov <juri@jurta.org>
7913
7914 * buff-menu.el (list-buffers-noselect): Collect internal info
7915 for every buffer in BUFFER-LIST arg too.
7916 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7917 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7918 Bind same-window-buffer-names and same-window-regexps to nil.
7919
7920 2004-12-13 Juri Linkov <juri@jurta.org>
7921
7922 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7923
7924 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7925 (sc-cite-region, sc-uncite-region, sc-recite-region):
7926 Fix previous change to handle not alist as a symbol, but
7927 a citation frame as a symbol that represents a variable name.
7928
7929 2004-12-13 Richard M. Stallman <rms@gnu.org>
7930
7931 * filecache.el (file-cache-add-directory-using-find):
7932 Only set up file-cache-find-command-posix-flag if we will use it.
7933
7934 * bindings.el (mode-line-buffer-identification-keymap):
7935 Don't cancel the mode-line's usual down-mouse-1 binding.
7936
7937 * cus-edit.el (custom-face-selected): Handle `default' specs.
7938 (custom-face-edit): Increase extra-offset.
7939 (custom-display): Handle `default' specs.
7940
7941 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7942
7943 * emacs-lisp/elint.el (elint-standard-variables)
7944 (elint-unknown-builtin-args): Move definitions up.
7945
7946 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7947
7948 * info.el (info-xref-visited): Use `default' instead of t.
7949 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7950
7951 * faces.el (header-line, mode-line-inactive, tool-bar):
7952 Use `default' instead of t for setting the defaults.
7953 (face-spec-choose): Separate `t' from `default'.
7954
7955 * subr.el (while-no-input): New macro.
7956
7957 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
7958
7959 * filecache.el (file-cache-add-directory-using-find):
7960 Only test file-cache-find-command-posix-flag on some systems.
7961
7962 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7963
7964 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7965 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7966 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7967 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7968 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7969
7970 2004-12-12 Juri Linkov <juri@jurta.org>
7971
7972 * files.el (find-file-other-window, find-file-other-frame):
7973 Add the first buffer to the returned value to return the complete
7974 list of all visited buffers.
7975 (find-file-read-only, find-file-read-only-other-window)
7976 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7977 `find-file-read-args'. Signal an error about non-existent file
7978 only if file name doesn't contain wildcards. Toggle read-only in
7979 all visited buffers.
7980 (find-alternate-file, find-alternate-file-other-window):
7981 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
7982 called interactively. Pass arg `wildcards' to other functions.
7983 (find-file-noselect): Doc fix.
7984
7985 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7986 Doc fix.
7987 (ffap-directory-finder): New variable.
7988 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7989 (ffap-file-at-point): Add /* to immediately rejected names.
7990 Return absolute file names matching ffap-dired-wildcards.
7991 (ffap-read-file-or-url): Set default value for `completing-read'
7992 to `buffer-file-name'.
7993 (find-file-at-point): When filename matches ffap-dired-wildcards,
7994 call ffap-file-finder with t arg `wildcards', instead of dired.
7995 (ffap-other-window, ffap-other-frame): Return visited buffers.
7996 (ffap-read-only, ffap-read-only-other-window)
7997 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
7998 (dired-at-point): Call ffap-directory-finder instead of dired.
7999 (ffap-dired-other-window, ffap-dired-other-frame)
8000 (ffap-list-directory): New commands.
8001 (ffap-bindings): New keybindings for new commands.
8002
8003 2004-12-12 Juri Linkov <juri@jurta.org>
8004
8005 * simple.el (beginning-of-buffer, end-of-buffer):
8006 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8007 Do not push mark when mark is active in transient-mark-mode.
8008
8009 * simple.el (mark-word):
8010 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8011 * textmodes/paragraphs.el (mark-paragraph):
8012 Extend the region when mark is active in transient-mark-mode,
8013 regardless of the last command. Doc fix.
8014
8015 * simple.el (mark-word): Preserve direction when repeating.
8016 Make arg optional. Interactive "p" -> "P".
8017 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8018
8019 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8020 preserving direction, to mark forward instead of backward when mark
8021 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8022
8023 2004-12-12 Juri Linkov <juri@jurta.org>
8024
8025 * isearch.el (isearch-edit-string): Set 7th arg of
8026 `read-from-minibuffer' to `t' to inherit the current input
8027 method (whose name is indicated by [IM] in the minibuffer prompt)
8028 from the current buffer to the minibuffer.
8029 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8030 to allow C-g quitting for lazy highlighting looping inside the
8031 search with nested repetition operators. Add overlay to the list
8032 before setting its face and other properties to avoid the case of
8033 code quitting after placing the new overlay but before it's
8034 recorded on the list. Select the window where isearch was
8035 activated, to highlight matches in the right window when isearch
8036 switches the current window to the minibuffer.
8037
8038 * international/isearch-x.el
8039 (isearch-process-search-multibyte-characters):
8040 Use `isearch-message' as initial input for `read-string' instead
8041 of adding it to the minibuffer prompt. After reading a string
8042 remove the initial value of `isearch-message' from the string.
8043
8044 * replace.el (replace-match-maybe-edit): Doc fix.
8045 (perform-replace): Don't call `replace-highlight' when automatic
8046 replacement is requested in literal mode, since it is intended
8047 only to highlight words during entering a new replacement string
8048 for \? in non-literal mode.
8049
8050 * replace.el (query-replace-highlight): Add new value `isearch'
8051 that allows query replacement to use isearch highlighting.
8052 Change type from `boolean' to `choice'. Doc fix.
8053 (replace-highlight, replace-dehighlight, perform-replace):
8054 Use isearch highlighting if query-replace-highlight eq `isearch'.
8055
8056 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8059 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8060
8061 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8062 case of \end{verbatim}.
8063
8064 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8065
8066 * term.el (term-termcap-format): Synchronyze with terminfo.
8067 (term-emulate-terminal): Handle reset.
8068 (term-reset-terminal): New function.
8069
8070 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8071
8072 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8073 (zone-fill-out-screen): New func.
8074 (zone-pgm-drip): Use `zone-fill-out-screen'.
8075 Also, no longer go to point-min on every cycle.
8076 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8077 (zone-pgm-random-life-wait): New user var.
8078 (zone-pgm-random-life): New func.
8079
8080 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8081
8082 * files.el (auto-mode-alist): Map .com to DCL mode.
8083
8084 2004-12-09 Richard M. Stallman <rms@gnu.org>
8085
8086 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8087
8088 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8089
8090 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8091 buffer with a display margin.
8092
8093 2004-12-08 Jay Belanger <belanger@truman.edu>
8094
8095 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8096 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8097
8098 2004-12-08 Richard M. Stallman <rms@gnu.org>
8099
8100 * faces.el: Delete code to set display table.
8101 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8102
8103 2004-12-08 Jay Belanger <belanger@truman.edu>
8104
8105 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8106
8107 * calc/calc-ext.el (math-read-replacement-list)
8108 (math-read-superscripts, math-read-preprocess-string): Move to
8109 calc-aent.el.
8110
8111 * calc/calc-aent.el (math-read-replacement-list)
8112 (math-read-superscripts, math-read-preprocess-string): Move from
8113 calc-ext.el.
8114
8115 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8116
8117 * isearch.el (isearch-quote-char): Fix up typo in last change.
8118
8119 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8120
8121 * mouse.el (mouse-set-font): Handle the case where the command was
8122 not invoked using the mouse.
8123
8124 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8125 (edmacro-finish-edit): Further update for keyboard macros that are
8126 lambda forms.
8127 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8128
8129 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8130
8131 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8132 (font-lock-default-unfontify-region): Don't save buffer state any more.
8133
8134 2004-12-07 Jay Belanger <belanger@truman.edu>
8135
8136 * calc/calc-help.el (calc-describe-key):
8137 Set calc-summary-indentation even when Calc Summary buffer exists.
8138
8139 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8140
8141 * calendar/holidays.el (holiday-easter-etc): Make arguments
8142 optional for backwards compatibility. Doc fix.
8143 Remove un-necessary local vars mandatory, output-list.
8144 (holiday-advent): Make arguments optional for backwards
8145 compatibility. Doc fix.
8146
8147 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * paren.el (show-paren-function): Fix last change (2004-12-02).
8150
8151 * international/mule-util.el (char-displayable-p): Return nil for
8152 unibyte mode.
8153
8154 * subr.el (subregexp-context-p): New function.
8155
8156 * isearch.el (isearch-quote-char): Use it.
8157
8158 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8159 (regexp-opt-not-groupie*-re): Remove.
8160 (regexp-opt): Properly handle inputs with duplicate entries.
8161
8162 2004-12-06 Richard M. Stallman <rms@gnu.org>
8163
8164 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8165
8166 * cus-edit.el (custom-file): Doc fix.
8167
8168 * textmodes/org.el: New file.
8169
8170 2004-12-06 Kenichi Handa <handa@m17n.org>
8171
8172 * ldefs-boot.el: Update international/mule-util.el section.
8173
8174 2004-12-05 Sam Steingold <sds@gnu.org>
8175
8176 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8177 Fix `tramp-time-diff' comparison logic.
8178
8179 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8180
8181 * progmodes/which-func.el (which-function):
8182 Use `run-hook-with-args-until-success' instead of a custom loop.
8183 Fixes bug with local hooks.
8184
8185 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8186
8187 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8188 Use delete-dups when calculating the initial value.
8189 (bibtex-autokey-get-title): Use <=.
8190 (bibtex-goto-line): New function.
8191 (bibtex-reposition-window): Use line numbers instead of point
8192 positions. Use window-body-height.
8193 (bibtex-find-crossref): Use bibtex-reposition-window.
8194 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8195 position of entry if key is found or nil if not found.
8196
8197 2004-12-05 Richard M. Stallman <rms@gnu.org>
8198
8199 * cus-edit.el (custom-file): Doc fix.
8200
8201 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8202
8203 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * simple.el (blink-matching-open):
8206 * textmodes/tex-mode.el (tex-validate-region):
8207 Obey syntax-table text properties.
8208
8209 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8210
8211 * wid-edit.el (widget-specify-field): Add `real-field' property to
8212 boundary.
8213 (widget-field-at): Use it.
8214
8215 2004-12-02 Richard M. Stallman <rms@gnu.org>
8216
8217 * progmodes/cc-mode.el (awk-mode autoload):
8218 Supply t meaning interactive function.
8219
8220 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8221 (isearch-mode-map): No special definition for space.
8222 (isearch-whitespace-chars): Command deleted.
8223 (isearch-forward-regexp): Doc fix.
8224 (isearch-quote-char): When a space is not inside brackets,
8225 use `[ ]' instead of just space.
8226 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8227
8228 * imenu.el (imenu--generic-function): Delete code to exclude
8229 matches in comments.
8230
8231 * man.el (Man-reverse-face): Change default to `highlight'.
8232
8233 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8234 (occur-engine): Use `face' prop rather than `font-lock-face'
8235 when specifying use of `match-face'.
8236 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8237
8238 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8239
8240 * add-log.el (add-log-current-defun): Handle the case where point
8241 is in the header part of a DEFUN construct.
8242
8243 2004-12-02 Dave Love <fx@gnu.org>
8244
8245 * progmodes/python.el (python-font-lock-syntactic-keywords):
8246 Fix previous change.
8247
8248 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8249
8250 * paren.el (show-paren-function): Check for matching chars
8251 specified by text props.
8252
8253 2004-12-02 Jay Belanger <belanger@truman.edu>
8254
8255 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8256 when reading a new key sequence.
8257
8258 2004-12-02 Kim F. Storm <storm@cua.dk>
8259
8260 * faces.el (escape-glyph): Rename from glyph.
8261 (standard-display-table): Set it here. Add escape-glyph face to
8262 extra slot characters.
8263
8264 * disp-table.el: Undo 2004-12-01 change. Display table is now
8265 setup in faces.el.
8266
8267 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8268
8269 * xml.el (xml-parse-dtd): Don't show validity messages when
8270 xml-validating-parser is nil.
8271 (xml-substitute-special): Fix validity error messages to
8272 actually show the unexpandable entity. Added validity error if &
8273 isn't followed by an entity.
8274 (xml-parse-tag): Concatenate any string following the a
8275 <![CDATA[]]> section to the parsed CDATA.
8276 (xml-parse-dtd): Skip parameter entity declarations and use of
8277 parameter entities.
8278
8279 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8280
8281 * kmacro.el (kmacro-default-counter-format): New var.
8282 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8283 (kmacro-display): Remove `nil' from `and' form. Delete call to
8284 `format' inside `message'.
8285 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8286
8287 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8288
8289 * pcvs.el (cvs-header-msg): New function.
8290 (cvs-update-header): Use it. Change calling convention.
8291 Correctly handle the case of having simultaneous active processes.
8292 (cvs-sentinel): Don't call cvs-update-header any more.
8293 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8294
8295 2004-12-01 Jay Belanger <belanger@truman.edu>
8296
8297 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8298 Change message.
8299
8300 2004-12-01 Juri Linkov <juri@jurta.org>
8301
8302 * progmodes/prolog.el (prolog-mode-variables):
8303 Fix imenu-generic-expression.
8304
8305 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8306
8307 * faces.el (glyph): New face.
8308
8309 * disp-table.el: Add an autoloaded table, that doesn't require
8310 this library, with glyph face.
8311
8312 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8313 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8314 (conf-quote-normal): Allow normalizing only ' or ".
8315 (conf-mode): Regexp-quote constructed comment-start and don't
8316 match section {} where "name" contains braces.
8317
8318 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8319 files.
8320
8321 2004-12-01 Kenichi Handa <handa@m17n.org>
8322
8323 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8324 (x-select-text): Don't treat eight-bit-control/graphic chars
8325 specially. Store the encoded text in the X cut buffer.
8326 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8327 with x-last-selected-text-cut-encoded.
8328
8329 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8330
8331 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8332
8333 2004-11-30 Markus Rost <rost@ias.edu>
8334
8335 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8336 AUCTeX.
8337
8338 2004-11-30 Jay Belanger <belanger@truman.edu>
8339
8340 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8341 on signs of intervals.
8342 (math-pow-of-zero): Strengthen checks for positive and negative
8343 exponents.
8344
8345 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8346 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8347 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8348 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8349 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8350 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8351 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8352 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8353 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8354 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8355 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8356 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8357 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8358 with provide statements.
8359
8360 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8361
8362 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8363
8364 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8365 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8366 functions by require statements.
8367 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8368
8369 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8370 (calc-gnuplot-print): Give them values.
8371
8372 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8373 autoloads.
8374 Add calc-do-embedded-activate to autoloads.
8375 (calc-gnuplot-name, calc-gnuplot-plot-command)
8376 (calc-gnuplot-print-command): Move them to calc-graph.el.
8377
8378 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8379
8380 * term/mac-win.el (ccl-encode-mac-roman-font)
8381 (ccl-encode-mac-cyrillic-font)
8382 (ccl-encode-mac-centraleuropean-font, encoder-list)
8383 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8384 Support Cyrillic, CentralEuropean, and Dingbat font display
8385
8386 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8387
8388 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8389
8390 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8391 still nil.
8392
8393 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8394
8395 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8396 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8397
8398 2004-11-29 Jay Belanger <belanger@truman.edu>
8399
8400 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8401 cases of the base and exponent.
8402
8403 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8404
8405 * simple.el (next-error-buffer-p): Allow for inclusive and
8406 exclusive tests for finding a buffer.
8407 (next-error-find-buffer): Pass the exclusive and inclusive tests
8408 to next-error-buffer-p.
8409
8410 * replace.el (occur-next-error): Switch to the Occur buffer when
8411 appropriate, use the exclusive filter to next-error-find-buffer to
8412 do it. Use the absolute value of the motion amount.
8413
8414 2004-11-29 Kenichi Handa <handa@m17n.org>
8415
8416 * startup.el (command-line): Decode all default-directory by
8417 locale-coding-system.
8418
8419 2004-11-29 Jay Belanger <belanger@truman.edu>
8420
8421 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8422 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8423 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8424 Replace calls to calc-extensions by appropriate require, replace
8425 calc-extensions-loaded by appropriate featurep.
8426
8427 * calc/calc-ext.el: Move require to end of file.
8428 Remove redundant loading of calc.el.
8429 (calc-extensions-loaded): Remove unnecessary variable.
8430 (calc-extensions): Remove unnecessary function.
8431 (calc-load-everything): Replace calc-need-macros by appropriate require.
8432
8433 * calc/calc-macs.el: Move provide to end of file.
8434 (calc-need-macros): Remove unnecessary function.
8435
8436 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8437 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8438 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8439 Replace calc-extensions by appropriate require.
8440 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8441
8442 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8443 Replace calc-need-macros by appropriate require.
8444
8445 * calc/calc.el: Move require to end of file.
8446 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8447 Remove unnecessary variable.
8448 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8449 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8450 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8451 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8452 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8453 (math-format-number, math-format-bignum, math-read-number)
8454 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8455 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8456 by appropriate require.
8457 (calc-check-defines): Replace calc-need-macros by appropriate require.
8458
8459 2004-11-29 Kim F. Storm <storm@cua.dk>
8460
8461 * macros.el (insert-kbd-macro): Handle kmacro functions.
8462
8463 2004-11-28 Juri Linkov <juri@jurta.org>
8464
8465 * compare-w.el (compare-windows-highlight): Attach each overlay
8466 to its window to properly highlight differences while comparing
8467 two windows of the same buffer. Fix arguments.
8468 (compare-windows-sync-default-function): Fix arguments of
8469 `compare-windows-highlight'.
8470
8471 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8472 Use `read-expression-history'. Set initial contents only if
8473 `edebug-global-break-condition' is non-nil. Set histpos to 1
8474 if initial contents is equal to the last history element.
8475 (edebug-set-conditional-breakpoint): Instead of temporarily
8476 prepending the current condition to the history, set initial
8477 contents to the current condition. Set histpos to 1 if initial
8478 contents is equal to the last history element.
8479
8480 * info.el (Info-search-whitespace-regexp): Remove shy group.
8481 (Info-search): Forward line if search is on the header line.
8482 Use search-whitespace-regexp in two other places.
8483
8484 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8485
8486 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8487 warning. Delay real definition, which uses
8488 `set-fringe-indicators-1' till after the definition of that function.
8489
8490 2004-11-28 Kim F. Storm <storm@cua.dk>
8491
8492 * fringe.el (fringe): New defgroup.
8493 (fringe-mode): Move to fringe group.
8494 (fringe-indicators): New defcustom.
8495 (set-fringe-indicators-1): New defun.
8496
8497 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8498 (menu-bar-showhide-fringe-ind-menu): New keymap.
8499 (menu-bar-showhide-fringe-ind-empty)
8500 (menu-bar-showhide-fringe-ind-mixed)
8501 (menu-bar-showhide-fringe-ind-box)
8502 (menu-bar-showhide-fringe-ind-right)
8503 (menu-bar-showhide-fringe-ind-left)
8504 (menu-bar-showhide-fringe-ind-none): New defuns.
8505 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8506
8507 2004-11-27 Richard M. Stallman <rms@gnu.org>
8508
8509 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8510
8511 * generic.el (define-generic-mode): Doc fix.
8512
8513 * menu-bar.el (menu-bar-options-save): For the options
8514 that are toggled with menu-bar-make-mm-toggle, don't check
8515 for customized-value prop.
8516
8517 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8518
8519 * mail/supercite.el (sc-cite-region): Handle the case where
8520 sc-cite-frame-alist is a symbol.
8521 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8522 a symbol.
8523 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8524 a symbol.
8525
8526 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8527
8528 * wid-edit.el (widget-narrow-to-field): New function.
8529 (widget-complete): Use it.
8530
8531 2004-11-27 Jay Belanger <belanger@truman.edu>
8532
8533 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8534 variable.
8535 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8536 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8537 (math-alg-inequalities): Move declaration to earlier in the file.
8538
8539 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8540 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8541 Declare them.
8542
8543 * calc/calc-lang.el (math-expr-data, math-expr-token)
8544 (math-exp-old-pos): Declare them.
8545
8546 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8547 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8548
8549 2004-11-27 Kim F. Storm <storm@cua.dk>
8550
8551 * progmodes/flymake.el: Use (featurep 'xemacs).
8552 (flymake-makehash): Change to defsubst. Use fboundp.
8553 (flymake-time-to-float): Remove.
8554 (flymake-float-time): Merge code from flymake-time-to-float here.
8555 (flymake-replace-regexp-in-string): Change to defsubst.
8556 (flymake-split-string-remove-empty-edges):
8557 Rename to flymake-split-string.
8558 (flymake-split-string): Remove previous defalias.
8559 (flymake-get-temp-dir): Change to defsubst.
8560 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8561 Define for xemacs only.
8562 (flymake-master-file-count-limit): Change into compiler defvar only.
8563 (flymake-find-possible-master-files): Let-bind it dynamically while
8564 sorting files using flymake-master-file-compare.
8565
8566 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8567
8568 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8569 of defun-prompt-regexp matches inside a comment/string but the
8570 beginning is correctly outside everything.
8571
8572 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8573 appears within a string or a comment.
8574
8575 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8576 rather than make-symbol for symbols which are used in
8577 a symbol-macrolet or equivalent.
8578
8579 2004-11-26 Jay Belanger <belanger@truman.edu>
8580
8581 * calc-misc.el (calc-last-why-command): Declare it.
8582
8583 * calc-vec.el (math-grade-vec): New variable.
8584 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8585 Replace variable grade-vec by declared variable.
8586 (math-rb-close): New variable.
8587 (math-read-brackets, math-read-vector): Replace variable close by
8588 declared variable.
8589
8590 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8591 (calc-one-window, calc-edit-handler, calc-restore-trail)
8592 (calc-allow-ret): Declare them.
8593
8594 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8595 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8596 (math-radix-float-cache-tag, math-random-cache)
8597 (math-max-digits-cache, math-integral-cache, math-units-table)
8598 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8599 (math-moc-func): New variable.
8600 (math-map-over-constants, math-map-over-constants-rec):
8601 Replace variable func by declared variable.
8602
8603 * calc/calc-store.el (calc-given-value, calc-store-opers):
8604 Declare them.
8605 (calc-var-name-map): Move declaration to earlier in the file.
8606 (calc-pv-pos): New variable.
8607 (calc-permanent-variable, calc-insert-permanent-variable):
8608 Replace variable pos by declared variable.
8609
8610 * calc/calc-mtx.el (calc-det-lu): New variable.
8611 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8612
8613 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8614 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8615 and arg by declared variables.
8616 (calcFunc-reducer): Fix incorrect variable.
8617 (math-inner-mul-func, math-inner-add-func): New variables.
8618 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8619 and add-func by declared variables.
8620
8621 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8622 (calc-digit-value): Declare them.
8623
8624 * calc/calc-help.el (Info-history): Declare it.
8625 (calc-describe-key): Make calc-summary-indentation a local variable.
8626 (calc-help-long-names): Move declaration to earlier in file.
8627
8628 * calc/calc-embed.el (calc-original-buffer): Declare it.
8629 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8630 (calc-embed-bot): New variables.
8631 (calc-do-embedded, calc-embedded-mark-formula)
8632 (calc-embedded-find-bounds, calc-embedded-duplicate)
8633 (calc-embedded-new-formula, calc-embedded-make-info):
8634 Replace vars outer-top, outer-bot, bot and top by declared variables.
8635 (calc-embed-prev-modes): New variable.
8636 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8637 prev-modes with declared variable.
8638 (calc-embed-vars-used): New variable.
8639 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8640 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8641 vars-used by declared variable.
8642
8643 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8644 (math-format-radix-float): Remove unnecessary setq.
8645 (math-radix-float-cache): Declare it.
8646
8647 * calc/calcsel2.el (calc-keep-selection): Declare it.
8648
8649 * calc/calc-maint.el: Remove file.
8650
8651 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8652
8653 * textmodes/bibtex.el (bibtex-sort-entry-class)
8654 (bibtex-comment-start): Use defcustom.
8655 (bibtex-entry-field-alist): Use nil if initial content of the
8656 field is undefined. Fix docstring.
8657 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8658 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8659 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8660 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8661 Fix docstring.
8662 (bibtex-autokey-title-terminators): Use only one regexp.
8663 (bibtex-string-maybe-empty-head): New variable.
8664 (bibtex-remove-delimiters-string): New function.
8665 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8666 Use bibtex-remove-delimiters-string.
8667 (bibtex-progress-message, bibtex-field-left-delimiter)
8668 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8669 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8670 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8671 Simplify.
8672 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8673 Use eq and bibtex-remove-delimiters-string. For end markers use
8674 insertion type so that marker stays after inserted text.
8675 (bibtex-autokey-get-names): Return empty string if name is missing.
8676 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8677 calling bibtex-autokey-name-case-convert.
8678 (bibtex-autokey-demangle-title):
8679 Call bibtex-autokey-titleword-case-convert. Remove call to
8680 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8681 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8682 (bibtex-read-key): New optional arg global.
8683 (bibtex-files-expand): New optional arg force.
8684 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8685 (bibtex-complete-crossref-cleanup): Rename from
8686 bibtex-complete-key-cleanup. Simplify code.
8687 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8688 Operate on current entry.
8689 (bibtex-button): Add docstring.
8690 (bibtex-entry): Simplify.
8691 (bibtex-make-field): Replace optional arg called-by-yank with more
8692 specific args move and interactive.
8693 (bibtex-end-of-entry): Use forward-sexp.
8694 (bibtex-find-entry-globally): Remove.
8695 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8696 Bound to C-c C-x.
8697 (bibtex-find-entry): New optional args global and display.
8698 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8699 (bibtex-validate): Use arg force of bibtex-files-expand.
8700 (bibtex-clean-entry): Bugfix, clean string entries properly.
8701 Always keep point at beginning of entry.
8702 (bibtex-complete): Bugfix. Handle string entries properly.
8703 Call cleanup functions only if needed.
8704 (bibtex-String): Use bibtex-read-string-key.
8705 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8706 case of replacement text.
8707
8708 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8709
8710 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8711 (tramp-perl-directory-files-and-attributes): New constant.
8712 (tramp-file-name-handler-alist): Delete file-directory-files, add
8713 directory-files-and-attributes.
8714 (tramp-perl-file-attributes): Surround uid and gid by double
8715 quotes. Change parameter id-format from nonnumeric.
8716 (tramp-convert-file-attributes): New function.
8717 (tramp-handle-file-attributes): Use it.
8718 (tramp-maybe-send-perl-script): New function.
8719 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8720 file mode. Change parameter id-format from nonnumeric.
8721 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8722 from nonnumeric.
8723 (tramp-post-connection): Don't send tramp-perl-file-attributes
8724 script. Reset connection property "perl-scripts".
8725 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8726 in use.
8727
8728 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8729
8730 * desktop.el (desktop-read): Replace mapcar with mapc.
8731 (desktop-create-buffer): Replace mapcar with mapc.
8732 Remove redundant piece of code.
8733
8734 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8735
8736 * progmodes/gud.el (gud-display-line): Use display-buffer
8737 for GDB-UI as for GUD.
8738
8739 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8740 Delete variables.
8741 (gdb-ann3): Don't make GUD buffer dedicated.
8742 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8743 (gdb-display-source-buffer): Delete function.
8744 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8745 (menu): Delete menu bindings for viewing source/assembler.
8746 (gdb-setup-windows, gdb-restore-windows):
8747 Don't dedicate GUD. No assembler now.
8748 (gdb-reset): No need to undedicate source buffers now.
8749 (gdb-source-info): No assembler now.
8750
8751 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8752
8753 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8754 width to those for special frames.
8755 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8756 Use display-buffer.
8757 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8758 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8759 (gdb-frame-assembler-buffer): Rework like
8760 gdb-frame-breakpoints-buffer.
8761
8762 2004-11-25 Richard M. Stallman <rms@gnu.org>
8763
8764 * progmodes/flymake.el: Reindent.
8765 (flymake-split-string): Turn into defalias.
8766 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8767 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8768 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8769 (flymake-build-relative-filename): Rename from ...path.
8770 Fix error message.
8771
8772 2004-11-25 Cheng Gao <chenggao@gmail.com>
8773
8774 * progmodes/flymake.el: Much whitespace and capitalization change.
8775 Move `provide' to end. Require `compile' only when compiling.
8776
8777 2004-11-24 Jay Belanger <belanger@truman.edu>
8778
8779 * calc/calc-alg.el: Added comment.
8780 (math-polynomial-base): Replace variable mpb-top-expr by
8781 math-poly-base-top-expr.
8782
8783 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8784 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8785 variable.
8786 (math-poly-base-total-base): New variable.
8787 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8788 mpb-total-base by declared variable.
8789 (math-factored-vars, math-to-list): Declare it.
8790 (math-fact-expr): New variable.
8791 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8792 (math-factor-expr-try, math-factor-expr-part): Replace variable
8793 expr by declared variable.
8794 (math-fet-x): New variable.
8795 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8796 by declared variable.
8797 (math-factor-poly-coefs): Make temp a local variable.
8798
8799 * calc/calc-units.el (calc-convert-units): Make units a local
8800 variable.
8801 (calc-num-units, calc-den-units): New variables.
8802 (calc-explain-units, calc-explain-units-rec): Replace variables
8803 num-units and den-units by declared variables.
8804 (math-cu-unit-list): New variable.
8805 (math-build-units-table, math-compare-unit-names)
8806 (math-convert-units, math-convert-units-rec): Replace variable
8807 unit-list by declared variable.
8808 (math-fbu-base, math-fbu-entry): New variables.
8809 (math-find-base-units, math-find-base-units-rec): Replace variables
8810 base and entry by declared variables.
8811 (math-which-standard): New variable.
8812 (math-to-standard-units, math-to-standard-rec): Replace variable
8813 which-standard by declared variable.
8814 (math-fcu-u): New variable.
8815 (math-find-compatible-unit, math-find-compatible-unit-rec):
8816 Replace variable u by declared variable.
8817 (math-cu-new-units, math-cu-pure): New variables.
8818 (math-convert-units, math-convert-units-rec): Replace variables
8819 new-units and pure by declared variables.
8820 (math-try-cancel-units): New variable.
8821 (math-simplify-units-quotient): Replace variable try-cancel-units by
8822 declared variable.
8823
8824 2004-11-24 Richard M. Stallman <rms@gnu.org>
8825
8826 * textmodes/ispell.el (ispell-check-version):
8827 If default-directory is nonexistent, use home dir.
8828
8829 * progmodes/grep.el (grep-regexp-alist):
8830 Don't match parens around line numbers.
8831
8832 * progmodes/cperl-mode.el (cperl-indent-region)
8833 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8834 Don't print progress messages.
8835
8836 * progmodes/compile.el (compilation-mode-map):
8837 Don't inherit from compilation-minor-mode-map;
8838 copy its bindings instead. But the menu bar Compile
8839 entry now does inherit from compilation-menu-map.
8840
8841 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8842 Use with-no-warnings around compiler-macroexpand.
8843
8844 * imenu.el: Don't always require newcomment.
8845 (imenu--generic-function): Call comment-normalize-vars
8846 if we have a comment syntax.
8847 Exit the loop if REGEXP matches the null string.
8848 Test comment-start as well as comment-start-skip
8849 when deciding whether to check for comments.
8850
8851 * tooltip.el (tooltip-mode): Doc fix.
8852
8853 * term.el (term-escape-char, term-mode): Doc fixes.
8854
8855 2004-11-24 Dave Love <fx@gnu.org>
8856
8857 * progmodes/python.el (python-font-lock-syntactic-keywords):
8858 Check for escapes in the regexp.
8859 (python-quote-syntax): Don't do it here.
8860
8861 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8862
8863 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8864 (gdb-frames-mode-map, gdb-threads-mode-map)
8865 (gdb-registers-mode-map, gdb-locals-mode-map)
8866 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8867 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8868
8869 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8870 (dedicated-switch-to-buffer): Rework.
8871 (gdb-var-evaluate-expression-handler, gdb-put-string):
8872 Remove unused variable bindings.
8873 (gdb-setup-windows, gdb-display-buffer):
8874 Simplify. Use pop-to-buffer.
8875 (gdb-view-source-function): Simplify.
8876 (gdb-frame-breakpoints-buffer):
8877 Use pop-to-buffer, special-display-regexps.
8878
8879 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8880
8881 * progmodes/f90.el (f90-smart-end)
8882 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8883 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8884 (f90-end-of-block): Doc fix. Make check of outermost block
8885 conditional on value of `f90-smart-end'.
8886 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8887 Handle case where END-BLOCK is nil.
8888 (f90-match-end): Handle un-named PROGRAM blocks.
8889 (f90-backslash-not-special): New function.
8890
8891 2004-11-24 Jay Belanger <belanger@truman.edu>
8892
8893 * calc/calc.el (calc-embedded-active): Removed unnecessary
8894 declaration.
8895 (calc-show-banner): Removed redundant declaration.
8896
8897 * calc/calc-graph.el (calc-gnuplot-default-device)
8898 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8899 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8900 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8901 Remove redundant initial values.
8902
8903 * calc/calc-arith.el (math-scalar-functions)
8904 (math-nonscalar-functions, math-scalar-if-args-functions)
8905 (math-real-functions, math-positive-functions)
8906 (math-nonnegative-functions, math-real-scalar-functions)
8907 (math-real-if-arg-functions, math-integer-functions)
8908 (math-num-integer-functions, math-rounding-functions)
8909 (math-float-rounding-functions, math-integer-if-args-functions)
8910 (math-super-types): Move declarations to earlier in file.
8911 (math-unit-prefixes): Declared it.
8912 (math-floor-prec, math-trunc-prec): New variables.
8913 (math-trunc-fancy): Replace variable prec by declared variable.
8914 (math-floor-fancy): Replace variable prec by declared variable.
8915 (math-com-bterms): New variable.
8916 (math-commutative-equal, math-commutative-collect):
8917 Replace variable bterms by declared variable.
8918
8919 * calc/calc-misc.el (math-trunc): Replace variable prec by
8920 math-trunc-prec.
8921 (math-floor): Replace variable prec by math-floor-prec.
8922
8923 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8924 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8925 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8926 (math-format-date, math-format-date-part): Replace variables
8927 date, dt, year, month, day, weekday, hour, minute, second and
8928 bc-flag by declared variables.
8929 (math-pd-str): New variable.
8930 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8931 Replace variable str by declared variable.
8932 (math-daylight-savings-hook, math-tzone-names): Move definitions
8933 to earlier in the file.
8934 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8935 (math-sh-year): New variable.
8936 (math-setup-add-holidays, math-setup-holidays)
8937 (math-setup-year-holidays): Replace variable `year' by declared
8938 variable.
8939
8940 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8941 New variables.
8942 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8943 n, nf and nfm1 by declared variables.
8944 (math-nri-n): New variable.
8945 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8946 n by declared variable.
8947 (calcFunc-log): Removed misplaced condition.
8948
8949 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8950
8951 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8952
8953 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8954
8955 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8956 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8957 Dedicate gdb-related windows.
8958 (gdb-display-buffer): Dedicate gdb-related windows.
8959 Don't grab other frames.
8960 (gdb-reset): Remove dedicated property after debugging.
8961
8962 2004-11-24 Jay Belanger <belanger@truman.edu>
8963
8964 * calc/calc-sel.el: Add comment.
8965
8966 * calc/calc.el (math-stack-value-offset): Replace variables c,
8967 wid and off with math-svo-c, math-svo-wid and math-svo-off.
8968
8969 * calc/calccomp.el (math-comp-sel-tag): Declare it.
8970 (math-svo-c, math-svo-wid, math-svo-off): New variables.
8971 (math-stack-value-offset-fancy): Replace variables c, wid and off
8972 by declared variables.
8973 (math-comp-just, math-comp-comma-spc): New variables.
8974 (math-compose-expr, math-compose-matrix): Replace variables `just'
8975 and comma-spc by declared variable.
8976 (math-comp-vector-prec): New variable.
8977 (math-compose-expr, math-compose-matrix, math-compose-rows):
8978 Replace variable vector-prec by declared variable.
8979 (math-comp-left-bracket, math-comp-right-bracket)
8980 (math-comp-comma): New variables.
8981 (math-compose-expr, math-compose-rows): Replace variables
8982 left-bracket, right-bracket and comma by declared variables.
8983 (math-comp-full-width): New variable.
8984 (math-comp-to-string-flat, math-comp-to-string-flat-term):
8985 Replace variable full-width by declared variable.
8986 (math-comp-highlight, math-comp-word, math-comp-level)
8987 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8988 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8989 New variables.
8990 (math-comp-to-string-flat, math-comp-to-string-flat-term)
8991 (math-comp-sel-flat-term): Replace variables comp-highlight,
8992 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8993 declared variables.
8994 (math-comp-simplify, math-comp-simplify-term)
8995 (math-comp-add-string, math-comp-add-string-sel):
8996 Replace variables comp-highlight, comp-buf, comp-base,
8997 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
8998
8999 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9000
9001 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9002
9003 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9004 and x-server-version may throw.
9005
9006 2004-11-23 Kim F. Storm <storm@cua.dk>
9007
9008 * subr.el (substitute-key-definition-key): Optimize.
9009 Don't call indirect-function for nil defn (always signals error).
9010
9011 * ido.el (ido-read-internal): Fix require-match check when
9012 ido-directory-too-big is set.
9013
9014 2004-11-23 Jay Belanger <belanger@truman.edu>
9015
9016 * calc/calc-ext.el (math-read-replacement-list)
9017 (math-read-superscripts): New variables.
9018 (math-read-preprocess-string): New function.
9019 (math-read-expr): Filter input through math-read-preprocess-string.
9020
9021 * calc/calc-aent.el (math-read-exprs): Filter input through
9022 math-read-preprocess-string.
9023
9024 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9025
9026 * progmodes/compile.el (compilation-start): In cd command use
9027 substitute-env-vars -- not quite shell compatible but better than
9028 nothing.
9029 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9030 handle the newer versions messages, which are more parseable.
9031
9032 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9033
9034 * reveal.el (reveal-mode-map): New var.
9035 (reveal-mode): Use it.
9036
9037 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9038
9039 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9040 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9041
9042 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9043
9044 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9045 header-line when needed.
9046 Use fixed-pitch only in the header-line.
9047 Build the underline automatically. Use emdash if available.
9048
9049 2004-11-22 Richard M. Stallman <rms@gnu.org>
9050
9051 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9052 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9053
9054 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9055
9056 * progmodes/gdb-ui.el (gdb-resync): New function.
9057 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9058 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9059 Use it to fail more gracefully.
9060 (gdb-variables): Delete variable.
9061 Re-order variables to reduce byte-compiler warnings.
9062
9063 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * descr-text.el (describe-char):
9066 * paren.el (show-paren-function):
9067 * subr.el (syntax-after): Undo last change.
9068
9069 * progmodes/python.el (run-python): Don't hard code *Python*.
9070 Don't modify global process-environment.
9071 (python-send-region, python-load-file): Don't assume that
9072 python-buffer == (process-buffer (python-proc)).
9073 (python-switch-to-python): Simplify.
9074
9075 * dired.el (dired-align-file): Don't assume line starts with spaces.
9076
9077 2004-11-21 Jay Belanger <belanger@truman.edu>
9078
9079 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9080 Replace variable `lines' by math-read-big-lines.
9081 (math-read-big-expr): Replace variables the-baseline, the-h2
9082 and err-msg by math-read-big-baseline, math-read-big-h2 and
9083 math-read-err-msg.
9084 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9085
9086 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9087 (math-read-big-balance): Replace unbound variable by value.
9088 (math-read-big-lines): New variable.
9089 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9090 (math-read-big-error, math-read-big-balance): Replace variable
9091 `lines' by declared variable.
9092 (math-read-big-baseline, math-read-big-h2): New variables.
9093 (math-read-big-rec): Replace variables the-baseline and the-h2
9094 by declared variables.
9095 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9096 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9097 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9098 declared variables.
9099 (math-read-big-err-msg): New variable.
9100 (math-read-big-error): Replace variable err-msg by declared variable.
9101
9102 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9103
9104 * ses.el: Add coding cookie.
9105 Fix up docstrings, follow new commenting conventions.
9106 (ses-header-line-menu): Fix missing variable rename for header-row.
9107 (ses-cell-size): Remove.
9108 (ses-make-cell): New function.
9109 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9110 (ses-calculate-cell): Remove unused var `symbol'.
9111 (ses-narrowed-p): New function.
9112 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9113 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9114 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9115 (ses-setup): Use restore-buffer-modified-p.
9116 (ses-cleanup): Remove unused var `end'.
9117 (ses-header-string-left-offset): Remove.
9118 (ses-create-header-string): Adjust to new behavior of `align-to'.
9119 Truncate excessively large fields to preserve alignment.
9120 (ses-reconstruct-all): Remove unused var `refs'.
9121 (ses-read-cell-printer): Remove unused var `prompt'.
9122 (ses-delete-row): Remove unused var `pos'.
9123 (ses-delete-column): Remove unused var `new'.
9124
9125 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9126
9127 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9128 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9129 Eliminate eval-and-compile usage.
9130 (ps-insert-file): Use insert-file-contents instead of insert-file.
9131 (ps-setup): Code fix.
9132
9133 * printing.el (pr-setup, lpr-setup): Code fix.
9134
9135 2004-11-21 Jay Belanger <belanger@truman.edu>
9136
9137 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9138 (calc-original-buffer): Declare them.
9139 (calc-user-formula-alist): New variable.
9140 (calc-user-define-formula, calc-fix-user-formula)
9141 (calc-user-define-composition, calc-finish-formula-edit):
9142 Replace variable `alist' by declared variable.
9143 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9144 (var-q7, var-q7, var-q8, var-q9): Declare them.
9145 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9146 are bound.
9147 (calcFunc-typeof): Replace undeclared variable by expression.
9148 (math-exp-env): New variable.
9149 (math-define-body, math-define-exp): Replace exp-env by declared var.
9150 (math-define-exp): Replace misplaced variable by expression.
9151
9152 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9153 (calc-curve-model, calc-curve-coefnames): New variables.
9154 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9155 varnames, model and coefnames by declared variables.
9156 (math-root-widen): New variable.
9157 (math-search-root, math-find-root): Replace variable root-widen by
9158 declared variable.
9159 (var-DUMMY): Declare it.
9160 (math-root-vars, math-min-vars): Move the declarations to earlier in
9161 the file.
9162 (math-brent-min): Make d a local variable.
9163 (math-find-minimum): Replace non-existent variable.
9164 (math-ninteg-romberg): Remove unnecessary variable.
9165 (math-ninteg-temp): New variable.
9166 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9167 integ-temp by declared variable.
9168 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9169 New variables.
9170 (math-general-fit): Replace variables first-var, first-coef and
9171 new-coefs by declared variables.
9172 (calcFunc-fitvar): Replace variable first-var by declared variable.
9173 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9174 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9175 (math-all-vars-vars, math-all-vars-found): New variables.
9176 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9177 found by declared variable math-all-vars-vars.
9178
9179 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9180
9181 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9182 of `defconst'.
9183
9184 2004-11-20 Richard M. Stallman <rms@gnu.org>
9185
9186 * isearch.el (isearch-mode-map): Don't bind SPC.
9187 (isearch-whitespace-chars): Function deleted.
9188 (isearch-search): Bind search-spaces-regexp.
9189 (isearch-lazy-highlight-search): Likewise.
9190 (search-whitespace-regexp): Doc fix.
9191 (isearch-forward-regexp): Doc fix.
9192
9193 * emacs-lisp/bytecomp.el (byte-compile-form):
9194 Move the calls to byte-compile-set-symbol-position,
9195 to avoid having two for the same symbol occurrence.
9196
9197 * comint.el (comint-input-ring-size): Increase to 150.
9198
9199 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9200 New variables.
9201 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9202 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9203
9204 * imenu.el (imenu--generic-function):
9205 Ensure we keep moving backward even if BEG isn't further back.
9206
9207 * replace.el (query-replace-read-to, query-replace-read-from):
9208 Specify t for KEEP-ALL in read-from-minibuffer.
9209
9210 * progmodes/python.el (python-switch-to-python):
9211 If Python isn't running, start it.
9212 Don't alter debug-ignored-errors.
9213
9214 * progmodes/cperl-mode.el (cperl-indent-region):
9215 Don't mind imenu-scanning-message.
9216
9217 * bindings.el (global-map): Bind C-e to move-end-of-line.
9218
9219 * simple.el (line-move-finish): New arg FORWARD.
9220 Ignore invisible newlines, not intangible ones.
9221 Conditions for acceptable stopping positions depend on FORWARD.
9222 (line-move): Pass FORWARD arg to line-move-finish.
9223
9224 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9225 of HEADER. Compensate for this change in the code to add display
9226 properties. Don't make the first line intangible.
9227
9228 * info.el (Info-search): Fix previous change.
9229
9230 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9231
9232 * Makefile.in (recompile): Revert 2004-11-19 change.
9233 (compile): Likewise.
9234
9235 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9236
9237 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9238
9239 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9240
9241 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9242 defgroup and defcustom. Eliminate eval-and-compile usage.
9243
9244 * progmodes/ebnf-otz.el: Fix typos.
9245
9246 2004-11-19 Jay Belanger <belanger@truman.edu>
9247
9248 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9249 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9250 disp-trail by declared variable.
9251
9252 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9253 (calc-finish-selection-edit): Replace variable disp-trail by
9254 declared variable.
9255 (calc-selection-cache-entry): Move declaration to earlier in the file.
9256 (calc-selection-cache-num, calc-selection-cache-comp)
9257 (calc-selection-cache-offset, calc-selection-true-num)
9258 (calc-final-point-line, calc-final-point-column)
9259 (calc-original-buffer): Declare them.
9260 (calc-fnp-op, calc-fnp-num): New variables.
9261 (calc-find-nth-part, calc-find-nth-part-rec)
9262 (calc-select-previous): Replace op and num by declared variables.
9263 (calc-rsf-old, calc-rsf-new): New variables.
9264 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9265 Replace variables old and new by declared variables.
9266 (calc-sel-reselect): New variable.
9267 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9268 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9269 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9270 reselect with declared variable.
9271
9272 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9273 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9274 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9275 (math-import-list, math-rewrite-phase): Declare them.
9276 (math-rewrite): Use let* to declare variables.
9277 (calc-rewrite-selection): Make rules a local variable.
9278 (calc-rewr-sel): New variable.
9279 (calc-rewrite-selection, calc-locate-selection-marker)
9280 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9281 of sel.
9282 (math-rewrite-whole-expr): New variable.
9283 (math-rewrite, math-rewrite-phase): Replace variable expr by
9284 declared variable.
9285 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9286 (math-rewrite-heads-blanks ): New variables.
9287 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9288 heads, skips and blanks by declared variables.
9289 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9290 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9291 New variables.
9292 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9293 old, new, old-func and new-func by declared variables.
9294 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9295 Remove unnecessary variable.
9296 (math-apply-rw-regs): New variable.
9297 (math-apply-rewrites, math-rwapply-replace-regs)
9298 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9299 (math-apply-rw-ruleset): New variable.
9300 (math-apply-rewrites, math-rwapply-remember): Replace variable
9301 ruleset by declared variable.
9302
9303 2004-11-19 Richard M. Stallman <rms@gnu.org>
9304
9305 * info.el (Info-search): Use search-whitespace-regexp.
9306
9307 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9308
9309 * vc-rcs.el (vc-rcs-parse): New function.
9310 (vc-rcs-annotate-command): Likewise.
9311 (vc-rcs-annotate-current-time): Likewise.
9312 (vc-rcs-annotate-time): Likewise.
9313 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9314
9315 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9316
9317 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9318
9319 2004-11-18 Jay Belanger <belanger@truman.edu>
9320
9321 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9322
9323 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9324
9325 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9326 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9327 Use make-temp-file to generate PostScript files in any situation.
9328 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9329 (pr-interactive-p): Eliminate var.
9330 (pr-save-interactive): Eliminate macro.
9331 (pr-interface, pr-ps-directory-preview)
9332 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9333 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9334 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9335 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9336 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9337 (pr-ps-region-ps-print, pr-ps-mode-preview)
9338 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9339 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9340 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9341 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9342 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9343 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9344 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9345 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9346 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9347 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9348 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9349 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9350 Eliminate pr-save-interactive usage.
9351 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9352 Eliminate pr-interactive-p usage.
9353 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9354 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9355 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9356 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9357 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9358 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9359 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9360 New funs.
9361 (pr-ps-file): Use make-temp-file to generate a temporary file.
9362
9363 2004-11-17 Jay Belanger <belanger@truman.edu>
9364
9365 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9366 a local variable.
9367 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9368 (math-top-only): New variable.
9369 (math-simplify, math-simplify-step): Replace variable top-only by
9370 declared variable math-top-only.
9371 (math-simplify-expr): Declare it.
9372 Replace argument expr in all calls of math-defsimplify by
9373 math-simplify-expr.
9374 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9375 (math-simplify-divisor, math-simplify-one-divisor)
9376 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9377 (math-simplify-pow): Replace variable expr by declared variable
9378 math-simplify-expr.
9379 (math-simplify-divisor): Remove local variables temp and op.
9380 (math-simplify-one-divisor): Make temp and op local variables.
9381 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9382 New variables.
9383 (math-simplify-divisor, math-simplify-one-divisor):
9384 Replace variables nover and dover by declared variables.
9385 (math-expr-subst-new, math-expr-subst-old): New variables.
9386 (math-expr-subst, math-expr-subst-rec): Replace variables new
9387 and old by declared variables.
9388 (math-is-poly-degree, math-is-poly-loose): New variables.
9389 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9390 and loose by declared variables.
9391 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9392 (math-polynomial-base, math-polynomial-base-rec):
9393 Replace variables const-ok and mpb-pred by declared variables.
9394
9395 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9396
9397 * calc/calc-ext.el (math-defsimplify): Change the argument in
9398 the created function to math-simplify-expr.
9399
9400 * calc/calc-units.el (math-simplify-expr): Declare it.
9401 Replace argument expr in all calls of math-defsimplify by
9402 math-simplify-expr.
9403 (math-simplify-units-prod): Replace variable expr by declared
9404 variable math-simplify-expr.
9405
9406 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9407
9408 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9409 Replace mapcar->dolist, format->string.
9410
9411 2004-11-17 Miles Bader <miles@gnu.org>
9412
9413 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9414 * progmodes/idlwave.el: Remove RCS keywords.
9415
9416 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9417
9418 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9419 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9420 Update to IDLWAVE version 5.5. Too many changes to list them here.
9421 * progmodes/idlw-help.el: New file.
9422
9423 2004-11-16 Richard M. Stallman <rms@gnu.org>
9424
9425 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9426 Discard spaces after \i according to TeX rules.
9427
9428 * international/mule.el (set-buffer-file-coding-system):
9429 New arg NOMODIFY.
9430 (after-insert-file-set-coding): Pass that new arg.
9431 Prevent set-buffer-multibyte from trying to lock the file.
9432
9433 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9434
9435 * saveplace.el (save-place): Doc fix.
9436
9437 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9438 temporarily widen before finding the following word to copy.
9439
9440 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9441 (cl-map-keymap): Definition deleted.
9442
9443 * subr.el (map-keymap-internal): New function.
9444
9445 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9446
9447 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9448 when pressing rather than when releasing mouse-2. Simplify.
9449
9450 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9451
9452 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9453 (compilation-mode): Set it here instead.
9454
9455 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9456
9457 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9458 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9459
9460 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9461
9462 * progmodes/compile.el (compilation-internal-error-properties):
9463 Fix up a transposition-typo. Check end-col before using it.
9464
9465 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9466
9467 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9468 Discard whitespace after macro \i when converting it.
9469
9470 2004-11-16 Juri Linkov <juri@jurta.org>
9471
9472 * emacs-lisp/find-func.el (find-function-regexp):
9473 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9474 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9475 Remove invalid `\W' from [^cgv\W]. Doc fix.
9476 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9477
9478 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9479
9480 * play/life.el: Maintainer is now FSF.
9481 (life-patterns, life-neighbor-deltas, life-window-start)
9482 (life-current-generation, life-generation-string): Use defvar
9483 instead of defconst.
9484
9485 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9486
9487 * progmodes/compile.el (compilation-move-to-column): New fun.
9488 (compilation-internal-error-properties)
9489 (compilation-next-error-function): Use it to make sure we don't go past
9490 the end of line.
9491
9492 2004-11-15 John Paul Wallington <jpw@gnu.org>
9493
9494 * autoinsert.el (auto-insert-alist): Insert the user's name in
9495 copyright notice, rather than Free Software Foundation, for the
9496 Emacs Lisp header case too.
9497
9498 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9499
9500 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9501 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9502 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9503 return the list of string in a string.
9504 (pr-call-process): Message if calling process returns an error, that
9505 is, the exit status is different of zero.
9506
9507 2004-11-15 Jay Belanger <belanger@truman.edu>
9508
9509 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9510 variable var-thing.
9511 (math-integ-depth, math-integ-level, math-integral-limit)
9512 (math-enable-subst, math-any-substs, math-integ-msg)
9513 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9514 (math-int-threshold, math-int-factors, math-double-roots)
9515 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9516 (var-GenCount): Declare these variables.
9517 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9518 (math-integral-cache, math-integral-cache-state):
9519 Move declarations to earlier in the file.
9520 (math-deriv-var, math-deriv-total, math-deriv-symb)
9521 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9522 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9523 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9524 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9525 (math-solve-res): New variables
9526 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9527 (math-integral, math-replace-integral-parts)
9528 (math-integrate-by-parts, calc-dump-integral-cache)
9529 (math-try-integral, math-do-integral, math-do-integral)
9530 (math-do-integral-methods, math-try-solve-for)
9531 (math-try-solve-prod, math-solve-poly-funny-powers)
9532 (math-solve-crunch-poly, math-decompose-poly)
9533 (math-solve-find-root-term, math-find-root-in-prod)
9534 (math-integ-try-linear-substitutions)
9535 (math-integ-try-substitutions, math-expr-rational-in)
9536 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9537 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9538 (math-solve-for, math-solve-system, math-solve-system-rec)
9539 (math-solve-get-sign, math-solve-get-int)
9540 (math-solve-system-subst): Replace undeclared variables with newly
9541 declared variables.
9542
9543 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9544
9545 * winner.el (winner-active-region, winner-edges, winner-window-list):
9546 Define at toplevel.
9547 (winner-mode-map): Move init inside declaration.
9548
9549 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9550
9551 * files.el (convert-standard-filename): Doc fix.
9552
9553 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9554
9555 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9556 passwd, group, shadow, default/* and pam.d/*.
9557
9558 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9559
9560 * printing.el (pr-menu-spec): Adjust menu specification.
9561
9562 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9563
9564 * printing.el: Doc fix. Insert :version tag into all defcustom.
9565 Handle interactive-p as is recommended in Emacs Lisp Reference.
9566 Set the file permission bits for newly created files.
9567 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9568 The printing menu specification (in `pr-menu-spec') was merged.
9569 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9570 (pr-version): New version number (6.8.3).
9571 (pr-file-modes): New option.
9572 (pr-interactive-p): New var.
9573 (pr-save-interactive, pr-save-file-modes): New macros.
9574 (pr-setup): Code fix.
9575 (pr-menu-spec): Menu specification merged.
9576 (pr-call-process, pr-text2ps): Set file permission bits.
9577 (pr-despool-print): Set file permission bits. Handle interactive-p as
9578 is recommended.
9579 (pr-interface, pr-ps-directory-preview)
9580 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9581 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9582 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9583 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9584 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9585 (pr-ps-region-ps-print, pr-ps-mode-preview)
9586 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9587 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9588 (pr-despool-using-ghostscript, pr-despool-ps-print)
9589 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9590 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9591 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9592 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9593 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9594 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9595 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9596 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9597 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9598 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9599 Handle interactive-p as is recommended.
9600
9601 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9602
9603 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9604 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9605
9606 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9607 so it doesn't forget to highlight the beginning of the region either.
9608
9609 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9610
9611 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9612 (c-font-lock-init): Eliminate obsolete make-local-hook.
9613 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9614 (awk-mode): Use run-mode-hooks.
9615
9616 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9617
9618 2004-11-13 Kim F. Storm <storm@cua.dk>
9619
9620 * mouse.el (mouse-drag-copy-region): Add :version.
9621 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9622 while dragging mode line, so mode line can be dragged downwards.
9623 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9624 while pressing mouse button so window doesn't scroll until we
9625 release the mouse if clicking on partially visible line.
9626
9627 2004-11-12 Jay Belanger <belanger@truman.edu>
9628
9629 * calc/calc-graph.el (calc-dumb-map): Declare it.
9630 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9631 than unbound.
9632 (calc-graph-name): Made `end' a local variable.
9633 (calc-graph-lookup): Made `varname' a local variable.
9634 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9635 Declare them.
9636 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9637 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9638 the unused variable y3vec.
9639 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9640 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9641 calc-graph-prev-kill-hook.
9642 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9643 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9644 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9645 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9646 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9647 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9648 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9649 (calc-graph-y3value, calc-graph-y3name)
9650 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9651 (calc-graph-stepcount, calc-graph-is-splot)
9652 (calc-graph-surprise-splot, calc-graph-blank)
9653 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9654 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9655 (calc-graph-recompute-2d, calc-graph-compute-3d)
9656 (calc-graph-format-data): Replace undeclared variables with the
9657 above newly declared variables.
9658
9659 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9660
9661 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9662 `rsf-beep' and `rsf-sleep-after-message'.
9663
9664 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9665 list if `message-sender' is non-nil.
9666
9667 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9668
9669 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9670 consing by using mapc instead of mapcar.
9671
9672 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9673
9674 * tooltip.el (require): Explain why CL is needed.
9675
9676 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9677
9678 * printing.el: Insert :version into defgroup (printing). All reference
9679 to Files option in menubar were changed to File.
9680 (pr-version): New version number (6.8.2).
9681 (pr-get-symbol): Call easy-menu-intern.
9682 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9683 compilation gripes.
9684
9685 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9686
9687 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9688 new byte-compile-function-environment binding to t.
9689
9690 * font-lock.el (font-lock-fontify-syntactically-region):
9691 Don't forget to highlight the last char when we hit `end'.
9692
9693 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9694 (mwheel-scroll): Adjust accordingly.
9695
9696 * cvs-status.el: Reduce spurious warnings.
9697 (cvs-status-checkout): Remove.
9698 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9699
9700 * pcvs.el (cvs-mode-checkout): New command.
9701
9702 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9703
9704 * tooltip.el: Require CL.
9705
9706 * emacs-lisp/bytecomp.el: Use push.
9707 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9708 (defalias): Remove the `byte-compile' property and add
9709 a `byte-hunk-handler'.
9710
9711 2004-11-11 Juri Linkov <juri@jurta.org>
9712
9713 * info.el (Info-search): Save match data for isearch.
9714 Skip Tag Table node.
9715
9716 * descr-text.el (describe-char): Replace syntax-after with code
9717 from its previous version.
9718
9719 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9720 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9721
9722 * international/mule.el (sgml-html-meta-auto-coding-function):
9723 Remove > after <html to allow HTML attributes.
9724
9725 2004-11-11 Jay Belanger <belanger@truman.edu>
9726
9727 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9728 a variable.
9729 (calcFunc-dfac): Replace unbound max by n.
9730 (math-stirling-local-cache): New variable.
9731 (math-stirling-number, math-stirling-1, math-stirling-2):
9732 Replace the variable `cache' by the declared variable
9733 math-stirling-local-cache.
9734 (var-RandSeed): Declare it as a variable.
9735 (math-init-random-base, math-random-digit): Don't check to see if
9736 var-RandSeed is bound.
9737 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9738 Declare them instead of just setting them.
9739 (math-init-random-base): Made i a local variable.
9740 (math-random-digit): Made math-random-last a local variable.
9741 (math-prime-test-cache): Move declaration to before it is used.
9742 (math-prime-test-cache-k, math-prime-test-cache-q)
9743 (math-prime-test-cache-nm1, math-prime-factors-finished):
9744 Declare them as variables.
9745
9746 2004-11-11 Jay Belanger <belanger@truman.edu>
9747
9748 * calc/calc-ext.el (math-defcache): Use defvar for the new
9749 variables it creates.
9750
9751 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9752
9753 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9754 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9755 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9756 (desktop-save): Add :version.
9757
9758 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9759
9760 * printing.el (pr-get-symbol): Don't downcase.
9761
9762 2004-11-10 Jay Belanger <belanger@truman.edu>
9763
9764 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9765 string to kill-ring.
9766
9767 * calc/calc-aent.el (calc-alg-exp, math-toks)
9768 (math-exp-pos,math-exp-old-pos, math-exp-token)
9769 (math-exp-keep-spaces, math-exp-str): New variables.
9770 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9771 (calcAlg-enter): Use declared variable calc-alg-exp.
9772 (math-build-parse-table, math-find-user-token): Use declared
9773 variable math-toks.
9774 (math-read-exprs, math-read-token, calc-check-user-syntax)
9775 (calc-match-user-syntax, match-factor-after, math-read-factor):
9776 Use declared variables math-exp-pos math-exp-old-pos.
9777 (math-read-exprs, math-read-token, math-read-expr-level)
9778 (calc-check-user-syntax, calc-match-user-syntax)
9779 (match-factor-after, math-read-factor): Use declared variable
9780 math-exp-token.
9781 (math-read-exprs, math-read-expr-list, math-read-token)
9782 (math-read-factor): Use declared variable math-exp-keep-spaces.
9783 (math-read-exprs, math-read-token): Use declared variable
9784 math-exp-str.
9785 (calc-match-user-syntax): Make m a local variable.
9786
9787 * calc/calc-ext.el (math-read-expr): Use declared variables
9788 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9789 math-exp-keep-spaces.
9790
9791 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9792 variables math-exp-pos, math-exp-str.
9793
9794 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9795 math-exp-old-pos.
9796 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9797 (math-parse-eqn-prime): Use declared variable math-exp-token.
9798
9799 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9800 Use declared variable math-exp-pos.
9801 (math-check-for-commas): Use declared variable math-exp-str.
9802 (math-read-brackets): Use declared variables math-exp-old-pos,
9803 math-exp-keep-spaces.
9804 (math-read-brackets, math-read-vector, math-read-matrix):
9805 Use declared variable math-exp-token.
9806
9807 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9808
9809 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9810 where the keymap is a symbol.
9811 (easy-menu-add-item): Use keymap-prompt. Simplify.
9812
9813 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9814
9815 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9816 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9817
9818 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9819
9820 * ebuff-menu.el: Doc fixes throughout.
9821 (electric-buffer-menu-mode-hook): New defvar.
9822
9823 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9824
9825 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9826 The resulting compiler warnings appear to be harmless.
9827
9828 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9829
9830 * textmodes/conf-mode.el: New file.
9831
9832 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9833
9834 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9837
9838 2004-11-09 Jay Belanger <belanger@truman.edu>
9839
9840 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9841
9842 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9843 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9844 (calc-z-prefix-help, calc-user-function-list): Use declared
9845 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9846 (math-map-tree, math-map-tree-rec): Use declared variables
9847 math-mt-many, math-mt-func.
9848 (math-read-expression, math-read-string): Use declared variable
9849 math-expr-data.
9850
9851 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9852 variable math-normalize-a.
9853
9854 * calc/calc.el (math-normalize-a): New variable.
9855 (math-normalize): Use declared variable math-normalize-a.
9856
9857 * calc/calc-poly.el (math-expand-form): Use declared variable
9858 math-mt-many.
9859
9860 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9861 Use declared variable math-mt-many.
9862 (math-rewrite): Use declared variable math-mt-func.
9863
9864 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9865 (math-read-matrix): Use declared variable math-expr-data.
9866
9867 * calc/calc-lang.el (math-parse-fortran-vector)
9868 (math-parse-fortran-vector-end, math-parse-tex-sum)
9869 (math-parse-eqn-matrix, math-parse-eqn-prime)
9870 (math-read-math-subscr): Use declared variable math-expr-data.
9871
9872 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9873 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9874 (calc-match-user-syntax, math-read-if, math-factor-after)
9875 (math-read-factor): Use declared variable math-expr-data.
9876
9877 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9878
9879 * calendar/diary-lib.el (diary-from-outlook)
9880 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9881 interactive-p; but rather new optional argument NOCONFIRM.
9882
9883 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9886 (easy-menu-name-match): Revert correspondingly.
9887
9888 2004-11-09 Richard M. Stallman <rms@gnu.org>
9889
9890 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9891 Turn off warnings for the new function even if definition not constant.
9892 If the definition isn't a quoted symbol, record (FUNCTION . t).
9893 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9894 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9895 (display-call-tree, byte-compile-arglist-warn):
9896 Handle t returned by byte-compile-fdefinition.
9897
9898 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9899
9900 * Makefile.in (maintainer-clean): Depend on distclean.
9901
9902 * help-fns.el (help-C-file-name): File name must be in build-files
9903 to be returned.
9904
9905 2004-11-09 Jay Belanger <belanger@truman.edu>
9906
9907 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9908 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9909
9910 * calc/calc.el (calc, calc-trail-display, calc-mode):
9911 Remove obsolete sections.
9912
9913 * calc/calc.el (calc-x-paste-text): Remove.
9914
9915 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9916 mouse-2.
9917
9918 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9919
9920 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9921 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9922 current frame (in case of recursive calls).
9923 (gdb-show-changed-values): Add :version keyword.
9924
9925 2004-11-09 Kenichi Handa <handa@m17n.org>
9926
9927 * international/mule-cmds.el: Change coding: tag back to
9928 iso-2022-7bit.
9929
9930 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9931
9932 * international/mule-cmds.el: Change coding-system to utf-8.
9933 (select-safe-coding-system-interactively):
9934 New function extracted from select-safe-coding-system.
9935 (select-safe-coding-system): Use it.
9936
9937 2004-11-08 Richard M. Stallman <rms@gnu.org>
9938
9939 * subr.el (syntax-after): Doc fix.
9940
9941 * paren.el (show-paren-function): Change calls to syntax-after
9942 for new way of returning the value.
9943
9944 * menu-bar.el (menu-bar-file-menu): Make this the real name
9945 and menu-bar-files-menu the alias. Use the former.
9946 (global-map): Use `file', not `files', as the symbol.
9947
9948 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9949
9950 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9951 Don't use beginning-of-buffer.
9952 (filesets-cmd-show-result): Use with-no-warnings.
9953
9954 2004-11-08 Juri Linkov <juri@jurta.org>
9955
9956 * progmodes/compile.el (compile): Don't overwrite last command in
9957 minibuffer history with default command if they are not equal.
9958
9959 2004-11-08 Jay Belanger <belanger@truman.edu>
9960
9961 * calc/calcalg2.el (math-do-integral-methods): Try linear then
9962 non-linear substitutions.
9963
9964 2004-11-08 Jay Belanger <belanger@truman.edu>
9965
9966 * calc/calcalg2.el (math-linear-subst-tried): New variable.
9967 (math-do-integral): Set `math-linear-subst-tried' to nil.
9968 (math-do-integral-methods): Use `math-linear-subst-tried' to
9969 determine what type of substitution to try.
9970 (math-integ-try-linear-substituion):
9971 Set `math-linear-subst-tried' to t.
9972
9973 2004-11-08 Kim F. Storm <storm@cua.dk>
9974
9975 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9976
9977 2004-11-07 Juri Linkov <juri@jurta.org>
9978
9979 * info-look.el (info-lookup): Allow reusing in the current buffer
9980 not only *info* buffer, but all (even renamed) Info buffers
9981 by checking for major-mode instead of *info* buffer name.
9982 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9983 (octave-mode, maxima-mode) <doc-spec>:
9984 Allow long dashes generated by Texinfo 4.7 before definitions.
9985 (texinfo-mode) <doc-spec>: Add space to suffix to find command
9986 definitions with argument separated by space.
9987
9988 2004-11-06 Richard M. Stallman <rms@gnu.org>
9989
9990 * simple.el (next-error group, face): Move before first use.
9991 (next-error-highlight, next-error-highlight-no-select): Likewise.
9992
9993 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
9994 (line-move): New args NOERROR and TO-END.
9995 Return t if if succeed in moving specified number of lines.
9996 (move-end-of-line): New function.
9997
9998 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
9999 (end-of-buffer-other-window): Likewise.
10000
10001 * simple.el (line-move-ignore-invisible): Default to t.
10002
10003 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10004
10005 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10006
10007 * international/iso-cvt.el (iso-cvt-define-menu):
10008 Rename menu-bar-files-menu to menu-bar-file-menu.
10009
10010 * net/browse-url.el (browse-url-gnome-moz-program)
10011 (browse-url-gnome-moz-arguments): Move up before first use.
10012
10013 * net/tramp.el (tramp group): Add :version.
10014
10015 * progmodes/ada-xref.el (ada-gdb-application):
10016 Use goto-char instead of beginning-of-buffer.
10017
10018 * progmodes/cperl-mode.el (cperl-info-on-command):
10019 Use goto-char instead of beginning-of-buffer.
10020
10021 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10022 Move up before first use.
10023 (idlwave-shell-temp-pro-file): Likewise.
10024 (idlwave-shell-temp-rinfo-save-file): Likewise.
10025 (idlwave-shell-temp-file): Minor doc fix.
10026
10027 * textmodes/flyspell.el (flyspell-external-point-words):
10028 Use goto-char instead of beginning-of-buffer.
10029
10030 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10031
10032 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10033 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10034 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10035
10036 2004-11-06 David Ponce <david@dponce.com>
10037
10038 * recentf.el (recentf-menu-path): Use menu item name.
10039
10040 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10041
10042 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10043 display doesn't support images.
10044
10045 2004-11-06 Andreas Schwab <schwab@suse.de>
10046
10047 * tempo.el (tempo-match-finder): Doc fix.
10048
10049 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10050
10051 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10054 (easy-menu-lookup-name): New fun to replace it.
10055 (easy-menu-get-map): Use it to obey menu item names (rather than just
10056 keys) when looking up `path'.
10057 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10058 (easy-menu-convert-item-1): Adjust to new name.
10059
10060 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10061
10062 * outline.el (hide-body): Don't hide lines at the top of the file
10063 that precede the first header line.
10064
10065 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10066
10067 * align.el (align-areas): Delete whitespace before reindenting, so
10068 that tabs are never placed after spaces.
10069
10070 2004-11-06 Alan Shutko <ats@acm.org>
10071
10072 * macros.el (insert-kbd-macro): Do completions based on macros,
10073 rather than all commands.
10074
10075 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10076
10077 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10078 to solve a bug whereby tags with 'b' don't match.
10079
10080 2004-11-05 Juri Linkov <juri@jurta.org>
10081
10082 * info.el (Info-search): Don't search in node header lines
10083 and file headers.
10084
10085 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10086 symbol-constituent characters after dot, not only digits.
10087
10088 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10089
10090 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10091
10092 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10093
10094 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10095 if a dialog will be used, read-file-name otherwise.
10096
10097 2004-11-04 Richard M. Stallman <rms@gnu.org>
10098
10099 * textmodes/table.el (table group): Add :version.
10100
10101 * textmodes/ispell.el (ispell-word):
10102 Don't alter args; set them only thru `interactive' spec.
10103
10104 * textmodes/flyspell.el (flyspell-word):
10105 Don't alter FOLLOWING; set it only thru `interactive' spec.
10106
10107 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10108
10109 * net/browse-url.el (browse-url-maybe-new-window):
10110 Use called-interactively-p.
10111
10112 * mail/supercite.el (sc-cite-region):
10113 Don't use interactive-p. Add arg INTERACTIVE.
10114 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10115
10116 * international/mule-cmds.el (set-input-method, toggle-input-method):
10117 Don't use interactive-p. Add arg INTERACTIVE.
10118
10119 * eshell/esh-mode.el (eshell-show-maximum-output):
10120 Don't use interactive-p.
10121 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10122
10123 * mouse.el (mouse-show-mark): Get positions to delete from mark
10124 and point, not from mouse-drag-overlay.
10125
10126 * imenu.el (imenu-eager-completion-buffer): Add :version.
10127
10128 * filesets.el (filesets group): Add :version.
10129
10130 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10131
10132 * files.el (xml-based-modes): Delete var.
10133 (magic-mode-alist): New more general var.
10134 (set-auto-mode): Use it.
10135
10136 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10137 when clicking from another window.
10138
10139 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10140
10141 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10142 (vc-cvs-annotate-time): Incorporate value of deleted var.
10143 Remove special-case handling of beginning-of-buffer cruft.
10144 Cache ending position (point) and return value in text property
10145 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10146
10147 * vc-cvs.el (vc-cvs-annotate-command):
10148 Delete extraneous lines from beginning of buffer.
10149 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10150
10151 * progmodes/grep.el (grep-default-command): Take empty string
10152 for tag if all other methods yield nil. Shell-quote the tag.
10153
10154 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10155 spec in `interactive' form, and mention it in the docstring.
10156 Also, make sure point is at bol after calling `annotate-time'.
10157
10158 2004-11-02 Richard M. Stallman <rms@gnu.org>
10159
10160 * cus-edit.el (customize-group-other-window):
10161 Select the window that displays the custom buffer.
10162 (custom-buffer-create-other-window): Likewise.
10163
10164 * comint.el (comint-insert-input): Fix previous change.
10165
10166 * emacs-lisp/elp.el (elp-instrument-function):
10167 Use called-interactively-p.
10168
10169 * emacs-lisp/easymenu.el (easy-menu-intern):
10170 Don't downcase; rather, case-flip the first letter of each word.
10171
10172 * emacs-lisp/easy-mmode.el (define-minor-mode):
10173 Use called-interactively-p.
10174
10175 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10176 Add interactive-only.
10177 (byte-compile-warnings): Add interactive-only as option.
10178 (byte-compile-interactive-only-functions): New variable.
10179 (byte-compile-form): Warn about calls to functions
10180 in byte-compile-interactive-only-functions.
10181
10182 * emacs-lisp/autoload.el (update-file-autoloads):
10183 Don't use interactive-p; take new arg SAVE-AFTER.
10184
10185 * emacs-lisp/advice.el (ad-make-advised-definition):
10186 Use called-interactively-p.
10187
10188 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10189
10190 * files.el (find-file-existing): New function.
10191
10192 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10193 find-file-existing. Add "New File..." that calls find-file.
10194
10195 * diropen.pbm, diropen.xpm: New files.
10196
10197 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10198 icon diropen. New tool bar item find-file-existing uses icon open.
10199
10200 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10201 instead of read-file-name.
10202
10203 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10204
10205 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10206 (icalendar--split-value): Change name of work buffer.
10207 (icalendar--get-weekday-abbrev): Return nil on error.
10208 (icalendar--date-to-isodate): New function.
10209 (icalendar-convert-diary-to-ical)
10210 (icalendar-extract-ical-from-buffer): Use only two args for
10211 make-obsolete (XEmacs compatibility).
10212 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10213 (icalendar-export-region): Doc fix.
10214 If error, return non-nil and write errors to a buffer.
10215 Use correct weekday for weekly recurring events.
10216 Check whether date has been parsed for ordinary events.
10217 Make weekly events start in the year 2000.
10218 DTEND is non-inclusive, shift end date by one day if
10219 necessary (not for entries that have date and time).
10220 Rename local let variables: oops -> found-error, datestring ->
10221 startdatestring.
10222
10223 2004-11-02 Kim F. Storm <storm@cua.dk>
10224
10225 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10226 keep-mode-if-same variable. Add it as optional arg instead.
10227 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10228
10229 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10230 substitute-command-keys will select lower-case bindings like those
10231 used in the static help texts.
10232
10233 * descr-text.el (describe-text-properties): Don't err if called in
10234 the *Help* buffer; output to *Help-2* buffer instead.
10235
10236 * kmacro.el (group kmacro): Add :version.
10237 (kmacro-keyboard-quit): New function to cleanup on C-g.
10238 (kmacro-start-macro): Set defining-kbd-macro to append when
10239 appending to last macro.
10240
10241 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10242
10243 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10244
10245 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10246 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10247 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10248 Add :version keyword.
10249
10250 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10251
10252 * progmodes/flymake.el (flymake-err-line-patterns):
10253 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10254 `compilation-error-regexp-alist-alist' to internal Flymake format.
10255
10256 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10257
10258 2004-11-01 Jay Belanger <belanger@truman.edu>
10259
10260 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10261 with `interactive "s"'.
10262
10263 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10264
10265 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10266 Revert change from 2004-10-16. '*' checks the current buffer, but the
10267 mouse click may be in another buffer.
10268
10269 2004-11-01 John Paul Wallington <jpw@gnu.org>
10270
10271 * files.el (large-file-warning-threshold): Add :version keyword.
10272 (kill-some-buffers): Doc fix.
10273
10274 * thumbs.el (group thumbs): Add :version keyword.
10275
10276 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10277
10278 2004-11-01 Richard M. Stallman <rms@gnu.org>
10279
10280 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10281
10282 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10283
10284 * allout.el (allout group): Add :version.
10285 (allout-init): Don't use interactive-p.
10286 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10287 (allout-forward-current-level, allout-backward-current-level):
10288 Don't use interactive-p.
10289
10290 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10291 (bibtex-find-text): Likewise.
10292
10293 * progmodes/vhdl-mode.el (vhdl-fill-region)
10294 (vhdl-beginning-of-statement): Don't use interactive-p.
10295
10296 * progmodes/idlwave.el (idlwave-update-routine-info):
10297 Don't use interactive-p.
10298
10299 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10300 Don't use interactive-p.
10301
10302 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10303 Don't use interactive-p.
10304
10305 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10306 Don't use interactive-p.
10307
10308 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10309 (fortune-in-buffer): Doc fix.
10310
10311 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10312
10313 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10314 don't select the temporary buffer.
10315 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10316 (eudc-get-phone): Likewise.
10317
10318 2004-11-01 Kim F. Storm <storm@cua.dk>
10319
10320 * man.el (Man-xref-normal-file): Fix help-echo.
10321
10322 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10323
10324 * reveal.el (reveal-last-tick): New var.
10325 (reveal-post-command): Use it to avoid closing overlays when we're
10326 appending text to them.
10327
10328 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10329
10330 * textmodes/bibtex.el: Require button.
10331 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10332 (bibtex-reference-keys): Distinguish between header keys and
10333 crossref keys.
10334 (bibtex-beginning-of-field): New function.
10335 (bibtex-url-map): Remove.
10336 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10337 (bibtex-font-lock-url-regexp): Assume that field names begin at
10338 the beginning of a line.
10339 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10340 Remove field delimiters. Use bibtex-beginning-of-field.
10341 Bugfix, point can be inside a field with a url.
10342 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10343 New functions.
10344 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10345 (bibtex-key-in-head): Simplify.
10346 (bibtex-current-line): Use bolp.
10347 (bibtex-parse-keys): Remove unused arg `add'.
10348 Use bibtex-type-in-head and bibtex-key-in-head.
10349 (bibtex-parse-entry, bibtex-autofill-entry):
10350 Use bibtex-type-in-head and bibtex-key-in-head.
10351 (bibtex-autokey-get-field): Do not alter case of replacement text.
10352 (bibtex-autokey-get-names): Do all processing of name list.
10353 (bibtex-autokey-get-year): New function.
10354 (bibtex-autokey-get-title): Do all processing of title words.
10355 (bibtex-generate-autokey): Simplify.
10356 (bibtex-string-files-init): Use default-directory.
10357 Allow for absolute file names in bibtex-string-files.
10358 (bibtex-files, bibtex-file-path): New variables.
10359 (bibtex-files-expand): New function.
10360 (bibtex-find-entry-globally): New command.
10361 (bibtex-summary-function): New variable.
10362 (bibtex-summary): Default value of bibtex-summary-function.
10363 (bibtex-find-crossref): New optional args pnt and split.
10364 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10365 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10366 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10367 Fix handling of required and alternative fields.
10368 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10369 Use cons and display-buffer.
10370 (bibtex-validate-globally): New command.
10371 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10372 bibtex-parse-keys and bibtex-parse-strings for updating
10373 bibtex-reference-keys and bibtex-strings.
10374 (bibtex-realign): Remove blank lines past the last entry.
10375 (bibtex-reformat): Use bibtex-entry-format as default.
10376 (bibtex-choose-completion-string): Remove.
10377 (bibtex-complete): Do not use bibtex-choose-completion-string.
10378 (bibtex-url): Simplify.
10379
10380 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10381
10382 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10383 (x-dnd-types-alist, x-dnd-open-file-other-window)
10384 (x-dnd-known-types): Add :version.
10385
10386 2004-10-31 John Paul Wallington <jpw@gnu.org>
10387
10388 * ibuffer.el (group ibuffer): Add :version keyword.
10389
10390 2004-10-31 Kim F. Storm <storm@cua.dk>
10391
10392 * ido.el (group ido): Add :version keyword.
10393 (ido-mode): Remove :version keyword.
10394
10395 * emulation/cua-base.el (group cua): Add :version keyword.
10396 (cua-mode): Remove :version keyword.
10397
10398 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10399
10400 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10401
10402 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10403 compiler warning.
10404 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10405 function.
10406 (help-at-pt-display-when-idle): Remove autoload.
10407
10408 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10409
10410 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10411
10412 2004-10-30 Juri Linkov <juri@jurta.org>
10413
10414 * help.el (function-called-at-point):
10415 * help-fns.el (variable-at-point): Read -> intern.
10416
10417 2004-10-30 Simon Josefsson <jas@extundo.com>
10418
10419 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10420 Recognize AS_* too.
10421
10422 2004-10-29 Simon Josefsson <jas@extundo.com>
10423
10424 * subr.el (read-passwd): Move back from password.el.
10425
10426 * password.el: Remove, not ready yet.
10427
10428 2004-10-29 Andreas Schwab <schwab@suse.de>
10429
10430 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10431
10432 2004-10-29 Sam Steingold <sds@gnu.org>
10433
10434 * mouse.el (mouse-show-mark): Replace the last occurrence of
10435 x-lost-selection-hooks with x-lost-selection-functions.
10436
10437 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10440 x-lost-selection-functions is bound.
10441
10442 * mouse-sel.el (mouse-sel-mode):
10443 * emacs-lisp/lselect.el: Adjust to new names for
10444 x-(lost|sent)-selection-functions.
10445
10446 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10447 New obsolete aliases of x-lost-selection-functions and
10448 x-sent-selection-functions.
10449
10450 2004-10-28 Kim F. Storm <storm@cua.dk>
10451
10452 * imenu.el (imenu-scanning-message): Remove.
10453 (imenu-progress-message): Make it a no-op.
10454
10455 2004-10-28 John Paul Wallington <jpw@gnu.org>
10456
10457 * files.el (set-auto-mode): Call `throw' correctly.
10458
10459 2004-10-28 Juri Linkov <juri@jurta.org>
10460
10461 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10462 to search `Info-...' commands in `info' manual.
10463 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10464 Add 'info-file "emacs" property.
10465 (Info-find-emacs-command-nodes): Fix index line number regexp.
10466 Set real line number (instead of fake 0) in first element of the
10467 returned list.
10468 (Info-goto-emacs-command-node): Use line number of first element
10469 to set point in the first found Info node.
10470
10471 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10472 code to `grep-mode-font-lock-keywords'.
10473 (grep-mode-font-lock-keywords): Delete grep markers instead
10474 of making them invisible.
10475
10476 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10477
10478 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10479 and x-server-version in bug report.
10480
10481 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10482
10483 * files.el (set-auto-mode-0): New function.
10484 (set-auto-mode): Use it to handle aliased modes and to
10485 be consistent between C-x C-f and C-x C-w.
10486
10487 2004-10-28 Kenichi Handa <handa@m17n.org>
10488
10489 * international/utf-8.el (utf-translate-cjk-charsets):
10490 Add katakana-jisx0201.
10491
10492 * international/subst-jis.el: Add data for JISX0201.
10493
10494 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10495
10496 * obsolete/hilit19.el (hilit-mode): New function.
10497 Move all the toplevel side-effecting stuff into it, so that loading
10498 hilit19 doesn't mess everything up any more.
10499
10500 2004-10-27 Richard M. Stallman <rms@gnu.org>
10501
10502 * add-log.el (add-change-log-entry): Set up mailing address
10503 and full name later, and don't alter add-log-mailing-address
10504 or add-log-full-name.
10505
10506 * elide-head.el (elide-head): Change error to message.
10507 (elide-head-show): Likewise.
10508
10509 * apropos.el (apropos-macrop): Doc fix.
10510
10511 * mouse.el (mouse-show-mark): Do most processing the same
10512 regardless of transient-mark-mode.
10513
10514 * shadowfile.el (shadow-copy-files): Use interactive-p
10515 only to control whether to print a message.
10516
10517 * tar-mode.el (tar-mode): Use write-contents-functions,
10518 not write-contents-hooks.
10519
10520 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10521 directory-sep-char.
10522
10523 2004-10-27 Richard M. Stallman <rms@gnu.org>
10524
10525 * strokes.el (strokes-unload-hook): Fix previous change.
10526
10527 * type-break.el (type-break-run-at-time): Always use run-at-time;
10528 forget the alternatives.
10529 (type-break-cancel-function-timers): Always use cancel-function-timers;
10530 forget the alternatives.
10531
10532 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10533
10534 2004-10-27 Kenichi Handa <handa@m17n.org>
10535
10536 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10537
10538 * international/subst-gb2312.el: Likewise.
10539
10540 * international/subst-big5.el: Likewise.
10541
10542 * international/subst-ksc.el: Likewise.
10543
10544 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10545 New variable.
10546 (utf-translate-cjk-set-unicode-range): New function.
10547 (utf-translate-cjk-unicode-range): Make it customizable.
10548 (utf-8-post-read-conversion):
10549 Use utf-translate-cjk-unicode-range-string.
10550 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10551 Unicode ranges.
10552
10553 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10554
10555 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10556 trivial variants to shorten the list.
10557 (xml-based-modes): New var.
10558 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10559 declaration higher priority than auto-mode-alist.
10560
10561 * find-file.el (cc-other-file-alist): Bring it in line with
10562 cc-mode's auto-mode-alist entries and use \' instead of $.
10563
10564 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10565 and add "Id" and "Name" submenus to it.
10566
10567 * imenu.el (imenu--generic-function): Skip matches in comments.
10568
10569 2004-10-26 Jay Belanger <belanger@truman.edu>
10570
10571 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10572 (full-calc-keypad, calc-trail-display): Use an extra argument
10573 instead of `interactive-p'.
10574
10575 * calc/calc-misc.el (calc-other-window): Use an extra argument
10576 instead of `interactive-p'.
10577
10578 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10579 `interactive-p'.
10580
10581 2004-10-26 Kim F. Storm <storm@cua.dk>
10582
10583 * help.el (describe-key): Describe both down-event and up-event
10584 for a mouse click.
10585
10586 2004-10-26 Richard M. Stallman <rms@gnu.org>
10587
10588 * woman.el (woman): Don't call interactive-p.
10589
10590 * pcomplete.el (pcomplete): Instead of interactive-p,
10591 use an arg set non-nil by the interactive spec.
10592
10593 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10594 use an arg set non-nil by the interactive spec.
10595
10596 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10597 use an arg set non-nil by the interactive spec.
10598
10599 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10600
10601 * progmodes/flymake.el (flymake-split-string):
10602 Use `flymake-split-string-remove-empty-edges' in any case.
10603
10604 2004-10-26 Masatake YAMATO <jet@gyve.org>
10605
10606 * progmodes/flymake.el (flymake-err-line-patterns):
10607 Use `compilation-error-regexp-alist-alist' instead of
10608 `compilation-error-regexp-alist'.
10609
10610 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10611
10612 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10613 verbatim face on the \ of \end{verbatim}.
10614
10615 2004-10-25 Jay Belanger <belanger@truman.edu>
10616
10617 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10618 erasing minibuffer.
10619
10620 2004-10-25 Simon Josefsson <jas@extundo.com>
10621
10622 * subr.el (read-passwd): Move to net/password.el.
10623
10624 * net/password.el (read-passwd): Add. Autoload it.
10625
10626 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10627
10628 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10629
10630 * simple.el (process-file): Fix logic.
10631
10632 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10633
10634 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10635 (increase-right-margin): Remove erroneous call to `interactive-p'.
10636
10637 2004-10-24 Kim F. Storm <storm@cua.dk>
10638
10639 * help.el (describe-mode): Fix 2004-10-13 change.
10640 Copy pure "Auto Fill" string so it can be propertized later
10641 without causing a read-only error.
10642
10643 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10644
10645 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10646 style indexes.
10647
10648 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10649
10650 * simple.el (process-file): Accept nil for INFILE. Reported by
10651 Luc Teirlinck.
10652
10653 2004-10-24 Masatake YAMATO <jet@gyve.org>
10654
10655 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10656 Handle periods and underscores in a function name.
10657 Remove the address fontification.
10658
10659 2004-10-24 Masatake YAMATO <jet@gyve.org>
10660
10661 * progmodes/asm-mode.el (asm-font-lock-keywords):
10662 Use font-lock-variable-name-face for registers.
10663
10664 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10665
10666 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10667 kill-all-local-variables.
10668 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10669 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10670 Use kill-all-local-variables and provide mode-hooks.
10671 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10672 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10673 Suggested by Masatake YAMATO <jet@gyve.org>.
10674
10675 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10676
10677 * simple.el (process-file): New function, similar to call-process
10678 but supports file handlers.
10679 * vc.el (vc-do-command): Use it, instead of call-process.
10680 * net/tramp-vc.el (vc-do-command): Do not advise it if
10681 process-file is fboundp.
10682 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10683 process-file.
10684 (tramp-handle-process-file): New function.
10685 (tramp-file-name-for-operation): Support process-file.
10686
10687 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10688
10689 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10690 (icalendar-weekdayabbrev-table)
10691 (icalendar-monthnumber-table): Delete.
10692 (icalendar--get-month-number): Use calendar-month-name-array.
10693 (icalendar--get-weekday-number): New function.
10694 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10695 (icalendar-export-region): Handle multi-line entries.
10696 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10697
10698 2004-10-23 John Paul Wallington <jpw@gnu.org>
10699
10700 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10701 `wildcards' set to t in interactive spec.
10702
10703 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10704 interactive spec rather than use `interactive-p'.
10705 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10706 rather than use function `interactive-p'.
10707
10708 2004-10-22 Kenichi Handa <handa@m17n.org>
10709
10710 * international/mule.el (translate-region): Implement it in Lisp
10711 as a front end of translate-region-internal.
10712
10713 2004-10-21 Jay Belanger <belanger@truman.edu>
10714
10715 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10716 Declare these variables with defvar.
10717
10718 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10719 is bound, only check to see if it is bound.
10720
10721 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10722
10723 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10724 Don't output messages.
10725
10726 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10727
10728 2004-10-21 John Paul Wallington <jpw@gnu.org>
10729
10730 * calc/calc-graph.el (calc-graph-init):
10731 Use `set-process-query-on-exit-flag'.
10732
10733 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10734
10735 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10736 dir right and also allow argumentless cd.
10737
10738 2004-10-19 Richard M. Stallman <rms@gnu.org>
10739
10740 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10741
10742 * eshell/em-unix.el (eshell-grep):
10743 Don't bind compilation-process-setup-function.
10744
10745 * comint.el (comint-insert-input): Use @ in `interactive'.
10746 (comint-input-filter-functions): Doc fix.
10747 (comint-kill-whole-line, comint-get-source): Doc fix.
10748
10749 * progmodes/compile.el (compilation-setup):
10750 Don't set buffer-read-only if MINOR is non-nil.
10751
10752 2004-10-19 Jay Belanger <belanger@truman.edu>
10753
10754 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10755 (calc-emacs-type-gnu19): Remove.
10756 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10757 Remove check for old emacs versions.
10758
10759 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10760 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10761 for current Emacs.
10762
10763 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10764 the end of the minibuffer.
10765 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10766 copy `esc-map'.
10767
10768 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10769
10770 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10771 call that would be given when the current emacs was used.
10772
10773 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10774
10775 * calendar/icalendar.el: Set coding to utf-8.
10776 (icalendar-version): Increase to 0.07.
10777 (icalendar-monthnumber-table): Change March pattern.
10778 (icalendar-get-all-event-properties)
10779 (icalendar-set-event-property): Delete.
10780 (icalendar-all-events): No longer interactive.
10781 (icalendar-convert-diary-to-ical)
10782 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10783 their replacements.
10784 (icalendar-export-file, icalendar-export-region): New functions;
10785 essentially old `icalendar-convert-diary-to-ical' but appending to
10786 target rather than overwriting.
10787 (icalendar-import-file): Append to target file rather than
10788 overwriting. Fourth arg deleted.
10789 (icalendar-import-buffer): New name for old
10790 `icalendar-extract-ical-from-buffer'.
10791 (icalendar--convert-string-for-import): New name for
10792 old `icalendar-convert-for-import'.
10793 (include-icalendar-files): Delete.
10794 Prefix for all internal functions changed from `icalendar-'
10795 to `icalendar--'.
10796
10797 2004-10-19 Richard M. Stallman <rms@gnu.org>
10798
10799 * paths.el (news-path): Fix previous change.
10800
10801 2004-10-18 Jay Belanger <belanger@truman.edu>
10802
10803 * calc/calc-help.el (calc-describe-bindings):
10804 Set `buffer-read-only' to nil while working in the keybindings buffer;
10805 remove some extra information from the keybindings buffer.
10806
10807 2004-10-18 David Ponce <david@dponce.com>
10808
10809 * mouse.el (mouse-drag-move-window-top): New function.
10810 (mouse-drag-mode-line-1): Use it.
10811
10812 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10813
10814 * info.el (Info-fontify-node): For multiline refs,
10815 arrange to unfontify newline and surrounding whitespace.
10816
10817 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10818
10819 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10820 directory is missing.
10821
10822 2004-10-17 John Paul Wallington <jpw@gnu.org>
10823
10824 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10825 New customizable variable; whether to display buffers that match
10826 `ibuffer-maybe-show-predicates' by default.
10827 (ibuffer-maybe-show-predicates): Mention it in docstring.
10828 (ibuffer-display-maybe-show-predicates): New variable.
10829 (ibuffer-update): Prefix arg now toggles whether buffers that
10830 match `ibuffer-maybe-show-predicates' should be displayed.
10831 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10832 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10833 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10834
10835 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10836
10837 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10838 work correctly.
10839
10840 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10841
10842 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10843 (Buffer-menu-beginning): New helper function.
10844 (Buffer-menu-execute): Use it.
10845 (Buffer-menu-select): Use it.
10846 (Buffer-menu-sort): Use it and also keep markers.
10847
10848 2004-10-17 Richard M. Stallman <rms@gnu.org>
10849
10850 * paths.el (news-directory): Rename from news-path. Old name alias.
10851 (rmail-spool-directory): Use defvar.
10852 (sendmail-program): Use defcustom.
10853 (remote-shell-program): Use defcustom.
10854 (term-file-prefix): Use defvar.
10855 (abbrev-file-name): Use defvar.
10856
10857 * term.el: Add maintainer.
10858
10859 * subr.el (with-local-quit): Return nil if there's a quit.
10860 (read-passwd): Use with-local-quit. Doc fix.
10861
10862 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10863 (strokes-unload-hook): Set as a variable with add-hook.
10864
10865 * startup.el (fancy-splash-tail, normal-splash-screen):
10866 Update copyright year.
10867
10868 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10869
10870 * server.el (server-unload-hook): Set as a variable with add-hook.
10871
10872 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10873
10874 * frame.el (special-display-popup-frame):
10875 Make the buffer current as its frame is created.
10876
10877 * delsel.el (delsel-unload-hook): Set as a variable.
10878
10879 * comint.el (comint-output-filter-functions):
10880 Add comint-watch-for-password-prompt.
10881 (comint-read-noecho): Function deleted.
10882 (send-invisible): Use read-passwd.
10883
10884 * fringe.el (fringe-mode-initialize): New function.
10885 (fringe-mode): Use fringe-mode-initialize as :initialize.
10886
10887 2004-10-17 Kim F. Storm <storm@cua.dk>
10888
10889 * language/indian.el (indian-script-language-alist): Swap value and doc.
10890 (indian-font-char-index-table): Doc fix.
10891
10892 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10893
10894 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10895
10896 2004-10-16 Juri Linkov <juri@jurta.org>
10897
10898 * progmodes/compile.el (compilation-start): Move let-binding of
10899 `process-environment' into `with-current-buffer' body.
10900 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10901
10902 2004-10-16 Richard M. Stallman <rms@gnu.org>
10903
10904 * pcvs-util.el (cvs-bury-buffer):
10905 Don't call get-buffer-window for effect.
10906
10907 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10908
10909 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10910
10911 * msb.el (msb-unload-hook): Set the variable.
10912
10913 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10914 Use * to err if buffer is readonly.
10915
10916 * subr.el (looking-back): Return only t or nil.
10917
10918 * whitespace.el (whitespace-unload-hook): Set the variable.
10919
10920 * view.el (view-mode-enable): Set view-page-size and
10921 view-half-page-size to nil.
10922 (view-set-half-page-size-default): view-half-page-size = nil
10923 means the default.
10924 (View-scroll-page-forward): Use view-page-size-default.
10925 (View-scroll-page-backward): Likewise.
10926 (view-page-size, view-half-page-size): Doc fixes.
10927
10928 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10929
10930 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10931
10932 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10933 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10934 (byte-compile-log-1): Bind inhibit-read-only.
10935 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10936 (byte-compile-log-warning): Likewise.
10937 (byte-compile-file-form-require): Detect "cl" from the arg value.
10938
10939 * progmodes/compile.el (compilation-start): Assume compilation-mode
10940 will make the buffer read-only.
10941 (compilation-mode): Take arg name-of-mode.
10942 (compilation-setup): Make buffer read-only.
10943 (compilation-handle-exit): Bind inhibit-read-only.
10944
10945 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10946 (ispell-message): Likewise.
10947 (ispell-show-choices): Don't call get-buffer-window uselessly.
10948 (ispell-init-process): Use set-process-query-on-exit-flag.
10949
10950 2004-10-16 Kim F. Storm <storm@cua.dk>
10951
10952 * fringe.el (fringe-bitmaps): Only initialize when defined.
10953
10954 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10955 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10956
10957 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10958
10959 2004-10-15 Simon Josefsson <jas@extundo.com>
10960
10961 * net/password.el: Add.
10962
10963 2004-10-14 Masatake YAMATO <jet@gyve.org>
10964
10965 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10966 (gdb-script-end-of-defun): New function.
10967 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10968 `gdb-script-end-of-defun' as *-of-defun-function.
10969
10970 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
10971
10972 * button.el (button-activate): Allow a marker to display as an action.
10973
10974 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
10975
10976 * help.el (describe-mode): Use it to make minor mode list into
10977 hyperlinks.
10978
10979 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10980
10981 * vc.el (vc-annotate-display-select): Fix typo.
10982
10983 * subr.el (substitute-key-definition-key): New function.
10984 (substitute-key-definition): Use it with map-keymap.
10985 (event-modifiers): Use push.
10986 (mouse-movement-p, with-temp-buffer): Simplify.
10987
10988 2004-10-12 Jay Belanger <belanger@truman.edu>
10989
10990 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
10991 New variables.
10992 (calc-help-index-entries): New function.
10993 (calc-describe-function): Use `calc-help-function-list' instead of
10994 obarray for completion.
10995 (calc-describe-variable): Use `calc-help-variable-list' instead
10996 of obarray for completion.
10997
10998 2004-10-12 Richard M. Stallman <rms@gnu.org>
10999
11000 * info-look.el (info-lookup-file): Add info-file property.
11001 (info-lookup-symbol): Likewise.
11002
11003 * info.el (info-xref): Add underlining.
11004 (info): Add info-file property.
11005 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11006
11007 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11008
11009 Sync with Tramp 2.0.45.
11010
11011 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11012 defined. This is not the case for XEmacs without package "edebug".
11013 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11014 remote files to the permissions of the original file. This is not
11015 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11016 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11017 (tramp-perl-decode): Fix an error in Perl implementation.
11018 $pending must be cleared every loop. Reported by Benjamin Place
11019 <benjaminplace@sprintmail.com>
11020
11021 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11022 Don't activate advice during definition. This is done later on,
11023 depending on test result of `substitute-in-file-name'.
11024 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11025
11026 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11027
11028 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11029
11030 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11031
11032 2004-10-12 David Ponce <david@dponce.com>
11033
11034 * recentf.el (recentf-edit-list): Update the menu when the recentf
11035 list has been modified.
11036
11037 2004-10-12 Simon Josefsson <jas@extundo.com>
11038
11039 * net/tls.el (tls-certtool-program): New variable.
11040 (tls-certificate-information): New function, based on
11041 ssl-certificate-information.
11042
11043 2004-10-12 Kenichi Handa <handa@m17n.org>
11044
11045 * international/mule.el (coding-system-equal): Move from mule-util.el.
11046
11047 * international/mule-util.el (coding-system-equal): Move to mule.el.
11048
11049 2004-10-12 Kim F. Storm <storm@cua.dk>
11050
11051 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11052 reset kmacro-initial-counter-value if set.
11053 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11054 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11055 (kmacro-display): Show macro counter if non-zero.
11056
11057 * subr.el (substitute-key-definition): Mention command remapping
11058 in doc string.
11059
11060 2004-10-11 Jay Belanger <belanger@truman.edu>
11061
11062 * calc/calc-misc.el (calc-info-goto-node): New function.
11063 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11064 node in one step.
11065 (calc-describe-copying, calc-describe-distribution)
11066 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11067 Go to appropriate info node in one step.
11068
11069 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11070
11071 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11072
11073 * font-lock.el (font-lock-apply-highlight): Fix last change.
11074
11075 2004-10-11 Simon Josefsson <jas@extundo.com>
11076
11077 * mail/smtpmail.el (smtpmail-open-stream): Look for
11078 starttls-gnutls-program instead of starttls-program iff
11079 starttls-use-gnutls is non-nil.
11080 (smtpmail-open-stream): Don't overwrite user settings of
11081 starttls-extra-arguments and starttls-extra-args.
11082
11083 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11084
11085 * comint.el (comint-mouse-insert-input): Remove.
11086 (comint-insert-input): Make it work for mouse bindings.
11087 (comint-mode-map): Move defs into the declaration.
11088 (comint-output-filter): Typo.
11089
11090 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11091
11092 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11093
11094 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11095 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11096 ange-ftp-remote-shell.
11097
11098 2004-10-10 Andreas Schwab <schwab@suse.de>
11099
11100 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11101 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11102 Reported by <sri@asu.edu>.
11103
11104 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11105
11106 * vc.el (vc-annotate-mode): Remove variable.
11107 (vc-annotate-display-select): Only call vc-annotate-mode
11108 if we're not in that mode already.
11109
11110 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11113 (imenu-choose-buffer-index): Check here for rescan instead.
11114
11115 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11116 where the face expression evals to nil.
11117
11118 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11119 (tex-font-lock-keywords-2): Use it.
11120 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11121
11122 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11123
11124 2004-10-09 Kim F. Storm <storm@cua.dk>
11125
11126 * subr.el (progress-reporter-update): Define before first usage.
11127 (make-progress-reporter): Doc fix.
11128
11129 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11130
11131 * textmodes/paragraphs.el (sentence-end-double-space)
11132 (sentence-end-without-period, sentence-end-without-space)
11133 (sentence-end): Doc fixes.
11134
11135 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11136
11137 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11138 Change paragraph-start regexp so we don't fill code starting with #'(.
11139
11140 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11141
11142 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11143 New defcustom.
11144 (extract-address-components): Use it.
11145
11146 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11147
11148 * subr.el (make-progress-reporter, progress-reporter-update)
11149 (progress-reporter-force-update, progress-reporter-do-update)
11150 (progress-reporter-done): New functions.
11151
11152 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11153
11154 * progmodes/etags.el (etags-tags-completion-table): Use progress
11155 reporter.
11156 (etags-tags-apropos): Likewise.
11157
11158 2004-10-08 Alan Mackenzie <acm@muc.de>
11159
11160 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11161 of current line.
11162
11163 2004-10-08 Masatake YAMATO <jet@gyve.org>
11164
11165 * server.el (server-process-filter): Wrap `process-send-region'
11166 by `condition-case' to guard the case when the pipe to PROC is closed.
11167
11168 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11169
11170 * xml.el (xml-substitute-special): Limit handling of external entities.
11171
11172 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11173
11174 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11175
11176 2004-10-06 John Paul Wallington <jpw@gnu.org>
11177
11178 * xml.el (xml-parse-dtd): Fix `error' call.
11179
11180 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11181
11182 * xml.el (xml-substitute-special): Return a single string instead
11183 of a list of strings if an entity substitution is made.
11184
11185 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11186
11187 * calendar/icalendar.el: New file.
11188
11189 2004-10-05 Juri Linkov <juri@jurta.org>
11190
11191 * isearch.el (isearch-done): Set mark after running hook.
11192 Reported by Drew Adams <drew.adams@oracle.com>.
11193
11194 * info.el (Info-history, Info-toc): Fix Info headers.
11195 (Info-toc): Narrow buffer before Info-fontify-node.
11196 (Info-build-toc): Don't check for special Info file names.
11197 Set main-file to nil if Info-find-file returns a symbol.
11198
11199 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11200
11201 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11202 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11203 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11204
11205 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11206
11207 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11208 for old interactive spec from calendar-goto-iso-date.
11209 (calendar-goto-iso-date): Use it.
11210 (calendar-goto-iso-week): New function. Suggested by Emilio
11211 C. Lopes <eclig@gmx.net>.
11212
11213 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11214
11215 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11216 `set-right-margin' bindings that follow the minor mode conventions.
11217
11218 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11219
11220 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11221 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11222 (latex-block-args-alist): Add minipage and picture.
11223 (latex-block-body-alist): Use reftex-label if enabled.
11224 (latex-insert-block): Don't insert a \n if not necessary.
11225 (tex-compile-commands): Make sure dvips doesn't send to printer.
11226 (tex-compile-default): Handle the case where no executable is found.
11227 (latex-noindent-environments): New var.
11228 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11229 If tex-indent-allhanging is non-nil, make sure we only align for macros
11230 at beginning of line.
11231
11232 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11233
11234 * newcomment.el (comment-beginning): Doc fix and don't choke on
11235 unset `comment-end-skip' when at beginning of comment.
11236
11237 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11238
11239 * term.el (term-adjust-current-row-cache): Don't allow the current
11240 row to become negative.
11241 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11242 the end of the line. Fix scroll down. Add comments.
11243 (term-handle-ansi-escape): Don't exceed terminal width when moving
11244 right.
11245 (term-scroll-region): Move the cursor after setting the scroll region.
11246
11247 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11248
11249 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11250 to `width' for consistency with docstring. Doc fix.
11251
11252 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11253
11254 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11255 This is necessary for derived modes.
11256
11257 2004-09-30 Kim F. Storm <storm@cua.dk>
11258
11259 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11260 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11261
11262 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11263 kmacro-extract-lambda functions.
11264 (edit-kbd-macro): Handle kmacro lambda forms.
11265 Include counter and counter format in edit buffer.
11266 (edmacro-finish-edit): Get counter and format from edit buffer and
11267 update kmacro bindings when found.
11268
11269 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11270
11271 * textmodes/paragraphs.el (forward-paragraph):
11272 Avoid args-out-of-range error when point winds up at the beginning of
11273 the buffer and hard newlines are enabled.
11274
11275 * newcomment.el (comment-multi-line): Doc fix.
11276
11277 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11280 (diff-fixup-modifs): Catch unified-diff file-headers.
11281
11282 2004-09-29 Kim F. Storm <storm@cua.dk>
11283
11284 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11285 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11286 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11287
11288 * fringe.el (fringe-bitmap-p): New macro.
11289 (fringe-bitmaps): Add standard fringe bitmaps on load.
11290
11291 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11292
11293 * dired.el (dired-view-command-alist): Use more efficient regexps.
11294 Remove dubious arguments.
11295 (dired-align-file): New function.
11296 (dired-insert-directory): Use it.
11297 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11298 (dired-buffers-for-dir): Remove unused var `pattern'.
11299
11300 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11301
11302 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11303 from diary display excursion. Store diary buffer's point for
11304 `simple-diary-display'.
11305 (simple-diary-display): Set window point and start when
11306 displaying buffer, to preserve point.
11307
11308 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11309
11310 * textmodes/enriched.el (enriched-translations): Replace defconst
11311 with defvar.
11312
11313 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11314
11315 * printing.el: Doc fix.
11316 (pr-version): New version number (6.8.1).
11317 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11318 make-temp-name.
11319 (pr-delete-file): Check if file exists before deleting it.
11320 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11321
11322 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11323
11324 * term.el (term-display-table): New variable.
11325 (term-mode): Use it.
11326 (term-exec-1): Set the coding system to binary.
11327 (term-emulate-terminal): Decode the string before inserting it.
11328
11329 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11330
11331 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11332 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11333 (map): Bind S-prior, S-next and S-insert.
11334 (term-mode): Set `indent-tabs-mode' to nil.
11335 (term-paste): New function to be bound to S-insert.
11336 (term-send-del, term-send-backspace): Change the strings sent.
11337 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11338 (term-handle-colors-array): Fix handling of underline and reverse.
11339 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11340 (term-erase-in-line): Fix comparison.
11341 (term-emulate-terminal): Fix line wrap handling.
11342 (term-start-output-log): Rename from `term-set-output-log'.
11343 (term-stop-output-log): Rename from `term-stop-photo'.
11344 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11345
11346 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11347
11348 * dired.el (dired-move-to-filename): Don't output a message if
11349 raise-error is non-nil. Fix return position and value.
11350
11351 * files.el (insert-directory): Obey --dired even with symlinks.
11352
11353 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11354
11355 * ls-lisp.el (ls-lisp-format): Mark file names with property
11356 dired-filename.
11357
11358 2004-09-25 Kim F. Storm <storm@cua.dk>
11359
11360 * ido.el (ido-max-directory-size): New defcustom.
11361 (ido-decorations): Add "too big" element.
11362 (ido-directory-too-big): New dynamic var.
11363 (ido-may-cache-directory): Don't cache big directories.
11364 (ido-directory-too-big-p): New defun.
11365 (ido-set-current-directory): Update ido-directory-too-big.
11366 (ido-read-internal): Make empty ido-cur-item if too-big.
11367 (ido-buffer-internal): Use ido-read-internal directly instead of
11368 ido-read-buffer.
11369 (ido-file-internal): Init ido-directory-too-big.
11370 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11371 and redo completion with full list.
11372 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11373 it, and show completions.
11374 (ido-all-completions): Let bind ido-directory-too-big to nil.
11375 (ido-exhibit): Handle ido-directory-too-big.
11376 (ido-read-buffer): Handle fallback to read-buffer.
11377 Init ido-directory-too-big.
11378 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11379 Init ido-directory-too-big.
11380
11381 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11382
11383 * subr.el (delay-mode-hooks): Doc fix.
11384
11385 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11386
11387 * textmodes/enriched.el
11388 (enriched-default-text-properties-local-flag): New variable.
11389 (enriched-mode): Make sure that enabling and disabling the mode is
11390 a no-op. Doc fix.
11391
11392 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11393
11394 * calendar/holidays.el (holiday-advent): Report on a specified day
11395 offset from advent, not just advent.
11396 (holiday-easter-etc): Report on one specified day offset from
11397 easter, not all easter holidays. Various Easter holidays moved to
11398 `christian-holidays' variable in calendar.el.
11399 * calendar/calendar.el (christian-holidays): Adapt for new
11400 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11401
11402 2004-09-23 Kim F. Storm <storm@cua.dk>
11403
11404 * image.el (insert-sliced-image): Add doc string.
11405
11406 * ido.el (ido-choice-list): New dynamic var for `list' context.
11407 (ido-context-switch-command): New dynamic var.
11408 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11409 (ido-read-internal): Handle new `list' context.
11410 Handle insert-buffer and insert-file ido-exit values.
11411 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11412 ido-context-switch-command. Handle insert-file ido-exit value.
11413 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11414 unless it is already bound by caller.
11415 (ido-file-internal): New arg switch-cmd. Use it to setup
11416 ido-context-switch-command. Handle insert-buffer ido-exit value.
11417 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11418 used for context switching.
11419 (ido-all-completions): Handle new `list' context.
11420 (ido-make-choice-list): Return choices for `list' context.
11421 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11422 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11423 (ido-insert-buffer, ido-insert-file): Setup context switching.
11424 (ido-exhibit): Handle `list' context.
11425 (ido-read-file-name): Disable context switching. Handle fallback.
11426 (ido-read-directory-name): Disable context switching.
11427 (ido-completing-read): New defun like completing-read. Setup and
11428 use new `list' context.
11429
11430 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11431
11432 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11433
11434 2004-09-21 Jay Belanger <belanger@truman.edu>
11435
11436 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11437 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11438 separate window.
11439
11440 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11441
11442 * subr.el (after-change-major-mode-hook): Doc fix.
11443
11444 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11445
11446 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11447 of ghostscript for monochrome PostScript file in Windows.
11448
11449 2004-09-21 Kenichi Handa <handa@m17n.org>
11450
11451 * descr-text.el (describe-char): Checking of quail activation fixed.
11452
11453 2004-09-21 Jay Belanger <belanger@truman.edu>
11454
11455 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11456
11457 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11458
11459 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11460 after the mode hooks instead of before. Doc fix.
11461
11462 2004-09-20 Jason Rumney <jasonr@gnu.org>
11463
11464 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11465 _emacs, but revert to .emacs if neither exists in home directory.
11466
11467 2004-09-20 John Paul Wallington <jpw@gnu.org>
11468
11469 * bindings.el (completion-ignored-extensions): Add .dfsl.
11470
11471 2004-09-20 Richard M. Stallman <rms@gnu.org>
11472
11473 * bindings.el (scroll-left): Make it disabled.
11474
11475 * files.el (enable-local-eval): Doc fix.
11476
11477 * indent.el (move-to-left-margin): Special case for minibuffer.
11478
11479 * term.el (term-emulate-terminal): Turn off undo for output.
11480 Use with-current-buffer and save-selected-window.
11481
11482 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11483
11484 * progmodes/make-mode.el (makefile-fill-paragraph):
11485 Don't insist on spaces when looking for comments. # is enough.
11486
11487 * files.el (hack-local-variables): Copy the variables list
11488 to another buffer, strip prefixes and suffixes there, then read.
11489 (enable-local-eval): Doc fix.
11490 (ignored-local-variables): Initialize to nil.
11491 (risky-local-variable-p): Don't check ignored-local-variables here.
11492 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11493
11494 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11495
11496 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11497 of = to "." (punctuation).
11498
11499 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11502
11503 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11504
11505 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11506 (enriched-before-change-major-mode): New function.
11507 Add it to `change-major-mode-hook'.
11508 (enriched-after-change-major-mode): New function.
11509 Add it to `after-change-major-mode-hook'.
11510 (enriched-mode): Make it work correctly if called from
11511 `after-change-major-mode-hook'.
11512 No longer set `indent-line-function'.
11513
11514 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11515
11516 * subr.el (after-change-major-mode-hook): New variable.
11517 (run-mode-hooks): Implement it.
11518
11519 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * battery.el (battery-linux-proc-apm): Use string-to-number.
11522 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11523 Use dolist (and less indentation). Use erase-buffer.
11524 Pre-initialize `design-capacity', `warn', and `low'.
11525 (battery-format): Use replace-regexp-in-string.
11526
11527 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11528
11529 * battery.el: Delete superfluous empty lines.
11530 (battery-linux-proc-acpi): Attempt to gather information from all
11531 battery subdirectories regardless of their file name.
11532 (battery-linux-proc-apm): Replace all occurrences of
11533 battery-hex-to-int-2 with string-to-int (base 16).
11534 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11535 (battery-hex-map): Delete variable.
11536
11537 2004-09-18 John Paul Wallington <jpw@gnu.org>
11538
11539 * calc/calc-units.el (calc-quick-units): Fix overzealous
11540 s/or/unless/.
11541
11542 2004-09-17 Jay Belanger <belanger@truman.edu>
11543
11544 * calc/calc.el (calc-mode-var-list): Fix the value of
11545 `calc-matrix-brackets'.
11546
11547 2004-09-17 Romain Francoise <romain@orebokech.com>
11548
11549 * ibuf-ext.el (define-ibuffer-filter filename):
11550 Expand dired-directory since buffer-file-name is absolute.
11551
11552 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11553
11554 * ediff-init.el (ediff-current-diff-face-A)
11555 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11556 (ediff-current-diff-face-Ancestor)
11557 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11558 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11559 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11560 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11561 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11562 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11563 Use min-colors.
11564
11565 * term.el (term-down): Perform vertical motion if DOWN is negative.
11566 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11567 (term-termcap-format): Synchronyze with the eterm terminfo entry
11568 in etc/e/eterm.ti.
11569 (term-handle-colors-array): If the current foreground or
11570 background are zero (i.e. unspecified), use the foreground and
11571 background of the default face for reverse video.
11572 (term-ansi-at-eval-string, term-ansi-default-fg)
11573 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11574 (term-mem): Delete ununsed function.
11575 (term-protocol-version): Increment.
11576 (term-current-face): Set to default.
11577
11578 2004-09-15 Jay Belanger <belanger@truman.edu>
11579
11580 * calc/calc.el (calc-mode-var-list): Define this variable.
11581 (calc-always-load-extensions, calc-line-numbering)
11582 (calc-line-breaking, calc-display-just, calc-display-origin)
11583 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11584 (calc-group-char, calc-point-char, calc-frac-format)
11585 (calc-prefer-frac, calc-hms-format, calc-date-format)
11586 (calc-float-format, calc-full-float-format, calc-complex-format)
11587 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11588 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11589 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11590 (calc-matrix-brackets, calc-language, calc-language-option)
11591 (calc-left-label, calc-right-label, calc-word-size)
11592 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11593 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11594 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11595 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11596 (calc-window-height, calc-display-trail, calc-show-selections)
11597 (calc-use-selections, calc-assoc-selections)
11598 (calc-display-working-message, calc-auto-why, calc-timing)
11599 (calc-mode-save-mode, calc-standard-date-formats)
11600 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11601 (calc-user-parse-tables, calc-gnuplot-default-device)
11602 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11603 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11604 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11605 (calc-invocation-macro, calc-show-banner): Give these values as
11606 part of `calc-mode-var-list's initialization after the variables
11607 are declared with defvar.
11608 (calc-bug-address): Change email address to send bug reports to.
11609 Change the maintainer address at the top.
11610 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11611 than "\\.emacs" to determine if it is the user-init-file.
11612
11613 * calc/calc-embed.el (calc-embedded-set-modes): Use
11614 `calc-mode-var-list' correctly.
11615
11616 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11617
11618 * vc.el (annotate-time): Document point handling.
11619 (vc-annotate-display-autoscale): Doc fix.
11620
11621 2004-09-15 Miles Bader <miles@gnu.org>
11622
11623 * generic.el (generic-make-keywords-list): Use symbol rather than
11624 word anchors in regexp.
11625
11626 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11627
11628 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11629 no file name consider `dired-directory'.
11630
11631 2004-09-14 Kim F. Storm <storm@cua.dk>
11632
11633 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11634
11635 2004-09-14 Simon Josefsson <jas@extundo.com>
11636
11637 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11638
11639 * textmodes/dns-mode.el: Add.
11640
11641 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11642
11643 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11644 (disabled-command-function): Make the ?\ char more obvious.
11645
11646 * vc-arch.el (vc-arch-root, vc-arch-registered):
11647 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11648
11649 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11650
11651 * windmove.el (windmove-frame-edges): Report coordinates of
11652 outside edges of frame, not inside edges.
11653 (windmove-coordinates-of-position): Convert into wrapper to new
11654 function `windmove-coordinates-of-window-position';
11655 `compute-motion' always applies to selected window.
11656 (windmove-coordinates-of-position): Update documentation to refer
11657 to Emacs 21 Lisp Reference Manual.
11658 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11659
11660 2004-09-13 Kim F. Storm <storm@cua.dk>
11661
11662 * isearch.el (isearch-resume-in-command-history): Rename from
11663 isearch-resume-enabled and change default to nil.
11664
11665 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11666
11667 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11668 (vc-registered): Use it.
11669 (vc-find-root): New fun.
11670
11671 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11672 Don't tell to use \\{...} when it's already done.
11673
11674 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11675 Provide a sample complex default.
11676 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11677 (bibtex-entry): Use mapc.
11678
11679 2004-09-12 Kim F. Storm <storm@cua.dk>
11680
11681 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11682
11683 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11684 inhibit-field-text-motion to t so rectangles work in comint buffers.
11685
11686 * simple.el (choose-completion-string): Set buffer before running
11687 choose-completion-string-functions hook so it can be buffer-local.
11688
11689 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11690
11691 * progmodes/compile.el (compilation-start): Parse command to see
11692 if it starts with a cd, and if so perform it for the *compilation*
11693 buffer. Change the header to reflect this.
11694
11695 2004-09-11 Kim F. Storm <storm@cua.dk>
11696
11697 * ido.el (ido-enable-dot-prefix): Doc fix.
11698 (ido-enable-dot-prefix): New defcustom.
11699 (ido-set-matches1): Use it.
11700
11701 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11702
11703 * textmodes/bibtex.el (bibtex-mark-active)
11704 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11705
11706 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11707
11708 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11709 used in a case insensitive environment.
11710 (bibtex-mode-map): Rearrange order of menus.
11711 (bibtex-quoted-string-re): Obsolete.
11712 (bibtex-complete-key-cleanup): Variable replaced by new function.
11713 (bibtex-font-lock-keywords): Use backquotes.
11714 (bibtex-font-lock-url-regexp): New internal variable.
11715 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11716 "OPT" and "ALT".
11717 (bibtex-insert-current-kill, bibtex-make-field)
11718 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11719 (bibtex-parse-field-text): Simplify.
11720 (bibtex-string=): New helper function.
11721 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11722 (bibtex-map-entries): Use bibtex-string=.
11723 (bibtex-search-entry): Use not.
11724 (bibtex-enclosing-field): Fix docstring.
11725 (bibtex-assoc-regexp): Obsolete.
11726 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11727 (bibtex-autokey-get-names): Handle empty name field.
11728 (bibtex-parse-strings): Use assoc-string and unless.
11729 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11730 Use assoc-string.
11731 (bibtex-pop): Simplify.
11732 (bibtex-mode): Set font-lock-extra-managed-props.
11733 (bibtex-entry-update): Use assoc-string.
11734 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11735 (bibtex-autofill-entry): Use bibtex-string=.
11736 (bibtex-print-help-message): Simplify.
11737 (bibtex-find-entry): New optional arg START.
11738 (bibtex-validate): Use bibtex-string= and assoc-string.
11739 Do not call obsolete function compilation-parse-errors.
11740 (bibtex-remove-delimiters): Only remove delimiters if present.
11741 (bibtex-copy-entry-as-kill): Add docstring.
11742 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11743 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11744 (bibtex-complete): Use bibtex-predefined-month-strings,
11745 bibtex-string=, and new function bibtex-complete-key-cleanup.
11746 (bibtex-generate-url-list): New variable.
11747 (bibtex-url): New command bound to C-c C-l and mouse-2.
11748 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11749 (bibtex-font-lock-url): New function.
11750
11751 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11752
11753 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11754
11755 2004-09-09 Kim F. Storm <storm@cua.dk>
11756
11757 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11758 counter and format with binding.
11759 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11760 the declared macro uses own macro counter and format. Give symbol
11761 kmacro property.
11762 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11763 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11764 (kmacro-end-and-call-macro): Doc fix.
11765
11766 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11767
11768 * desktop.el (desktop-clear-preserve-buffers):
11769 Remove make-obsolete-variable.
11770
11771 2004-09-08 Richard M. Stallman <rms@gnu.org>
11772
11773 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11774 with the buffer as argument.
11775
11776 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11777
11778 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11779
11780 2004-09-08 Juri Linkov <juri@jurta.org>
11781
11782 * replace.el (perform-replace): Use `query-replace-descr'.
11783
11784 * cus-start.el (history-delete-duplicates): Specify customization.
11785
11786 * diff-mode.el (diff-mode-map):
11787 * progmodes/compile.el (compilation-mode-map):
11788 * progmodes/grep.el (grep-mode-map):
11789 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11790 to `next-error-follow-minor-mode'.
11791
11792 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11793
11794 * isearch.el (isearch-lazy-highlight-update): Take into account
11795 the case of zero-length match at the search bound.
11796
11797 2004-09-08 Kim F. Storm <storm@cua.dk>
11798
11799 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11800 change. Use zero width overlays when necessary.
11801
11802 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11803
11804 * subr.el (split-string): Docfix.
11805
11806 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11807
11808 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11809 (display-call-tree): Ensure newline after caller/calls blocks.
11810
11811 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11812
11813 * startup.el (command-line-1): Make option
11814 --directory/-L modify `load-path' straight away.
11815
11816 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11817
11818 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11819
11820 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11821
11822 * emacs-lisp/autoload.el (make-autoload):
11823 Handle `define-compilation-mode'.
11824
11825 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11826 Specify `doc-string-elt' property.
11827
11828 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11829
11830 * bs.el (bs-mode): Doc fix.
11831
11832 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11833
11834 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11835
11836 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11837
11838 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11839
11840 2004-09-08 Kenichi Handa <handa@m17n.org>
11841
11842 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11843 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11844 ps-mule-next-point -> 1+).
11845
11846 * composite.el (encode-composition-rule): Add autoload cooky.
11847
11848 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11849
11850 * format.el (buffer-auto-save-file-format): Make it permanent local.
11851
11852 2004-09-07 Kim F. Storm <storm@cua.dk>
11853
11854 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11855 (authors-fixed-entries): Fix typo.
11856 (authors-canonical-author-name): Compact multiple spaces.
11857 Ignore trivial names (e.g. only first name).
11858
11859 * term.el (term-window-width): Only use full window width on
11860 window system if overflow-newline-into-fringe is enabled.
11861 (term-mode): Don't disable overflow-newline-into-fringe.
11862
11863 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11864
11865 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11866 motion as seen on my Mac OS X xterms.
11867
11868 * newcomment.el (uncomment-region-default, comment-region-default):
11869 New functions extracted from uncomment-region and comment-region.
11870 (comment-region, comment-region-function, uncomment-region)
11871 (uncomment-region-function): Use them.
11872
11873 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11874
11875 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11876 It's not crucial but can make sense at times.
11877
11878 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11879 the first commit.
11880
11881 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11882 Disable obsolete code.
11883
11884 2004-09-07 Juri Linkov <juri@jurta.org>
11885
11886 * progmodes/grep.el (grep-highlight-matches): Change default from
11887 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11888 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11889 if grep option `--color' is available, or to `nil' otherwise.
11890 (grep-process-setup): Call `grep-compute-defaults' if
11891 `grep-highlight-matches' is not computed. Set env-vars only
11892 if `grep-highlight-matches' is `t'.
11893 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11894 is already defined).
11895
11896 * progmodes/compile.el (compilation-start): Use copy of
11897 `process-environment' created by `copy-sequence' to not
11898 modify env-vars in the global `process-environment'.
11899
11900 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11901
11902 * simple.el (next-error-follow-minor-mode): Fix last change.
11903
11904 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11905
11906 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11907 permanent local.
11908
11909 2004-09-04 Richard M. Stallman <rms@gnu.org>
11910
11911 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11912 highlighting if the search string is empty.
11913
11914 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11915
11916 * facemenu.el (facemenu-active-faces): Change condition of inner
11917 `while' loop to also check the first two elements of `face-atts'
11918 and `mask-atts'.
11919
11920 2004-09-04 John Paul Wallington <jpw@gnu.org>
11921
11922 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11923 (thumbs-view-image-mode): Make buffer read-only.
11924
11925 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11926
11927 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11928 (ispell-check-version): Set it.
11929 (ispell-send-replacement): New function.
11930 (ispell-process-line): Call ispell-send-replacement.
11931
11932 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11933
11934 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11935 Support choosing seconds with "s".
11936
11937 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11938
11939 * terminal.el (te-escape): Show `?' in prompt for help key.
11940
11941 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11942
11943 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11944
11945 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11946
11947 * simple.el (next-error-follow-minor-mode)
11948 (next-error-follow-mode-post-command-hook): New functions.
11949 (next-error-follow-last-line): New defvar.
11950
11951 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11952 * progmodes/compile.el (compilation-mode-map): Likewise.
11953 * progmodes/grep.el (grep-mode-map): Likewise.
11954 * replace.el (occur-mode-map): Likewise.
11955
11956 * newcomment.el (uncomment-region): Bind comment-use-global-state
11957 to nil.
11958
11959 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
11960
11961 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11962 locally around the call to `revert-buffer'.
11963
11964 2004-09-03 Juri Linkov <juri@jurta.org>
11965
11966 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11967 `isearch-adjusted' to `t'.
11968 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11969 (isearch-message-prefix): Add "pending" for isearch-adjusted.
11970 (isearch-other-meta-char): Restore isearch-point unconditionally.
11971 (isearch-query-replace): Add new arg `regexp-flag' and use it.
11972 Set point to start of match if region is not active in transient
11973 mark mode (to include the current match to region boundaries).
11974 Push the search string to `query-replace-from-history-variable'.
11975 Add prompt "Query replace regexp" for isearch-regexp.
11976 Add region beginning/end as last arguments of `perform-replace.'
11977 (isearch-query-replace-regexp): Replace code by the call to
11978 `isearch-query-replace' with arg `t'.
11979
11980 2004-09-03 Richard M. Stallman <rms@gnu.org>
11981
11982 * startup.el (normal-top-level): Undo previous TERM change.
11983
11984 2004-09-03 Kim F. Storm <storm@cua.dk>
11985
11986 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11987 highlight overlays; allow using RET when cursor is over a button.
11988 (cua--highlight-rectangle): Use it.
11989 (cua--rectangle-set-corners): Don't move backwards at eol.
11990 (cua--forward-line): Don't move into void after eob.
11991
11992 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11993 point is set (and displayed) inside rectangle.
11994 (cua--rectangle-operation): Fix for highlight of empty lines.
11995 (cua--highlight-rectangle): Fix highlight for tabs.
11996 Position cursor at left/right edge of rectangle using new `cursor'
11997 property on overlay strings.
11998 (cua--indent-rectangle): Don't tabify.
11999 (cua-rotate-rectangle): Ignore that point has moved.
12000
12001 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12002
12003 * term/mac-win.el: Add ASCII equivalents for some function keys.
12004 (mode-line-frame-identification): Sync with x-win.el.
12005
12006 2004-09-02 Juri Linkov <juri@jurta.org>
12007
12008 * progmodes/compile.el (compilation-buffer-name): Compare major
12009 mode with second element of compilation-arguments instead of third
12010 to reflect latest changes in compilation-arguments structure.
12011 (recompile): Use global variable `compilation-directory' to get
12012 recent compilation directory only when `recompile' is invoked NOT
12013 in the compilation buffer. Otherwise, use `default-directory' of
12014 the compilation buffer.
12015 (compilation-error-properties): Allow to funcall col and end-col.
12016 (compilation-mode-font-lock-keywords): Check col and end-col by
12017 `integerp'.
12018 (compilation-goto-locus): If end-mk is non-nil in transient mark
12019 mode don't activate the mark (and don't display message in
12020 push-mark), but highlight overlay between mk and end-mk.
12021
12022 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12023 (grep-regexp-alist): Add rule to highlight grep matches.
12024 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12025
12026 * info.el (Info-fontify-node): Don't compute other-tag
12027 if Info-hide-note-references=hide.
12028
12029 * help.el (function-called-at-point):
12030 * help-fns.el (variable-at-point):
12031 Try `find-tag-default' when other methods failed.
12032
12033 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12034 Do not push mark if inhibit-mark-movement is non-nil.
12035
12036 * textmodes/ispell.el (ispell-html-skip-alists):
12037 Fix backslashes in docstring.
12038
12039 2004-09-01 Juri Linkov <juri@jurta.org>
12040
12041 * isearch.el (isearch-wrap-function)
12042 (isearch-push-state-function): New defvars.
12043 (isearch-pop-fun-state): New defsubst.
12044 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12045 (isearch-push-state): Set the result of calling
12046 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12047 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12048 restore the mode-specific starting point of terminated search.
12049 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12050 (isearch-repeat): Call `isearch-wrap-function' if defined.
12051 (isearch-message-prefix): Don't add prefix "over" to the message
12052 for wrapped search if `isearch-wrap-function' is defined.
12053 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12054 restore the mode-specific starting point of failed search.
12055
12056 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12057 (Info-search): Add new optional arguments for the sake of isearch.
12058 Replace whitespace in Info-search-whitespace-regexp literally.
12059 Add backward search. Don't call `Info-select-node' if regexp is
12060 found in the same Info node. Don't add node to Info-history for
12061 wrapped isearch.
12062 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12063 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12064 (Info-mode): Set local variables `isearch-search-fun-function',
12065 `isearch-wrap-function', `isearch-push-state-function',
12066 `search-whitespace-regexp'.
12067
12068 * isearch.el: Remove ancient Change Log section.
12069 (isearch-string, isearch-message-string, isearch-point)
12070 (isearch-success, isearch-forward-flag, isearch-other-end)
12071 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12072 (isearch-barrier, isearch-within-brackets)
12073 (isearch-case-fold-search): Add suffix `-state' to state-related
12074 defsubsts to avoid name clashes with other function names.
12075
12076 * simple.el (next-error): New defgroup and defface.
12077 (next-error-highlight, next-error-highlight-no-select):
12078 New defcustoms.
12079 (next-error-no-select): Let-bind next-error-highlight to the value
12080 of next-error-highlight-no-select before calling `next-error'.
12081
12082 * progmodes/compile.el (compilation-goto-locus):
12083 Use `next-error' face instead of `region'. Set 4-th argument of
12084 `move-overlay' to `current-buffer' to move overlay to different
12085 source buffers. Use new variable `next-error-highlight'.
12086
12087 * simple.el (next-error-find-buffer): Move the rule
12088 "if current buffer is a next-error capable buffer" after the
12089 rule "if next-error-last-buffer is set to a live buffer".
12090 Simplify to test all rules in one `or'.
12091 (next-error): Doc fix.
12092 (next-error, previous-error, first-error)
12093 (next-error-no-select, previous-error-no-select):
12094 Make arguments optional.
12095
12096 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12097
12098 * macros.el (apply-macro-to-region-lines): Make it operate on all
12099 lines that begin in the region, rather than on all complete lines
12100 in the region.
12101
12102 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12103
12104 * x-dnd.el (x-dnd-protocol-alist): Document update.
12105 (x-dnd-known-types): Defcustom it.
12106 (x-dnd-handle-motif): Print message-atom in error message.
12107
12108 2004-08-30 John Paul Wallington <jpw@gnu.org>
12109
12110 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12111 strings rather than programatically constructing message.
12112
12113 2004-08-30 Richard M. Stallman <rms@gnu.org>
12114
12115 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12116 Don't return a string that would read as the wrong character code.
12117
12118 2004-08-29 Kim F. Storm <storm@cua.dk>
12119
12120 * emulation/cua-base.el (cua-auto-expand-rectangles):
12121 Remove automatic rectangle padding feature; replace by non-destructive
12122 virtual rectangle edges feature.
12123 (cua-virtual-rectangle-edges): New defcustom.
12124 (cua-auto-tabify-rectangles): New defcustom.
12125 (cua-paste): If paste into a marked rectangle, insert rectangle at
12126 current column, even if virtual; also paste exactly as many lines
12127 as has been marked (ignore additional lines or add empty lines),
12128 but paste whole source if only one line is marked.
12129 (cua--update-indications): No longer use overwrite-cursor to
12130 indicate rectangle padding
12131
12132 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12133 (cua--rectangle-virtual-edges): New defun.
12134 (cua--rectangle-get-corners): Remove optional PAD arg.
12135 (cua--rectangle-set-corners): Never do padding.
12136 (cua--forward-line): Remove optional PAD arg. Simplify.
12137 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12138 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12139 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12140 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12141 (cua--rectangle-move): Never do padding. Simplify.
12142 (cua--tabify-start): New defun.
12143 (cua--rectangle-operation): Add tabify arg. All callers changed.
12144 (cua--pad-rectangle): Remove.
12145 (cua--delete-rectangle): Handle delete with virtual edges.
12146 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12147 (cua--insert-rectangle): Handle insert at virtual column.
12148 Perform auto-tabify if necessary.
12149 (cua--activate-rectangle): Remove optional FORCE arg.
12150 Never do padding. Simplify.
12151 (cua--highlight-rectangle): Enhance for virtual edges.
12152 (cua-toggle-rectangle-padding): Remove command.
12153 (cua-toggle-rectangle-virtual-edges): New command.
12154 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12155 (cua--rectangle-post-command): Don't force rectangle padding.
12156 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12157
12158 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12159
12160 * indent.el (edit-tab-stops-buffer): Doc fix.
12161
12162 2004-08-28 Richard M. Stallman <rms@gnu.org>
12163
12164 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12165 (grep-tag-default): Function deleted.
12166
12167 * subr.el (find-tag-default): Move from etags.el.
12168
12169 * progmodes/etags.el (find-tag-default): Move to subr.el.
12170
12171 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12172 into the basic character if it has an uppercase form.
12173
12174 2004-08-27 Kenichi Handa <handa@m17n.org>
12175
12176 * international/utf-8.el (utf-8-post-read-conversion): If the
12177 buffer is unibyte, temporarily make it multibyte.
12178
12179 2004-08-27 Masatake YAMATO <jet@gyve.org>
12180
12181 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12182
12183 2004-08-25 John Paul Wallington <jpw@gnu.org>
12184
12185 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12186 0, 1, and many mismatches in message.
12187 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12188
12189 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12190 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12191
12192 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12193
12194 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12195 vc-diff-switches differently.
12196
12197 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12198
12199 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12200 before and a real defvar after
12201 `speedbar-supported-extension-expressions'. This is to silence
12202 the compiler without breaking bootstrapping.
12203
12204 2004-08-22 Richard M. Stallman <rms@gnu.org>
12205
12206 * textmodes/flyspell.el (flyspell-word):
12207 Use set-process-query-on-exit-flag.
12208 (flyspell-highlight-duplicate-region): Take POSS as arg.
12209 (flyspell-word): Pass POSS as arg.
12210
12211 * progmodes/ada-xref.el: Many doc and style fixes.
12212 (ada-find-any-references): Use compilation-start.
12213 (ada-get-ali-file-name): Improve error msg.
12214 (ada-get-ada-file-name): Likewise.
12215
12216 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12217 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12218
12219 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12220 Add forward defvar.
12221
12222 * whitespace.el (global-whitespace-mode): New alias
12223 for whitespace-global-mode.
12224
12225 * speedbar.el (speedbar-file-regexp): Move definition up.
12226 (speedbar-mode, speedbar-set-mode-line-format):
12227 Use with-no-warnings.
12228 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12229
12230 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12231 controls whether to display the error buffer.
12232
12233 * ps-mule.el: Delete compatibility code for old Emacses.
12234 (ps-mule-find-wrappoint): Don't use chars-in-region.
12235
12236 * frame.el (display-mouse-p, display-selections-p):
12237 Use with-no-warnings.
12238
12239 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12240
12241 2004-08-22 David Kastrup <dak@gnu.org>
12242
12243 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12244 information.
12245
12246 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12247
12248 2004-08-22 Andreas Schwab <schwab@suse.de>
12249
12250 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12251
12252 2004-08-22 Masatake YAMATO <jet@gyve.org>
12253
12254 * cvs-status.el (cvs-status-checkout): New function.
12255 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12256
12257 2004-08-21 David Kastrup <dak@gnu.org>
12258
12259 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12260 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12261 has been converted to use hashtables, the relation `nil=none' is
12262 no longer valid, as `nil' is not a hashtable. This patch tries to
12263 reduce the number of resulting errors.
12264
12265 2004-08-21 John Paul Wallington <jpw@gnu.org>
12266
12267 * subr.el (process-kill-without-query): Made obsolete in
12268 version 21.4, not 21.5.
12269
12270 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12271 (vc-previous-comment, vc-next-comment)
12272 (vc-comment-search-reverse, vc-comment-search-forward)
12273 (vc-comment-to-change-log): Likewise.
12274
12275 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12276
12277 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12278
12279 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12280 Correct indentation of DEFMETHODS with non-standard method
12281 combinations (e.g., PROGN, MIN, MAX).
12282
12283 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12284
12285 * startup.el (normal-top-level-add-subdirs-to-load-path):
12286 Avoid unnecessarily checking system-type.
12287 (normal-top-level): Set TERM to "dumb". Simplify.
12288
12289 * avoid.el (mouse-avoidance-ignore-p): New fun.
12290 Also ignore switch-frame, select-window, double, and triple clicks.
12291 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12292 (mouse-avoidance-fancy-hook): Use it.
12293
12294 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12295
12296 * avoid.el (mouse-avoidance-nudge-mouse)
12297 (mouse-avoidance-banish-destination): Stay within the current window
12298 to avoid problems with mouse-autoselect-window.
12299
12300 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12301
12302 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12303 the newer format of some messages in cvs-1.12.1.
12304
12305 2004-08-19 Masatake YAMATO <jet@gyve.org>
12306
12307 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12308 (elp-results-jump-to-definition-by-mouse)
12309 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12310 (elp-output-result): Use elp-output-insert-symname.
12311
12312 2004-08-18 Kenichi Handa <handa@m17n.org>
12313
12314 * language/cyrillic.el: Register koi8-r in
12315 ctext-non-standard-encodings-alist.
12316 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12317
12318 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12319
12320 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12321 that replaces 20xy with xy.
12322
12323 2004-08-17 John Paul Wallington <jpw@gnu.org>
12324
12325 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12326 (reb-force-update): Doc fix.
12327
12328 2004-08-16 Richard M. Stallman <rms@gnu.org>
12329
12330 * progmodes/which-func.el (which-func-update-1): Doc fix.
12331
12332 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12333 (sh-mode-abbrev-table): New variable.
12334
12335 * progmodes/compile.el (compilation-mode): Doc fix.
12336
12337 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12338 Don't cons a new symbol each time.
12339 (eval-last-sexp-fake-value): New variable.
12340
12341 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12342 (copyright-update-year): Detect continuation of list of years.
12343
12344 * term.el (term-default-fg-color, term-default-bg-color)
12345 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12346
12347 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12348
12349 2004-08-16 Davis Herring <herring@lanl.gov>
12350
12351 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12352 (isearch-success, isearch-forward-flag, isearch-other-end)
12353 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12354 (isearch-barrier, isearch-within-brackets)
12355 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12356
12357 2004-08-16 Kenichi Handa <handa@m17n.org>
12358
12359 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12360
12361 2004-08-15 Kenichi Handa <handa@m17n.org>
12362
12363 * term/x-win.el (x-selection-value): If utf8 was successful but
12364 ctext was not, use utf8 string.
12365
12366 2004-08-14 Davis Herring <herring@lanl.gov>
12367
12368 * isearch.el: Remove accidental changes of March 4. Fix backing
12369 up when a regexp isearch is made more general. Use symbolic
12370 accessor functions for isearch stack frames to make usage clearer.
12371 (search-whitespace-regexp): Made groups in documentation shy (as
12372 is the group in the default value).
12373 (isearch-fallback): New function, addresses problems with regexps
12374 liberalized by `\|', adds support for liberalization by `\}' (the
12375 general repetition construct), and incorporates behavior for
12376 `*'/`?'.
12377 (isearch-}-char): New command, calls `isearch-fallback' with
12378 arguments appropriate to a typed `}'.
12379 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12380 appropriately.
12381 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12382 (isearch-string, isearch-message,string, isearch-point)
12383 (isearch-success, isearch-forward-flag, isearch-other-end)
12384 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12385 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12386 New inline functions to read fields of a stack frame.
12387
12388 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12389
12390 * battery.el (battery-linux-proc-acpi): Look into battery
12391 directories matching the literal string "CMB", too (required for
12392 Linux kernel version 2.6.7).
12393
12394 2004-08-14 John Paul Wallington <jpw@gnu.org>
12395
12396 * cus-start.el (read-file-name-completion-ignore-case): Add.
12397 (blink-cursor-alist): Change version to "21.4".
12398
12399 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12400
12401 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12402
12403 * speedbar.el (speedbar-scan-subdirs): New option.
12404 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12405 dolist.
12406 (speedbar-insert-files-at-point): Take an extra argument and use
12407 it to optionally find out if a subdir is empty. Also unreadable
12408 files don't get expand buttons.
12409 (speedbar-directory): New image (unused pixmap already existed).
12410 (speedbar-expand-image-button-alist): Use it.
12411
12412 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12413
12414 CC Mode update to 5.30.9:
12415
12416 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12417 Move from cc-vars to cc-defs for dependency reasons. Fix the
12418 POSIX char class test to check that it works in
12419 `skip-chars-(forward|backward)' too.
12420
12421 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12422 first argument starts with a special brace list.
12423
12424 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12425 when `c-opt-type-concat-key' is used (i.e. in Pike).
12426
12427 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12428 Fix bug when the inner char pair doesn't have paren syntax,
12429 i.e. "(<>)".
12430
12431 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12432 whitespace safe.
12433
12434 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12435 position for `arglist-intro', `arglist-cont-nonempty' and
12436 `arglist-close' when there are two arglist open parens on the same
12437 line and there's nothing in front of the first.
12438
12439 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12440 locking of qualified names in Java, which previously could fontify
12441 common indexing expressions in many cases. The standard Java
12442 naming conventions are used to tell them apart.
12443
12444 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12445 Fix inconsistency wrt opening parens on the first line inside a paren
12446 block.
12447
12448 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12449 compile time for the sake of `c-major-mode-is'.
12450
12451 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12452 `c-major-mode-is' in the event that this is used inside a
12453 `c-lang-defconst'.
12454
12455 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12456 `c-lang-defconst' so that it works better with fallback languages.
12457
12458 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12459 it to fail to record the base mode.
12460
12461 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12462 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12463 is used. Reorder the syntax checks to get more efficient
12464 skipping in some situations.
12465
12466 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12467 continuation which might precede the newly inserted '{'.
12468
12469 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12470 Fix cases where it could loop indefinitely.
12471
12472 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12473 size specs correctly. Only fontify identifiers in front of '('
12474 with as functions - don't accept any paren char. Tighten up
12475 initializer skipping to stop before function and class blocks.
12476
12477 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12478 the point could be left directly after an open paren when finding
12479 the beginning of the first decl in the block.
12480
12481 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12482 table when filtering out legitimate open parens to be recorded.
12483 This could cause cache inconsistencies when e.g.
12484 `c++-template-syntax-table' was temporarily in use.
12485
12486 * progmodes/cc-engine.el (c-on-identifier)
12487 (c-simple-skip-symbol-backward): Small fix for handling "-"
12488 correctly in `skip-chars-backward'. Affected the operator lfun
12489 syntax in Pike.
12490
12491 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12492 Fix bug that could cause an error from `after-change-functions' when
12493 the changed region is at bob.
12494
12495 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12496
12497 CC Mode update to 5.30.9:
12498
12499 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12500 to say that <TAB> doesn't insert WS into a CPP line.
12501 (c-indent-command, c-tab-always-indent): Amend doc strings.
12502
12503 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12504 checks for user errors, thus eliminating cryptic and unhelpful
12505 Emacs error messages. (1) Check the arg to `c-set-style' is a
12506 string. (2) Check that settings to `c-offsets-alist' are not
12507 spuriously quoted.
12508
12509 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12510 which precedes the newly inserted `{'.
12511
12512 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12513
12514 Sync with Tramp 2.0.44.
12515
12516 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12517 function "tramp_file_attributes". Otherwise, file names
12518 containing spaces are misinterpreted. Reported by Magnus Henoch
12519 <mange@freemail.hu>.
12520 (tramp-handle-file-truename): FILENAME must be expanded first.
12521 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12522 obscure results. Reported by D. Goel <deego@gnufans.org>.
12523 (tramp-handle-verify-visited-file-modtime): If file does not
12524 exist, say it is not modified if and only if that agrees with the
12525 buffer's record. Check whether a file is visiting the buffer, or
12526 the buffer has no recorded last modification time. Return t in
12527 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12528 <teirllm@auburn.edu>.
12529 (tramp-handle-write-region): Pass modtime explicitely to
12530 `set-visited-file-modtime', because filename can be different
12531 from (buffer-file-name) if `file-precious-flag' is set.
12532 `set-visited-file-modtime' must be called always when `visit' is t
12533 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12534 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12535 nil, don't apply the whole body. If the file doesn't exists, set
12536 modtime to '(-1 65535). Suggested by Luc Teirlinck
12537 <teirllm@auburn.edu>.
12538
12539 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12540
12541 * help.el (describe-bindings): Doc fix.
12542
12543 * subr.el (kbd): Doc fix.
12544
12545 2004-08-08 John Paul Wallington <jpw@gnu.org>
12546
12547 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12548 instead of `string-to-int'.
12549 (define-ibuffer-column mode): Fix indentation.
12550
12551 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12552
12553 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12554
12555 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12556
12557 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12558
12559 * novice.el (disabled-command-function): New variable renamed from
12560 `disabled-command-hook'.
12561 (disabled-command-hook): Keep the _variable_ as alias for
12562 `disabled-command-function' and make obsolete.
12563 (disabled-command-function): Function renamed from
12564 `disabled-command-hook'. Adapt code to name change of the variable.
12565
12566 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12567
12568 * simple.el (completion-root-regexp): New defvar.
12569 (completion-setup-function): Use it instead of a literal string.
12570
12571 2004-08-07 John Paul Wallington <jpw@gnu.org>
12572
12573 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12574 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12575 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12576 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12577
12578 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12579
12580 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12581 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12582
12583 2004-08-04 Kenichi Handa <handa@m17n.org>
12584
12585 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12586 Fix previous change.
12587
12588 2004-08-03 Kenichi Handa <handa@m17n.org>
12589
12590 * international/encoded-kb.el: The following changes are to
12591 utilize key-translation-map instead of minor mode map.
12592 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12593 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12594 (encoded-kbd-last-key): New function.
12595 (encoded-kbd-iso2022-single-shift): New function.
12596 (encoded-kbd-iso2022-designation)
12597 (encoded-kbd-self-insert-iso2022-7bit)
12598 (encoded-kbd-self-insert-iso2022-8bit)
12599 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12600 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12601 key-translation-map.
12602 (encoded-kbd-setup-keymap): Setup key-translation-map.
12603 (saved-key-translation-map): New variable.
12604 (encoded-kbd-mode): Save/restore key-translation-map.
12605 Adjust for the change of encoded-kbd-setup-keymap.
12606
12607 2004-08-02 Kim F. Storm <storm@cua.dk>
12608
12609 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12610 and call compute-motion with nil for topos and width to get proper
12611 usable width and height for both window and non-window systems.
12612
12613 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12614 calculate usable window width and height.
12615
12616 * window.el (window-buffer-height): Call compute-motion with nil width.
12617
12618 2004-08-01 David Kastrup <dak@gnu.org>
12619
12620 * replace.el (query-replace-read-from):
12621 Use `query-replace-compile-replacement'.
12622 (query-replace-compile-replacement): New function.
12623 (query-replace-read-to): Use `query-replace-compile-replacement'
12624 for repeating the last command.
12625
12626 2004-08-01 John Paul Wallington <jpw@gnu.org>
12627
12628 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12629 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12630 (pr-switches): Remove period from end of error messages.
12631
12632 * help-mode.el (help-go-back): Likewise.
12633
12634 * abbrev.el (only-global-abbrevs): Doc fix.
12635 (edit-abbrevs-map): Define within defvar.
12636 (quietly-read-abbrev-file): Doc fix.
12637
12638 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12639
12640 * novice.el (enable-command, disable-command): Doc fixes.
12641
12642 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12643
12644 2004-07-30 Richard M. Stallman <rms@gnu.org>
12645
12646 * subr.el (with-local-quit): Doc fix.
12647
12648 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12649
12650 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12651
12652 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12653
12654 * custom.el (defcustom): Doc fix.
12655
12656 2004-07-28 Masatake YAMATO <jet@gyve.org>
12657
12658 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12659
12660 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12661
12662 * imenu.el (imenu-prev-index-position-function)
12663 (imenu-extract-index-name-function, imenu-name-lookup-function)
12664 (imenu--index-alist): Docstring redundancy fix.
12665
12666 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12667
12668 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12669 binding dired-backup-overwrite.
12670
12671 2004-07-25 John Paul Wallington <jpw@gnu.org>
12672
12673 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12674
12675 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12676
12677 * term/tty-colors.el (tty-color-approximate): Doc fix.
12678
12679 * select.el (x-get-selection, x-set-selection): Doc fixes.
12680
12681 * frame.el (make-frame): Doc fix.
12682
12683 2004-07-24 Richard M. Stallman <rms@gnu.org>
12684
12685 * mail/rmail.el (rmail-mime-charset-pattern):
12686 Don't include semicolon in the charset value.
12687
12688 * replace.el (occur-next-error): Call set-window-point.
12689 (occur-engine): Handle negative NLINES.
12690
12691 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12692
12693 * frame.el (modify-all-frames-parameters): Minor doc fix.
12694 (set-frame-configuration): Doc fix.
12695
12696 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12697
12698 * simple.el (completion-setup-function): Compute the common parts
12699 and the first difference place correctly when
12700 partial-completion-mode is on.
12701
12702 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12703
12704 * ps-print.el: Doc fix.
12705 (ps-print-version): New version 6.6.5.
12706 (ps-printing-region): Doc fix.
12707 (ps-generate-string-list): Comment fix.
12708 (ps-message-log-max): Code fix.
12709
12710 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12711
12712 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12713 generated PostScript.
12714
12715 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12716
12717 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12718 with Gnus v5_10 branch.)
12719
12720 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12721
12722 * calendar/time-date.el (time-to-number-of-days): New function.
12723 Imported from from Gnus.
12724
12725 2004-07-22 Kim F. Storm <storm@cua.dk>
12726
12727 * progmodes/make-mode.el: Fix comments.
12728
12729 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12730
12731 * printing.el: Doc fix.
12732
12733 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12734
12735 * frame.el (modify-all-frames-parameters): Minor doc fix.
12736
12737 2004-07-20 Richard M. Stallman <rms@gnu.org>
12738
12739 * textmodes/fill.el (fill-nobreak-p): If this break point is
12740 at the end of the line, don't consider the newline which follows
12741 as a reason to return t.
12742
12743 2004-07-19 John Paul Wallington <jpw@gnu.org>
12744
12745 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12746
12747 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12748
12749 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12750 Delete irrelevant code.
12751
12752 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12753
12754 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12755 New docstring. From Luc Teirlinck.
12756
12757 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12758
12759 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12760 section.
12761 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12762 non-file buffers. We know it is nil.
12763
12764 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12765
12766 Sync with Tramp 2.0.43.
12767
12768 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12769 Remove outdated comment.
12770 (tramp-locked, tramp-locker): New variables for implementing a
12771 global lock.
12772 (tramp-sh-file-name-handler): Use them to implement the global lock.
12773
12774 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12775
12776 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12777 calls to respective `xxx` calls.
12778 (tramp-process-alive-regexp): Precise doc string.
12779 (tramp-multi-action-process-alive): New defun.
12780 (tramp-multi-actions): Use it.
12781 (tramp-handle-find-backup-file-name): `copy-tree' is available
12782 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12783 in order to avoid this function.
12784 (tramp-handle-write-region): Set current buffer. If connection
12785 wasn't open, `file-modes' has changed it accidently. Reported by
12786 David Kastrup <dak@gnu.org>.
12787 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12788 HOST.
12789 (tramp-action-password, tramp-multi-action-password): Apply it.
12790 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12791 name must still contain the port number. Otherwise, we have two
12792 Tramp buffers, with all the confusion. Reported by Myron Selby
12793 <myron@xytech.com> and Rolf Dubitzky
12794 <Dubitzky@physi.uni-heidelberg.de>.
12795
12796 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12797 HOST to `tramp-enter-passwd'.
12798
12799 * net/tramp-vc.el (all): Code cleanup. Change all
12800 `tramp-handle-xxx' calls to respective `xxx` calls.
12801
12802 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12803
12804 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12805 functions that are not erroneous if either 1-valued or
12806 multi-valued. Detect functions in this class.
12807 (testcover-1value-functions, testcover-compose-functions)
12808 (testcover-progn-functions) Add some additional functions to lists.
12809 (testcover-mark): Bugfix when marking up the definition for an
12810 empty function.
12811
12812 2004-07-17 Richard M. Stallman <rms@gnu.org>
12813
12814 * replace.el (occur-read-primary-args): Pass default to
12815 read-from-minibuffer.
12816
12817 * mail/footnote.el (footnote-section-tag): Use defcustom.
12818
12819 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12820 Compile font-lock-keywords, not KEYWORDS.
12821 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12822 Add warn, check-type. Handle cerror like error.
12823
12824 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12825
12826 * progmodes/which-func.el (which-func-keymap): New var.
12827 (which-func-face): New face.
12828 (which-func-format): Use them.
12829
12830 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12831
12832 * buff-menu.el (list-buffers-noselect): Append the buffer's
12833 process status to its mode name.
12834
12835 2004-07-16 Kim F. Storm <storm@cua.dk>
12836
12837 * simple.el (inhibit-mark-movement): New defvar.
12838 (beginning-of-buffer, end-of-buffer): Do not push mark if
12839 inhibit-mark-movement is non-nil or C-u prefix is given.
12840
12841 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12842 Init to beginning-of-buffer and end-of-buffer.
12843 (cua--undo-push-mark): New defvar.
12844 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12845 already active and command is in cua--preserve-mark-commands.
12846 Also fix check for shift modifier on non-window systems.
12847 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12848
12849 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12850
12851 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12852 of two integers, instead of a cons.
12853
12854 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12855 `visited-file-modtime' now returns a list of two integers, instead
12856 of a cons.
12857
12858 * dired.el (dired-directory-changed-p): Ditto.
12859
12860 * progmodes/grep.el (grep): Doc fix.
12861
12862 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12863
12864 * autorevert.el (auto-revert-tail-mode)
12865 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12866 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12867 in both at the same time.
12868 (auto-revert-tail-mode): New command.
12869 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12870 (auto-revert-handler): Revert only either tail or whole file.
12871
12872 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12873 add auto-revert-tail-mode.
12874
12875 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12876
12877 * printing.el: Doc fix. Change name of some funs.
12878 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12879 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12880 (pr-standard-file-name): New fun. Replace pr-standard-path.
12881 (pr-call-process): Code fix.
12882
12883 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12884
12885 * subr.el (with-selected-window): Doc fix.
12886
12887 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12888
12889 * subr.el (get-buffer-window-list): Doc fix.
12890
12891 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12892
12893 * files.el (switch-to-buffer-other-window): Doc fix.
12894
12895 * window.el (save-selected-window, one-window-p)
12896 (split-window-keep-point, split-window-vertically)
12897 (split-window-horizontally): Doc fixes.
12898
12899 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12900
12901 * printing.el: Doc fix. Now it uses call-process instead of
12902 shell-command for low command execution.
12903 (pr-version): New version number (6.8).
12904 (pr-shell-file-name): Option removed.
12905 (pr-shell-command): Fun removed.
12906 (pr-call-process): New fun. Replace pr-shell-command.
12907 (pr-standard-path, pr-remove-nil-from-list): New funs.
12908 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12909 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12910 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12911 (pr-ps-utility-process, pr-txt-print): Code fix.
12912
12913 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12914
12915 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12916 boolean.
12917
12918 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12919
12920 * wid-edit.el (widget-field-buffer): Doc fix.
12921
12922 2004-07-09 John Paul Wallington <jpw@gnu.org>
12923
12924 * emacs-lisp/re-builder.el (reb-update-overlays):
12925 Distinguish between one and several matches in message.
12926
12927 2004-07-09 Richard M. Stallman <rms@gnu.org>
12928
12929 * mouse.el (mouse-set-region-1): If transient-mark-mode
12930 is `identity', change it to `only'.
12931
12932 * simple.el (current-word): Doc fix.
12933
12934 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12935
12936 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12937 so that it is more understanding of whitespace.
12938
12939 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12940 (("ns" . "element") (attr-list) children) instead of
12941 ((:ns . "element") (attr-list) children) in order to reduce the
12942 number of symbols used.
12943 (xml-skip-dtd): Change to use xml-parse-dtd but set
12944 xml-validating-parsing to nil.
12945 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12946 (xml-substitute-entity): Remove in favor of new entity substitution.
12947 (xml-substitute-special): Rewrite in to substitute complex
12948 entities from DOCTYPE declarations.
12949 (xml-parse-fragment): Parse fragments from entity deleclarations.
12950 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12951 (xml-parse-dtd, xml-substitute-special): Make validity checks
12952 conditioned on xml-validating-parser. Add "Not Well Formed" to
12953 error messages about well-formedness.
12954
12955 2004-07-08 Steven Tamm <steventamm@mac.com>
12956
12957 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12958 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12959 Do not treat double clicks and triple clicks specially in the
12960 scroll bar (preventing strange repositioning problems)
12961
12962 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12963
12964 * replace.el (query-replace-regexp-eval): Fix last change.
12965
12966 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12967
12968 * replace.el (query-replace-descr): New fun.
12969 (query-replace-read-from, query-replace-read-args): Default to the
12970 previous from&to.
12971 (query-replace-read-to): Quote the `from' string when displaying it.
12972 (query-replace-regexp-eval): Immediately check read-only status.
12973 Use query-replace-read-from to get the \n checking.
12974 Quote the `from' string when displaying it.
12975 (map-query-replace-regexp, occur-read-primary-args):
12976 Quote the `from' string when displaying it.
12977
12978 * isearch.el (isearch-query-replace): Pass the regexp-ness and
12979 delimited-ness of the search to query-replace.
12980
12981 * replace.el (query-replace-read-from, query-replace-read-to):
12982 New funs extracted from query-replace-read-args.
12983 (query-replace-read-args): Use them.
12984
12985 * replace.el (query-replace-interactive, query-replace-read-args):
12986 Remove the `initial' special value.
12987 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12988 (occur-engine): Remove unused var `matchend'.
12989
12990 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12991 Use the search string without prompting.
12992
12993 2004-07-05 Kenichi Handa <handa@m17n.org>
12994
12995 * international/mule.el (decode-coding-inserted-region):
12996 Set last-coding-system-used only when coding is nil.
12997
12998 2004-07-03 Eli Zaretskii <eliz@gnu.org>
12999
13000 * progmodes/grep.el (grep-compute-defaults, grep-command)
13001 (grep-program, find-program, grep-find-use-xargs, grep-history)
13002 (grep-find-history, grep-tag-default, grep-find-command)
13003 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13004 Add autoload cookies, for unbundled packages that load `compile'
13005 and expect all grep-related symbols to become defined.
13006
13007 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13008
13009 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13010 (iimage-mode-image-search-path): New user option to search the
13011 image file.
13012 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13013 have locate-file.
13014 (iimage-mode-buffer): Use it.
13015
13016 2004-07-03 Nick Roberts <nickrob@gnu.org>
13017
13018 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13019 carefully.
13020 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13021
13022 2004-07-03 Juri Linkov <juri@jurta.org>
13023
13024 * replace.el (query-replace-read-args): Swallow space after 'foo,
13025 not after (quote foo). Match space only immediately after symbol,
13026 not anywhere in the whole string.
13027
13028 2004-07-02 Richard M. Stallman <rms@gnu.org>
13029
13030 * replace.el (query-replace-read-args): Swallow space after
13031 symbols, not after closeparens. But avoid error if string ends there.
13032
13033 * progmodes/python.el (python-beginning-of-statement):
13034 Exit the loop if backward-up-list gets error.
13035
13036 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13037
13038 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13039
13040 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13041 only if vc-consult-headers is non-nil.
13042
13043 2004-07-02 Juri Linkov <juri@jurta.org>
13044
13045 * pcvs.el (cvs-mode-diff-repository): New command.
13046
13047 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13048
13049 2004-07-01 Juri Linkov <juri@jurta.org>
13050
13051 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13052 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13053 C-M-% to isearch-query-replace-regexp.
13054 (minibuffer-local-isearch-map): Add arrow key bindings.
13055 Bind C-f to isearch-yank-char-in-minibuffer.
13056 (isearch-forward): Doc fix.
13057 (isearch-edit-string): Doc fix.
13058 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13059 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13060 (isearch-yank-char): Add optional arg.
13061 (isearch-yank-char-in-minibuffer): New fun.
13062
13063 * replace.el (query-replace-interactive): Change type from boolean
13064 to choice. Add value `initial'.
13065 (query-replace-read-args): Handle value `initial' of
13066 query-replace-interactive.
13067
13068 2004-06-29 Kim F. Storm <storm@cua.dk>
13069
13070 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13071 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13072
13073 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13074 Add :group 'ada.
13075
13076 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13077
13078 2004-06-29 Juri Linkov <juri@jurta.org>
13079
13080 * replace.el (query-replace-read-args): Swallow a space after
13081 everything except )]" which in most cases means after a symbol.
13082
13083 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13084
13085 2004-06-28 Richard M. Stallman <rms@gnu.org>
13086
13087 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13088 More changes to go with previous change in font-lock.el.
13089
13090 2004-06-26 David Kastrup <dak@gnu.org>
13091
13092 * replace.el (perform-replace): Highlight the match even in
13093 non-query mode if there is potential replace string editing.
13094
13095 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13096
13097 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13098 agree with new return value of `file-remote-p'.
13099 This syncs with Tramp 2.0.42.
13100
13101 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13102 according to new documentation of `file-remote-p'.
13103
13104 * files.el (file-remote-p): Fix doc to say that return value is
13105 identification of remote system, if not nil.
13106 (file-relative-name): Use new return value of `file-remote-p'.
13107
13108 2004-06-26 Nick Roberts <nickrob@gnu.org>
13109
13110 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13111 (gdb-goto-breakpoint): Fix breakage.
13112
13113 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13114
13115 * man.el (Man-getpage-in-background): Add windows-nt to the list
13116 of systems where shell-file-name should be used instead of
13117 literal "sh".
13118
13119 2004-06-25 Sam Steingold <sds@gnu.org>
13120
13121 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13122 function names `(setf symbol)'.
13123
13124 2004-06-24 Richard M. Stallman <rms@gnu.org>
13125
13126 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13127
13128 * font-lock.el (font-lock-keywords): Change format of compiled values.
13129 Document it.
13130 (font-lock-add-keywords): If font-lock-keywords is compiled,
13131 extract the uncompiled version, modify, then recompile.
13132 (font-lock-remove-keywords): Likewise.
13133 (font-lock-fontify-keywords-region): Handle changed format.
13134 (font-lock-compile-keywords): Handle changed format.
13135 (font-lock-set-defaults): Compile the keywords explicitly here.
13136
13137 2004-06-24 David Kastrup <dak@gnu.org>
13138
13139 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13140 replacements here.
13141 (query-replace-regexp): Doc string explaining this and the new
13142 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13143 is better placed in `query-replace-read-args'.
13144 (replace-regexp): Explain `\,', `\#' and `\?'.
13145 (replace-match-data): New function for thorough reuse/destruction
13146 of old match-data.
13147 (replace-match-maybe-edit): Function for implementing `\?' editing.
13148 (perform-replace): Fix maintaining of the match stack including
13149 already matched regions, implement `\?', fix various problems
13150 with regions while editing and other stuff.
13151 (replace-highlight): Simplify.
13152
13153 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13154
13155 * progmodes/grep.el (grep-error-screen-columns): New variable.
13156 (grep-regexp-alist): Give it the full functionality of gnu style
13157 compilation messages with line and column ranges. Ask me for the
13158 perl script I'm working on, that uses these.
13159
13160 2004-06-23 Nick Roberts <nickrob@gnu.org>
13161
13162 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13163 Remove.
13164 (comint-insert-input, comint-mouse-insert-input): New functions
13165 based on comint-insert-clicked-input for two bindings but just
13166 one functionality.
13167
13168 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13169
13170 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13171
13172 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13173
13174 * files.el (write-contents-functions): Doc fix.
13175
13176 2004-06-21 Juanma Barranquero <lektu@terra.es>
13177
13178 * image.el (image-library-alist): Rewrite docstring in active voice.
13179
13180 2004-06-20 Richard M. Stallman <rms@gnu.org>
13181
13182 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13183
13184 * isearch.el (isearch-repeat): Avoid testing old match data.
13185 (isearch-message): Display trailing space in special font
13186 when search is failing.
13187 (isearch-search-fun-function): Doc fix.
13188
13189 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13190
13191 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13192
13193 * frame.el (show-trailing-whitespace): Doc fix.
13194
13195 * cus-edit.el (custom-variable-documentation): New function.
13196 (custom-variable): Use it.
13197
13198 2004-06-19 Nick Roberts <nickrob@gnu.org>
13199
13200 * man.el (Man-getpage-in-background): Revert previous change but
13201 make cygwin a special case.
13202
13203 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13204
13205 * autorevert.el (global-auto-revert-non-file-buffers):
13206 Update docstring.
13207
13208 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13209
13210 * progmodes/compile.el (compilation-error-properties): Store one
13211 more than end-col, if present, so that transient-mark-mode will
13212 highlight last char too.
13213 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13214 ranges, if present.
13215
13216 2004-06-18 Jason Rumney <jasonr@gnu.org>
13217
13218 * makefile.w32-in: Double percent signs in for loops.
13219
13220 2004-06-17 David Kastrup <dak@gnu.org>
13221
13222 * replace.el (query-replace-read-args): Only warn about use of \n
13223 and \t when we are doing a regexp replacement and the actual
13224 escaped character is n or t.
13225 (query-replace-regexp): Add \, and \# interpretation to
13226 interactive call and document it.
13227 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13228 as shortkey for replace-count.
13229 (replace-quote): New function for doubling backslashes.
13230
13231 2004-06-17 Juanma Barranquero <lektu@terra.es>
13232
13233 * files.el (parse-colon-path, cd): Mention in docstring that the
13234 path separator is colon in GNU-like systems.
13235
13236 * newcomment.el (comment-region-internal): Fix docstring.
13237
13238 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13239 (ewoc-invalidate, ewoc-collect): Doc fixes.
13240 (ewoc--create-node, ewoc--delete-node-internal):
13241 Fix typos in docstring.
13242
13243 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13244
13245 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13246 manual to docstring.
13247
13248 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13249
13250 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13251
13252 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13253
13254 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13255 Add hyperlink to emacs-xtra manual to docstring.
13256
13257 * autorevert.el (global-auto-revert-non-file-buffers):
13258 Add hyperlink to emacs-xtra manual to docstring, as well as an
13259 info-link.
13260
13261 2004-06-14 Juanma Barranquero <lektu@terra.es>
13262
13263 * image.el (image-library-alist): New variable to map image types
13264 to external libraries. Initialized to nil, unless system-specific
13265 configs change it.
13266 (image-type-available-p): Determine whether an image type is
13267 available by calling `init-image-library'.
13268
13269 * term/w32-win.el (image-library-alist): Initialize to a known set
13270 of probable library names.
13271
13272 2004-06-14 Kenichi Handa <handa@m17n.org>
13273
13274 * international/code-pages.el (windows-1256, cp1125): Fix tables
13275 for several characters.
13276
13277 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13278
13279 2004-06-13 Richard M. Stallman <rms@gnu.org>
13280
13281 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13282
13283 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13284 not "`pc-selection-mode'".
13285
13286 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13287
13288 * simple.el (previous-matching-history-element): Specify a default.
13289
13290 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13291
13292 * cus-face.el (custom-declare-face): Simplify code.
13293
13294 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13295
13296 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13297
13298 * files.el (before-save-hook): Add `time-stamp' to the options.
13299
13300 * time-stamp.el (time-stamp): Recommend adding it to
13301 `before-save-hook', rather than `write-file-functions'.
13302 Make a similar change in `Commentary' section.
13303
13304 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13305
13306 * diff-mode.el (diff-current-defun): If at start of hunk, use
13307 position of first change.
13308
13309 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13310
13311 * dired-x.el (dired-mark-omitted): Bind to "*O".
13312
13313 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13314
13315 * bookmark.el (bookmark-bmenu-relocate): New function, as
13316 suggested by David J. Biesack <David.Biesack@sas.com>.
13317 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13318 (bookmark-bmenu-mode): Describe binding in doc string.
13319 (bookmark-set-filename): Save the bookmark list if it's time.
13320
13321 2004-06-13 Kenichi Handa <handa@m17n.org>
13322
13323 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13324 (ccl-untranslated-to-ucs): Fix typo.
13325
13326 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13327
13328 * progmodes/python.el (python-open-block-statement-p):
13329 Fix indentation after a block opening that contains a comment.
13330
13331 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13332
13333 * bindings.el (completion-ignored-extensions): Add file extensions
13334 of Python byte-compiled files.
13335
13336 2004-06-12 Juri Linkov <juri@jurta.org>
13337
13338 * info.el (Info-goto-node): Add autoload.
13339 (Info-toc): Add substring-no-properties on Info file name.
13340 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13341 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13342
13343 2004-06-12 Kenichi Handa <handa@m17n.org>
13344
13345 * international/mule-cmds.el (set-language-environment):
13346 Load subst tables if necessary.
13347
13348 * international/mule.el (decode-char): Load subst tables if necessary.
13349 (encode-char): Likewise.
13350
13351 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13352 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13353 (utf-16le-decode-loop): Set r5 to -1 before loop.
13354 (utf-16be-decode-loop): Likewise.
13355 (ccl-decode-mule-utf-16le): Add EOF processing block.
13356 (ccl-decode-mule-utf-16be): Likewise.
13357 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13358 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13359 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13360 (ccl-mule-utf-16-encode-untrans): New CCL.
13361 (utf-16-decode-to-ucs): Handle pre-read character.
13362 (utf-16le-encode-loop): Handle surrogate pair.
13363 (utf-16be-encode-loop): Likewise.
13364 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13365 of utf-16le-encode-loop.
13366 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13367 of utf-16be-encode-loop.
13368 (mule-utf-16-post-read-conversion):
13369 Call utf-8-post-read-conversion at first.
13370 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13371 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13372 Add post-read-conversion and pre-write-conversion.
13373
13374 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13375 (utf-translate-cjk-unicode-range): New variable.
13376 (utf-translate-cjk-load-tables): New function.
13377 (utf-lookup-subst-table-for-decode): New function.
13378 (utf-lookup-subst-table-for-encode): New function.
13379 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13380 tables here. Update safe-charsets of utf-* coding systems.
13381 (ccl-mule-utf-untrans): New CCL.
13382 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13383 at end of each branch.
13384 (ccl-mule-utf-8-encode-untrans): New CCL.
13385 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13386 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13387 length of encoding. Don't return r0.
13388 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13389 (utf-8-post-read-conversion): Narrow to region properly.
13390 If utf-translate-cjk-mode is on, load tables if necessary.
13391 Call utf-8-compose with hash-table arg if necessary.
13392 Call XXX-compose-region instead of XXX-post-read-convesion.
13393 (utf-8-pre-write-conversion): New function.
13394 (mule-utf-8): Include CJK charsets in safe-charsets if
13395 utf-translate-cjk-mode is on. Add pre-write-conversion.
13396
13397 * international/characters.el: Temporarily set
13398 utf-translate-cjk-mode to nil.
13399
13400 * language/devan-util.el (devanagari-compose-region):
13401 Add autoload cookie.
13402
13403 * international/ccl.el (ccl-dump-call): Fix printing the
13404 subroutine name.
13405
13406 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13407
13408 * dired.el (dired-revert): If buffer is marked unmodified before
13409 reverting, keep it marked unmodified.
13410 Adapt to new conventions for commenting out code.
13411 (dired-make-relative): Adapt to new conventions for commenting out code.
13412
13413 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13414
13415 * eshell/esh-module.el (eshell-load-defgroups):
13416 Bind `vc-handled-backends' to nil when opening files.
13417
13418 2004-06-11 Juanma Barranquero <lektu@terra.es>
13419
13420 * files.el (parse-colon-path, cd): Doc fixes (refer to
13421 `path-separator', not colon).
13422
13423 2004-06-10 Juanma Barranquero <lektu@terra.es>
13424
13425 * newcomment.el (comment-search-forward)
13426 (comment-search-backward): Fix typos in docstring.
13427 (comment-region): Doc fix.
13428
13429 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13430
13431 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13432 switch is no longer stored in `dired-switches-alist'.
13433
13434 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13435 `dired-switches-alist'.
13436
13437 2004-06-10 Kim F. Storm <storm@cua.dk>
13438
13439 * pcvs.el (cvs-mode-diff-yesterday): New command.
13440
13441 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13442
13443 2004-06-10 Juri Linkov <juri@jurta.org>
13444
13445 * emacs-lisp/edebug.el (edebug-eval-defun):
13446 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13447 Fix docstring.
13448
13449 * simple.el (eval-expression-print-format): Don't print additional
13450 information on the first call to `eval-print-last-sexp'.
13451 (next-error-find-buffer): Fix punctuation.
13452 (killing) <defgroup>: Fix punctuation.
13453 (yank-excluded-properties): Change group from editing to killing.
13454
13455 * replace.el (perform-replace): Use `limit' to terminate the
13456 while-loop explicitly.
13457
13458 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13459
13460 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13461 Use lc-*.xpm as prefix instead of *-locol.xpm.
13462
13463 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13464 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13465 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13466 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13467 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13468 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13469 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13470 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13471 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13472 * toolbar/lc-up_arrow.xpm:
13473 Rename from *-locol.xpm.
13474
13475 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13476
13477 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13478 include forms like &<str>; as valid url patterns.
13479
13480 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13481
13482 * dired.el (dired-diff, dired-backup-diff)
13483 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13484 (dired-do-chown, dired-do-touch, dired-do-print)
13485 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13486 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13487 (dired-create-directory, dired-do-copy, dired-do-symlink)
13488 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13489 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13490 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13491 (dired-maybe-insert-subdir, dired-next-subdir)
13492 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13493 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13494 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13495 (dired-run-shell-command, dired-query): Remove redundant,
13496 or incorrect, autoloads.
13497
13498 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13499 does not end in a slash. Add optional argument KILL-ROOT.
13500 Update docstring.
13501 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13502 (dired-query): Add autoloads.
13503
13504 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13505
13506 * progmodes/compile.el (compilation-set-window-height):
13507 Rearrange the save-* functions because a buffer can have several current
13508 point in different windows.
13509 (compilation-error-regexp-alist-alist): Recognize {standard input}
13510 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13511
13512 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13513
13514 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13515 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13516 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13517 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13518 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13519 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13520 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13521 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13522 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13523 * toolbar/up_arrow-locol.xpm:
13524 New versions of icons that uses fewer colors.
13525
13526 * toolbar/tool-bar.el (tool-bar-local-item)
13527 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13528 if display-color-cells is 256 or less.
13529
13530 2004-06-08 Kim F. Storm <storm@cua.dk>
13531
13532 * wid-edit.el (widget-specify-button): Use hand pointer rather
13533 than mouse-face as visible mouse-over effect.
13534
13535 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13536
13537 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13538 and `print-level' to nil when writing out `save-place-alist'.
13539 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13540
13541 2004-06-07 Juanma Barranquero <lektu@terra.es>
13542
13543 * completion.el (completion-kill-region): Doc fix.
13544
13545 * format.el (format-insert-annotations)
13546 (format-annotate-location): Doc fixes.
13547 (format-subtract-regions): Make arguments match their use in docstring.
13548
13549 * simple.el (kill-region): Doc fix.
13550
13551 * subr.el (insert-buffer-substring-no-properties)
13552 (insert-buffer-substring-as-yank): Doc fixes.
13553
13554 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13555
13556 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13557 Update docstring.
13558 (dired-reset-subdir-switches): New function.
13559
13560 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13561 Limit scope of `buffer-read-only' binding.
13562
13563 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13564
13565 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13566 eshell-explicit-command-char.
13567
13568 2004-06-06 Juanma Barranquero <lektu@terra.es>
13569
13570 * help-fns.el (help-argument-name): Inherit from italic face only
13571 if the frame supports it.
13572
13573 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13574
13575 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13576 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13577 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13578 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13579 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13580 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13581 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13582 New conversions from xpm files.
13583
13584 * toolbar/README: New file.
13585
13586 2004-06-06 Richard M. Stallman <rms@gnu.org>
13587
13588 * isearch.el (isearch-mode-map): Undo previous change.
13589
13590 2004-06-05 Juri Linkov <juri@jurta.org>
13591
13592 * bindings.el (debug-ignored-errors): Add regexps for history
13593 related messages. Remove $ from "No further undo information".
13594 Move Ediff's messages to ediff.el.
13595
13596 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13597
13598 * cus-edit.el (custom-display): Add `min-colors'.
13599
13600 * custom.el (defface): Add `supports' to docstring.
13601
13602 * help-fns.el (help-argument-name): Add :group 'help.
13603
13604 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13605
13606 * find-dired.el (find-ls-subdir-switches): New user option.
13607 (find-dired): No longer call `abbreviate-file-name' on DIR.
13608 Set `dired-subdir-switches' buffer-locally.
13609
13610 * locate.el: Merge the two `Commentary' sections.
13611 (locate-ls-subdir-switches): New user option.
13612 (locate): Update for other changes.
13613 (locate-mode-map): Restore Dired binding for mouse-2.
13614 Bind `locate-mouse-view-file' to M-mouse-2.
13615 Bind `l' to `locate-do-redisplay'.
13616 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13617 (locate-mouse-view-file, locate-tags, locate-find-directory):
13618 Print message if used outside main listing.
13619 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13620 Various changes to support inserted subdirectories.
13621 (locate-insert-header): Change header of *Locate* buffer.
13622
13623 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13624 Change interactive default switches.
13625 (dired-rename-subdir-2): Update `dired-switches-alist'.
13626 (dired-insert-subdir, dired-kill-subdir):
13627 Handle `dired-switches-alist'. Do not mark buffer modified.
13628 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13629 (dired-insert-subdir-doinsert): Omit messages.
13630 Handle `dired-subdir-switches'.
13631 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13632
13633 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13634 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13635 subdirs if -R switch is used for a subdir.
13636 (dired-mode): Set `dired-switches-alist'.
13637 (dired-build-subdir-alist): Only print number of directories in
13638 echo area when invoked interactively.
13639
13640 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13641
13642 * dired-x.el (dired-omit-mode): Rename from
13643 dired-omit-files-p. Use define-minor-mode to define it.
13644 (dired-omit-files-p): Add as alias for dired-omit-mode.
13645 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13646 dired-mark-omitted.
13647 (dired-mark-omitted): Add. Bind to M-O.
13648
13649 2004-06-05 Kenichi Handa <handa@m17n.org>
13650
13651 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13652
13653 2004-06-05 Juanma Barranquero <lektu@terra.es>
13654
13655 * help-fns.el (help-argument-name): Reintroduce face.
13656 (help-default-arg-highlight): Use it, now that
13657 `face-differs-from-default-p' can be trusted.
13658
13659 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13660
13661 * textmodes/table.el: Sentence commands added to Point Motion
13662 group; kill and backward-kill commands added to Extraction group.
13663
13664 2004-06-04 Mario Lang <mlang@delysid.org>
13665
13666 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13667 systems appear to use mW, make the code handle this. Fix a
13668 division-by-zero bug while at it, and handle kernels with
13669 a slightly different layout in /proc/acpi.
13670
13671 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13672
13673 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13674 because the latter is a CL-ism. This fixes the bug reported by
13675 Shawn Boyette <mdxi@collapsar.net> in
13676 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13677
13678 2004-06-04 Miles Bader <miles@gnu.org>
13679
13680 * faces.el (display-supports-face-attributes-p): Function moved to
13681 C code. Previously only the tty-related portion of this function
13682 was done in C; however the previous attempt to do a halfway-proper
13683 job for non-tty displays in lisp didn't work properly because of
13684 funny conditions during Emacs startup.
13685 (face-differs-from-default-p): Simplify, now that
13686 display-supports-face-attributes-p works properly on all display
13687 types. Remove :stipple from comparison; it doesn't really work
13688 in emacs anyway.
13689
13690 2004-06-04 Miles Bader <miles@gnu.org>
13691
13692 * faces.el (face-differs-from-default-p): Use a different
13693 implementation, so we can really check whether FACE displays
13694 differently or not.
13695
13696 2004-06-04 Miles Bader <miles@gnu.org>
13697
13698 * faces.el (display-supports-face-attributes-p): Implement a
13699 `different from default' check for non-tty displays.
13700
13701 2004-06-03 David Kastrup <dak@gnu.org>
13702
13703 * woman.el (woman-mapcan): More concise code.
13704 (woman-topic-all-completions, woman-topic-all-completions-1)
13705 (woman-topic-all-completions-merge): Replace by a simpler and
13706 much faster implementation based on O(n log n) sort/merge instead
13707 of the old O(n^2) behavior.
13708
13709 2004-06-03 Miles Bader <miles@gnu.org>
13710
13711 * subr.el (read-number): Use canonical format for default in prompt.
13712
13713 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13714 Add regexp for " [...]" style defaults.
13715
13716 2004-06-02 Romain Francoise <romain@orebokech.com>
13717
13718 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13719 groups: if the user asks for a hidden buffer, open the
13720 corresponding filter group to expose it.
13721
13722 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13723 `ibuffer-jump-to-buffer'.
13724 (ibuffer-jump-offer-only-visible-buffers): New user option.
13725
13726 2004-06-02 Juanma Barranquero <lektu@terra.es>
13727
13728 * faces.el (frame-update-faces): Add empty docstring so the one
13729 for `ignore' doesn't show through.
13730
13731 * subr.el (process-kill-without-query): Remove spurious "\n" on
13732 obsolescence string.
13733 (focus-frame, unfocus-frame): Add obsolescence declaration and
13734 empty docstring.
13735
13736 * international/mule.el (register-char-codings): Make alias for
13737 `ignore'. Move docstring to obsolescence info and remove redundancy.
13738
13739 2004-06-02 Kim F. Storm <storm@cua.dk>
13740
13741 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13742 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13743
13744 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13745
13746 * comint.el (comint-replace-by-expanded-history-before-point):
13747 Obey `start' as the docstring says.
13748 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13749 (comint-update-fence): Prevent font-lock from running unnecessarily.
13750 (comint-dynamic-list-completions): Use with-current-buffer.
13751
13752 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13753
13754 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13755 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13756 (bibtex-entry-update): Handle alternatives and optional fields.
13757 (bibtex-parse-entry): Bugfix, handle empty key.
13758
13759 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13760
13761 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13762
13763 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13764
13765 * desktop.el (desktop-save): Don't save minor modes without a
13766 known mode initialization function.
13767
13768 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13769
13770 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13771
13772 * autorevert.el: Update `Commentary' section.
13773
13774 2004-05-30 Juanma Barranquero <lektu@terra.es>
13775
13776 * dos-fns.el (convert-standard-filename):
13777 * files.el (convert-standard-filename):
13778 * w32-fns.el (convert-standard-filename):
13779 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13780
13781 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13782
13783 Sync with Tramp.
13784
13785 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13786 (tramp-let-maybe): Move to an earlier spot in the file.
13787 Patch by Andreas Schwab.
13788
13789 2004-05-30 Andreas Schwab <schwab@suse.de>
13790
13791 * dired.el (dired-get-filename): Don't use dired-re-dot.
13792
13793 2004-05-30 Richard M. Stallman <rms@gnu.org>
13794
13795 * files.el (find-file): Doc fix.
13796
13797 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13798
13799 2004-05-30 Nick Roberts <nickrob@gnu.org>
13800
13801 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13802 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13803 modeline of the locals buffer.
13804 (gdb-goto-breakpoint): Handle gdbmi.
13805 (gdb-get-frame-number): Change for gdbmi.
13806
13807 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13808
13809 * files.el (file-remote-p): Apply file name handler for operation
13810 `file-remote-p'. It isn' a property any longer.
13811 (file-relative-name): `fh' and `fd' get the required value via
13812 `find-file-name-handler' already.
13813
13814 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13815 (top): Remove setting of `file-remote-p' property for
13816 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13817
13818 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13819
13820 Version 2.0.41 of Tramp released.
13821
13822 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13823 Throw away if process has died.
13824 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13825 (tramp-out-of-band-prompt-regexp): Rename to
13826 `tramp-process-alive-regexp', because its usage is widen.
13827 (tramp-actions-copy-out-of-band): Apply it.
13828 (tramp-actions-before-shell, tramp-multi-actions):
13829 Add `tramp-action-process-alive' action.
13830 (tramp-action-process-alive): New defun.
13831 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13832 Add entry for `file-remote-p'.
13833 (tramp-handle-file-remote-p): New defun.
13834 (top): Remove setting of `file-remote-p'. Don't set
13835 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13836
13837 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13838 `file-remote-p'.
13839
13840 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13841 counted for (last) line. [They should or they shouldn't? --Stef]
13842 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13843
13844 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13845
13846 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13847 not really necessary but seems to keep the shell history smaller
13848 in some cases. It is no substitute for setting HISTFILE and
13849 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13850 though. Suggested by Luc Teirlinck.
13851 (tramp-open-connection-setup-interactive-shell): Export variables
13852 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13853 (tramp-set-process-query-on-exit-flag): New compat function.
13854 (tramp-open-connection-multi, tramp-open-connection-su)
13855 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13856 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13857 (tramp-let-maybe): New macro, let-binds a variable only if it
13858 isn't obsolete.
13859 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13860 (tramp-handle-file-truename): Use it.
13861 (tramp-completion-file-name-regexp-unified): Avoid matching
13862 filenames starting with "/:" -- those are reserved for
13863 file-name-non-special.
13864
13865 * tramp-smb.el (tramp-smb-open-connection):
13866 Use tramp-set-process-query-on-exit-flag compat function.
13867
13868 2004-05-29 Richard M. Stallman <rms@gnu.org>
13869
13870 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13871
13872 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13873 (eval-last-sexp-print-value): Print char equivalent regardless
13874 of standard-output value.
13875
13876 * thumbs.el (thumbs-subst-char-in-string): Delete.
13877 (thumbs-thumbname): Use subst-char-in-string.
13878 (thumbs-resize-image): Use condition-case, not ignore-errors.
13879 (thumbs-kill-buffer): Likewise.
13880
13881 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13882 (thumbs-mode): Make buffer read-only.
13883 (thumbs-make-thumb): Unconditionally accept an existing file.
13884 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13885 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13886 (thumbs-show-thumbs-list): Error if images not supported.
13887 (thumbs-save-current-image): Improve prompt string.
13888 (thumbs-mode-map): Define u, R, x.
13889 (thumbs-unmark): New command.
13890 (thumbs-emboss-image): Minor cleanup.
13891 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13892 (thumbs-rename-images): New command.
13893 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13894
13895 * thumbs.el (thumbs-current-image): New function.
13896 (thumbs-file-list, thumbs-file-alist): New functions.
13897 (thumbs-find-image): Delete arg L.
13898 Don't set up thumbs-fileL as buffer-local global var.
13899 (thumbs-find-image-at-point): Use thumbs-current-image.
13900 (thumbs-set-image-at-point-to-root-window): Likewise.
13901 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13902 Record and warn about errors. Update thumbs-markedL for deletions.
13903 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13904 (thumbs-redraw-buffer): Use thumbs-file-list.
13905 (thumbs-mark): Use thumbs-current-image.
13906 (thumbs-show-name): Use thumbs-current-image.
13907
13908 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13909 and imenu--last-menubar-index-alist.
13910
13911 * subr.el (with-selected-window): Undo previous change.
13912
13913 2004-05-29 John Paul Wallington <jpw@gnu.org>
13914
13915 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13916 (thumbs-mouse-find-image): New command.
13917 (thumbs-mode-map): Bind it to mouse-2.
13918 (thumbs-mode): Make mode-class special.
13919 (thumbs-view-image-mode): Likewise.
13920
13921 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13922
13923 * flymake.el: New file.
13924
13925 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13926
13927 * files.el (find-file-noselect-1): Do not bind
13928 `inhibit-read-only' to t during execution of
13929 `find-file-not-found-functions'.
13930
13931 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13932
13933 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13934 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13935
13936 2004-05-28 Juri Linkov <juri@jurta.org>
13937
13938 * simple.el (eval-expression-print-format): New fun.
13939
13940 * simple.el (eval-expression):
13941 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13942 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13943 (edebug-eval-expression): Print additionally the value returned by
13944 `eval-expression-print-format'.
13945
13946 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13947 (insert-pair): Make arguments optional. Find character pair
13948 from `insert-pair-alist' according to the last input event.
13949 (insert-parentheses): Make arguments optional.
13950 (raise-sexp, delete-pair): New funs.
13951
13952 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13953 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13954 Bind C-M-q to `indent-pp-sexp'.
13955
13956 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13957 `pp-to-string' modified to be able to format text with newlines.
13958 (pp-to-string): Move the buffer-formatting part of the code to
13959 `pp-buffer'. Call `pp-buffer'.
13960
13961 * info.el (Info-desktop-buffer-misc-data): Don't save information
13962 about virtual files.
13963 (Info-restore-desktop-buffer): Restore Info buffers in prepared
13964 buffers with names obtained from the desktop file instead of the
13965 default *info* buffer.
13966
13967 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13968
13969 * subr.el (with-selected-window): Only save/restore the selected window.
13970
13971 * progmodes/compile.el (compilation-error-regexp-alist):
13972 Use expand-file-name and data-directory.
13973
13974 * progmodes/grep.el (grep-tree): Rework previous fix.
13975
13976 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13977 after the user marked text with the mouse.
13978
13979 * startup.el (command-line): Keep the first regexp of
13980 auto-save-file-name-transforms intact.
13981
13982 2004-05-28 Juanma Barranquero <lektu@terra.es>
13983
13984 * cus-edit.el (customize-face, customize-face-other-window)
13985 (custom-face-edit-delete): Make arguments match their use in
13986 docstring.
13987 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13988 docstring.
13989
13990 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13991 not `cvs-butlast'.
13992
13993 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
13994 `nbutlast' are in subr.el).
13995
13996 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
13997 (set-w32-system-coding-system): Doc fixes.
13998
13999 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14000 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14001 Make arguments match their use in docstring.
14002 (artist-draw-region-trim-line-endings)
14003 (artist-mouse-choose-operation): Fix typo in docstring.
14004 (artist-key-set-point-common): Doc fix.
14005
14006 2004-05-28 Simon Josefsson <jas@extundo.com>
14007
14008 * mail/smtpmail.el (smtpmail-open-stream):
14009 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14010
14011 2004-05-26 Simon Josefsson <jas@extundo.com>
14012
14013 * starttls.el: Merge with my GNUTLS based starttls.el.
14014 (starttls-gnutls-program, starttls-use-gnutls)
14015 (starttls-extra-arguments, starttls-process-connection-type)
14016 (starttls-connect, starttls-failure, starttls-success): New variables.
14017 (starttls-program, starttls-extra-args): Doc fix.
14018 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14019 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14020 and pass on to corresponding *-gnutls function if it is set.
14021
14022 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14023
14024 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14025 remote files.
14026
14027 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14028
14029 * files.el (file-name-non-special): There are more operations
14030 which need handling: `find-backup-file-name',
14031 `insert-file-contents', `verify-visited-file-modtime',
14032 `write-region'. Rename t value of method to `add'. Add new
14033 methods `quote' and `unquote-then-quote' to file-arg-indices.
14034
14035 2004-05-25 Juri Linkov <juri@jurta.org>
14036
14037 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14038 (Info-index-nodes): Enclose code in condition-case to catch errors.
14039 (Info-index-node): Don't search all index nodes if request is only
14040 for the current node and file is not in the cache of index nodes.
14041 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14042 for consistency with dired-copy-filename-as-kill.
14043 Bind `S' to Info-search-case-sensitively.
14044 (Info-copy-current-node-name): New arg. With zero prefix arg put
14045 the name inside a function call to `info'. Display copied text in
14046 the echo area.
14047
14048 2004-05-25 Sam Steingold <sds@gnu.org>
14049
14050 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14051 strip the package prefix from the symbol name, if any.
14052 Make it the `find-tag-default-function' for `lisp-mode'.
14053
14054 2004-05-25 John Paul Wallington <jpw@gnu.org>
14055
14056 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14057 instead of obsolete `process-kill-without-query'.
14058
14059 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14060 Declare as variable, not constant.
14061
14062 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14063
14064 * files.el (find-file-noselect-1): Fix bug introduced by
14065 Revision 1.694. As a side effect, `inhibit-read-only'
14066 is again, by default, t during execution of
14067 `find-file-not-found-functions'.
14068 (insert-directory): Check that lines were really inserted by
14069 the --dired switch, before erasing them.
14070
14071 2004-05-24 Nick Roberts <nickrob@gnu.org>
14072
14073 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14074 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14075 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14076 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14077 gud-minor-mode (gdbmi).
14078
14079 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14080
14081 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14082 explicitly select the text to be taken as URL.
14083
14084 2004-05-23 Juri Linkov <juri@jurta.org>
14085
14086 * info.el (Info-index-nodes): New var and fun.
14087 (Info-goto-index, Info-index, info-apropos)
14088 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14089 (Info-index): Fix docstring. Store and restore Info-history-list.
14090 (Info-complete-nodes): New var.
14091 (Info-complete-menu-item): Use it.
14092 (Info-index-node): New fun.
14093 (Info-final-node, Info-forward-node, Info-backward-node)
14094 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14095 Use Info-index-node.
14096 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14097 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14098 (Info-find-node-2): If a node with period in its name not found,
14099 try to find a node without the name part after period.
14100 (Info-select-node): Call Info-fontify-node only if
14101 Info-fontify-maximum-menu-size is not nil.
14102 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14103 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14104 Preserve Info-history-list.
14105 (Info-toc): Set Info-current-file.
14106 (Info-build-toc): Move point to the beginning of the buffer.
14107 Add main-file variable.
14108 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14109 Use backslashed representation of the control character ^_.
14110
14111 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14112 numbers in the new Texinfo 4.7 format.
14113
14114 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14115 regexps for function and variable names.
14116
14117 * descr-text.el (describe-property-list): Add [show] button for
14118 `syntax-table' property with action to pp to a separate buffer.
14119 (describe-char): Replace search-forward by re-search-forward with
14120 whitespace regexp after "character:" to not fail in too narrow windows.
14121
14122 * simple.el (next-error-find-buffer): Add a rule to return
14123 next-error capable buffer if one window on the selected frame
14124 displays such buffer.
14125
14126 2004-05-23 Nick Roberts <nickrob@gnu.org>
14127
14128 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14129 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14130 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14131 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14132 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14133 Handle new value for gud-minor-mode (gdbmi).
14134 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14135 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14136 Change from local to global gdb variable set.
14137 (gdb-ann3): Initialise above gdb variable set.
14138 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14139 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14140 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14141 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14142 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14143 (gdb-info-locals-handler, gdb-invalidate-assembler)
14144 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14145 set as global variables.
14146 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14147 Handle gdbmi.
14148 (gdb-info-breakpoints-custom): Fix regexp.
14149 (def-gdb-var): Delete.
14150
14151 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14152 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14153 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14154 a new mode. The file (gdb-mi.el) for this mode will be included
14155 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14156 primary interface.
14157
14158 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14159
14160 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14161 interpreted as a directory.
14162
14163 2004-05-22 Richard M. Stallman <rms@gnu.org>
14164
14165 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14166 as a close quote.
14167
14168 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14169
14170 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14171 Use assoc-string, not assoc-ignore-case.
14172
14173 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14174
14175 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14176 If moving back then fwd gets a defun that ends before point,
14177 try again moving fwd then back.
14178
14179 * files.el (file-name-non-special): Allow t in file-arg-indices
14180 to mean requote the return value. Use `identity' as an element
14181 rather than as the whole value.
14182
14183 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14184
14185 2004-05-22 Juanma Barranquero <lektu@terra.es>
14186
14187 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14188 `help-make-usage'.
14189 (help-highlight-arguments): Skip function name before searching
14190 for arguments.
14191
14192 2004-05-21 Juanma Barranquero <lektu@terra.es>
14193
14194 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14195 Don't mention in the docstring these arguments meant for
14196 internal (recursive) use only.
14197 (allout-char-spec): Comment out (it's not implemented).
14198 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14199 obsolescence declaration.
14200 (allout-flatten-exposed-to-buffer)
14201 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14202 (my-mark-marker): Doc fix.
14203 (produce-allout-mode-map, allout-sibling-index)
14204 (allout-isearch-expose, allout-distinctive-bullet)
14205 (allout-open-topic, allout-reindent-body)
14206 (allout-rebullet-heading, allout-process-exposed)
14207 (allout-insert-listified, allout-latex-verb-quote)
14208 (allout-insert-latex-header, allout-insert-latex-trailer):
14209 Make arguments match their use in docstring.
14210 (allout-primary-bullet, allout-old-style-prefixes)
14211 (allout-inhibit-protection, allout-init, allout-mode)
14212 (allout-before-change-protect, allout-flag-region):
14213 Use "Emacs" instead of "emacs" in docstrings.
14214
14215 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14216
14217 * international/characters.el: Modify syntax of more characters.
14218
14219 2004-05-21 Masatake YAMATO <jet@gyve.org>
14220
14221 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14222 (etags-tags-completion-table): Show parsing progress.
14223
14224 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14225
14226 * locate.el (locate-prompt-for-command): Shorten first line of
14227 docstring.
14228 (locate-mode): Expand docstring and include keymap summary.
14229
14230 * files.el (find-file-noselect-1): Limit the scope of the
14231 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14232 is, by default, nil during the execution of
14233 `find-file-not-found-functions' and `find-file-hook'.
14234
14235 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14236
14237 * facemenu.el (facemenu-color-name-equal): New function.
14238 (list-colors-display): Use it to compare colors instead of
14239 facemenu-color-equal.
14240
14241 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14242
14243 * compare-w.el (compare-windows-face): Use min-colors instead of
14244 checking for tty or pc types.
14245
14246 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14247
14248 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14249 (completion-setup-function): Use with-current-buffer.
14250 Properly save excursion. Simplify.
14251 Don't assume there is necessarily a `mouse-face' property somewhere.
14252
14253 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14254
14255 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14256
14257 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14258 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14259 Use with-current-buffer.
14260 (byte-goto-log-buffer): Delete.
14261 (byte-compile-log-file): Call compilation-forget-errors.
14262
14263 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14264
14265 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14266 output messages into the search result.
14267
14268 2004-05-19 Masatake YAMATO <jet@gyve.org>
14269
14270 * wid-edit.el (widget-radio-button-notify): Revert my last
14271 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14272
14273 2004-05-19 Kenichi Handa <handa@m17n.org>
14274
14275 * international/characters.el: Fix syntax (open/close) of CJK chars.
14276
14277 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14278
14279 * help-mode.el (help-go-back): Don't depend on position of back button.
14280
14281 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14282
14283 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14284 files files don't contain an accidental additional /.
14285
14286 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14287 in source buffer.
14288
14289 2004-05-18 Masatake YAMATO <jet@gyve.org>
14290
14291 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14292 to widget-apply. :action method assumes 2 arguments, not 3.
14293
14294 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14295
14296 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14297 New constants.
14298 (hs-special-modes-alist): Add an f90-mode entry.
14299
14300 2004-05-17 Sam Steingold <sds@gnu.org>
14301
14302 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14303 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14304
14305 2004-05-16 Kim F. Storm <storm@cua.dk>
14306
14307 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14308
14309 2004-05-15 John Wiegley <johnw@newartisans.com>
14310
14311 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14312 (eshell-output-object-to-target): Improve output speed 20% by not
14313 calling `eshell-stringify' if something is already known to be a string.
14314
14315 2004-05-15 Alex Ott <ott@jet.msk.su>
14316
14317 * textmodes/ispell.el (ispell-local-dictionary-alist):
14318 Add windows-1251 to the choice of coding systems.
14319 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14320 encoded in cp1251.
14321
14322 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14323
14324 * progmodes/compile.el (compilation-warning-face)
14325 (compilation-info-face): Use min-colors.
14326
14327 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14328
14329 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14330 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14331 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14332 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14333 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14334 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14335 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14336 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14337 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14338 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14339 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14340 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14341 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14342 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14343
14344 2004-05-15 Kim F. Storm <storm@cua.dk>
14345
14346 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14347 Use it to set triggered-p element of timer.
14348 (timer-event-handler): Set triggered-p element non-nil while running
14349 the timer function.
14350
14351 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14352
14353 * descr-text.el (describe-char-unicode-data)
14354 (describe-char-unicodedata-file): Re-enable the unicode code now that
14355 the licensing issues have been cleared in the unicode-4 license.
14356 (describe-text-properties-1): Remove unused `overlay' var.
14357 (describe-char): Remove unused var `buffer'.
14358
14359 2004-05-14 David Ponce <david@dponce.com>
14360
14361 * tree-widget.el: New file.
14362
14363 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14364
14365 * language/european.el ("Brazilian Portuguese"): Add support for
14366 Brazilian Portuguese.
14367
14368 2004-05-13 John Wiegley <johnw@newartisans.com>
14369
14370 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14371 `recentf-mode' if this variable has been customized to t.
14372
14373 * eshell/esh-test.el (eshell-test): Call the function
14374 `emacs-version' rather than trying to build a custom version string.
14375
14376 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14377
14378 * net/telnet.el (telnet-mode): Use define-derived-mode.
14379 Don't modify the global value of comint-prompt-regexp.
14380
14381 2004-05-13 John Paul Wallington <jpw@gnu.org>
14382
14383 * version.el (emacs-version): Check for `gtk' feature before
14384 `x-toolkit' feature.
14385
14386 2004-05-13 Juanma Barranquero <lektu@terra.es>
14387
14388 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14389 arguments in the docstring, they're used only in recursive calls.
14390
14391 * help-fns.el (help-arg-highlighting-function)
14392 (help-argument-name): Delete.
14393 (help-default-arg-highlight): New function.
14394 (help-do-arg-highlighting): Use it.
14395
14396 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14397
14398 * calendar/appt.el (appt-disp-window):
14399 Use `calendar-set-mode-line' for a centered mode-line.
14400
14401 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14402
14403 * calendar/appt.el (appt-disp-window): Do not split window
14404 excessively when `split-height-threshold' is low.
14405
14406 2004-05-12 Nick Roberts <nickrob@gnu.org>
14407
14408 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14409 kill-buffer-hook here and make it local.
14410 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14411
14412 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14413
14414 * progmodes/compile.el (compilation-set-window-height):
14415 Use save-excursion to protect against misplaced marker.
14416
14417 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14418
14419 * custom.el (defface): Document that type can have value gtk.
14420
14421 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14422
14423 2004-05-12 Kenichi Handa <handa@m17n.org>
14424
14425 * descr-text.el: Require quail at comile time.
14426 (describe-char): If an input method is on and it supports the
14427 character, show how to input it.
14428
14429 * international/quail.el (quail-install-decode-map): Accept a
14430 char-table whose subtype is `quail-decode-map'.
14431 (quail-store-decode-map-key, quail-gen-decode-map1)
14432 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14433 (quail-show-key): New functions.
14434
14435 2004-05-12 Juanma Barranquero <lektu@terra.es>
14436
14437 * generic.el (define-generic-mode): Remove redundant arglist info.
14438
14439 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14440 Make arguments match their use in docstring.
14441 (help-arg-highlighting-function): New variable.
14442 (help-argument-name): Mention it in the docstring.
14443 (help-do-arg-highlight): Use it. Expand regexp to accept also
14444 ARG-xxx and xxx-ARG references.
14445
14446 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14447
14448 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14449 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14450 and "mailto:addr1?to=addr2" equal.
14451
14452 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14453
14454 * man.el (Man-getpage-in-background): Use shell-file-name
14455 and shell-command-switch variables instead of hard-coded values.
14456
14457 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14458
14459 * iimage.el: New file.
14460
14461 2004-05-11 Juanma Barranquero <lektu@terra.es>
14462
14463 * custom.el (custom-initialize-default, defcustom):
14464 Fix typo in docstring.
14465
14466 * files.el (set-visited-file-name, file-expand-wildcards):
14467 Fix docstring.
14468
14469 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14470
14471 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14472
14473 * subr.el (eventp): Be more discriminating with integers.
14474
14475 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14476
14477 * progmodes/compile.el (compile): Add universal prefix arg.
14478 (compilation-error-regexp-alist-alist): Add edg patterns.
14479
14480 2004-05-10 Sam Steingold <sds@gnu.org>
14481
14482 * textmodes/ispell.el (ispell-message):
14483 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14484
14485 2004-05-10 Dave Love <fx@gnu.org>
14486
14487 * progmodes/python.el (help-buffer): Autoload when compiling.
14488 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14489 (run-python): Prepend to any existing PYTHONPATH.
14490
14491 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14492
14493 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14494 for pending breakpoints.
14495
14496 2004-05-10 Richard M. Stallman <rms@gnu.org>
14497
14498 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14499 directly without calling any functions in Rmail.
14500 (unrmail-unprune): Function deleted.
14501
14502 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14503
14504 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14505 C-c C-z binding.
14506
14507 2004-05-10 Kenichi Handa <handa@m17n.org>
14508
14509 * descr-text.el (describe-char): Fix previous change. Don't make
14510 a unibyte character to multibyte in the *Help* buffer.
14511
14512 2004-05-10 Miles Bader <miles@gnu.org>
14513
14514 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14515 buffer an error if the debugger process is actually running.
14516
14517 2004-05-10 Juanma Barranquero <lektu@terra.es>
14518
14519 * help-fns.el (help-argument-name): Default to italic.
14520 (help-highlight-arguments): Return always (usage . doc), even when
14521 usage is nil.
14522
14523 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14524 (define-ibuffer-filter): Add usage info.
14525 (define-ibuffer-op): Add usage info (but CL-style defaults for
14526 keyword args are not shown).
14527
14528 * subr.el (remove-overlays, read-passwd): Fix docstring.
14529 (start-process-shell-command): Fix docstring. Put usage info in a
14530 format usable by `describe-function'.
14531 (open-network-stream, open-network-stream-nowait)
14532 (open-network-stream-server): Fix docstring.
14533
14534 2004-05-09 Jason Rumney <jasonr@gnu.org>
14535
14536 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14537 Only define cp125* if windows-125* is already defined.
14538
14539 * language/korean.el (cp949): Add alias.
14540
14541 * language/chinese.el (cp936, cp950): Add aliases.
14542
14543 * language/japanese.el (cp932): Add alias.
14544
14545 * term/w32-win.el: Require code-pages.
14546
14547 * international/mule-cmds.el (set-locale-environment):
14548 On MS-Windows use ansi code-page for default coding-systems.
14549 Set up paper sizes for Windows 3 letter languages.
14550
14551 * international/code-pages.el (cp932, cp936, cp949, cp950):
14552 Add aliases. Also add cp125* if not already defined.
14553
14554 2004-05-09 Juanma Barranquero <lektu@terra.es>
14555
14556 * help-fns.el (help-highlight-arguments): Don't try to highlight
14557 missing or autoloaded arglists. Accept structured arguments, like
14558 the first ones of `do' and `flet'.
14559
14560 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14561 (cvs-get-marked): Remove redundant arglist info.
14562
14563 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14564 Don't use CL-style default args.
14565
14566 2004-05-08 Andreas Schwab <schwab@suse.de>
14567
14568 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14569
14570 * international/subst-ksc.el: Fix references to utf-translate-cjk
14571 into utf-translate-cjk-mode.
14572 * international/subst-big5.el: Likewise.
14573 * international/subst-gb2312.el: Likewise.
14574 * international/subst-jis.el: Likewise.
14575 * international/utf-16.el: Likewise.
14576 * international/utf-8.el: Likewise.
14577
14578 2004-05-08 John Wiegley <johnw@newartisans.com>
14579
14580 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14581 "virtual buffers" (off by default), which makes it possible to
14582 switch to the "virtual" buffers of recently visited files. When a
14583 buffer name search fails, and this option is on, iswitchb will
14584 look at the list of recently visited files, and permit matching
14585 against those names. When the user hits RET on a match, it will
14586 revisit that file.
14587 (iswitchb-read-buffer): Add two optional arguments, which makes
14588 isearchb.el possible.
14589 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14590 (iswitchb-next-match): Add support for virtual buffers.
14591
14592 * isearchb.el: This module extends iswitchb to provide "as you
14593 type" buffer selection.
14594
14595 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14596 Ignore the read-only property when flyspell highlighting is on.
14597 Not ignoring it leads to a series of confusing errors.
14598 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14599 but also make sure to call flyspell-incorrect-hook.
14600 (flyspell-maybe-correct-transposition): Perform transposition test
14601 by bit twiddling a string, rather than using a temp buffer.
14602 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14603 buffer. This is also the original version of the code, which
14604 could not be checked in before due to a previous lack of
14605 assignment papers. This version has seen heavy usage on my system
14606 for several years now.
14607
14608 * calendar/cal-bahai.el: New file, which adds support for the
14609 Baha'i calendar to Emacs. This calendar is based on a solar year
14610 of 19 months of 19 days, with 4 intercalary days. Each year
14611 begins on March 21, with the calendar starting in 1844.
14612
14613 * calendar/cal-menu.el, calendar/calendar.el
14614 * calendar/diary-lib.el, calendar/holidays.el:
14615 Added support for using cal-bahai.el.
14616
14617 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14618 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14619 function can be used outside of eshell buffers.
14620 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14621
14622 2004-05-08 Juanma Barranquero <lektu@terra.es>
14623
14624 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14625 word constituent so FOO-ARG is not recognized as an arg.
14626 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14627
14628 * simple.el (next-error): Fix typo in docstring.
14629 (open-line): Make argument names match their use in docstring.
14630 (split-line): Fix docstring.
14631
14632 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14633 usable by `describe-function'.
14634 (gensym, gentemp, typep, ignore-errors): Make argument names match
14635 their use in docstring.
14636
14637 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14638 argument to `help-setup-xref'.
14639
14640 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14641
14642 Version 2.0.40 of Tramp released.
14643
14644 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14645 Use symbol-function to invoke functions only known on some Emacs
14646 flavors. This avoids byte-compiler warnings. Reported by Kevin
14647 Scaldeferri <kevin@scaldeferri.com>.
14648 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14649 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14650 consistent with the other tramp-do-* functions.
14651 (tramp-do-copy-or-rename-file): Calls adjusted.
14652 (tramp-process-initial-commands): Avoid liveness check on shell --
14653 we know that it must be alive since we're opening a connection at
14654 this moment.
14655 (tramp-last-cmd): New internal variable.
14656 (tramp-process-echoes): New tunable.
14657 (tramp-send-command): Set tramp-last-cmd.
14658 (tramp-wait-for-output): Delete echo, if applicable.
14659 (tramp-read-passwd): Construct the key for the password cache in a
14660 way that works for multi methods, too.
14661 (tramp-bug): Add backup-directory-alist and
14662 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14663
14664 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14665
14666 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14667
14668 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14669 (tramp-actions-copy-out-of-band): New defcustoms.
14670 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14671 used instead of a synchronous one. Allows password entering.
14672 (tramp-action-out-of-band): New defun.
14673 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14674 Remove restriction with password from doc string.
14675 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14676 `tramp-out-of-band-prompt-regexp',
14677 `tramp-actions-copy-out-of-band', `password-cache' and
14678 `password-cache-expiry'.
14679 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14680 password caching.
14681 (tramp-touch): FILE can be a local file, too.
14682 (TODO): Remove items done.
14683 (tramp-handle-insert-directory): Properly quote file name also if
14684 not full-directory-p. Handle wildcard case. Reported by Andreas
14685 Schwab <schwab@suse.de>.
14686 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14687 new file.
14688 (tramp-handle-file-local-copy, tramp-handle-write-region):
14689 The permissions of the temporary file are set if filename exists.
14690 Reported by Ted Stern <stern@cray.com>.
14691 (tramp-backup-directory-alist)
14692 (tramp-bkup-backup-directory-info): New defcustoms.
14693 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14694 (tramp-handle-find-backup-file-name): New function.
14695 Implements Tramp's find-backup-file-name.
14696
14697 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14698 for `find-backup-file-name'.
14699
14700 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14701 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14702
14703 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14704
14705 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14706
14707 2004-05-07 Juanma Barranquero <lektu@terra.es>
14708
14709 * subr.el (lambda): Add arglist description to docstring.
14710 (declare): Fix typo in docstring.
14711 (open-network-stream): Fix docstring.
14712 (process-kill-without-query): Fix docstring and add obsolescence info.
14713 (last, butlast, nbutlast): Make arguments match their use in docstring.
14714 (insert-buffer-substring-no-properties): Likewise.
14715 (insert-buffer-substring-as-yank): Likewise.
14716 (split-string): Fix docstring.
14717
14718 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14719 Make argument names match their use in docstring.
14720
14721 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14722
14723 2004-05-06 Nick Roberts <nickrob@gnu.org>
14724
14725 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14726 Fit first sentence on one line for apropos-command.
14727
14728 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14729
14730 Changes largely merged in from Dave Love's code.
14731 * progmodes/python.el: Doc fixes.
14732 (python-mode-map): Add python-complete-symbol.
14733 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14734 (python-comment-indent, python-complete-symbol)
14735 (python-symbol-completions, python-partial-symbol)
14736 (python-try-complete): New.
14737 (python-indent-line): Remove optional arg. Use python-block-end-p.
14738 (python-check): Bind compilation-error-regexp-alist.
14739 (inferior-python-mode): Use rx. Move keybindings to top level.
14740 Set comint-input-filter.
14741 (python-preoutput-filter): Use rx.
14742 (python-input-filter): Re-introduce.
14743 (python-proc): Start new process if necessary.
14744 Check python-buffer non-nil.
14745 (view-return-to-alist): Defvar.
14746 (python-send-receive): New.
14747 (python-eldoc-function): Use it.
14748 (python-mode-running): Don't defvar.
14749 (python-mode): Set comment-indent-function.
14750 Maybe update hippie-expand-try-functions-list.
14751 (python-indentation-levels): Initialize differently.
14752 (python-block-end-p): New.
14753 (python-indent-line): Use it.
14754 (python-compilation-regexp-alist): Augment.
14755 (run-python): Import `emacs' module to Python rather than loading
14756 code directly. Set python-buffer differently.
14757 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14758 Use python-proc.
14759 (python-send-command): Go to end of comint buffer.
14760 (python-load-file): Use python-proc, emacs.eimport.
14761 (python-describe-symbol): Simplify interactive form.
14762 Use emacs.help. Do use temp-buffer-show-hook.
14763 Call print-help-return-message.
14764 (hippie-exp): Require when compiling.
14765 (python-preoutput-continuation): Use rx.
14766
14767 * diff-mode.el (diff-make-unified): Fix regexp.
14768
14769 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14770
14771 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14772 filter groups from the buffer when rebuilding the Ibuffer buffer
14773 and `ibuffer-show-empty-filter-groups' is nil.
14774
14775 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14776
14777 * ps-print.el (ps-print-quote): Call ps-value-string.
14778 (ps-setup): Call ps-comment-string.
14779 (ps-value-string, ps-comment-string): New funs.
14780
14781 2004-05-06 Juanma Barranquero <lektu@terra.es>
14782
14783 * ehelp.el (electric-help-command-loop): Check whether the last
14784 character is visible, not (point-max).
14785
14786 * help-fns.el (help-argument-name): Default to bold; don't inherit
14787 from font-lock-variable-name-face.
14788 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14789
14790 2004-05-05 Kenichi Handa <handa@m17n.org>
14791
14792 * descr-text.el (describe-char): Copy the character with text
14793 properties and overlays into the first line, and call
14794 describe-text-properties on it.
14795
14796 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14797
14798 * iswitchb.el (iswitchb-global-map): Fix typo.
14799 Remove unwanted ###autoloads from source file.
14800
14801 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14802
14803 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14804 in run-hooks. Use substitute-command-keys in message.
14805 (wdired-abort-changes): Add message.
14806
14807 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14808
14809 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14810 (sql-emacs20-p): Remove.
14811 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14812 (sql-builtin-face, sql-doc-face): Remove.
14813 (sql-mode-ansi-font-lock-keywords)
14814 (sql-mode-oracle-font-lock-keywords)
14815 (sql-mode-postgres-font-lock-keywords)
14816 (sql-mode-linter-font-lock-keywords)
14817 (sql-mode-ms-font-lock-keywords)
14818 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14819 (sql-product-font-lock): Fix font-lock reset when font rules change.
14820 (sql-highlight-product): Remove incorrect font-lock reset logic.
14821
14822 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14823
14824 * ses.el (ses-set-parameter): Fix typo.
14825
14826 2004-05-04 Kim F. Storm <storm@cua.dk>
14827
14828 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14829 Must expand directory for completion to work; and don't mess with
14830 process-environment.
14831 (ido-read-file-name): If command has ido property, don't use ido
14832 if value is ignore, or read as directory if value is dir.
14833 Set ido ignore property for dired-do-rename command.
14834
14835 2004-05-04 Juanma Barranquero <lektu@terra.es>
14836
14837 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14838 (electric-help-help): Check against unmapped commands.
14839
14840 * help-fns.el (help-argument-name): New face, inheriting from
14841 font-lock-variable-name-face, to highlight function arguments in
14842 `describe-function' and `describe-key'.
14843 (help-do-arg-highlight): Auxiliary function to highlight a given
14844 list of arguments in a string.
14845 (help-highlight-arguments): Highlight the function arguments and
14846 all uses of them in the docstring.
14847 (describe-function-1): Use it. Do docstring output via `insert',
14848 not 'princ', so text attributes are preserved.
14849
14850 * winner.el (winner-mode-map): Move `winner-undo' and
14851 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14852 previous bindings conflict with `prev-buffer', `next-buffer').
14853
14854 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14855
14856 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14857 (bibtex-entry-update): New command bound to C-c C-u.
14858 (bibtex-text-in-string): Fix regexp.
14859 (bibtex-assoc-of-regexp): Remove.
14860 (bibtex-progress-message): Fix docstring.
14861 (bibtex-inside-field): Use if.
14862 (bibtex-assoc-regexp): New function.
14863 (bibtex-format-entry): Make code more robust so that it formats
14864 also old entries.
14865 (bibtex-autokey-demangle-title): Merge with obsolete function
14866 bibtex-assoc-of-regexp.
14867 (bibtex-field-list): New function.
14868 (bibtex-entry): Use bibtex-field-list.
14869 (bibtex-parse-entry): Fix docstring.
14870 (bibtex-print-help-message): Use bibtex-field-list.
14871 (bibtex-make-field): Use bibtex-field-list.
14872 (bibtex-entry-index): Bugfix. Return crossref key if required.
14873 (bibtex-lessp): Fix docstring.
14874
14875 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14876
14877 * select.el (xselect-convert-to-string): Move comment to intended line.
14878
14879 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14880
14881 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14882 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14883
14884 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14885
14886 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14887 x-get-selection.
14888
14889 2004-05-03 Jason Rumney <jasonr@gnu.org>
14890
14891 * makefile.nt: Remove.
14892
14893 2004-05-03 Kim F. Storm <storm@cua.dk>
14894
14895 * emulation/cua-base.el (cua--update-indications): Fix last change.
14896 (cua-mode): Deactivate mark when cua-mode is enabled.
14897
14898 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14899
14900 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14901
14902 2004-05-03 Nick Roberts <nickrob@gnu.org>
14903
14904 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14905 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14906 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14907 window over visible frames.
14908 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14909
14910 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14911
14912 * progmodes/compile.el (compilation-gcpro): New var.
14913 (compilation-fake-loc): Use it.
14914 (compilation-forget-errors): Reset it.
14915
14916 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14917
14918 * diff-mode.el (diff-header-face, diff-file-header-face):
14919 Use min-colors.
14920
14921 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14922
14923 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14924 (bibtex-clean-entry): Disentangle code.
14925 (bibtex-realign): New function.
14926 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14927 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14928 Remove undocumented optional arg called-by-convert-alien.
14929 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14930 for sorting instead of bibtex-sort-buffer.
14931
14932 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14933
14934 * progmodes/compile.el (compilation-start): In the
14935 no-async-subprocesses branch, call sit-for to give redisplay a
14936 chance to show the updated process status in the mode line, and
14937 fontify the buffer explicitly after the process exits.
14938
14939 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14940
14941 * progmodes/python.el (python-compilation-line-number): Remove.
14942 (python-compilation-regexp-alist): Don't use it any more.
14943 (python-orig-start, python-input-filter): Remove.
14944 (inferior-python-mode): Don't set up comint-input-filter-functions.
14945 (python-send-region): Use compilation-fake-loc.
14946
14947 * progmodes/compile.el (compilation-messages-start): New var.
14948 (compilation-mode): Don't setup next-error-function here.
14949 (compilation-setup): Set it up here instead (for minor modes as well).
14950 Make compilation-messages-start buffer local.
14951 (compilation-next-error-function): Use it.
14952 (compilation-forget-errors): Set compilation-messages-start.
14953
14954 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
14955
14956 * ielm.el (ielm-prompt-read-only): Update docstring.
14957
14958 * comint.el (comint-prompt-read-only): Update docstring.
14959 (comint-update-fence, comint-kill-whole-line)
14960 (comint-kill-region): New functions.
14961
14962 * simple.el (kill-whole-line): Use "p" instead of "P" in
14963 interactive form.
14964
14965 2004-05-01 Juanma Barranquero <lektu@terra.es>
14966
14967 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14968 format arglist so default values in CL-style argument lists are
14969 correctly shown.
14970
14971 2004-05-01 Jason Rumney <jasonr@gnu.org>
14972
14973 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14974
14975 2004-05-01 Kenichi Handa <handa@m17n.org>
14976
14977 * international/titdic-cnv.el (miscdic-convert): Don't generate a
14978 quail file if it is up to date.
14979
14980 2004-04-30 Juri Linkov <juri@jurta.org>
14981
14982 * cus-edit.el (custom-mode-map):
14983 Add key binding `C-x C-s' to `Custom-save'.
14984
14985 * outline.el (outline-blank-line): New var.
14986 (outline-next-preface, outline-show-heading)
14987 (outline-end-of-subtree): Use it.
14988
14989 * dired-aux.el (dired-touch-initial): New fun.
14990 (dired-do-chxxx): Call it for op-symbol `touch'.
14991 (dired-diff): Use `dired-dwim-target-directory'
14992 if current dired buffer has no buffer mark.
14993
14994 * bindings.el (propertized-buffer-identification):
14995 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
14996 Add C-M-arrow keys for consistency.
14997
14998 * files.el (confirm-kill-emacs):
14999 Change group from top-level `emacs' to `convenience'.
15000
15001 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15002 Push mark on the first call of successive command calls.
15003 (insert-pair): New fun created from `insert-parentheses' with
15004 `open' and `close' arguments added. Enclose active regions
15005 in paired characters. Compare adjacent characters syntax with
15006 inserted characters syntax before inserting a space.
15007 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15008
15009 * delsel.el: Don't put `delete-selection' property
15010 on `insert-parentheses' symbol to take advantage of
15011 region handling in `insert-pair' function.
15012 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15013
15014 2004-04-30 Kim F. Storm <storm@cua.dk>
15015
15016 * emulation/cua-base.el: Add support for changing cursor types;
15017 based on patch from Michael Mauger.
15018 (cua-normal-cursor-color, cua-read-only-cursor-color)
15019 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15020 Customization cursor type and/or cursor color.
15021 (cua--update-indications): Handle cursor type changes.
15022 (cua-mode): Update cursor indications if enabled.
15023
15024 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15025
15026 * mouse.el (mouse-drag-copy-region): New defcustom.
15027 (mouse-set-region, mouse-drag-region-1): Use it.
15028
15029 * simple.el (kill-ring-save): If region face background color is
15030 unspecified (if no highlighting), show extent of fully visible
15031 region even if transient-mark-mode is enabled.
15032
15033 * emulation/cua-base.el (cua--standard-movement-commands):
15034 Add cua-scroll-up and cua-scroll-down.
15035 (cua-scroll-up, cua-scroll-down): New commands.
15036 (cua--init-keymaps): Remap scroll-up and scroll-down.
15037
15038 * emulation/cua-rect.el (cua--convert-rectangle-as):
15039 New defmacro.
15040 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15041 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15042 New commands (suggested by Jordan Breeding).
15043
15044 2004-04-30 Juanma Barranquero <lektu@terra.es>
15045
15046 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15047
15048 2004-04-30 Mario Lang <mlang@delysid.org>
15049
15050 * diff.el (diff-switches): Fix typo in docstring.
15051
15052 2004-04-30 Alex Schroeder <alex@gnu.org>
15053
15054 * xml.el (xml-debug-print-internal): Don't add newline and
15055 indentation to text nodes and write empty elements as empty tags
15056 instead of opening and closing tags.
15057 (xml-debug-print): Take optional indent-string argument.
15058 (xml-print): Alias for xml-debug-print.
15059
15060 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15061
15062 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15063 than duplicate call to `line-beginning-position'.
15064
15065 * progmodes/f90.el (f90-get-present-comment-type):
15066 Return whitespace, as well as comment chars, for consistent filling
15067 of comment blocks. Use `match-string-no-properties'.
15068 (f90-break-line): Trim trailing whitespace when filling comments.
15069
15070 2004-04-30 Dave Love <fx@gnu.org>
15071
15072 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15073 (diary-from-outlook-internal, diary-from-outlook)
15074 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15075 New functions to import diary entries from Outlook-format
15076 appointments in mail messages.
15077
15078 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15079
15080 * progmodes/python.el (python-send-command): New fun.
15081 (python-send-region, python-load-file): Use it.
15082
15083 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15084
15085 * help-fns.el (help-C-file-name): Use new subr-name.
15086 Prepend `src/' to the file name.
15087 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15088 (describe-function-1, describe-variable): Only find a C source file
15089 name if DOC is already loaded.
15090
15091 * help-mode.el (help-function-def, help-variable-def):
15092 Use the new find-function-search-for-symbol functionality.
15093 Allow FILE to be `C-source'.
15094
15095 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15096 (find-function-C-source): New fun.
15097 (find-function-search-for-symbol): Use it.
15098
15099 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15100
15101 * progmodes/sql.el (sql-product-alist): Rename variable
15102 `sql-product-support'. Add Postgres login parameters.
15103 (sql-set-product, sql-product-feature): Update with renamed variable.
15104 (sql-connect-postgres): Add username prompt.
15105 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15106 Make patterns less product specific.
15107 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15108 (sql-mode-abbrev-table): Modify initialization.
15109 (sql-builtin-face): Add variable.
15110 (sql-keywords-re): Add macro.
15111 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15112 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15113 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15114 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15115 (sql-mode-linter-font-lock-keywords)
15116 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15117 (sql-mode-sybase-font-lock-keywords)
15118 (sql-mode-informix-font-lock-keywords)
15119 (sql-mode-interbase-font-lock-keywords)
15120 (sql-mode-ingres-font-lock-keywords)
15121 (sql-mode-solid-font-lock-keywords)
15122 (sql-mode-sqlite-font-lock-keywords)
15123 (sql-mode-db2-font-lock-keywords): Default to nil.
15124 (sql-product-font-lock): Always highlight ANSI keywords.
15125 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15126 (sql-send-string): Add function.
15127
15128 2004-04-29 Dave Love <fx@gnu.org>
15129
15130 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15131 (cfengine-end-of-defun): Ensure progress through buffer.
15132
15133 * info-look.el (cfengine-mode): Accept a terminal ().
15134
15135 2004-04-29 Juri Linkov <juri@jurta.org>
15136
15137 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15138 instead of isearch-yank-word-or-char. Add new key bindings for
15139 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15140 (isearch-del-char): New fun.
15141 (isearch-forward, isearch-edit-string): Update docstring.
15142 (isearch-yank-char): Doc fix.
15143 (isearch-other-meta-char): Restore point after scrolling.
15144
15145 * progmodes/compile.el (compilation-context-lines): Add nil option
15146 to disable compilation output window scrolling.
15147 (compilation-set-window): Use it.
15148
15149 * outline.el (outline-next-preface, outline-show-heading):
15150 Don't leave unhidden blank line before heading.
15151 (outline-end-of-subtree): Include last newline into subtree.
15152 (hide-entry): Leave point at beginning of heading instead of end.
15153 (outline-up-heading): Push mark for the first call of successive
15154 command calls.
15155
15156 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15157
15158 * comint.el (comint-prompt-read-only): New variable.
15159 (comint-output-filter): Implement it.
15160
15161 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15162 (ielm-prompt-internal): New variable.
15163 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15164 (ielm-send-input): Delete unused variable `buf'.
15165 (ielm-eval-input): Use `ielm-prompt-internal'.
15166 (inferior-emacs-lisp-mode): Use new variables
15167 `comint-prompt-read-only' and `ielm-prompt-internal'.
15168 Get rid of obsolete variable `directory-sep-char'.
15169 (ielm): Use `zerop'.
15170
15171 2004-04-29 John Paul Wallington <jpw@gnu.org>
15172
15173 * thumbs.el (toplevel): Require cl at compile time.
15174 Remove conditional definitions of `ignore-errors' and `caddar'
15175 because they occur at run time.
15176
15177 2004-04-28 Nick Roberts <nickrob@gnu.org>
15178
15179 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15180 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15181 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15182 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15183
15184 * progmodes/gud.el (gud-common-init): Throw an error if program is
15185 already running under gdb.
15186
15187 2004-04-28 John Paul Wallington <jpw@gnu.org>
15188
15189 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15190 (thumbs-show-image-num): Move assignment of
15191 `thumbs-current-image-filename' within scope of `i'.
15192 (thumbs-emboss-image): Don't use `evenp'.
15193
15194 2004-04-28 Richard M. Stallman <rms@gnu.org>
15195
15196 * progmodes/compile.el (compilation-context-lines): Default now 0.
15197
15198 2004-04-28 Juanma Barranquero <lektu@terra.es>
15199
15200 Use `time-less-p' from calendar/time-date.el instead of defining
15201 custom versions of it.
15202
15203 * pcomplete.el (pcomplete-time-less-p): Remove.
15204
15205 * thumbs.el (time-less-p): Remove.
15206
15207 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15208 (timeclock-generate-report): Use `time-less-p'.
15209
15210 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15211 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15212
15213 2004-04-28 Masatake YAMATO <jet@gyve.org>
15214
15215 * subr.el (remove-overlays): Make arguments optional.
15216
15217 * wid-edit.el (widget-specify-button): Put evaporate to the
15218 overlay for sample.
15219 (widget-specify-sample): Put evaporate to the overlay for sample.
15220 (widget-specify-doc): Put evaporate to the overlay for documentation.
15221
15222 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15223
15224 * info.el (info-apropos): Make it an index node. Align node names
15225 like makeinfo.
15226
15227 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15228
15229 * net/browse-url.el (browse-url-netscape-sentinel)
15230 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15231 (browse-url-epiphany-sentinel, browse-url-mosaic):
15232 Use browse-url-*-program instead of a literal program name.
15233
15234 2004-04-27 Kevin Ryde <user42@zip.com.au>
15235
15236 * eshell/em-alias.el:
15237 * eshell/em-dirs.el:
15238 * eshell/em-hist.el:
15239 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15240 features when M-x customize-group loads modules before the main
15241 eshell.el.
15242
15243 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15244
15245 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15246 either a character representation of an event or an event
15247 description list.
15248
15249 * type-break.el: Capitalise Emacs and Lisp.
15250 (type-break-good-break-interval, type-break-demo-boring-stats)
15251 (type-break-terse-messages, type-break-file-name): New defcustoms.
15252 (type-break-post-command-hook)
15253 (type-break-warning-countdown-string): Quote variable names in doc.
15254 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15255 (type-break-mode): Document type-break-good-break-interval and the
15256 "session" file. Schedule break according to the session file.
15257 Kill session file buffer on exit. Organise for save-some-buffers
15258 to always save the session file.
15259 (type-break-mode-line-message-mode, type-break-query-mode):
15260 Uppercase arguments.
15261 (type-break-file-time, type-break-file-keystroke-count, timep)
15262 (type-break-choose-file, type-break-get-previous-time)
15263 (type-break-get-previous-count): New defuns.
15264 (type-break): Avoid break querying after a completed break in the
15265 case where the query was initiated during user invocation of the
15266 break. Optional terse messages.
15267 Use type-break-good-break-interval if type-break-good-rest-interval is
15268 nil. File the break time.
15269 (type-break-schedule): New optional args for overriding the use of
15270 the current time.
15271 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15272 after a break.
15273 (type-break-check): File the keystroke count.
15274 (type-break-do-query): Prevent a second query when the break is
15275 interrupted. Optional terse message.
15276 (type-break-keystroke-reset): Record the start of a typing interval.
15277 (type-break-demo-boring): Optional terse messages. Display word
15278 per minute and keystroke counts according to
15279 type-break-demo-boring-stats.
15280
15281 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15282
15283 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15284 directories, make sure they exist under archive-tmpdir.
15285
15286 2004-04-27 Juri Linkov <juri@jurta.org>
15287
15288 * help.el (view-emacs-news): With argument, display info for the
15289 selected version by finding it among different NEWS files, and
15290 narrowing the buffer to the selected version.
15291
15292 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15293 same-window-buffer-names.
15294 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15295 non-numeric prefix argument, append the number to the buffer name
15296 for numeric prefix argument.
15297 (info-other-window): Bind same-window-regexps to nil.
15298 (Info-reference-name): Rename to Info-point-loc.
15299 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15300 and Info-find-index-name for stringy Info-point-loc.
15301 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15302 without middle `.', but with final `.' and optional line number
15303 for it. Set Info-point-loc for index nodes.
15304 (Info-index): Remove middle `.' from index entry regexp.
15305 Modify line number regexp.
15306 (Info-index-next): Decrement line number.
15307 (info-apropos): Remove middle `.' from index entry regexp.
15308 Add optional line number regexp at the end. Add matched value
15309 for line number to the result list and insert it to the buffer.
15310 Replace match-string by match-string-no-properties.
15311 Reorder result list.
15312 (Info-fontify-node): Hide index line numbers.
15313 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15314 empty matches.
15315 (Info-follow-reference): Use `str' instead of
15316 Info-following-node-name-re.
15317 (Info-toc): Use full file names. Set Info-current-node to "Top".
15318 (Info-fontify-node): Compare file names without directory name.
15319 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15320 Set second arg of Info-extract-menu-node-name for index nodes.
15321 (info-xref-visited): Use magenta3 instead of magenta4.
15322 (Info-mode): Add info-apropos to docstring.
15323
15324 * log-view.el (log-view-diff): Replace interactive code "r"
15325 by a list to allow to call it even if region is not active.
15326
15327 * paren.el (show-paren-highlight-openparen): New var.
15328 (show-paren-function): Turn on openparen highlighting when
15329 matching forward if show-paren-highlight-openparen is non-nil.
15330
15331 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15332 the constant value 1.
15333 (completions-common-part): Expand docstring.
15334
15335 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15336
15337 2004-04-27 Kim F. Storm <storm@cua.dk>
15338
15339 * image.el (insert-sliced-image): Use line-height instead of
15340 line-spacing property on newline.
15341
15342 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15343
15344 * desktop.el (desktop-buffer-misc-data-function): Rename to
15345 desktop-save-buffer and change docstring.
15346 (desktop-buffer-modes-to-save): Delete.
15347 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15348 desktop-buffer-modes-to-save.
15349 (desktop-save): Rename desktop-buffer-misc-data-function to
15350 desktop-save-buffer and allow non-function value.
15351 (desktop-missing-file-warning): Correct docstring.
15352
15353 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15354 to desktop-save-buffer.
15355
15356 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15357 desktop-save-buffer.
15358
15359 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15360
15361 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15362
15363 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15364
15365 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15366
15367 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15368
15369 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15370 (ielm): Only go to the end of the buffer when starting a new process.
15371
15372 2004-04-25 Juanma Barranquero <lektu@terra.es>
15373
15374 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15375 mode line. Bind `inhibit-read-only' to t before modifying
15376 properties of text in the buffer.
15377 (ielm): Force point to the end of buffer, even when running ielm
15378 from inside itself.
15379
15380 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15381
15382 * info.el (info-apropos): Reset Info-complete-cache.
15383
15384 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15385
15386 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15387 Also recognize severe Irix et al. messages.
15388 (compilation-normalize-filename, compile-abbreviate-directory):
15389 Delete functions.
15390 (compilation-get-file-structure): New function inherits
15391 functionality of the two preceding ones.
15392 (compilation-internal-error-properties, compilation-fake-loc):
15393 Use it so that different paths to the same file share the same
15394 markers. Also optimize finding adjacent marker slightly.
15395
15396 2004-04-25 Kim F. Storm <storm@cua.dk>
15397
15398 * image.el (insert-sliced-image): Add line-spacing t property
15399 to newlines separating image lines.
15400
15401 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15402
15403 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15404
15405 * ielm.el (ielm-prompt-read-only): New user option.
15406 (ielm-prompt): Expand docstring to describe new behavior.
15407 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15408 mention it in the docstring.
15409
15410 2004-04-24 Andreas Schwab <schwab@suse.de>
15411
15412 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15413
15414 * diff.el (diff): Set default-directory in diff buffer.
15415
15416 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15417
15418 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15419 mail was being composed if the terminal cannot display more than
15420 one frame; instead, switch to previous frame.
15421
15422 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15423 (rmail-start-mail): Support rmail-mail-new-frame even on
15424 terminals that can display only one frame at a time.
15425
15426 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15427
15428 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15429 (checkdoc-output-font-lock-keywords): Remove error regexp.
15430 (checkdoc-output-mode-map): Remove.
15431 (checkdoc-output-mode): Derive from compilation-mode.
15432 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15433
15434 * dired.el (dired-mode-map): Add a menu entry for wdired.
15435
15436 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15437 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15438
15439 * wdired.el (wdired-mode-map): Move init into declaration.
15440 Fix `return' binding.
15441 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15442 Use force-mode-line-update.
15443 (wdired-get-filename): Use `unless'.
15444 (wdired-preprocess-files): Don't assume names have no \n and use / for
15445 dir separator.
15446 (wdired-normalize-filename): Use replace-regexp-in-string.
15447 (wdired-load-hooks): Remove.
15448 (wdired-mode-hooks): Rename to wdired-mode-hook.
15449
15450 * info-look.el: Add support for cfengine-mode.
15451 (info-lookup-setup-mode): Use dolist.
15452
15453 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15454
15455 * wdired.el: New file.
15456
15457 2004-04-23 Juanma Barranquero <lektu@terra.es>
15458
15459 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15460
15461 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15462 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15463 (pcomplete--help, pcomplete--here): Doc fixes.
15464
15465 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15466
15467 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15468 handles wrong-number-of-arguments in backend call.
15469
15470 * vc.el (vc-print-log): Likewise.
15471
15472 2004-04-20 Dave Love <fx@gnu.org>
15473
15474 * emacs-lisp/rx.el: Doc fixes.
15475 (rx-constituents): Add/extend many forms.
15476 (rx-check): Check form is a list.
15477 (bracket): Defvar.
15478 (rx-check-any, rx-any, rx-check-not): Modify.
15479 (rx-not): Simplify.
15480 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15481 (rx-kleene): Use rx-trans-forms.
15482 (rx-quote-for-set): Delete.
15483 (rx): Allow multiple args.
15484
15485 2004-04-23 Kenichi Handa <handa@m17n.org>
15486
15487 * international/mule-util.el (char-displayable-p): Simplify by
15488 using internal-char-font.
15489
15490 2004-04-23 Juanma Barranquero <lektu@terra.es>
15491
15492 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15493
15494 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15495
15496 * diff-mode.el (diff-next-error): New fun.
15497 (diff-mode): Use it.
15498
15499 * simple.el (next-error): Change arg name.
15500 Add support for the documented C-u C-x ` usage.
15501
15502 * frame.el (special-display-popup-frame, next-multiframe-window)
15503 (previous-multiframe-window): Only consider frames on same display.
15504
15505 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15506
15507 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15508 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15509
15510 2004-04-22 Kim F. Storm <storm@cua.dk>
15511
15512 * net/telnet.el (telnet): Add optional port arg.
15513
15514 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15515
15516 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15517 Minor sanity check on the `hyperlink' slot.
15518
15519 * Makefile.in (recompile): Compile new files.
15520
15521 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15522 Add byte-recompile-directory's optional `arg'.
15523
15524 * cvs-status.el (cvs-tree-use-charset): New var.
15525 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15526 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15527 (cvs-status-cvstrees): Use it.
15528
15529 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15530 Make it a normal major mode.
15531 (checkdoc-buffer-label): Make sure the file name is meaningful.
15532 (checkdoc-output-to-error-buffer): Remove.
15533 (checkdoc-error, checkdoc-start-section): Rewrite.
15534
15535 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15536 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15537 (Info-title-4-face): Use new syntax.
15538 (info-xref-visited): Inherit from info-xref.
15539
15540 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15541
15542 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15543
15544 * simple.el (next-error-last-buffer, next-error-function):
15545 New variables for the next-error framework.
15546 (next-error-buffer-p): New function.
15547 (next-error-find-buffer): Generalize compilation-find-buffer.
15548 (next-error, previous-error, first-error, next-error-no-select)
15549 (previous-error-no-select): Move from compile.el.
15550
15551 * replace.el (occur-next-error, occur-1): Hook into the next-error
15552 framework.
15553
15554 * progmodes/compile.el (compilation-start):
15555 Set next-error-last-buffer so next-error knows where to jump.
15556 (compilation-setup): Set the buffer-local variable
15557 next-error-function to 'compilation-next-error-function.
15558 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15559 alternate way to find if a buffer is a compilation buffer, for
15560 next-error convenience.
15561 (next-error-no-select, previous-error-no-select, next-error)
15562 (previous-error, first-error): Move to simple.el.
15563 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15564 (compilation-last-buffer): Remove.
15565 (compilation-start, compilation-next-error, compilation-setup)
15566 (compilation-next-error-function, compilation-find-buffer):
15567 Remove compilation-last-buffer use.
15568
15569 2004-04-21 Juanma Barranquero <lektu@terra.es>
15570
15571 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15572 (font-lock-warning-face): Fix spacing.
15573
15574 * makefile.w32-in (WINS): Add url/ directory.
15575
15576 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15577
15578 * desktop.el (desktop-buffer-mode-handlers): New variable.
15579 Alist of major mode specific functions to restore a desktop buffer.
15580 (desktop-buffer-handlers): Make variable obsolete.
15581 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15582 Catch errors signaled in handlers. Update buffer count.
15583 Evaluate desktop-buffer-point.
15584 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15585 move to dired.el.
15586 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15587 move to info.el.
15588 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15589 move to mail/rmail.el.
15590 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15591 to mh-e/mh-e.el.
15592 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15593 On fail, print message (to message buffer) even if
15594 desktop-missing-file-warning is nil.
15595 (desktop-buffer-misc-data-function): New buffer local variable.
15596 Function returning major mode specific data.
15597 (desktop-buffer-misc-functions): Make variable obsolete.
15598 (desktop-save): Use desktop-buffer-misc-data-function.
15599 (desktop-buffer-dired-misc-data): Rename to
15600 dired-desktop-buffer-misc-data and move to dired.el.
15601 (desktop-buffer-info-misc-data): Rename to
15602 Info-desktop-buffer-misc-data and move to info.el.
15603 (desktop-read): Add message about number of buffers restored/failed.
15604
15605 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15606 Add parameters. Pause to display error only when
15607 desktop-missing-file-warning is non-nil.
15608 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15609 (dired-mode): Bind desktop-buffer-misc-data-function.
15610
15611 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15612 Add Parameters.
15613 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15614 (Info-mode): Bind desktop-buffer-misc-data-function.
15615
15616 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15617 Add Parameters.
15618
15619 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15620 Add Parameters.
15621
15622 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15623
15624 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15625 the case of letters in case-insensitive expansions when the
15626 abbrev is preceded by characters with letter syntax.
15627
15628 2004-04-21 Richard M. Stallman <rms@gnu.org>
15629
15630 * progmodes/cperl-mode.el (cperl-putback-char):
15631 Delete Emacs 18 definition.
15632
15633 * international/mule.el (ctext-post-read-conversion):
15634 Use assoc-string, not assoc-ignore-case.
15635
15636 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15637
15638 * emacs-lisp/easymenu.el (easy-menu-add):
15639 Do call x-popup-menu, but only if it's defined.
15640
15641 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15642
15643 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15644 Handle multiple args: compile like progn.
15645
15646 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15647 take all args as &rest arg.
15648
15649 * autoinsert.el (auto-insert-alist): Insert the user's name in
15650 copyright notice, rather than Free Software Foundation.
15651
15652 2004-04-21 Kenichi Handa <handa@m17n.org>
15653
15654 * descr-text.el (describe-char): Make it work on *Help* buffer.
15655
15656 2004-04-21 Kim F. Storm <storm@cua.dk>
15657
15658 * image.el (insert-image): Add optional SLICE arg.
15659 (insert-sliced-image): New defun.
15660
15661 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15662
15663 * subr.el (read-number): Check whether `default' is nil.
15664
15665 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15666
15667 * progmodes/compile.el (compilation-error-properties):
15668 Split into two.
15669 (compilation-internal-error-properties): New one.
15670 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15671
15672 2004-04-20 Richard M. Stallman <rms@gnu.org>
15673
15674 * window.el (split-window-save-restore-data):
15675 Don't update the data if OLD-INFO is nil.
15676
15677 * view.el (view-return-to-alist): Mark it permanent local.
15678
15679 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15680
15681 * recentf.el (recentf-save-list): Catch and warn about errors.
15682
15683 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15684 so "Buffers" won't be pure.
15685
15686 * help-mode.el (help-mode-finish): Set help-return-alist first
15687 thing, setting only the entry for the selected window.
15688
15689 * help-fns.el (describe-function-1): If many non-control non-meta
15690 keys run the command, don't list all of them.
15691
15692 2004-04-20 Juanma Barranquero <lektu@terra.es>
15693
15694 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15695 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15696
15697 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15698
15699 2004-04-20 Kenichi Handa <handa@m17n.org>
15700
15701 * international/quail.el (quail-lookup-key): New optional arg
15702 NOT-RESET-INDICES.
15703 (quail-get-translations): Call quail-lookup-key with
15704 NOT-RESET-INDICES t.
15705 (quail-completion): Likewise.
15706 (quail-lookup-map-and-concat): Likewise.
15707
15708 2004-04-20 Kenichi Handa <handa@m17n.org>
15709
15710 * international/quail.el (quail-update-translation): Don't insert
15711 such an unsupported multibyte char in a unibyte buffer.
15712
15713 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15714
15715 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15716 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15717 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15718 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15719 (gdb-frame-assembler-buffer): Improve behaviour with
15720 multiple frames.
15721 (gdb-display-buffer): Extend search to all visible frames.
15722
15723 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15724
15725 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15726 characters left after base64 decoding.
15727 (rmail-decode-region): Use -dos variety of `coding', to remove any
15728 ^M characters left after qp or base64 decoding.
15729
15730 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15731
15732 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15733 messages.
15734
15735 2004-04-19 Stephen Eglen <stephen@gnu.org>
15736
15737 * add-log.el (add-change-log-entry): Update doc string to mention
15738 add-log-full-name and add-log-mailing-address.
15739
15740 2004-04-18 Juri Linkov <juri@jurta.org>
15741
15742 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15743 (Info-find-node-2): Simplify error message.
15744 (Info-insert-dir): Use Info-following-node-name.
15745 (Info-goto-node): Remove *info-history* and *info-toc*.
15746 (Info-history): Create a node of the virtual history file.
15747 (Info-toc): Create a node of the virtual toc file.
15748 (Info-insert-toc): New arg `curr-file' for reference file names.
15749 (info-apropos): Remove redundant var binding for temp-file.
15750 (Info-index, Info-index-next, Info-mode): Doc fix.
15751 (Info-goto-emacs-command-node): Don't jump to *info* from
15752 non-*info* Info buffers.
15753 (Info-fontify-node): Don't show the file name of external
15754 references if `Info-hide-note-references' is `hide'. Don't hide
15755 newlines at the end of paragraphs.
15756
15757 * international/mule-diag.el (list-input-methods):
15758 Fix args to help-xref-button.
15759
15760 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15761 to put into effect local variables from TUTORIAL files.
15762
15763 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15764 with default value taken from the variable `sentence-end'.
15765 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15766 Add nil const to :type.
15767 (sentence-end-without-period, sentence-end-double-space)
15768 (sentence-end-without-space): Doc fix.
15769
15770 * textmodes/paragraphs.el (forward-sentence):
15771 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15772 (fill-delete-newlines):
15773 * progmodes/cc-cmds.el (c-beginning-of-statement):
15774 Use function `sentence-end' instead of variable `sentence-end'.
15775
15776 2004-04-18 Andreas Schwab <schwab@suse.de>
15777
15778 * progmodes/compile.el (compilation-start): Set window start to
15779 point-min if compilation-scroll-output is nil.
15780
15781 2004-04-18 John Wiegley <johnw@newartisans.com>
15782
15783 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15784
15785 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15786
15787 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15788 (gdb-info-breakpoints-custom): Revert previous change.
15789 (gdb-view-assembler): Update assembler if necessary.
15790 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15791 (gdb-display-source-buffer): Update properly when both source and
15792 assembler are visible.
15793
15794 2004-04-17 John Wiegley <johnw@newartisans.com>
15795
15796 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15797 which limits the number of names shown in the minibuffer. Off by
15798 default.
15799 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15800 up iswitchb for users with a multitude of open buffers by showing
15801 only the first and last N/2 buffers in the completion list (which
15802 is enough to aid C-s/C-r, and to know that more characters are
15803 needed to refine the completion list).
15804
15805 2004-04-17 Richard M. Stallman <rms@gnu.org>
15806
15807 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15808 (file-truename): Expand all ~ constructs directly.
15809 (insert-directory): Delete any error msg output by the
15810 `insert-directory-program'.
15811
15812 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15813 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15814 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15815 (allout-init): Use find-file-hook, not find-file-hooks.
15816 (allout-mode): Eliminate Emacs 18 support.
15817 Use write-contents-functions, not local-write-file-hooks.
15818
15819 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15820
15821 * progmodes/compile.el (compilation-error-properties): Fix for
15822 adding messages when there are already markers for their file.
15823 (compilation-fake-loc): New function.
15824
15825 2004-04-16 Dave Love <fx@gnu.org>
15826
15827 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15828 (python-load-file): Fix python-orig-start setting.
15829
15830 * progmodes/compile.el: Doc fixes.
15831 (compilation-error-regexp-alist-alist)
15832 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15833 (compilation-assq): Wrap in eval-when-compile.
15834 (compilation-mode-font-lock-keywords): Don't use list*.
15835 (compilation-start): Avoid warning.
15836 (compilation-compat-error-properties)
15837 (compilation-directory-properties): Add keymap property.
15838 (compilation-parsing-end): Make it a marker for better compatibility.
15839
15840 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15841
15842 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15843
15844 * xml.el: Doc fixes.
15845 (xml-get-children): Only looks at sub-tags and ignore strings.
15846
15847 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15848
15849 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15850
15851 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15852
15853 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15854
15855 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15856
15857 * vc.el (vc-print-log): Likewise.
15858
15859 2004-04-16 Masatake YAMATO <jet@gyve.org>
15860
15861 * simple.el (completion-setup-function): Set an initial value
15862 to `element-common-end' before entering loop. Set a value
15863 to `element-common-end' at the end of loop.
15864 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15865 (completions-common-part): Rename from completion-de-emphasis.
15866 (completions-first-difference): Rename from completion-emphasis.
15867 Suggested by RMS.
15868
15869 2004-04-16 Juanma Barranquero <lektu@terra.es>
15870
15871 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15872 (bookmark-edit-annotation-mode): Add mode name.
15873
15874 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15875
15876 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15877 for nested conflict markers.
15878 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15879
15880 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15881
15882 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15883
15884 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15885
15886 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15887
15888 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15889 Give a backtrace if requested.
15890
15891 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15892
15893 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15894 Remove unused functions.
15895 (python-orig-start-line, python-orig-file): Remove.
15896 (python-orig-start): New var.
15897 (python-input-filter, python-compilation-line-number)
15898 (python-send-region, python-load-file): Use it.
15899
15900 * info.el (info): Always jump to *info*.
15901
15902 * subr.el (posn-set-point): New function.
15903
15904 * mouse.el (mouse-set-point): Use it.
15905
15906 * progmodes/compile.el (compile-goto-error): Use it.
15907 (compilation-button-map): New keymap.
15908 (compilation-error-properties): Use it.
15909 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15910
15911 * smerge-mode.el (smerge-popup-context-menu): Use it.
15912
15913 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15914 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15915 mouse and non-mouse case.
15916
15917 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15918 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15919
15920 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15921 Make it work for non-mouse events.
15922
15923 * pcvs-info.el (cvs-status-map): Update binding name.
15924
15925 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15926
15927 * xml.el (xml-maybe-do-ns): New function to handle namespace
15928 parsing of both attribute and element names.
15929 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15930 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15931 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15932 (xml-parse-attlist): Make it do its own namespace parsing.
15933
15934 2004-04-14 Dave Love <fx@gnu.org>
15935
15936 * progmodes/python.el (run-python): Fix use of \n.
15937 (python-load-file): Remove `try' from Python fragment.
15938 (python-describe-symbol): Fix message.
15939
15940 * comint.el: Doc fixes.
15941 (comint-last-input-start, comint-last-input-end)
15942 (comint-last-output-start): Give them values.
15943 (comint-arguments): Avoid warning.
15944 (comint-skip-prompt): Use line-end-position.
15945 (comint-backward-matching-input): Rename arg to agree with doc.
15946 (comint-extract-string): Use syntax-ppss.
15947 (comint-dynamic-simple-complete): Delete useless list construction.
15948 (comint-redirect-subvert-readonly): New.
15949 (comint-redirect-preoutput-filter): Use it.
15950
15951 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15952 Correctly handle negative arguments when calling hook functions.
15953
15954 2004-04-14 Jesper Harder <harder@ifa.au.dk>
15955
15956 * info.el (info-apropos): Don't clobber Info-history-list.
15957
15958 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
15959
15960 * progmodes/compile.el (compilation-setup):
15961 Localize overlay-arrow-position.
15962 (compilation-sentinel): Restructure code equivalently.
15963 (compilation-next-error): Find message on same line after point if
15964 not found before point.
15965 (compile-mouse-goto-error): Restore function so that compilation
15966 buffer need not be current and use compile-goto-error.
15967 (compile-goto-error): Restore function.
15968 (next-error): Set overlay-arrow-position.
15969 (compilation-forget-errors): Don't localize already local
15970 compilation-locs and remove FIXME about refontifying.
15971
15972 2004-04-14 Kim F. Storm <storm@cua.dk>
15973
15974 * startup.el (emacs-quick-startup): New defvar (set by -Q).
15975 (command-line): New option -Q. Like -q --no-site-file, but
15976 in addition it also disables menu-bar, tool-bar, scroll-bars,
15977 tool-tips, and the blinking cursor.
15978 (command-line-1): Skip startup screen if -Q.
15979 (fancy-splash-head): Use ":align-to center" prop to center splash image.
15980
15981 * emulation/cua-base.el (cua-read-only-cursor-color)
15982 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15983
15984 2004-04-13 Dave Love <fx@gnu.org>
15985
15986 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
15987 (syntax): Don't require.
15988 (python) <defgroup>: Add :version.
15989 (python-quote-syntax): Re-written.
15990 (inferior-python-mode): Move stuff here from run-python and add
15991 some more.
15992 (python-preoutput-continuation, python-preoutput-result)
15993 (python-dotty-syntax-table): New.
15994 (python-describe-symbol): Use them.
15995 (run-python): Move stuff to inferior-python-mode. Modify code
15996 loaded into Python.
15997 (python-send-region): Use python-proc, python-send-string.
15998 (python-send-string): Send newlines too. Callers changed.
15999 (python-load-file): Re-written.
16000 (python-eldoc-function): New.
16001 (info-look): Don't require.
16002 (python-after-info-look): New. A modified version of former
16003 top-level code for use with eval-after-load.
16004 (python-maybe-jython, python-guess-indent): Use widened buffer.
16005 (python-fill-paragraph): Re-written.
16006 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16007 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16008
16009 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16010
16011 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16012 Set compilation-error-regexp-alist earlier.
16013
16014 * progmodes/compile.el (compilation-minor-mode-map)
16015 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16016 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16017
16018 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16019
16020 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16021 corresponding to the event.
16022
16023 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16024
16025 * loadup.el: Add cygwin to system-type list, for unexec() support.
16026
16027 2004-04-12 John Paul Wallington <jpw@gnu.org>
16028
16029 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16030 (ibuffer-restore-window-config-on-quit): New variable to replace
16031 `ibuffer-delete-window-on-quit'. Update all references.
16032 (ibuffer-prev-window-config): New variable.
16033 (ibuffer-quit): Restore previous window configuration instead of
16034 deleting window.
16035 (ibuffer): Save window configuration before showing Ibuffer buffer.
16036
16037 * help.el (describe-mode): Doc fix.
16038
16039 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16040
16041 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16042 not to treat nil as a function.
16043
16044 * vc-arch.el (vc-arch-root): Be a bit more careful.
16045 (vc-arch-register): Save the buffer if we modified it.
16046 (vc-arch-delete-rej-if-obsolete): Save excursion.
16047 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16048 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16049
16050 * net/ldap.el (ldap-search): Use list*.
16051
16052 2004-04-12 Juri Linkov <juri@jurta.org>
16053
16054 * info.el (Info-follow-reference): Allow multiline reference name.
16055
16056 2004-04-11 Dave Love <fx@gnu.org>
16057
16058 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16059
16060 * progmodes/python.el: New file.
16061
16062 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16063
16064 * vc-hooks.el (vc-arg-list): Function removed.
16065 (vc-default-workfile-unchanged-p): Use condition-case to check for
16066 backward compatibility.
16067
16068 * vc.el (vc-print-log): Use condition-case to check for backward
16069 compatibility.
16070
16071 2004-04-11 Juri Linkov <juri@jurta.org>
16072
16073 * dired.el (dired-faces): New defgroup.
16074 (dired-header, dired-mark, dired-marked, dired-flagged)
16075 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16076 New faces.
16077 (dired-header-face, dired-mark-face, dired-marked-face)
16078 (dired-flagged-face, dired-warning-face, dired-directory-face)
16079 (dired-symlink-face, dired-ignored-face): New face variables.
16080 (dired-font-lock-keywords): Use them instead of font-lock faces.
16081 Split the rule for dired marks into 3 separate rules: for marks,
16082 marked file names and flagged file names.
16083
16084 * help-mode.el (help-make-xrefs): Add a final newline to the
16085 *Help* buffer.
16086
16087 2004-04-11 John Paul Wallington <jpw@gnu.org>
16088
16089 * replace.el (occur-engine): Distinguish between one and several
16090 matches in the matches per buffer heading.
16091
16092 2004-04-11 Kim F. Storm <storm@cua.dk>
16093
16094 * ido.el (ido-confirm-unique-completion): New defcustom.
16095 (ido-complete): Use it.
16096 (ido-write-file): Set it to t unconditionally.
16097
16098 2004-04-10 Miles Bader <miles@gnu.org>
16099
16100 RCS keyword removal (only non-comment changes are enumerated here):
16101
16102 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16103 (byte-compile-insert-header): Don't use `byte-compile-version'.
16104 * forms.el (forms-version): Variable removed.
16105 (forms-mode): Don't use `forms-version'.
16106 * recentf.el (recentf-version): Variable removed.
16107 * progmodes/delphi.el (delphi-version): Variable removed.
16108 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16109
16110 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16111
16112 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16113
16114 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16115
16116 * info.el (info-apropos): Improve menu item regexp.
16117
16118 2004-04-09 Simon Josefsson <jas@extundo.com>
16119
16120 * mail/smtpmail.el: Add comment, based on report by
16121 kdc@rcn.com (Kevin D. Clark).
16122
16123 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16124
16125 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16126 Redo one more thing that I didn't notice Daniel had undone.
16127
16128 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16129
16130 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16131 (gdb-goto-breakpoint, gdb-display-buffer)
16132 (gdb-display-source-buffer, gdb-view-source-function)
16133 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16134 (gdb-source-info, gdb-frame-handler): Don't specify a window
16135 for display.
16136 (gdb-info-breakpoints-custom): Remove superfluous update of
16137 assembler buffer.
16138 (gdb-many-windows): Make settable outside gdb.
16139
16140 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16141
16142 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16143 Derive from fundamental-mode rather than text-mode.
16144
16145 2004-04-08 Juri Linkov <juri@jurta.org>
16146
16147 * info.el (Info-history): Doc fix.
16148 (Info-history-list): New var.
16149 (info-xref): Change magenta4 to blue, remove bold for dark and
16150 light backgrounds, change bold to underline for non-color classes.
16151 (info-xref-visited): New face.
16152 (Info-fontify-visited-nodes): New custom.
16153 (Info-hide-note-references): Add new value `hide'. Doc fix.
16154 (Info-reference-name): New var.
16155 (Info-selection-hook): New custom.
16156 (Info-edit-mode-hook): New var.
16157 (Info-find-file): New fun.
16158 (Info-find-node): Move part of code to Info-find-file.
16159 (Info-find-node-2): Add anchors to Info-history-list. Move point
16160 to the place with the reference name if name is defined.
16161 (Info-select-node): Add current node to Info-history-list.
16162 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16163 (Info-search-whitespace-regexp): New custom.
16164 (Info-search-case-fold): New var.
16165 (Info-search): Add "case-sensitively" to the prompt.
16166 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16167 (Info-search-case-sensitively, Info-search-next): New fun.
16168 (Info-up): Move point to the menu item of the current node.
16169 (Info-history): New fun. Add *info-history* to
16170 same-window-buffer-names.
16171 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16172 (Info-insert-toc): New fun.
16173 (Info-build-toc): New fun.
16174 (Info-follow-reference): Add new arg `fork'. Doc fix.
16175 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16176 with the same name prefer the reference closest to point.
16177 (Info-next-reference): Replace * by + in the *Note regexp.
16178 Add regexp for http:// and ftp://. Skip the *Note prefix.
16179 (Info-prev-reference): Replace * by + in the *Note regexp.
16180 Add regexp for http:// and ftp://. Skip the *Note prefix.
16181 (Info-follow-nearest-node): Add new arg `fork'.
16182 (Info-try-follow-nearest-node): Add new arg `fork'.
16183 Call browse-url for http:// and ftp:// references.
16184 Set Info-reference-name for index entries.
16185 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16186 Info-search-next, Info-history, Info-toc, clone-buffer.
16187 (Info-menu-update): Replace * by + in the *Note regexp.
16188 (Info-mode): Add documentation for Info-history, Info-toc,
16189 Info-search-case-sensitively, Info-search-next, clone-buffer.
16190 (Info-fontify-menu-headers): Remove fun. Move code to
16191 Info-fontify-node.
16192 (Info-fontify-node): Add docstring. Add local vars
16193 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16194 then fontify header line, titles, menu headers, http and ftp
16195 references, refill paragraphs. If not-fontified-p is t or
16196 fontify-visited-p is t then fontify cross references, menu items.
16197 Fontify menu headers. Fontify http and ftp references.
16198 Change regexp for cross references to require whitespace after *Note,
16199 add matching groups for file and node names. Remove hack for quote.
16200 Use display property for Info-hide-note-references=t. Use fifth
16201 or fourth match for help-echo. Display visited nodes in a
16202 different face. Unhide file names of external references.
16203 Unhide newlines. Display visited menu items in a different face.
16204
16205 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16206
16207 * progmodes/compile.el: Require CL.
16208 (compilation-mode-font-lock-keywords): Re-install the "line as
16209 function" patch.
16210
16211 * help-fns.el (help-C-source-directory): New var.
16212 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16213 (describe-function-1, describe-variable): Use them.
16214
16215 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16216 to C source files specially.
16217
16218 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16219
16220 * info.el (Info-hide-cookies-node): New function.
16221 (Info-select-node): Use it.
16222 (Info-display-images-node): Remove message with image file name.
16223
16224 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16225
16226 * progmodes/compile.el (compilation-warning-face)
16227 (compilation-info-face, compilation-skip-threshold)
16228 (compilation-skip-visited, compilation-context-lines):
16229 Declare :version when added to Emacs.
16230 (compilation-error-regexp-alist-alist): Extend caml and irix.
16231 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16232 (compilation-mode-font-lock-keywords): Temporarily undo line as
16233 function patch, which wasn't ready.
16234
16235 2004-04-07 Kenichi Handa <handa@m17n.org>
16236
16237 * international/latin1-disp.el (latin1-display-setup): Check each
16238 character is displayable or not instead of calling
16239 latin1-display-check-font.
16240
16241 2004-04-06 Kenichi Handa <handa@m17n.org>
16242
16243 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16244 New variable.
16245 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16246 instead of sera-being-called-by-w3.
16247 (ethio-fidel-to-sera-buffer): Likewise.
16248 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16249 instead of sera-being-called-by-w3.
16250 (ethio-write-file): Likewise.
16251
16252 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16253
16254 * printing.el: Doc fix.
16255
16256 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16257
16258 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16259 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16260 (gdb-setup-windows): Only use separate IO buffer if required.
16261
16262 2004-04-06 Kim F. Storm <storm@cua.dk>
16263
16264 * term.el (term-is-xemacs): Remove.
16265 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16266 (term-window-width): New function.
16267 (term-mode, term-check-size): Use it.
16268 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16269
16270 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16271
16272 * cus-edit.el (custom-add-parent-links): Change unbound variable
16273 `symbol' to `name'.
16274
16275 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16276 * info.el (info-apropos): New function.
16277 (Info-mode-menu): Add it.
16278 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16279
16280 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16281 inherited docstring.
16282
16283 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16284
16285 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16286
16287 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16288
16289 * progmodes/compile.el (font-lock): Don't require any more.
16290 (compilation-error-properties, compilation-start, compilation-sentinel)
16291 (compilation-filter, next-error): Use with-current-buffer.
16292 (compilation-skip-to-next-location, compilation-skip-threshold)
16293 (compilation-skip-visited): Move to silence the byte-compiler.
16294 (compilation-setup): Simplify.
16295 (compilation-next-error): Use line-(beginning|end)-position.
16296 Make sure `pt' is non-nil before using compilation-loop.
16297 (compile-goto-error): Add optional event arg. Use it.
16298 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16299 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16300 Update the binding for mouse-2.
16301 (first-error): Set compilation-current-error to nil rather than bob.
16302 (compilation-parsing-end, compilation-parse-errors-function)
16303 (compilation-error-list, compilation-old-error-list):
16304 "New" compatibility variables.
16305 (compile-buffer-substring, compilation-compat-error-properties)
16306 (compilation-compat-parse-errors, compilation-forget-errors):
16307 New compatibility functions.
16308 (compilation-mode-font-lock-keywords): Use them.
16309
16310 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16311
16312 * autorevert.el (auto-revert-handler): If point (or a window
16313 point) is at the end of the buffer, keep it there after
16314 reverting. This allows to tail a file.
16315 Mention this in the `Commentary'.
16316
16317 * format.el (format-write-file): Add optional argument CONFIRM
16318 and make it behave like the analogous argument to `write-file'.
16319
16320 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16321
16322 * progmodes/ebnf2ps.el: Doc fix.
16323 (ebnf-version): New version number (4.2).
16324 (ebnf-syntax): Customization and docstring fix.
16325 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16326 Put autoloaded funs before first use.
16327 (ebnf-style-database): Add dtd entry.
16328 (ebnf-syntax-alist): Add dtd initialization.
16329 (ebnf-token-sequence): New fun.
16330 (ebnf-comment-table): Add new comment action character.
16331 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16332
16333 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16334 Type Definition for XML).
16335
16336 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16337 * progmodes/ebnf-bnf.el (ebnf-sequence):
16338 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16339 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16340 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16341 Code simplification: call ebnf-token-sequence.
16342
16343 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16344
16345 * calendar/timeclock.el (timeclock-relative)
16346 (timeclock-get-project-function, timeclock-get-workday-function)
16347 (timeclock-query-out, timeclock-when-to-leave)
16348 (timeclock-when-to-leave-string, timeclock-log-data)
16349 (timeclock-generate-report, timeclock-in): Doc fixes.
16350
16351 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16352
16353 * url/: New dir. Import the URL package from its repository.
16354
16355 2004-04-03 Andreas Schwab <schwab@suse.de>
16356
16357 * diff-mode.el (diff-mode): Fix missing quote.
16358
16359 2004-04-03 Juri Linkov <juri@jurta.org>
16360
16361 * descr-text.el (describe-property-list): Add `font-lock-face'.
16362
16363 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16364
16365 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16366
16367 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16368 Use utf-16le on little endian machines and utf-16be otherwise.
16369
16370 2004-04-02 David Kastrup <dak@gnu.org>
16371
16372 * net/browse-url.el (browse-url-generic): Use call-process
16373 instead of start-process to allow browsers that fork and detach.
16374
16375 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16376
16377 * compile.el (compilation-current-error): New var.
16378 (compilation-setup, compile-mouse-goto-error)
16379 (compile-goto-error, next-error): Use it.
16380 (compilation-skip-to-next-location): Default to t, which gives
16381 contiguous skipping like old compile (where this was redundant).
16382 (compilation-next-error): Prevent previous-* commands from moving
16383 back to message at or just before point.
16384
16385 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16386
16387 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16388 (gdb-source-info): Don't display source at startup, if required.
16389 (gdb-show-main): New option.
16390 (gdba): Update documentation.
16391 (gdb-source): Cover case of auto-display output.
16392
16393 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16394
16395 * autorevert.el: Delete obsolete autoload's and defvar's.
16396 (auto-revert-check-vc-info): New user option.
16397 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16398 (auto-revert-handler-vc): Delete.
16399 (auto-revert-handler): Treat return value `fast' of
16400 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16401
16402 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16403 return `fast'.
16404
16405 * files.el (buffer-stale-function): Doc change.
16406
16407 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16408
16409 * printing.el: New tip on Tips section.
16410 (pr-version): New version number (6.7.4).
16411 (pr-shell-file-name): Initialization fix.
16412
16413 2004-03-31 Juri Linkov <juri@jurta.org>
16414
16415 * dired.el: Add autoload for `dired-do-touch'.
16416 (dired-touch-program): New var.
16417 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16418 (dired-no-confirm): Add `touch' to docstring.
16419
16420 * dired-aux.el (dired-do-touch): New fun.
16421 (dired-do-chxxx): Add argument -t for touch operation.
16422
16423 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16424 `dired-move-to-filename-regexp'.
16425
16426 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16427
16428 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16429
16430 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16431
16432 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16433 and only if the buffer was modified.
16434
16435 2004-03-30 Kenichi Handa <handa@m17n.org>
16436
16437 * international/characters.el: Delete pairs for U+2308..U+230B.
16438
16439 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16440
16441 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16442 to detect the beginning of a level 2 or 3 annotation.
16443
16444 2004-03-29 Kenichi Handa <handa@m17n.org>
16445
16446 * international/ucs-tables.el (ucs-insert): Fix the error message.
16447
16448 2004-03-29 Kenichi Handa <handa@m17n.org>
16449
16450 * international/mule-util.el (char-displayable-p): Fix generation
16451 of XLFD file name.
16452
16453 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16454 before finding directories by `find'.
16455
16456 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16457
16458 * subr.el (interactive-form): Delete. Now implemented in C.
16459
16460 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16461
16462 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16463 (vc-diff-label): New fun.
16464 (vc-diff-internal): Use it.
16465
16466 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16467
16468 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16469
16470 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16471
16472 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16473 specify XML (EBNFX).
16474
16475 * progmodes/ebnf2ps.el: Doc fix.
16476 (ebnf-version): New version number (4.1).
16477 (ebnf-syntax): Adjust customization.
16478 (ebnf-style-database): Add ebnfx entry.
16479 (ebnf-syntax-alist): Add ebnfx initialization.
16480 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16481
16482 * printing.el: Doc fix.
16483 (pr-version): New version number (6.7.3).
16484 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16485 returns nil for mouse position. Reported by Drew Adams
16486 <drew.adams@oracle.com>.
16487 (pr-update-menus): Modify interactive declaration. Reported by Drew
16488 Adams <drew.adams@oracle.com>.
16489
16490 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16491
16492 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16493 (gud-gdba-marker-filter): Log the process input and output, if
16494 required. From Stefan Monnier.
16495 (gdb-debug-log, gdb-enable-debug-log): New variables.
16496 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16497
16498 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16499
16500 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16501 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16502
16503 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16504
16505 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16506 Call vc-find-file-hook here instead of in auto-revert-buffers.
16507 (auto-revert-buffers): Delete call to vc-find-file-hook.
16508 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16509 (global-auto-revert-mode, auto-revert-set-timer)
16510 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16511
16512 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16513
16514 * woman.el (woman-change-fonts): Rename local variable
16515 woman-font-alist to font-alist to avoid a compiler warning.
16516
16517 2004-03-27 Dave Love <fx@gnu.org>
16518
16519 * emacs-lisp/rx.el (rx): Doc fix.
16520 Fix copyright years.
16521
16522 * strokes.el (strokes-global-set-stroke-string): New function.
16523 (strokes-list-strokes): Cope with strings, not just commands.
16524 Set foreground colour of image.
16525 (strokes-global-set-stroke): Doc fix.
16526
16527 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16528
16529 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16530 Auto Revert mode.
16531 (Buffer-menu-files-only): New variable.
16532 (Buffer-menu-toggle-files-only): New function.
16533 (Buffer-menu-mode-map): Bind it to `T'.
16534 (Buffer-menu-mode): Mention `T' in docstring.
16535 Set buffer-stale-function.
16536 (list-buffers-noselect): Mark buffer non-modified and set
16537 Buffer-menu-files-only.
16538
16539 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16540
16541 * autorevert.el (auto-revert-handler): Print revert message
16542 before, rather than after, reverting.
16543 (buffer-stale-function): Move to files.el.
16544
16545 * files.el (buffer-stale-function): Move here from autorevert.el.
16546
16547 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16548
16549 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16550
16551 * calc/calc.el (calc-mode-map): Use mapc.
16552
16553 * apropos.el (apropos-mode): Don't autoload.
16554 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16555 (apropos): Use it.
16556 (apropos-print): Add optional `text' argument.
16557 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16558 Don't assume point-min == 1.
16559
16560 * bs.el (bs-buffer-list): Use buffer-local-value.
16561 (bs--set-toggle-to-show): Use with-current-buffer.
16562
16563 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16564 New funs.
16565 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16566
16567 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16568
16569 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16570 (dabbrev--find-expansion): Use pop.
16571 (dabbrev--search): Use match-string-no-properties.
16572
16573 * dired.el (dired-mode): Use run-mode-hooks.
16574 (dired-move-to-end-of-filename): Use match-string.
16575
16576 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16577 is bound before using it.
16578 (ediff-verbose-p): Make it into a var since it's not constant.
16579
16580 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16581
16582 * faces.el (read-face-font): Don't cons up unnecessarily.
16583 (header-line, tool-bar): Share common parts.
16584
16585 * files.el (file-relative-name): Use compare-strings.
16586
16587 * finder.el (finder-mode): Follow coding convention.
16588
16589 * subr.el (read-number): New function.
16590
16591 * ses.el (ses-read-number): Move to subr.el.
16592 (ses-set-header-row): Use read-number.
16593
16594 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16595
16596 * vc-hooks.el (vc-arg-list): New function, which handles both
16597 compiled and uncompiled code.
16598 (vc-default-workfile-unchanged-p): Use it.
16599
16600 * vc.el (vc-print-log): Undo prev change, use new function
16601 vc-arg-list from vc-hooks.el.
16602
16603 2004-03-26 Masatake YAMATO <jet@gyve.org>
16604
16605 * simple.el (completion-setup-function): Emphasize the
16606 first uncommon characters in the completions; and de-emphasize
16607 the common prefix substrings.
16608 (completion-emphasis): New face.
16609 (completion-de-emphasis): New face.
16610
16611 2004-03-25 Juanma Barranquero <lektu@terra.es>
16612
16613 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16614 Comment out (it's unused and unfinished code).
16615
16616 2004-03-25 Sam Steingold <sds@gnu.org>
16617
16618 * vc.el (vc-print-log): Fix a bug in the last patch:
16619 backend-function may be a byte-compiled object, not a lambda.
16620
16621 2004-03-25 Juri Linkov <juri@jurta.org>
16622
16623 * descr-text.el (describe-property-list): Add a button
16624 for `face' property that calls `describe-face'.
16625 Suggested by luis fernandes <elf@ee.ryerson.ca>
16626
16627 * international/mule.el (keyboard-coding-system):
16628 * kmacro.el (kmacro-call-macro): Fix docstring.
16629
16630 * dired.el: Fix comments.
16631
16632 * textmodes/fill.el (fill): Fix Info link.
16633
16634 * font-lock.el (fast-lock, lazy-lock):
16635 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16636 Info node.
16637
16638 * eshell/eshell.el (eshell): Fix broken info-link.
16639
16640 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16641 * eshell/em-banner.el (eshell-banner):
16642 * eshell/em-smart.el (eshell-smart):
16643 * eshell/esh-cmd.el (eshell-cmd):
16644 Comment out broken info-links to incomplete Info manual.
16645
16646 * info-xref.el: Fix commentary.
16647
16648 2004-03-25 Kevin Ryde <user42@zip.com.au>
16649
16650 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16651 Remove spurious node duplicate suppression, doesn't work, not wanted.
16652 (info-xref-output): Take format style args, add "sit-for 0" to let
16653 user see the results as they progress.
16654 (info-xref-check-all-custom): New function.
16655
16656 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16657
16658 * gdb-ui.el: Moved to progmodes.
16659
16660 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16661
16662 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16663
16664 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16665
16666 * calendar/appt.el (appt-check): Remove superfluous progn.
16667 When finished with diary buffer: if it was not being displayed
16668 before, kill it; otherwise restore its original state.
16669 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16670
16671 * calendar/calendar.el (calendar-set-mode-line): Use total
16672 available mode-line width, rather than frame-width.
16673
16674 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16675 after mode change so effect not lost.
16676
16677 2004-03-23 Dave Love <fx@gnu.org>
16678
16679 * dired.el (dired) <defgroup>: Add link to manual.
16680 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16681 (dired-revert): Use dolist.
16682 (dired-mode-map): Add U binding.
16683 (dired-mode): Add font-lock-beginning-of-syntax-function.
16684 (dired-garbage-files-regexp): Make it a defcustom.
16685
16686 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16687
16688 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16689 is equivalent to nil.
16690 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16691 (vc-arch-mode-line-string): Accept `added' state.
16692 (vc-arch-state): Use inode-sigs if available.
16693 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16694 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16695 (vc-arch-tagline-re): New var.
16696 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16697 New functions.
16698 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16699 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16700
16701 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16702 (vc-file-not-found-hook): Use it.
16703
16704 * diff-mode.el (diff-default-read-only): Change default.
16705 (diff-mode-hook): Make it a defcustom. Add some options.
16706 (diff-mode-map): Bind diff-refine-hook.
16707 (diff-yank-handler): New var.
16708 (diff-yank-function): New fun.
16709 (diff-font-lock-keywords): Use them.
16710 (diff-end-of-file): Handle case where file-header looks like diff text.
16711 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16712 (diff-file-kill): Delete a subsequent empty line, if applicable.
16713 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16714 (diff-find-file-name): Use it.
16715 (diff-tell-file-name): New command.
16716 (diff-mode): Be careful with view-mode.
16717 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16718 New functions, for use in diff-mode-hook.
16719 (diff-find-source-location): Catch "regex too large" errors.
16720 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16721 (diff-refine-hunk): New command.
16722
16723 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16724 (smerge-context-menu-map): Remove unused var.
16725 (smerge-keep-all): Preserve markers.
16726 (smerge-keep-n): New fun.
16727 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16728 (smerge-keep-current, smerge-ediff): Use it.
16729 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16730 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16731 (smerge-resolve): Resolve trivial 3-part conflicts.
16732
16733 2004-03-23 Juri Linkov <juri@jurta.org>
16734
16735 * man.el (Man-width): New var.
16736 (Man-getpage-in-background): Use it.
16737 (Man-support-local-filenames): New var and fun.
16738 (Man-build-man-command): Don't add a second %s.
16739 (Man-fontify-manpage): Clean up message.
16740 (Man-mode): Set outline-regexp, outline-level,
16741 imenu-generic-expression.
16742
16743 * woman.el (woman-fill-frame): Doc fix.
16744 (woman-decode-region): Use window-width instead of frame-width.
16745
16746 * abbrevlist.el (list-one-abbrev-table):
16747 * descr-text.el (describe-char):
16748 * international/mule-diag.el (describe-current-coding-system):
16749 * international/quail.el (quail-insert-decode-map):
16750 Use window-width instead of frame-width.
16751
16752 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16753 (jka-compr-mode-alist-additions): Add tbz.
16754 (jka-compr-write-region, jka-compr-insert-file-contents):
16755 Add message for undefined compress-program.
16756 (jka-compr-write-region): Remove redundant var bindings.
16757
16758 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16759 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16760 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16761 (dired-man): Use dired-guess-shell-command.
16762 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16763 Change default nil to t.
16764
16765 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16766 (dired-compare-directories): Add default value for empty input.
16767
16768 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16769
16770 * time.el (display-time-string-forms): Fix help-echo date format.
16771
16772 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16773
16774 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16775 (buffer-stale-function): New variable.
16776 (auto-revert-list-diff, auto-revert-dired-file-list)
16777 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16778 (auto-revert-handler): Take over some functionality of deleted
16779 functions.
16780 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16781
16782 * dired.el (dired-directory-changed-p): New fun, extracted from
16783 dired-internal-noselect.
16784 (dired-buffer-stale-p): New fun.
16785 (dired-internal-noselect): Use dired-directory-changed-p.
16786 Eliminate revert messages.
16787 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16788
16789 2004-03-23 Kenichi Handa <handa@m17n.org>
16790
16791 * international/characters.el: Setup syntaxes for more parentheses
16792 Unicode characters.
16793
16794 * international/mule-cmds.el (select-safe-coding-system):
16795 Merge coding-system and auto-cs before comparing them.
16796
16797 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16798
16799 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16800
16801 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16802 normal-auto-fill-function and comment-indent-function.
16803 The default values now work just as well.
16804 Don't set font-lock-beginning-of-syntax-function since we already set
16805 syntax-begin-function.
16806 (lisp-outline-level): Put ;;;###autoload at same level as (.
16807 (prin1-char): Quote special chars.
16808
16809 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16810 than with-no-warnings.
16811
16812 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16813 if the source location can't be found.
16814 (edebug-compute-previous-result): Use prin1-char.
16815
16816 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16817 (debug-ignored-errors): Add an entry.
16818
16819 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16820 (byte-compile-file): Output warning when deleting a file.
16821
16822 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16823 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16824
16825 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16826 (byte-compile-inline-expand): Use backquote.
16827 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16828 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16829
16830 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16831
16832 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16833
16834 2004-03-22 Juri Linkov <juri@jurta.org>
16835
16836 * finder.el (finder-known-keywords): Fix data, tex, unix.
16837
16838 * play/landmark.el: Fix keywords.
16839
16840 * language/ethio-util.el (ethio-find-file): Doc fix.
16841
16842 * emacs-lisp/warnings.el: Doc fix.
16843
16844 * textmodes/ispell.el (ispell-help): Doc fix.
16845
16846 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16847
16848 * format.el (format-insert-file): Always return a list of two
16849 elements, like insert-file-contents does.
16850
16851 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16852
16853 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16854 and vc-BACKEND-diff.
16855 (vc-print-log): If the print-log implementation supports it, use
16856 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16857 (vc-version-diff, vc-diff-internal): Doc fixes.
16858
16859 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16860 implementation supports it, let diff output go to *vc*,
16861 not *vc-diff*, since this is an internal call.
16862
16863 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16864
16865 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16866
16867 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16868
16869 2004-03-21 Dave Love <fx@gnu.org>
16870
16871 * progmodes/cfengine.el (cfengine-mode):
16872 Set parse-sexp-ignore-comments.
16873
16874 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16875
16876 2004-03-21 Juanma Barranquero <lektu@terra.es>
16877
16878 * allout.el (allout-mode): Fix docstring.
16879
16880 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16881
16882 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16883
16884 * autorevert.el (auto-revert-interval): Make new value take
16885 effect immediately when set through Custom.
16886 (auto-revert-set-timer): Add interactive declaration.
16887
16888 2004-03-19 David Ponce <david@dponce.com>
16889
16890 * ruler-mode.el (ruler-mode-header-line-format-old):
16891 Don't `make-variable-buffer-local'.
16892 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16893 (ruler-mode-header-line-format): Simply funcall the above.
16894 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16895 to save/restore a previous header line format.
16896 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16897 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16898 fringes and margins width.
16899 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16900
16901 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16902
16903 * log-edit.el (log-edit-font-lock-keywords): Typo.
16904
16905 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16906 (tex-send-tex-command): Rather than here.
16907 (tex-compilation-parse-errors): Simplify.
16908
16909 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16910
16911 * time.el (display-time-string-forms): Add help-echo with date on time.
16912
16913 * composite.el (compose-region): Use restore-buffer-modified-p.
16914
16915 * disp-table.el (standard-display-8bit): Simplify.
16916
16917 * server.el (server-process-filter): Delete temp frame.
16918
16919 * add-log.el (add-change-log-entry): Simplify.
16920
16921 2004-03-19 Kim F. Storm <storm@cua.dk>
16922
16923 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16924 (hexl-follow-line): Don't require 'fringe.
16925
16926 * progmodes/compile.el (compilation-start): Always set
16927 compilation-last-buffer and return it.
16928
16929 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16930
16931 * simple.el (clone-buffer): Doc fix.
16932
16933 2004-03-18 Juanma Barranquero <lektu@terra.es>
16934
16935 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16936
16937 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16938
16939 * log-edit.el (log-edit-font-lock-keywords): New var.
16940 (log-edit-mode): Use it.
16941
16942 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16943
16944 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16945 properly for watching in speedbar.
16946
16947 2004-03-17 Masatake YAMATO <jet@gyve.org>
16948
16949 * smerge-mode.el (smerge-popup-context-menu):
16950 Put `unwind-protect' around `overlay-put' and `popup-menu'.
16951
16952 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16953
16954 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16955 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16956 Take sealed revisions into account.
16957 (vc-arch-checkin): Extract a summary line from the message.
16958
16959 2004-03-16 Masatake YAMATO <jet@gyve.org>
16960
16961 * register.el (register): Provide `register' feature.
16962
16963 2004-03-15 Masatake YAMATO <jet@gyve.org>
16964
16965 Added context menu support in smerge mode.
16966 Most of the part is written by Stefan Monnier.
16967
16968 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16969 New keymap and menu.
16970 (smerge-text-properties): New function.
16971 (smerge-remove-props): New function.
16972 (smerge-popup-context-menu): New function.
16973 (smerge-resolve): Call `smerge-remove-props'.
16974 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
16975 (smerge-keep-current): Ditto.
16976 (smerge-kill-current): New function.
16977 (smerge-match-conflict): Put text properties.
16978 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
16979
16980 2004-03-15 David Ponce <david@dponce.com>
16981
16982 * ruler-mode.el (ruler-mode-left-fringe-cols)
16983 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16984 (ruler-mode-right-scroll-bar-cols): Remove.
16985 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
16986 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16987 Use fringe-columns and scroll-bar-columns.
16988
16989 2004-03-15 Masatake YAMATO <jet@gyve.org>
16990
16991 * hl-line.el (hl-line-range-function): New variable.
16992 (hl-line-move): New function.
16993 (global-hl-line-highlight): Use `hl-line-move'.
16994 (hl-line-highlight): Ditto.
16995
16996 * scroll-bar.el (scroll-bar-columns):
16997 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
16998
16999 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17000 (ruler-mode-left-fringe-cols)
17001 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17002 (ruler-mode-right-scroll-bar-cols)
17003 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17004 (ruler-mode-ruler-function): New variable.
17005 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17006 if the value for `ruler-mode-ruler-function'is given.
17007
17008 * hexl.el (hexl-mode-hook): Make the hook customizable.
17009 (hexl-address-area, hexl-ascii-area): New customize variables.
17010 (hexlify-buffer): Put font-lock-faces on the address area and
17011 the ascii area.
17012 (hexl-activate-ruler): New function.
17013 (hexl-follow-line): New function.
17014 (hexl-highlight-line-range): New function.
17015 (hexl-mode-ruler): New function.
17016
17017 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17018
17019 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17020 (vc-default-find-file-hook): New fun.
17021 (vc-find-file-hook): Call new find-file-hook operation.
17022
17023 * vc-arch.el: New file.
17024
17025 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17026
17027 * info-look.el (info-lookup): Reuse an existing Info window.
17028
17029 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17030
17031 * woman.el (woman-preserve-ascii): Default value changed to t and
17032 doc string revised.
17033
17034 2004-03-12 Richard M. Stallman <rms@gnu.org>
17035
17036 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17037 Fix minor bug.
17038
17039 * replace.el (occur-engine): Change message for count of matches.
17040
17041 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17042 For strings, do compare text properties.
17043
17044 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17045
17046 * progmodes/compile.el (compile-auto-highlight)
17047 (compilation-error-list, compilation-old-error-list)
17048 (compilation-parse-errors-function, compilation-parsing-end)
17049 (compilation-error-message, compilation-directory-stack)
17050 (compilation-enter-directory-regexp-alist)
17051 (compilation-leave-directory-regexp-alist)
17052 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17053 (compilation-current-file, compilation-regexps): Remove vars.
17054
17055 (compile-error-at-point, compilation-error-filedata)
17056 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17057 (compilation-next-error-locus, compilation-forget-errors)
17058 (count-regexp-groupings, compilation-parse-errors)
17059 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17060
17061 (compile-internal): Make obsolete.
17062
17063 (compilation-first-column, compilation-error)
17064 (compilation-directory-matcher, compilation-page-delimiter)
17065 (compilation-mode-font-lock-keywords, compilation-debug)
17066 (compilation-error-face, compilation-warning-face)
17067 (compilation-info-face, compilation-line-face)
17068 (compilation-column-face, compilation-enter-directory-face)
17069 (compilation-leave-directory-face, compilation-skip-threshold)
17070 (compilation-skip-visited, compilation-context-lines): New vars.
17071
17072 (compilation-warning-face, compilation-info-face)
17073 (compilation-message-face): New faces.
17074
17075 (compilation-error-regexp-alist-alist): New constant.
17076
17077 (compilation-face, compilation-directory-properties)
17078 (compilation-assq, compilation-error-properties, compilation-start)
17079 (define-compilation-mode, compilation-loop)
17080 (compilation-set-window): New functions.
17081
17082 (compile): Additional argument for interactive compiles like TeX.
17083
17084 * progmodes/grep.el (kill-grep): Move here from compile.el
17085 (grep-error, grep-hit-face, grep-error-face)
17086 (grep-mode-font-lock-keywords): New variables.
17087 (grep-regexp-alist): Simplify regexp and add `binary' case.
17088 (grep-mode): New mode.
17089 (grep-process-setup): Simplify.
17090
17091 2004-03-11 Jason Rumney <jasonr@gnu.org>
17092
17093 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17094 letters on DOS/Windows.
17095
17096 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17097
17098 * server.el (server-name): New var.
17099 (server-socket-dir): New var to replace server-socket-name.
17100 (server-start): Use them.
17101
17102 2004-03-11 Simon Josefsson <jas@extundo.com>
17103
17104 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17105 died to avoid infloop. Reported by Jonathan Glauner
17106 <jglauner@sbum.org>.
17107
17108 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17109
17110 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17111 (smerge-mode-menu): Use it to deactivate menu entries.
17112 (smerge-keep-current): New fun.
17113 (smerge-keep-current): Use it.
17114
17115 2004-03-10 John Paul Wallington <jpw@gnu.org>
17116
17117 * foldout.el (foldout-fold-list, foldout-modeline-string):
17118 Declare them as variables, not constants.
17119
17120 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17121
17122 * ps-print.el: Modification to print *Messages* buffer.
17123 (ps-print-version): New version 6.6.4.
17124 (ps-message-log-max): New fun.
17125 (ps-spool-without-faces, ps-spool-with-faces)
17126 (ps-count-lines-preprint): Code fix.
17127
17128 * printing.el: New tips in Tips section.
17129
17130 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17131
17132 * delim-col.el: Doc fix.
17133
17134 * printing.el: Doc fix. New doc section (Tips).
17135
17136 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17137
17138 * type-break.el (type-break-emacs-variant): Remove.
17139 (type-break-run-at-time, type-break-cancel-function-timers):
17140 Use fboundp rather than version name and number.
17141
17142 2004-03-09 Masatake YAMATO <jet@gyve.org>
17143
17144 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17145 `make-variable-buffer-local'.
17146
17147 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17148
17149 * find-dired.el (find-dired): Call `shell-command' instead of
17150 `start-process-shell-command'. By this, Tramp takes over
17151 handling of remote directories.
17152
17153 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17154
17155 * newcomment.el (comment-use-global-state): New var.
17156 (comment-search-forward): Use it.
17157
17158 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17159
17160 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17161
17162 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17163 (enable-kinsoku): Make it a defcustom.
17164 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17165 paragraph to same-comment-start-marker.
17166
17167 2004-03-07 Dave Love <fx@gnu.org>
17168
17169 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17170 (browse-url-mail): Use it.
17171
17172 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17173 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17174
17175 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17176
17177 * woman.el (woman-man.conf-path): Doc fix.
17178 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17179
17180 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17181
17182 * sort.el (sort-columns): Remove ms-dos from the list of systems
17183 where the external `sort' command is not used.
17184
17185 2004-03-07 Kim F. Storm <storm@cua.dk>
17186
17187 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17188 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17189 from overlay-arrow-variable-list.
17190 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17191
17192 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17193
17194 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17195 overlay arrow string properly for the assembler buffer.
17196
17197 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17198
17199 * mail/sendmail.el (mail-mode): Fix last change.
17200
17201 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17202
17203 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17204 for the assembler buffer.
17205 (gdb-assembler-custom): Position the overlay arrow.
17206 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17207
17208 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17209
17210 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17211
17212 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17213 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17214
17215 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17216
17217 * newcomment.el (uncomment-region): Allow non-terminated comment.
17218 (comment-normalize-vars): Check the user-specified comstart marker.
17219
17220 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17221
17222 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17223 Otherwise, do use it if the region only contains font-lock text
17224 properties.
17225
17226 2004-03-04 Masatake YAMATO <jet@gyve.org>
17227
17228 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17229 as the callback function for eldoc.
17230 (hexl-print-current-point-info): New function.
17231 (hexl-current-address): Print the address in both decimal
17232 and hexadecimal format.
17233
17234 2004-03-04 Richard M. Stallman <rms@gnu.org>
17235
17236 * mail/rmail.el (rmail-convert-to-babyl-format):
17237 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17238
17239 * mail/mail-utils.el (mail-unquote-printable-region):
17240 New arg UNIBYTE.
17241
17242 * startup.el (command-switch-alist): Doc fix.
17243
17244 * simple.el (undo): Temporarily set this-command to `undo-start',
17245 then set it to `undo' once undo-start returns without error.
17246
17247 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17248
17249 * simple.el (kill-line): Don't disregard trailing whitespace
17250 in eol condition, if show-trailing-whitespace is set.
17251
17252 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17253 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17254 When disabling, restore old values only if mouse-sel-has-been-enabled.
17255
17256 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17257 (isearch-{-char): New function.
17258 (isearch-mode-map): Bind { to isearch-{-char.
17259
17260 * font-lock.el (lisp-font-lock-keywords-2):
17261 Turn off the CL with-... and do-... general patterns.
17262 Instead, recognize several specific with... and do... constructs.
17263
17264 * files.el (switch-to-buffer-other-window):
17265 Bind same-window-buffer-names and same-window-regexps to nil.
17266 (switch-to-buffer-other-frame): Likewise.
17267
17268 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17269
17270 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17271 recognizing leading comment on code line.
17272
17273 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17274
17275 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17276 hidden files/directories.
17277
17278 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17279
17280 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17281 only comment-start (in case the mode hasn't set it).
17282
17283 * Makefile.in (AUTOGENEL): New var.
17284 (bootstrap-prepare): Rename from bootstrap-clean.
17285 Don't remove elc files.
17286 (maintainer-clean): New target.
17287
17288 * xml.el (xml-get-attribute-or-nil): Simplify.
17289
17290 2004-03-02 Juri Linkov <juri@jurta.org>
17291
17292 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17293 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17294 URL to prevent their substitution with the environment variable
17295 values by browsers.
17296
17297 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17298
17299 * ps-print.el: Doc fix.
17300 (ps-print-version): New version number (6.6.3).
17301 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17302 Docstring fix.
17303 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17304 before printing.
17305 (ps-time-stamp-yyyy-mm-dd): New fun.
17306 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17307
17308 2004-03-02 Kim F. Storm <storm@cua.dk>
17309
17310 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17311
17312 2004-03-01 Juanma Barranquero <lektu@terra.es>
17313
17314 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17315
17316 * desktop.el (desktop-file-version)
17317 (desktop-after-read-hook): Fix typos.
17318 (desktop-clear-preserve-buffers): Remove redundant info in
17319 docstring already shown by the obsolescence message.
17320 (desktop-truncate, desktop-internal-v2s)
17321 (desktop-value-to-string): Change argument name to match docstring.
17322
17323 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17324
17325 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17326 docstring.
17327
17328 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17329
17330 * printing.el: Replace "As Is..." in PostScript file print/preview by
17331 "No Preprocessing...". Suggested by Colin Marquardt
17332 <_marquardt_@zmd.de>.
17333 (pr-insert-section-4): Adjust buffer interface.
17334
17335 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17336
17337 Version 2.0.39 of Tramp released.
17338
17339 * net/tramp.el (tramp-handle-file-local-copy)
17340 (tramp-handle-write-region, tramp-open-connection-rsh):
17341 Variable name typo. Small change. From Patrick Tullmann
17342 <tullmann@flux.utah.edu>.
17343 (tramp-process-connection-type): New variable.
17344 (tramp-maybe-open-connection): Use it.
17345 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17346 (tramp-touch): Set last-modified time of a remote file.
17347 (tramp-handle-write-region): Say which function is used when encoding.
17348
17349 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17350
17351 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17352 case of non-existing filename, too. Reported by Christoph Bauer
17353 <c_bauer@informatik.uni-kl.de>.
17354 (tramp-smb-get-file-entries): The directory in question should
17355 have permissions "drwxrwxrwx". Just virtual, because we don't
17356 know the real permissions. Don't we know?
17357 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17358 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17359 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17360 output. If it was received chunkwise, there have been problems.
17361 Remove the "prompt not found" error message; it is obvious.
17362 Simplify algorithm.
17363 (tramp-smb-process-running): Remove. Since we acknowledge the
17364 virtual prompt for shares, there's no need for distinction of
17365 reading shares (process ends afterwards) and interactive mode of
17366 smblient.
17367 (tramp-smb-open-connection): Setting process sentinel removed.
17368 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17369 "NT_STATUS_NETWORK_ACCESS_DENIED".
17370 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17371 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17372 (top-level): Setting default value in `tramp-default-method-alist'
17373 corrected. Order of USER and HOST have been wrong.
17374 Nobody complained for months ...
17375 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17376 (tramp-smb-open-connection): Clear password cache if login has failed.
17377
17378 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17379 `tramp-unified-filenames'.
17380 (tramp-completion-mode): Make test for XEmacs explicitely.
17381 `event-to-character' can exists in Emacs packages too.
17382 Reported by Matt Swift <swift@alum.mit.edu>.
17383 (tramp-buffer-name): Buffer name must contain the user if exists.
17384 Reported by Adrian Phillips <a.phillips@met.no>.
17385 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17386 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17387 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17388 `tramp-do-copy-or-rename-file-one-local', because it handles also
17389 the case both files use the same out-of-band method.
17390 Implementation added.
17391 (tramp-handle-file-local-copy, tramp-handle-write-region):
17392 Out-of-band handling removed. `copy-file' called instead, which
17393 calls `tramp-do-copy-or-rename-file-out-of-band'.
17394 (tramp-action-password): Check for out-of-band method removed.
17395 This function is used for 'login-program.
17396 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17397 appropriate.
17398 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17399 and `tramp-parse-sknownhosts'.
17400 (tramp-completion-function-alist): It's a defvar now, because we
17401 want to apply the optimized `tramp-set-completion-function'
17402 instead of a static list.
17403 (tramp-set-completion-function): Implementation tuned.
17404 Avoid double entries, and entries where the function or the
17405 file/directory doesn't exist.
17406 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17407 for SSH2.
17408 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17409 (tramp-handle-dired-compress-file): New function.
17410 (tramp-async-proc): New variable.
17411 (tramp-handle-shell-command): Adding asynchronous processes.
17412 They are far from being perfect, but it works at least for
17413 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17414 (top-level): Require password.el if visible. Should be mandatory
17415 once No Gnus has found its way into (X)Emacs.
17416 (tramp-read-passwd): Invoke `password-read' if available,
17417 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17418 fallback any longer.
17419 (tramp-clear-passwd): New function.
17420 (tramp-process-actions, tramp-process-multi-actions):
17421 Clear password cache if login has failed.
17422
17423 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17424 its own module.
17425 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17426 `ange-ftp-ftp-name-res'. There could be incorrect values from
17427 previous calls in case the "ftp" method is used in the Tramp file
17428 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17429
17430 2004-02-28 Richard M. Stallman <rms@gnu.org>
17431
17432 * term.el (term-mouse-paste): Call mouse-set-point.
17433
17434 * thumbs.el: New file.
17435
17436 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17437
17438 * progmodes/ebnf-abn.el: Doc fix.
17439
17440 * progmodes/ebnf-bnf.el: Doc fix.
17441 (ebnf-repeat): Code fix.
17442
17443 * progmodes/ebnf2ps.el: Doc fix.
17444 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17445
17446 2004-02-28 Juri Linkov <juri@jurta.org>
17447
17448 * ffap.el (dired-at-point): Additional writability test for
17449 relative directory names.
17450 (dired-at-point-prompter): Treat directories as a directory, get
17451 the directory component from files.
17452 (ffap-string-at-point): Return string from region if region is active.
17453 (ffap-file-at-point): Remove redundant code.
17454
17455 2004-02-28 Kim F. Storm <storm@cua.dk>
17456
17457 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17458 Initialize margin area images to nil.
17459 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17460 (breakpoint-enabled-bitmap-face)
17461 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17462 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17463 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17464 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17465 (gdb-reset): Use gdb-remove-breakpoint-icons.
17466 (gdb-put-string): Add dprop arg to specify alternative display
17467 property (for setting fringe bitmap).
17468 (gdb-remove-strings): Doc fix.
17469 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17470 icon in fringe (if available), or else as icon or text in display
17471 margin. Creates necessary icons in breakpoint-bitmap,
17472 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17473 Also make left window margin if required.
17474 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17475 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17476 no longer needed.
17477 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17478 gdb-put-breakpoint-icon.
17479 (gdb-assembler-mode): Don't set left-margin-width here.
17480
17481 2004-02-27 Kevin Ryde <user42@zip.com.au>
17482
17483 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17484 comma, so that it DTRT in macros.
17485
17486 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17487
17488 * progmodes/sh-script.el (sh-shell-arg)
17489 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17490 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17491
17492 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17493
17494 * faces.el (face-spec-set-match-display): Add a new attribute,
17495 `min-colors'.
17496 (region, highlight, secondary-selection): Use `min-colors'.
17497
17498 * custom.el (defface): Add documentation for `min-colors'.
17499
17500 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17501 (font-lock-keyword-face, font-lock-function-name-face)
17502 (font-lock-variable-name-face, font-lock-constant-face):
17503 Use `min-colors'.
17504
17505 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17506
17507 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17508
17509 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17510 define assq-delete-all if it's not defined.
17511 (ebnf-generate-region): Code fix.
17512
17513 * printing.el: Doc fix.
17514 (pr-version): New version number (6.7.2).
17515 (pr-command): Return empty string if command is an empty string.
17516
17517 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17518
17519 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17520
17521 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17522 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17523 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17524 "tt" ["test"] ). Reported by Markus Dreyer
17525 <mdreyer@ix.urz.uni-heidelberg.de>.
17526 (ebnf-version): New version number (4.0).
17527 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17528 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17529 (ebnf-delete-style): New commands.
17530 (ebnf-directory, ebnf-file): New funs.
17531 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17532 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17533 (ebnf-syntax-alist): New var.
17534 (ebnf-element-width): New fun replacing ebnf-list-width.
17535 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17536 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17537 (ebnf-prologue): Adjust vars.
17538 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17539 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17540 (ebnf-check-style-values, ebnf-generate-production)
17541 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17542 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17543 (ebnf-token-repeat): Code fix.
17544
17545 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17546 %right, %left and %prec. Suggested by Matthew K. Junker
17547 <junker@alum.mit.edu>.
17548 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17549
17550 * progmodes/ebnf-iso.el: Doc fix.
17551 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17552 (ebnf-iso-lex): Code fix.
17553
17554 * progmodes/ebnf-bnf.el: Doc fix.
17555 (ebnf-bnf-lex): Code fix.
17556
17557 * progmodes/ebnf-otz.el: Doc fix.
17558
17559 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17560
17561 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17562 (abbrev-prefix-mark): Doc fix.
17563
17564 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17565
17566 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17567 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17568 (gdb-var-delete): Make interactive (really).
17569 (gdb-edit-value): Make non-interactive.
17570
17571 * progmodes/gud.el (gud-speedbar-menu-items):
17572 Add gdb-var-delete and, indirectly, gdb-edit-value.
17573 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17574 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17575 (gud-gdb-marker-filter): Add comment for annotations.
17576
17577 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17578
17579 * calendar/calendar.el (generate-calendar)
17580 (calendar-read-date): Prevent display of BC calendars once more -
17581 reverts 2003-10-01 change.
17582 (generate-calendar-month): Doc fix.
17583
17584 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17585
17586 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17587 return value of increment-calendar-month.
17588
17589 2004-02-21 Stephen Compall <s11@member.fsf.org>
17590
17591 * saveplace.el (save-place-forget-unreadable-files)
17592 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17593 (save-place-forget-unreadable-files): New function.
17594 (save-place-alist-to-file): Use it to filter out files that are
17595 no longer readable.
17596
17597 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17598 current Texinfo environment, using the same method as in
17599 `texinfo-insert-@end', and insert a space rather than a newline if
17600 point in a @table environment.
17601
17602 2004-02-21 Juri Linkov <juri@jurta.org>
17603
17604 * ffap.el (ffap-file-at-point): Try parent directories.
17605
17606 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17607
17608 * vcursor.el (vcursor-modifiers): New defcustom.
17609 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17610 hard-coded list.
17611
17612 2004-02-21 Masatake YAMATO <jet@gyve.org>
17613
17614 * play/animate.el (animate-birthday-present): Accept names other
17615 than `Sarah', too.
17616
17617 2004-02-21 Juri Linkov <juri@jurta.org>
17618
17619 * startup.el: Remove table of command line arguments from the
17620 Commentary section.
17621
17622 2004-02-20 John Wiegley <johnw@newartisans.com>
17623
17624 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17625 again" modifier from 'e' to 'E', since 'e' is also used by the
17626 "file extension" modifier.
17627
17628 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17629
17630 * help-fns.el (describe-categories): Doc fix.
17631
17632 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17633
17634 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17635 temporary file for buffer already visiting one. This change makes
17636 output likely to be directly usable by patch program.
17637 Suggested by Adrian Aichner <adrian@xemacs.org>
17638
17639 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17640
17641 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17642 case of variables defined in compound statements.
17643 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17644 Simplify constructions using switch-to-buffer.
17645
17646 2004-02-19 Simon Josefsson <jas@extundo.com>
17647
17648 * play/morse.el: Fix typo.
17649 (morse-code): Add @.
17650
17651 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17652
17653 * calendar/appt.el (appt-display-format): Change default to
17654 'ignore, for backwards compatibility.
17655 (appt-display-message): If appt-display-format is 'ignore,
17656 respect old vars appt-msg-window and appt-visible.
17657 (appt-activate): Don't depend on return value of cancel-timer.
17658
17659 * calendar/calendar.el (calendar-holidays): Doc fix.
17660
17661 * calendar/cal-coptic.el (coptic-prompt-for-date):
17662 Use assoc-string instead of assoc-ignore-case.
17663 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17664 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17665 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17666 * calendar/cal-islam.el (calendar-goto-islamic-date)
17667 (mark-islamic-diary-entries): Ditto.
17668 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17669 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17670 (calendar-read-mayan-tzolkin-date): Ditto.
17671 * calendar/calendar.el (calendar-read-date): Ditto.
17672 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17673
17674 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17675
17676 * progmodes/executable.el (executable-command-find-posix-p):
17677 Fix choice of the directory.
17678
17679 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17680
17681 * simple.el (interprogram-cut-function)
17682 (interprogram-paste-function, kill-new, kill-append):
17683 Doc fixes.
17684 (kill-region): Make it return nil. Doc fix.
17685 (yank-pop): Make its argument optional.
17686 (yank): Make ARG `-' equivalent to `-1'.
17687
17688 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17689
17690 * mail/rmail.el (rmail-get-new-mail): Don't reference
17691 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17692
17693 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17694
17695 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17696 if one of global-auto-revert-non-file-buffers or autorevert-mode
17697 is non-nil.
17698
17699 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17700
17701 * subr.el (delete-dups): A better implementation from Karl Heuer
17702 <kwzh@gnu.org>.
17703
17704 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17705
17706 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17707 correct place.
17708 * progmodes/icon.el (icon-indent-command): Ditto.
17709 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17710
17711 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17712
17713 * progmodes/grep.el (grep-compute-defaults): Undo change from
17714 2004-01-29: don't use executable-command-find-posix-p.
17715
17716 2004-02-16 Richard Sharman <rsharman@pobox.com>
17717
17718 * hilit-chg.el: Use require instead of eval-and-compile.
17719 (highlight-compare-buffers): New function.
17720
17721 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17722
17723 * man.el (Man-fontify-manpage): Render section headings in
17724 `Man-overstrike-face' even when overstrike was not used by man
17725 formatter for section headings.
17726
17727 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17728
17729 * rmail-spam-filter.el (vm-use-spam-filter)
17730 (rsf-min-region-length-added-to-spam-list): New variables.
17731 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17732 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17733 spam testing. Don't delete spam message if automatic deletion
17734 after output via variable rmail-delete-after-output is turned on.
17735 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17736 rsf-bbdb-dont-create-entries-for-spam.
17737 (check-field): New function, extracted from code in
17738 rmail-spam-filter to ease addition of header fields like content-type.
17739 (message-content-type): New variable to check the content-type:
17740 field added, also in defcustom of rsf-definitions-alist.
17741 (rmail-spam-filter): Replace repeated test code for header fields
17742 by calls to check-field; change the call to
17743 rmail-output-to-rmail-file such that rmail-current-message stays
17744 the same to avoid wrong deletion of unseen flags.
17745 (rsf-add-contents-type): New function to convert old format
17746 of rmail-spam-definitions-alist into new one.
17747 Change prefixes of all variables and functions from
17748 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17749
17750 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17751
17752 * loadhist.el (unload-hook-features-list): New defvar.
17753
17754 2004-02-16 Dave Love <fx@gnu.org>
17755
17756 * loadhist.el (unload-feature): Doc fix. Rename flist to
17757 unload-hook-features-list.
17758
17759 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17760
17761 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17762 cookie. Don't check if we are looking-at open-formula.
17763
17764 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17765
17766 * subr.el (match-string-no-properties): Use substring-no-properties.
17767
17768 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17769
17770 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17771 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17772 Use lower-case "rx" in all error message.
17773
17774 2004-02-16 Dave Love <fx@gnu.org>
17775
17776 * emacs-lisp/rx.el (rx-or): Put group around result.
17777 (rx-constituents): Add backref.
17778 (rx-syntax): Add string-delimiter, comment-delimiter.
17779 (rx-categories): Add combining-diacritic.
17780 (rx-check-not, rx-greedy, rx): Doc fix.
17781 (rx-backref, rx-check-backref): New.
17782
17783 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17784
17785 * newcomment.el (uncomment-region): Allow eob as comment end.
17786
17787 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17788
17789 * filecache.el: All message and error commands now use prefix
17790 "Filecache:" to make it easy to read *Messages* buffer.
17791
17792 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17793
17794 * autorevert.el: Add support to detect changed dired and VC buffers.
17795 (auto-revert-active-p, auto-revert-list-diff)
17796 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17797 (auto-revert-handler, auto-revert-active-p): New functions.
17798 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17799 and `auto-revert-active-p'.
17800 (eval-when-compile): Defvar dired-directory and vc-mode.
17801 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17802 (auto-revert-handler-vc): New functions.
17803
17804 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17805
17806 * progmodes/compile.el (compilation-directory): New defvar.
17807 (compile): Save current directory in compilation-directory.
17808 (recompile): Bind default-directory to compilation-directory if
17809 that is non-nil.
17810
17811 2004-02-16 Dave Love <fx@gnu.org>
17812
17813 * newcomment.el (comment-insert-comment-function)
17814 (comment-region-function, uncomment-region-function): New.
17815 (comment-indent): Use comment-insert-comment-function.
17816 (uncomment-region): Use uncomment-region-function.
17817 (comment-region): Use comment-region-function.
17818
17819 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17820
17821 2004-02-16 Richard Stallman <rms@gnu.org>
17822
17823 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17824 loaddefs* and ldefs-boot*.
17825
17826 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17827
17828 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17829 and email address at the beginning and end of the address.
17830
17831 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17832 anchored at the beginning of the email address.
17833
17834 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17835
17836 * international/ccl.el (ccl-compile-write): Pass `left' to
17837 ccl-embed-code to generate correct code of write-expr-register.
17838
17839 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17840
17841 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17842
17843 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17844
17845 * x-dnd.el: Mention support for Motif in commentary.
17846 (x-dnd-handle-drag-n-drop-event): Ditto.
17847
17848 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17849
17850 * ses.el: Use "ses--" prefixes for buffer-local variables.
17851 Use (point-min) instead of 1, even when we know the buffer
17852 is unnarrowed.
17853 (ses-build-load-map): Delete. Distribute its content to defconst's for
17854 the three maps.
17855 (ses-menu, ses-header-line-menu): New menus.
17856 (ses-mode-map): Use them.
17857 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17858
17859 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17860
17861 * Makefile.in: Fix the CC Mode recompile kludge so it works
17862 when building in a different directory.
17863
17864 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17865
17866 * simple.el (kill-new): Put yank-handler property on the entire string.
17867
17868 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17869
17870 * diff.el: Don't use compile any more, use diff-mode instead.
17871 (diff-regexp-alist, diff-old-file, diff-new-file)
17872 (diff-parse-differences, diff-process-setup): Remove.
17873 (diff-sentinel): New fun.
17874 (diff): Use it. Run the process ourselves.
17875 Use diff-mode for the rest of the processing.
17876
17877 * diff.el (diff): Simplify code handling `switch'.
17878
17879 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17880
17881 * pcvs-defs.el (cvs-menu): Add `tag'.
17882
17883 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17884
17885 * simple.el (kill-append): Doc fix.
17886
17887 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17888 Adapt outline-regexp to the new conventions for commenting out code.
17889
17890 2004-02-11 John Paul Wallington <jpw@gnu.org>
17891
17892 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17893
17894 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17895
17896 * diff.el (diff-switches): New fun.
17897 (diff, diff-backup): Use it.
17898 (diff): Clean up the args construction. Use backquote.
17899 Use listp instead of consp to avoid putting a nil arg.
17900 (diff): Add a revert-buffer function.
17901
17902 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17903
17904 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17905 handled by x-dnd-handle-file-name.
17906 (x-dnd-known-types): Add COMPOUND_TEXT.
17907 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17908 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17909 x-dnd-empty-state.
17910 (x-dnd-forget-drop): Ditto.
17911 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17912 (x-dnd-handle-one-url): Return private when inserting text.
17913 (x-dnd-insert-ctext): New function.
17914 (x-dnd-handle-file-name): New function for FILE_NAME.
17915 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17916 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17917 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17918
17919 2004-02-10 Kenichi Handa <handa@m17n.org>
17920
17921 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17922 instead of while loop.
17923
17924 2004-02-10 Miles Bader <miles@gnu.org>
17925
17926 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17927
17928 2004-02-09 Kenichi Handa <handa@m17n.org>
17929
17930 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17931 have end-of-line.
17932
17933 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17934
17935 * Makefile.in: Added extra dependencies in the recompile target
17936 needed to cope with the compile time macro expansions in CC Mode.
17937
17938 2004-02-09 Kim F. Storm <storm@cua.dk>
17939
17940 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17941 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17942 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17943 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17944 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17945 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17946 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17947 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17948 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17949 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17950 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17951
17952 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17953
17954 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17955 Don't allow shrink if there's a window on our right.
17956
17957 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17958 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17959 Bring together declaration and initialization.
17960 (prolog-mode-variables): Don't set the syntax table.
17961 Don't set paragraph-start and comment-indent-function.
17962 Add /*..*/ to the comment regexps.
17963 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
17964 (prolog-mode-map): Don't bind TAB.
17965 (prolog-mode): Set the syntax table.
17966 (prolog-comment-indent): Remove.
17967 (inferior-prolog-mode-map): Initialize in the declaration.
17968 (inferior-prolog-mode-syntax-table)
17969 (inferior-prolog-mode-abbrev-table): New vars.
17970 (inferior-prolog-mode): Derive from comint-mode.
17971 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17972 minibuffer windows.
17973
17974 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17975 in file names, as long as it is unabmiguous.
17976
17977 2004-02-08 Andreas Schwab <schwab@suse.de>
17978
17979 * textmodes/reftex-toc.el
17980 (reftex-toc-load-all-files-for-promotion): Remove useless use of
17981 format. Doc fix.
17982
17983 * textmodes/refer.el (refer-find-entry-internal): Remove extra
17984 format string arguments.
17985
17986 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17987 string argument.
17988
17989 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
17990
17991 * play/zone.el (zone-call): Fix format string.
17992
17993 * net/webjump.el (webjump-builtin): Add missing format string argument.
17994
17995 * midnight.el (midnight-delay-set): Remove extra format string argument.
17996
17997 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
17998
17999 * hexl.el (hexl-insert-char): Add missing format string argument.
18000
18001 * format.el (format-decode): Fix format string.
18002
18003 * emulation/vi.el (vi-mode): Remove extra format string argument.
18004 (vi-repeat-last-search): Likewise.
18005 (vi-reverse-last-search): Likewise.
18006 (vi-goto-mark): Likewise.
18007 (vi-reverse-last-find-char): Likewise.
18008 (vi-repeat-last-find-char): Likewise.
18009 (vi-locate-def): Likewise.
18010
18011 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18012
18013 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18014 string argument.
18015 (ediff-toggle-regexp-match): Likewise.
18016
18017 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18018 format string argument.
18019
18020 * calc/calc-map.el (calc-get-operator): Remove extra format
18021 string argument.
18022
18023 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18024
18025 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18026 string argument.
18027
18028 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18029
18030 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18031
18032 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18033
18034 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18035 (cl-struct-setf-expander): Likewise.
18036
18037 * vc.el (with-vc-file): Fix unsafe uses of error.
18038 (vc-cancel-version): Likewise.
18039
18040 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18041
18042 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18043 thousands separator; fixes <class>:<line-number> regexp for
18044 non-english locales.
18045
18046 2004-02-08 Andreas Schwab <schwab@suse.de>
18047
18048 * view.el (view-mode-enable): Revert previous change.
18049
18050 2004-02-07 Kim F. Storm <storm@cua.dk>
18051
18052 * simple.el (line-number-at-pos): Rename from line-at-pos.
18053 Uses changed (what-line and vc-annotate-warp-version).
18054
18055 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18056
18057 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18058 (diff-mode): Remove aborted attempt at support for compile.el.
18059 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18060
18061 2004-02-06 Andreas Schwab <schwab@suse.de>
18062
18063 * view.el (view-mode-enable): Add view-mode-map to
18064 minor-mode-overriding-map-alist.
18065
18066 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18067
18068 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18069
18070 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18071
18072 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18073 with point inside rather than after the paragraph.
18074
18075 2004-02-04 Sam Steingold <sds@gnu.org>
18076
18077 * mail/smtpmail.el (smtpmail-try-auth-methods):
18078 Do not try authentication when no mechanism is available.
18079 Pass port-name as defaultport to `netrc-machine'.
18080
18081 2004-02-04 Stephen Eglen <stephen@gnu.org>
18082
18083 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18084 to show how minibuffer height can be constrained.
18085
18086 2004-02-04 John Paul Wallington <jpw@gnu.org>
18087
18088 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18089
18090 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18091
18092 * x-dnd.el: New file for drag and drop.
18093
18094 * term/x-win.el: require x-dnd, set after-make-frame-functions
18095 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18096 drag-n-drop event.
18097
18098 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18099 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18100 (dired-dnd-handle-file): New functions for drag and drop support.
18101 (dired-mode): Initialize drag and drop if x-dnd present.
18102
18103 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18104
18105 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18106 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18107 (cperl-mode): Set fill-paragraph-function.
18108 (cperl-fill-paragraph): Make it non-interactive.
18109
18110 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18111
18112 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18113
18114 2004-02-02 David Kastrup <dak@gnu.org>
18115
18116 * replace.el (perform-replace): Allow 'literal argument in
18117 regexp-flag to indicate literal replacement.
18118 (query-replace-regexp-eval): Use it.
18119
18120 2004-02-01 Andreas Schwab <schwab@suse.de>
18121
18122 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18123
18124 2004-02-01 Stephen Eglen <stephen@gnu.org>
18125
18126 * info-look.el: Add support for maxima-mode. Update commentary
18127 because info-lookup-symbol is now bound to C-h S.
18128
18129 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18130
18131 * simple.el (edit-and-eval-command): Bind print-level and
18132 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18133 Correct initial position in command-history.
18134
18135 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18136
18137 * files.el (read-directory-name): Adapt the docstring to recent
18138 change in Fread_file_name.
18139
18140 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18141
18142 * ses.el (ses-print-cell): If print format too wide for column
18143 width, truncate decimal places if that helps to avoid "#####" fill.
18144 * ses.el (ses-initial-column-width): Revert previous change.
18145
18146 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18147
18148 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18149 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18150 Add edebug info.
18151 (jit-lock-mode): Setup/cancel the new timer.
18152 (jit-lock-context-fontify): New fun. Extracted from
18153 context fontification code of jit-lock-stealth-fontify.
18154 (jit-lock-stealth-fontify): Don't do context fontification any more.
18155
18156 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18157 (jit-lock-fontify-now): Handle the `quit' case.
18158 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18159
18160 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18161
18162 * progmodes/executable.el (executable-command-find-posix-p):
18163 New. Check if find handles arguments Posix-style.
18164
18165 * progmodes/grep.el (grep-compute-defaults):
18166 Use executable-command-find-posix-p.
18167 (grep-find): Check `grep-find-command'.
18168
18169 * filecache.el (file-cache-find-posix-p): Delete.
18170 (file-cache-add-directory-using-find):
18171 Use `executable-command-find-posix-p'.
18172
18173 2004-01-29 Dave Love <fx@gnu.org>
18174
18175 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18176 Iterate the hook function if arg is given.
18177 (mark-defun, narrow-to-defun): Change order of finding the limits.
18178
18179 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18180 (byte-compile-format-warn): New.
18181 (byte-compile-callargs-warn): Use it.
18182 (Format, message, error): Add byte-compile-format-like property.
18183 (byte-compile-maybe-guarded): New.
18184 (byte-compile-if, byte-compile-cond): Use it.
18185 (byte-compile-lambda): Compile interactive forms,
18186 just to make warnings about them.
18187
18188 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18189
18190 * ses.el (ses-initial-column-width): Increase to 14, so it will
18191 work well with the default printer of "%.7g" for extreme values
18192 like "-1.234567e+07".
18193
18194 2004-01-29 Kenichi Handa <handa@m17n.org>
18195
18196 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18197
18198 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18199
18200 * dos-w32.el: Added support for the `default-printer-name' function.
18201
18202 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18203
18204 * server.el (server-socket-name): Don't use the hostname in the
18205 socket name since /tmp is local to the host anyway.
18206
18207 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18208 robust check of widening and fix var-naming.
18209
18210 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18211
18212 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18213 or rmail-spam- to rsf- in all function and variable names.
18214 (rsf-min-region-to-spam-list): New variable.
18215 (rsf-bbdb-auto-delete-spam-entries): Rename from
18216 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18217 scanned together with the recipients field for spam testing; Don't
18218 delete spam message if rmail-delete-after-output is non-nil;
18219 (rsf-check-field): New function, extracted from code in
18220 rmail-spam-filter to ease addition of header fields like
18221 content-type:;
18222 (message-content-type): New variable. The content-type: field was
18223 added also in defcustom of rsf-definitions-alist;
18224 (rmail-spam-filter): Replace repeated test code for header fields
18225 by calls to check-field; change the call to
18226 rmail-output-to-rmail-file such that rmail-current-message stays
18227 the same to avoid wrong deletion of unseen flags.
18228 (rmail-use-spam-filter): Add autoload cookie.
18229
18230 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18231
18232 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18233 (file-cache-add-directory-using-find): Add Cygwin support.
18234 (file-cache-find-command-posix-flag): New user variable.
18235
18236 * filecache.el (file-cache-add-directory): Check for
18237 directories an remove them from dir-files.
18238
18239 2004-01-27 Richard M. Stallman <rms@gnu.org>
18240
18241 * man.el (Man-fontify-manpage): Clean up message.
18242
18243 2004-01-27 Kenichi Handa <handa@m17n.org>
18244
18245 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18246 (sentence-end): Define using sentence-end-without-space.
18247
18248 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18249 a sentence ends with one of a character in sentence-end-without-space.
18250
18251 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18252
18253 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18254 (jit-lock): Group declaration moved to jit-lock.el.
18255 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18256 when necessary.
18257
18258 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18259 (jit-lock-context-unfontify-pos): Rename from
18260 jit-lock-first-unfontify-pos.
18261 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18262
18263 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18264
18265 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18266 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18267 (fortran-fill): When filling a string, adjust re-search-backward
18268 argument for special case of string just on fill-column.
18269 When filling non-string, allow one extra char if
18270 fortran-break-before-delimiters is non-nil.
18271 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18272 Use fortran-break-delimiters-re and fortran-no-break-re to
18273 correctly handle cases such as "**".
18274
18275 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18276 (f90-no-break-re): Add some extra tokens. Doc fix.
18277
18278 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18279
18280 * mail/rmail-spam-filter.el:
18281 Use two semicolons as Commentary line prefix.
18282 Add ";;; Code:" stylized comment.
18283 Delete end-of-line whitespace.
18284 Wrap (require 'cl) with `eval-when-compile'.
18285
18286 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18287
18288 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18289 at the top level of vc.el.
18290
18291 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18292
18293 * vc.el (vc-current-line): Function removed. This is now done by
18294 the new function line-at-pos in simple.el.
18295 (vc-annotate-warp-version): Use line-at-pos instead of
18296 vc-current-line.
18297
18298 2004-01-22 Kim F. Storm <storm@cua.dk>
18299
18300 * simple.el (line-at-pos): New defun.
18301 (what-line): Use it. Optimize by only counting lines in narrowed
18302 region once.
18303
18304 2004-01-22 Kenichi Handa <handa@m17n.org>
18305
18306 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18307 point (register r1) only for charset mule-unicode-0100-24ff.
18308
18309 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18310
18311 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18312 trailing white space and ensure a final newline.
18313
18314 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18315 Add autoload cookie.
18316
18317 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18318
18319 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18320 activate view-mode explicitly.
18321
18322 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18323
18324 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18325 menu-bar-enable-clipboard and make Paste use clipboard first.
18326
18327 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18328
18329 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18330 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18331 (vc-mcvs-cvs): Remove.
18332 (vc-mcvs-command): Remove use of assert.
18333
18334 * outline.el (outline-insert-heading): Tighten up match.
18335 (outline-demote, outline-move-subtree-down): Don't assume anything
18336 about outline-regexp.
18337
18338 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18339 (texinfo-show-structure): Explicitly add ^, and simplify.
18340
18341 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18342
18343 * calendar/appt.el (appt-check): Restore usage of
18344 appt-issue-message deleted in previous change.
18345 (top-level): Activate package when loaded (needed for backwards
18346 compatibility).
18347
18348 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18349
18350 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18351 following previous change to smtpmail-send-data.
18352
18353 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18354
18355 * vc.el (vc-default-previous-version): Doc enhancement.
18356 (vc-default-next-version): New function.
18357 (vc-print-log): New arg FOCUS-REV.
18358 (vc-annotate-mode): Derive from view-mode.
18359 (vc-annotate): New args REVISION, DISPLAY-MODE.
18360 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18361 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18362 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18363 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18364 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18365
18366 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18367
18368 2004-01-19 Karl Berry <karl@gnu.org>
18369
18370 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18371 or "TexInfo".
18372
18373 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18374
18375 * subr.el (delete-dups): New function.
18376
18377 2004-01-19 Karl Berry <karl@gnu.org>
18378
18379 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18380 with ^, since that's what texinfo-show-structure
18381 documentation says (plus it works much better in texinfo.txi).
18382
18383 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18384
18385 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18386
18387 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18388
18389 * progmodes/which-func.el (which-function-mode): Don't cancel
18390 which-func-update-timer if not set.
18391
18392 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18393
18394 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18395 Remove spurious left square bracket in XX:XXam regexp.
18396
18397 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18398
18399 * progmodes/cc-defs.el: Do not require cl at run time.
18400
18401 2004-01-16 Richard M. Stallman <rms@gnu.org>
18402
18403 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18404 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18405
18406 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18407 Call rmail-spam-filter. Delete and expunge spam.
18408 Print number of spam messages deleted.
18409 Save and restore the deletion status of old messages when reading
18410 new mail with spam filter, so that expunging spam does not expunge
18411 msgs deleted by the user.
18412 (rmail-only-expunge): Add an optional argument dont-show to
18413 prevent showing message after expunge.
18414
18415 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18416
18417 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18418 * subr.el (declare): New macro.
18419
18420 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18421
18422 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18423
18424 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18425
18426 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18427 Test window-system rather than system-type (for X11/Mac).
18428
18429 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18430
18431 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18432
18433 2004-01-12 Richard M. Stallman <rms@gnu.org>
18434
18435 * mail/rmail.el (rmail-convert-to-babyl-format):
18436 Use mail-unquote-printable-region.
18437 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18438 (rmail-hex-char-to-integer): Functions deleted.
18439
18440 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18441 (mail-unquote-printable-region): New arg NOERROR.
18442 For invalid encoding, either signal an error to just return nil.
18443
18444 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18445
18446 * calendar/appt.el: Update copyright and commentary.
18447 (appt-issue-message): Make obsolete.
18448 (appt-visible, appt-msg-window): Make obsolete, in favour of
18449 appt-display-format.
18450 (appt-display-mode-line, appt-display-duration)
18451 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18452 (appt-prev-comp-time, appt-display-count, appt-timer)
18453 (appt-convert-time): Doc change.
18454 (appt-disp-window-function, appt-delete-window-function):
18455 Use defcustom rather than defvar.
18456 (appt-display-format): New variable.
18457 (appt-display-message): New function with display code from appt-check.
18458 (appt-check): Add optional FORCE argument. Doc change.
18459 Add appt-make-list to diary-hook if displaying diary.
18460 Remove checking of view-diary-entries-initially.
18461 Message display section removed to new function appt-display-message.
18462 (appt-display-window): Doc change. Remove unused internal var
18463 this-buffer. Do not beep, since appt-display-message does that.
18464 (appt-make-list): Doc change. Use caar.
18465 (appt-sort-list): Simplify by using builtin sort function.
18466 (appt-update-list): New function for updating appts when diary is
18467 saved.
18468 (appt-activate): New autoloaded function to toggle package
18469 functionality.
18470
18471 * calendar/cal-x.el: (calendar-one-frame-setup)
18472 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18473
18474 * calendar/calendar.el: Update copyright.
18475 (view-diary-entries-initially, european-calendar-style): Doc change.
18476 (calendar-setup): Make defcustom rather than defvar.
18477 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18478 in let binding so local to function.
18479
18480 * calendar/diary-lib.el: Update copyright.
18481 (diary, diary-entry-time): Doc change.
18482 (list-diary-entries): Doc change. Trivial logic change.
18483 (fancy-diary-display): Restore make-face command mistakenly
18484 deleted 2003-05-08.
18485 (show-all-diary-entries): Allow to pop-up frame if needed.
18486
18487 2004-01-09 John Paul Wallington <jpw@gnu.org>
18488
18489 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18490 Temporarily select EVENT's window for changing eol type.
18491
18492 2004-01-09 Deepak Goel <deego@gnufans.org>
18493
18494 * calendar/diary-lib.el (diary-entry-time):
18495 Also accept time in the form XX[.XX][am/pm/AM/PM].
18496 (fancy-diary-font-lock-keywords): Likewise.
18497 (diary-font-lock-keywords): Likewise.
18498 * calendar/appt.el (appt-add): Likewise.
18499 (appt-make-list): Likewise.
18500 (appt-convert-time): Likewise.
18501
18502 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18503
18504 * gdb-ui.el (gdb-ann3): Revert previous change.
18505 (gdb-source-info): Allow for case of where compilation directory
18506 is not recorded.
18507
18508 2004-01-08 John Paul Wallington <jpw@gnu.org>
18509
18510 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18511
18512 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18513
18514 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18515
18516 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18517 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18518 problems.
18519 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18520
18521 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18522
18523 * files.el (write-file-functions, write-contents-functions):
18524 Clarify docstrings.
18525
18526 2004-01-07 Kenichi Handa <handa@m17n.org>
18527
18528 * international/mule.el (set-auto-coding): Fix for the case that
18529 end-of-line is only CR.
18530
18531 2004-01-07 Kim F. Storm <storm@cua.dk>
18532
18533 * subr.el (event-start, event-end): Doc fix.
18534 (posn-string, posn-image): New defuns.
18535 (posn-object): Return either image or string object.
18536 (posn-object-x-y): Return 8th element of position.
18537 (posn-object-width-height): New defun.
18538
18539 2004-01-06 Andreas Schwab <schwab@suse.de>
18540
18541 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18542 output.
18543
18544 2004-01-05 Karl Berry <karl@gnu.org>
18545
18546 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18547 / and *, too.
18548
18549 2003-12-31 Simon Josefsson <jas@extundo.com>
18550
18551 * files.el (before-save-hook): Add.
18552 (basic-save-buffer): Use before-save-hook.
18553
18554 * emacs-lisp/copyright.el: Fix comment to recommend
18555 before-save-hook instead of write-file-functions.
18556
18557 2004-01-05 Richard M. Stallman <rms@gnu.org>
18558
18559 * finder.el (finder-commentary): Call delete-other-windows.
18560
18561 * net/ange-ftp.el (ange-ftp-file-attributes):
18562 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18563
18564 2004-01-04 Karl Berry <karl@gnu.org>
18565
18566 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18567 comment characters % and # in the copyright year notice,
18568 as well as ;.
18569
18570 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18571
18572 * wid-edit.el (default): Define dummy :value-delete.
18573 Reported by Jesper Harder <harder@ifa.au.dk>.
18574
18575 2004-01-03 Richard M. Stallman <rms@gnu.org>
18576
18577 * progmodes/compile.el (compile-internal): Use point, not point-min,
18578 for set-window-point.
18579
18580 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18581
18582 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18583
18584 * progmodes/grep.el (grep-mode-map):
18585 Don't remap next-line, previous-line.
18586
18587 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18588
18589 * speedbar.el (speedbar-edit-line): Change regexp to position
18590 the cursor on the first character of this line's button.
18591
18592 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18593
18594 * subr.el (functionp): Doc fix.
18595
18596 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18597
18598 * progmodes/idlwave.el (idlwave-make-tags):
18599 * textmodes/flyspell.el (flyspell-large-region):.
18600 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18601 * emulation/viper-util.el (viper-glob-unix-files):
18602 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18603 * man.el (Man-init-defvars):
18604 * jka-compr.el (jka-compr-call-process):
18605 * files.el (get-free-disk-space,insert-directory):
18606 * ediff-ptch.el (ediff-test-patch-utility):
18607 * ediff-diff.el (ediff-test-utility):
18608 * dired-aux.el (dired-check-process):
18609 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18610 test the return value of call-process, because it can be a string.
18611
18612 2003-12-31 John Paul Wallington <jpw@gnu.org>
18613
18614 * bindings.el (completion-ignored-extensions): Add .pfsl.
18615
18616 2003-12-31 Kim F. Storm <storm@cua.dk>
18617
18618 * ido.el (ido-nonreadable-directory-p): New defun to check for
18619 nonreadable directory without activating tramp (to avoid problems
18620 with checking incomplete tramp paths).
18621 (ido-set-current-directory, ido-file-internal)
18622 (ido-file-name-all-completions1): Use it.
18623
18624 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18625
18626 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18627 documentation if the anchor (or node) name is preceded by `info
18628 anchor' or `Info anchor' in addition to earlier `info node' and
18629 `Info node'.
18630 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18631
18632 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18633
18634 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18635 error in arguments to base64-decode-region. Remove ^M characters
18636 after decoding base64.
18637
18638 2003-12-30 Simon Josefsson <jas@extundo.com>
18639
18640 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18641 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18642 have only been distributed with Emacs for some years.
18643 (texinfo-mode-hook): Customize.
18644
18645 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18646
18647 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18648 cleaner (suggested by Richard Stallman).
18649
18650 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18651 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18652 file-name clashes on 8+3 DOS filesystems.
18653
18654 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18655 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18656 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18657 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18658 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18659 file-name clashes on 8+3 filesystems.
18660
18661 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18662 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18663 file-name clashes on 8+3 DOS filesystems.
18664
18665 2003-12-29 Richard M. Stallman <rms@gnu.org>
18666
18667 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18668 Upcase the character.
18669
18670 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18671 Search for header separator alone on a line, literally,
18672 and search for it backward, not forward.
18673 (flyspell-abbrev-table): Always use global-abbrev-table
18674 if there is no local one.
18675
18676 * progmodes/sh-script.el (sh-get-indent-info):
18677 Don't move point back if at bob.
18678
18679 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18680
18681 * play/handwrite.el (handwrite): Make the handwrite credit message
18682 a comment rather than an output command.
18683
18684 * obsolete/sc.el: Display message that this file is obsolete.
18685
18686 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18687
18688 * mail/rfc822.el (rfc822-address-start): Declare variable.
18689 Renamed from address-start. All uses changed.
18690
18691 * term.el (term-exec): Set up sentinel.
18692 (term-sentinel): New function.
18693 (term-handle-exit): New function.
18694
18695 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18696 Use assoc-string, and mark them obsolete.
18697 (delay-mode-hooks): Mark as permanent local.
18698
18699 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18700
18701 * register.el (copy-rectangle-to-register): Doc fix.
18702
18703 * info.el (Info-insert-dir): Use assoc-string.
18704
18705 * info-look.el (info-lookup): Use assoc-string.
18706
18707 * frame.el (pop-up-frame-function): Use quote, not `function'.
18708 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18709 copying with lists as coordinate values.
18710
18711 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18712
18713 * find-dired.el (kill-find): New command.
18714 (find-dired): Make buffer read-only.
18715 Set up a keymap with C-c C-k running kill-find.
18716 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18717
18718 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18719
18720 * filecache.el (file-cache-ignore-case): New variable.
18721 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18722
18723 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18724 (comint-dynamic-complete-as-filename): Rename local vars.
18725 (comint-dynamic-list-filename-completions): Likewise.
18726
18727 * comint.el (comint-dynamic-list-completions-config): New var.
18728 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18729
18730 * comint.el (comint-file-name-chars): Add [].
18731 (comint-word): Use skip-chars-backward, not search.
18732
18733 * shell.el (shell-file-name-chars): Add [].
18734
18735 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18736
18737 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18738
18739 * generic.el (define-generic-mode): Doc fix.
18740
18741 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18742
18743 * files.el (kill-some-buffers): Doc fix.
18744
18745 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18746
18747 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18748 arg to send-invisible
18749 (send-invisible): Doc fix. The argument is now a prompt, not the
18750 string to send.
18751 (comint-read-noecho): Doc fix.
18752
18753 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18754
18755 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18756 "@", as required by some ISP hosting service. Fix defcustom
18757 argument syntax errors that prevented use of customization.
18758
18759 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18760
18761 * xml.el (xml-get-attribute-or-nil): Doc fix.
18762
18763 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18764
18765 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18766 write-file-hooks.
18767
18768 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18769
18770 * autorevert.el (auto-revert-interval): Doc fix.
18771
18772 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18773
18774 * xml.el (xml-get-attribute-or-nil): New function, like
18775 xml-get-attribute, but returns nil if the attribute was not found.
18776 (xml-get-attribute): Convert to defsubst, uses
18777 xml-get-attribute-or-nil.
18778
18779 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18780
18781 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18782
18783 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18784
18785 * custom.el (custom-declare-theme): Use `value' when putting
18786 properties on `theme'.
18787
18788 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18789
18790 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18791 for each yank-handler segment.
18792 (insert-for-yank-1): New function, with the body of the previous
18793 insert-for-yank.
18794
18795 * textmodes/table.el (table-yank-handler): New defcustom.
18796 (table--put-cell-indicator-property): Put yank-handler property
18797 that indicates the yank handler for the table cell.
18798
18799 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18800
18801 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18802 set of keywords.
18803
18804 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18805
18806 * international/mule-cmds.el (reset-language-environment)
18807 (set-language-environment): Don't invoke fontset-related functions
18808 if fontset-list is not fboundp.
18809
18810 2003-12-29 Kenichi Handa <handa@m17n.org>
18811
18812 * international/mule-cmds.el (reset-language-environment):
18813 Call set-overriding-fontspec-internal with nil.
18814 (set-language-environment): Call set-overriding-fontspec-internal
18815 if the language environment specify `overriding-fontspec'.
18816 (language-info-alist): Doc added.
18817
18818 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18819 characters of mule-unicode-0100-24ff.
18820 (ccl-encode-windows-1251-font): New CCL program.
18821 ("Bulgarian"): Specify overriding-fontspec.
18822 ("Belarusian"): Likewise.
18823
18824 2003-12-28 Sam Steingold <sds@gnu.org>
18825
18826 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18827 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18828
18829 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18830
18831 * progmodes/gud.el (gud-gdb-command-name): Set default to
18832 "gdb --annotate=3".
18833 (gud-gdb-marker-filter): Look out for annotations.
18834 (gdb-first-pre-prompt): New variable.
18835 Remove trailing white space.
18836
18837 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18838 if necessary.
18839 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18840 annotations are detected.
18841 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18842 instead of a local one to allow transition from
18843 gud-gdb-marker-filter.
18844 Remove trailing white space.
18845
18846 2003-12-27 Kim F. Storm <storm@cua.dk>
18847
18848 * ido.el: Handle non-readable directories.
18849 (ido-decorations): Add 9th element for non-readable directory.
18850 (ido-directory-nonreadable): New dynamic var.
18851 (ido-set-current-directory): Set it.
18852 (ido-read-buffer, ido-file-internal):
18853 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18854 (ido-file-name-all-completions1): Return empty list for
18855 non-readable directory.
18856 (ido-exhibit): Print [Not readable] if directory is not readable.
18857 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18858 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18859 Use it.
18860
18861 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18862
18863 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18864 calls to directory-files-and-attributes and file-attributes.
18865 (ls-lisp-format): Remove system dependent handling of user and
18866 group id's.
18867
18868 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18869
18870 * ffap.el (ffap-read-file-or-url): Revert previous change.
18871
18872 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18873
18874 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18875 new list of included files called `files-with-node-lines', that
18876 only have node lines. This way @include commands can include any
18877 file, such as version and update files without node lines, not
18878 just files that are chapters.
18879
18880 2003-12-25 Andreas Schwab <schwab@suse.de>
18881
18882 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18883 file not found.
18884
18885 2003-12-08 Miles Bader <miles@gnu.org>
18886
18887 * dired.el (dired-between-files): Always use dired-move-to-filename,
18888 which is more robust in non-english locales.
18889
18890 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18891
18892 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18893
18894 2003-12-24 Andreas Schwab <schwab@suse.de>
18895
18896 * shell.el (shell-file-name-quote-list): Add backslash.
18897
18898 * comint.el (comint-quote-filename): Correctly handle backslash
18899 in comint-file-name-quote-list.
18900
18901 2003-12-24 Kenichi Handa <handa@m17n.org>
18902
18903 * international/mule-cmds.el (set-default-coding-systems):
18904 Call ucs-set-table-for-input for all buffers that don't have local
18905 value of buffer-file-coding-system.
18906
18907 * international/ucs-tables.el (ucs-set-table-for-input):
18908 If translation-table-for-encode is a symbol, get its
18909 translation-table property.
18910
18911 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18912
18913 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18914 to `completing-read' on a recently fixed bug.
18915
18916 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18917 instead of SPACE, to get the list of possible fringe modes.
18918 SPACE only works if both `partial-completion-mode' and
18919 `completion-auto-help' are nil.
18920
18921 * complete.el (PC-is-complete-p): Delete.
18922 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18923 calls to `test-completion'.
18924
18925 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18926
18927 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18928 to edit values when there are no children.
18929
18930 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18931 a mode called "Assembler" already exists.
18932 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18933 (gud-watch): Use format option. Remove font properties from string.
18934 (gdb-var-create-handler, gdb-var-list-children-handler):
18935 Don't bother about properties as there are none.
18936 (gdb-var-create-handler, gdb-var-list-children-handler)
18937 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18938 with two arguments.
18939 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18940 Let speedbar show value changes with a different font.
18941 (gdb-edit-value): New defun.
18942 (gdb-clear-partial-output, gdb-clear-inferior-io)
18943 (def-gdb-auto-update-handler): Use erase-buffer.
18944 (gdb-frame-handler): Display watch expressions in
18945 FUNCTION::VARIABLE format if required.
18946
18947 2003-12-23 John Paul Wallington <jpw@gnu.org>
18948
18949 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18950 (Info-goto-emacs-command-node): Doc fixes.
18951
18952 2003-12-12 Jesper Harder <harder@ifa.au.dk>
18953
18954 * cus-edit.el (custom-add-parent-links): Define "many".
18955
18956 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
18957
18958 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18959 (widget-child-validate, widget-type-value-create)
18960 (widget-type-default-get, widget-type-match): New functions.
18961 (lazy): New widget.
18962 (menu-choice, checklist, radio-button-choice, editable-list)
18963 (group, documentation-string): Remove redundant (per 2003-10-25
18964 change) calls to `widget-children-value-delete'.
18965 (widget-choice-value-get, widget-choice-value-inline): Remove.
18966 (menu-choice): Update widget.
18967
18968 2003-12-03 Kenichi Handa <handa@m17n.org>
18969
18970 * language/cyrillic.el: Register "microsoft-cp1251" in
18971 ctext-non-standard-encodings-alist.
18972 ("Bulgarian"): Add ctext-non-standard-encodings.
18973 ("Belarusian"): Likewise.
18974
18975 * international/mule-conf.el (compound-text-with-extensions):
18976 Change the type to 2 (iso-2022 base).
18977
18978 * international/mule.el (ctext-non-standard-encodings-alist):
18979 Change the format.
18980 (ctext-non-standard-encodings): New variable.
18981 (ctext-post-read-conversion): Fully re-written.
18982 (ctext-non-standard-designations-alist): Delete it.
18983 (ctext-non-standard-encodings-table): New function.
18984 (ctext-pre-write-conversion): Fully re-written.
18985
18986 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
18987
18988 * cus-edit.el (custom-add-parent-links): Add documentation links
18989 for parent, if the item has none of its own.
18990
18991 2003-11-30 Richard M. Stallman <rms@gnu.org>
18992
18993 * dired-aux.el (dired-do-query-replace-regexp):
18994 Report files visited read-only.
18995
18996 2003-11-30 Juri Linkov <juri@jurta.org>
18997
18998 * dired-aux.el (dired-compare-directories): New command.
18999 (dired-file-set-difference, dired-files-attributes): New functions.
19000
19001 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19002 Version 2.0.38 of Tramp released.
19003
19004 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19005 Charles Curley <charlescurley@charlescurley.com>.
19006 (tramp-multi-connection-function-alist): Add ssht entry which adds
19007 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19008 Aichner.
19009 (tramp-get-method-parameter): New function to retrieve a method
19010 parameter. This allows for omission of method parameters.
19011 Callers adjusted.
19012
19013 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19014
19015 * net/tramp.el: Add new optional parameter ID-FORMAT to
19016 `file-attributes'. Calls of `file-attributes' won't use this
19017 parameter for backward compatibility reasons.
19018 (tramp-perl-file-attributes): Add a new parameter to Perl script
19019 in order to handle uid/gid as strings, if desired.
19020 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19021 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19022 order to make the function more general.
19023 (tramp-handle-file-attributes): Replace proprietary optional
19024 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19025 (tramp-handle-file-attributes-with-perl): Handle parameter
19026 NONNUMERIC if set. This wasn't done in the past.
19027 (tramp-post-connection): Apply second parameter "$2" if
19028 `tramp-remote-perl' is called.
19029
19030 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19031 Correct cut'n'waste error (`filename' instead of `directory').
19032 (tramp-smb-handle-directory-files-and-attributes)
19033 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19034 introduced parameter ID-FORMAT.
19035 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19036 error (`directory' instead of `ldir').
19037
19038 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19039 `file-attributes' has a second parameter. If yes, apply it with
19040 value "'integer". Otherwise, don't use that parameter (default is
19041 integer format).
19042
19043 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19044
19045 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19046 (help-for-help): Add `C-h .' to the listed Help options.
19047 Remove trailing whitespace.
19048
19049 * help-at-pt.el: New file.
19050
19051 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19052
19053 * subr.el (noreturn, 1value): New macros for test coverage.
19054 See `testcover.el'.
19055
19056 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19057
19058 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19059 for macro `1value'.
19060 (testcover-1value): New function. Checks that a 1value form
19061 actually returns only one value. Requested by RMS.
19062
19063 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19064
19065 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19066 (gdb-var-list-children, gdb-var-list-children-handler)
19067 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19068 gdb commands that use mi to keep them out of the command history.
19069
19070 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19071
19072 * cus-start.el (all): Add use-file-dialog.
19073
19074 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19075
19076 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19077
19078 2003-11-27 Kim F. Storm <storm@cua.dk>
19079
19080 * subr.el (posn-object-x-y): New defun.
19081
19082 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19083
19084 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19085 Don't use `space' for \\\n.
19086 Be more selective as to which # are comment-starters.
19087
19088 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19089
19090 * subr.el (number-sequence): Improve handling of floating point
19091 arguments (suggested by Kim Storm). Allow negative arguments.
19092
19093 2003-11-26 Kenichi Handa <handa@m17n.org>
19094
19095 * international/mule-cmds.el (standard-display-european-internal):
19096 Cancel the standard-display-table setting for ` and '.
19097
19098 2003-11-26 Kim F. Storm <storm@cua.dk>
19099
19100 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19101 New defcustoms to add ffap-like functionality to ido.
19102 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19103 (ido-no-final-slash): New defun.
19104 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19105 (ido-read-file-name): ): Toggle VC checking via
19106 vc-handled-backends instead of vc-master-templates.
19107 (ido-file-internal): Handle ido-use-url-at-point and
19108 ido-use-filename-at-point via code borrowed from ffap-guesser.
19109 Handle new ido-exit code ffap.
19110 (ido-sort-list): Ignore final slash when sorting file names.
19111
19112 2003-11-25 Kim F. Storm <storm@cua.dk>
19113
19114 * emulation/cua-base.el (cua--standard-movement-commands):
19115 Add forward-sentence and backward-sentence.
19116
19117 2003-11-25 Stephen Eglen <stephen@gnu.org>
19118
19119 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19120 iswitchb-exit is set to 'usefirst when user selects buffer at head
19121 of list using RET. (Selecting buffers at the head of the list was
19122 broken if the substring was also a complete buffername.)
19123
19124 2003-11-23 Kim F. Storm <storm@cua.dk>
19125
19126 * progmodes/compile.el (grep-command, grep-use-null-device)
19127 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19128 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19129 (grep-regexp-alist, grep-program, find-program)
19130 (grep-find-use-xargs, grep-history, grep-find-history)
19131 (grep-process-setup, grep-compute-defaults)
19132 (grep-default-command, grep, grep-tag-default, grep-find)
19133 (grep-expand-command-macros, grep-tree-last-regexp)
19134 (grep-tree-last-files, grep-tree): Move grep variables, functions
19135 and commands to new file grep.el.
19136 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19137 (compilation-process-setup-function): Doc fix.
19138 (compilation-highlight-regexp, compilation-highlight-overlay): New
19139 defvars used for highlighting current compile error in source buffer.
19140 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19141 LOCAL-MAP which overrides compilation-highlight-regexp and
19142 compilation-mode-map for this compilation.
19143 Delay calling compilation-set-window-height until after running
19144 compilation-process-setup-function so it can buffer-local override
19145 compilation-window-height.
19146 Check buffer-local value of compilation-scroll-output.
19147 (compilation-set-window-height): Use buffer-local value of
19148 compilation-window-height.
19149 (compilation-revert-buffer): Don't pass (undefined)
19150 preserve-modes arg to revert-buffer.
19151 (next-error-no-select, previous-error-no-select): New commands.
19152 (compilation-goto-locus): Temporarily highlight current match in
19153 source buffer using compilation-highlight-regexp.
19154
19155 * progmodes/grep.el: New file with grep code from compile.el.
19156 (grep): New defcustom group.
19157 (grep-window-height): New defcustom, like compilation-window-height.
19158 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19159 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19160 (grep-command, grep-use-null-device, grep-find-command)
19161 (grep-tree-files-aliases, grep-tree-ignore-case)
19162 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19163 (grep-setup-hook): New hook variable.
19164 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19165 (grep-last-buffer): New defvar, override compilation-last-buffer.
19166 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19167 Call compile-internal with args highlight-regexp and grep-mode-map.
19168
19169 2003-11-23 Kim F. Storm <storm@cua.dk>
19170
19171 * subr.el (event-start, event-end): Doc fix.
19172 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19173 (posn-area, posn-actual-col-row, posn-object): New defuns.
19174 (posn-col-row): Simplify doc. Rewrite to use cond.
19175 (posn-point): Also return buffer position for events outside text
19176 area (that info is now present in the event position).
19177
19178 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19179 mouse-set-point so that hscroll still works now that clicks on
19180 fringes generate specific mouse events.
19181 (mouse-set-point): Note that it now works in fringes and margins
19182 too due to new semantics of posn-point in fringes and margins.
19183
19184 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19185 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19186
19187 2003-11-20 Kim F. Storm <storm@cua.dk>
19188
19189 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19190 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19191 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19192 to 100 for icons to avoid increasing line height when shown.
19193
19194 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19195
19196 * newcomment.el (comment-normalize-vars): Initialize properly if
19197 comment-start was nil.
19198
19199 2003-11-19 Andreas Schwab <schwab@suse.de>
19200
19201 * simple.el (set-variable): Fix indentation.
19202
19203 2003-11-17 Kenichi Handa <handa@m17n.org>
19204
19205 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19206 Fix docstring.
19207
19208 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19209
19210 * international/latin1-disp.el (latin1-display): Fix docstring.
19211
19212 2003-11-16 John Wiegley <johnw@newartisans.com>
19213
19214 * eshell/em-ls.el (eshell-ls-file): There are times with
19215 size-width is nil and uncomputed (when directories are created in
19216 dired, for example); in this case, 4 is reasonable default value,
19217 although it may caused skewed new entries (which could be avoided
19218 by returning the original value of 8 in all cases, but 99% of the
19219 time this is a waste of whitespace).
19220
19221 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19222
19223 * cc-engine.el (c-guess-continued-construct)
19224 (c-guess-basic-syntax): Check a little more carefully if it's a
19225 function declaration when an unknown construct followed by a block
19226 is found inside a statement context. This avoids macros followed
19227 by blocks to be taken as function declarations.
19228
19229 (c-guess-continued-construct): Change the analysis of a statement
19230 continuation with a brace open to `substatement-block', for
19231 consistency with recognized statements.
19232
19233 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19234 start is in a position so that `c-beginning-of-statement-1' jumped
19235 to the beginning of the same statement.
19236
19237 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19238 Don't accept binary operators in the arglist if we're in a function
19239 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19240 template recognition in cases like "if (a < b || c > d)".
19241
19242 (c-restricted-<>-arglists): New more appropriate name for
19243 `c-disallow-comma-in-<>-arglists'.
19244
19245 Accessing functions updated for the variable name change.
19246
19247 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19248 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19249
19250 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19251 labels.
19252
19253 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19254 instead of duplicating parts of it. This fixes bogus label
19255 recognition.
19256
19257 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19258 of checking the context in which to apply the minimum indentation,
19259 so that it isn't enforced in e.g. namespace blocks.
19260
19261 * cc-vars.el (c-inside-block-syms): New constant used by
19262 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19263 to somewhat reduce the risk of becoming stale.
19264
19265 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19266 cc-cmds to cc-engine to allow use from cc-align.
19267
19268 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19269 qualified identifiers containing "::".
19270
19271 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19272 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19273
19274 * cc-vars.el (c-emacs-features): Use a space in front of the name
19275 of the temporary buffer. That also avoids dumping problems in
19276 XEmacs due to undo info being left around after the buffer is killed.
19277
19278 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19279 arglist to see if it's a K&R style declaration.
19280
19281 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19282 before returning `knr-argdecl-intro'.
19283
19284 2003-11-16 John Wiegley <johnw@newartisans.com>
19285
19286 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19287 field in a long-listing always 8 characters, use `size-width',
19288 which has already been computed.
19289
19290 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19291
19292 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19293
19294 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19295
19296 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19297 Support operation while narrowed, with `diff-restrict-view'.
19298
19299 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19300
19301 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19302 Take additional optional arg NARROWFUN. For the generated functions:
19303 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19304 include frags that arrange to check for and save narrowing state before
19305 the move and then conditionally call NARROWFUN after the move.
19306
19307 2003-11-14 John Wiegley <johnw@newartisans.com>
19308
19309 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19310 that was optional, but obviously missing based on surrounding code.
19311
19312 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19313 string arguments to numbers unless the whole argument was seen as
19314 a number.
19315
19316 2003-11-14 Kenichi Handa <handa@m17n.org>
19317
19318 * international/mule.el (ctext-non-standard-encodings-alist):
19319 Fix coding systems.
19320
19321 2003-11-10 Kenichi Handa <handa@m17n.org>
19322
19323 * language/kannada.el ("Kannada"): Add sample-text.
19324
19325 * language/knd-util.el (kannada-compose-region)
19326 (kannada-compose-string, kannada-post-read-conversion):
19327 Add autoload cookie.
19328
19329 * international/quail.el (quail-completion): Change the message
19330 "corresponding translations" to "corresponding characters".
19331
19332 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19333
19334 * descr-text.el (describe-char): Fix typo.
19335
19336 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19337
19338 These changes are to support Kannada language/script.
19339
19340 * Makefile.in (DONTCOMPILE): Add kannada.el.
19341
19342 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19343
19344 * loadup.el: Preload kannada.el.
19345
19346 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19347 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19348 New variables.
19349
19350 * language/kannada.el: New file.
19351
19352 * language/knd-util.el: New file.
19353
19354 2003-11-07 Andreas Schwab <schwab@suse.de>
19355
19356 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19357 Also highlight AH_*.
19358
19359 * xml.el (xml-parse-dtd): Fix misplaced paren.
19360
19361 2003-11-07 Kenichi Handa <handa@m17n.org>
19362
19363 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19364
19365 2003-11-05 Juri Linkov <juri@jurta.org>
19366
19367 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19368 (desktop-buffer-file): Use saved buffer-file-coding-system
19369 for file reading. Set auto-insert to nil to prevent automatic
19370 insertion into restored empty files.
19371
19372 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19373
19374 * files.el (risky-local-variable-p): Make second argument optional.
19375
19376 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19377
19378 * subr.el (add-hook): Fix last change.
19379
19380 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19381
19382 * mail/rmail.el (rmail-convert-to-babyl-format):
19383 If base64-decode-region signals an error, catch it and silently
19384 ignore it.
19385
19386 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19387
19388 * xml.el (xml-parse-region): Allow comments to appear after the
19389 topmost element has closed.
19390 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19391 (xml-ns-expand-attr): New functions to do namespace handling.
19392 (xml-intern-attrlist): Back-compatible handling of attribute names.
19393 (xml-parse-tag): Move namespace handling to separate functions.
19394 Now produces elements in the form ((:ns . "element") (attr-list)
19395 children) instead of ('ns:element (attr-list) children).
19396 (xml-parse-attlist): Fix attribute parsing.
19397 (xml-parse-dtd): Change parsing so that it produces strings
19398 instead of interned symbols.
19399
19400 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19401
19402 * dired.el (dired-ls-sorting-switches): Doc fix.
19403
19404 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19405
19406 * emacs-lisp/rx.el (rx-or): Fix the case of
19407 "(rx (and ?a (or ?b ?c) ?d))".
19408
19409 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19410
19411 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19412 (texinfo-format-region): Use it.
19413 (texinfo-format-buffer-1): Ditto.
19414
19415 2003-11-01 Alan Mackenzie <acm@muc.de>
19416
19417 Changes to allow scrolling whilst in isearch mode:
19418 * isearch.el (isearch-unread-key-sequence): New function,
19419 extracted from isearch-other-meta-char.
19420 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19421 "scrollable" standard functions.
19422 (isearch-allow-scroll): New customizable variable.
19423 (isearch-string-out-of-window, isearch-back-into-window)
19424 (isearch-reread-key-sequence-naturally)
19425 (isearch-lookup-scroll-key): New functions.
19426 (isearch-other-meta-char): Doc string and functionality enhanced.
19427 Now accepts a prefix argument.
19428 (isearch-lazy-highlight-window-end): New variable.
19429 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19430 end (thru isearch-lazy-highlight-window-end), not only its start.
19431
19432 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19433 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19434 (universal-argument, universal-argument-more, negative-argument)
19435 (digit-argument, universal-argument-other-key): Minor changes.
19436
19437 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19438
19439 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19440 recursively if the last message is deleted, thus avoiding an
19441 infinite loop.
19442
19443 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19444
19445 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19446 (tex-main-file): Don't add .tex if the extension is already present.
19447 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19448
19449 2003-10-29 Lute Kamstra <lute@gnu.org>
19450
19451 * progmodes/octave-inf.el (inferior-octave-prompt):
19452 Recognize version number in prompt.
19453
19454 2003-10-28 Dave Love <fx@gnu.org>
19455
19456 * international/characters.el: Fix some Unicode ranges.
19457
19458 2003-10-28 Kenichi Handa <handa@m17n.org>
19459
19460 * disp-table.el (standard-display-8bit)
19461 (standard-display-default, standard-display-ascii)
19462 (standard-display-g1, standard-display-graphic)
19463 (standard-display-underline): Assure that standard-display-table
19464 is a display table.
19465
19466 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19467
19468 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19469 reindenting the first line.
19470
19471 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19472
19473 * wid-edit.el (widget-default-delete): Always delete child widgets.
19474
19475 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19476
19477 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19478 if the line has code.
19479 Don't try to line up with something that's too far left.
19480
19481 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19482 (octave-mode-syntax-table): Add % as a comment starter.
19483 (octave-point): Remove.
19484 (octave-in-comment-p, octave-in-string-p)
19485 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19486 (octave-blink-matching-block-open, octave-auto-fill):
19487 Use line-(beginning|end)-position instead.
19488
19489 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19490
19491 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19492 for Francesco Potort\e,Al\e(B.
19493
19494 2003-10-23 Dave Love <fx@gnu.org>
19495
19496 * international/mule-cmds.el (locale-charset-to-coding-system):
19497 Don't rely on nil being a coding system.
19498
19499 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19500 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19501 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19502
19503 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19504
19505 * gdb-ui.el (gdb-current-language): New variable.
19506 (gdb-update-flag): Remove variable.
19507 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19508 (gdb-take-last-elt): Remove function.
19509 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19510 (gdb-post-prompt): Check for variable object changes here.
19511
19512 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19513 object changes in gdb-ui.el.
19514
19515 2003-10-21 Richard M. Stallman <rms@gnu.org>
19516
19517 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19518
19519 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19520 Don't check for foo*/ wildcard form here.
19521 (insert-directory): Recognize foo*/ as a wildcard.
19522 Separate wildcard-regexp variable from the arg, wildcard.
19523
19524 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19525 (remove-hook): Correctly handle strange cases about local hooks.
19526
19527 2003-10-21 David Ponce <david@dponce.com>
19528
19529 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19530 argument REAL, to return a real number instead of a rounded
19531 integer value. Define as inline function.
19532 (ruler-mode-right-fringe-cols): Likewise.
19533 (ruler-mode-scroll-bar-cols): New function.
19534 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19535 (ruler-mode-right-scroll-bar-cols): Likewise.
19536 (ruler-mode-space): New function.
19537 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19538 scroll bar mode and margins in a more robust way.
19539
19540 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19541
19542 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19543 (antlr-c-init-language-vars): New function.
19544 (antlr-mode): Use it with cc-mode before v5.29.
19545 (antlr-c-common-init): Don't set some local vars here.
19546 (antlr-mode): Set them here.
19547 (antlr-c-forward-sws): New function alias.
19548 (antlr-mode): Redefine with cc-mode before v5.30.
19549 (antlr-skip-sexps): Use it.
19550 (antlr-skip-exception-part): Ditto.
19551 (antlr-skip-file-prelude): Ditto.
19552 (antlr-outside-rule-p): Ditto.
19553 (antlr-end-of-body): Ditto.
19554 (antlr-option-kind): Ditto.
19555 (antlr-insert-option-area): Ditto.
19556 (antlr-file-dependencies): Ditto.
19557
19558 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19559
19560 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19561 Move backward only if point was not inside an entry.
19562
19563 2003-10-21 Richard M. Stallman <rms@gnu.org>
19564
19565 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19566
19567 2003-10-21 Juri Linkov <juri@jurta.org>
19568
19569 * compare-w.el: Automatically skip non-matching text to resync.
19570 (compare-windows-whitespace): Doc fix.
19571 (compare-windows-sync, compare-windows-sync-string-size)
19572 (compare-windows-recenter, compare-ignore-whitespace)
19573 (compare-windows-highlight, compare-windows-face): New variables.
19574 (compare-windows): Use compare-windows-sync.
19575 (compare-windows-highlight, compare-windows-dehighlight)
19576 (compare-windows-sync-regexp)
19577 (compare-windows-sync-default-function): New functions.
19578
19579 2003-10-21 Juri Linkov <juri@jurta.org>
19580
19581 * diff.el (diff-parse-differences): Don't visit the files now;
19582 instead, just record the error locus.
19583
19584 2003-10-21 Dave Love <fx@gnu.org>
19585
19586 * progmodes/cfengine.el: New file.
19587
19588 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19589
19590 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19591 default-directory when completing file names.
19592
19593 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19594
19595 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19596 followed by the word `face', it gets treated as a face, even if
19597 it is also defined as a variable or a function.
19598
19599 2003-10-20 Dave Love <fx@gnu.org>
19600
19601 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19602 Avoid incf in macro expansion.
19603
19604 2003-10-20 John Paul Wallington <jpw@gnu.org>
19605
19606 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19607 `evenp' so we don't implicitly require cl library at runtime.
19608
19609 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19610
19611 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19612 (help-make-xrefs): Only make cross-references for faces if
19613 preceded or followed by the word `face'. Do not make a
19614 cross-reference for variables without variable documentation,
19615 unless preceded by the word `variable' or `option'. Update doc
19616 string accordingly.
19617
19618 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19619
19620 * progmodes/hideshow.el: Rewrite one-armed `if'
19621 constructs using either `when' or `unless'.
19622 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19623
19624 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19625
19626 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19627 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19628 instead of 12x12.
19629
19630 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19631
19632 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19633 message while converting to Babyl.
19634
19635 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19636
19637 * allout.el (allout-mode): Doc fix.
19638
19639 2003-10-16 Lute Kamstra <lute@gnu.org>
19640
19641 * subr.el (force-mode-line-update): Fix docstring.
19642
19643 2003-10-14 Dave Love <fx@gnu.org>
19644
19645 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19646 (default-input-method): Add :link, improve :type.
19647 (locale-charset-language-names): Fix utf-8 pattern.
19648 (locale-charset-match-p, locale-charset-alist)
19649 (locale-charset-to-coding-system): New.
19650 (set-locale-environment): Deal with codeset part of locale specs.
19651
19652 2003-10-14 Lute Kamstra <lute@gnu.org>
19653
19654 * fringe.el (fringe-mode): Use active voice in docstring.
19655 (set-fringe-style): Ditto.
19656
19657 2003-10-13 Lute Kamstra <lute@gnu.org>
19658
19659 * fringe.el (fringe-mode): Fix docstring.
19660 (set-fringe-style): Ditto.
19661
19662 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19663
19664 * ediff-mult.el (ediff-filegroup-action):
19665 Use ediff-default-filtering-regexp.
19666
19667 * ediff-util.el (ediff-recenter): Don't call
19668 ediff-restore-highlighting twice.
19669 (ediff-select-difference): Set current difference.
19670 (ediff-unselect-and-select-difference): Add comment.
19671
19672 * ediff.el (ediff-directories,ediff-directory-revisions)
19673 (ediff-directories3,ediff-merge-directories)
19674 (ediff-merge-directories-with-ancestor)
19675 (ediff-merge-directory-revisions)
19676 (ediff-merge-directory-revisions-with-ancestor):
19677 Use ediff-default-filtering-regexp.
19678
19679 2003-10-12 Andreas Schwab <schwab@suse.de>
19680
19681 * international/mule-cmds.el (locale-charset-language-names):
19682 Simplify regex by removing unused grouping.
19683
19684 2003-10-10 Dave Love <fx@gnu.org>
19685
19686 * bindings.el: Don't bind stop.
19687
19688 2003-10-08 Miles Bader <miles@gnu.org>
19689
19690 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19691 face instead of attempting to emulate it.
19692
19693 2003-10-07 Kenichi Handa <handa@m17n.org>
19694
19695 * international/mule-diag.el (list-coding-systems-1): List coding
19696 systems that are loaded automatically.
19697
19698 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19699
19700 * international/mule.el (autoload-coding-system): New function.
19701
19702 2003-10-07 Andreas Schwab <schwab@suse.de>
19703
19704 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19705 change-log-default-name in the buffer visiting the file.
19706
19707 2003-10-06 Dave Love <fx@gnu.org>
19708
19709 * files.el (find-file-hook): Customize.
19710 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19711
19712 * bindings.el (completion-ignored-extensions): Remove .log.
19713 (global-map): Add again, open, stop keys.
19714
19715 2003-10-05 Richard M. Stallman <rms@gnu.org>
19716
19717 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19718 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19719 Use sh-modify directly.
19720 (sh-select): Use sh-append, not eval.
19721
19722 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19723
19724 * info.el (Info-following-node-name): New function.
19725
19726 * loadhist.el (unload-feature-special-hooks):
19727 Rename from loadhist-hook-functions.
19728 (loadhist-hook-functions): Now an alias.
19729
19730 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19731
19732 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19733 file-name clashes on 8+3 filesystems.
19734
19735 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19736 Rename loaddefs-boot.el to ldefs-boot.el
19737
19738 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19739 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19740
19741 2003-10-03 Lute Kamstra <lute@gnu.org>
19742
19743 * info.el (Info-mode): Revert previous change.
19744 (Info-escape-percent): New function.
19745 (Info-fontify-node): Use it.
19746
19747 2003-10-02 Andreas Schwab <schwab@suse.de>
19748
19749 * loaddefs-boot.el: Regenerated.
19750
19751 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19752
19753 * ffap.el: Remove defadvice related code from CVS since `complete'
19754 provides a `PC-completion-as-file-name-predicate' variable that
19755 ffap can override.
19756
19757 2003-10-02 Kenichi Handa <handa@m17n.org>
19758
19759 * international/utf-8.el (ccl-decode-mule-utf-8):
19760 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19761
19762 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19763 * international/subst-big5.el: Likewise.
19764 * international/subst-gb2312.el: Likewise.
19765 * international/subst-ksc.el: Likewise.
19766
19767 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19768
19769 * calendar/calendar.el (increment-calendar-month)
19770 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19771 (generate-calendar, calendar-read-date, calendar-interval)
19772 (calendar-day-of-week): Handle years BC.
19773 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19774
19775 2003-10-01 Dave Love <fx@gnu.org>
19776
19777 * language/cyrillic.el (cp1251): Alias for windows-1251.
19778
19779 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19780 bootstrap.
19781
19782 2003-10-01 Lute Kamstra <lute@gnu.org>
19783
19784 * files.el: Fix typo.
19785 * imenu.el (imenu--generic-function): Docstring fix.
19786
19787 2003-09-30 Richard M. Stallman <rms@gnu.org>
19788
19789 * dired.el (dired-mode): Handle dired-directory as a list.
19790
19791 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19792
19793 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19794
19795 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19796
19797 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19798 Replace gud-display with gud-watch.
19799 (gud-speedbar-buttons): Add stuff for watching expressions
19800 in the speedbar when using M-x gdba. Use dolist on old part
19801 of this function.
19802
19803 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19804 (gdb-update-flag): New variables.
19805 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19806 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19807 (gud-watch, gdb-var-create-handler) : New functions.
19808 (gdb-var-list-children, gdb-var-list-children-handler)
19809 (gdb-var-create-regexp, gdb-var-update-regexp)
19810 (gdb-var-list-children-regexp): New constants.
19811 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19812 (gdb-annotation-rules): Reduce annotation set (level 3).
19813 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19814 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19815 updates.
19816 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19817 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19818 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19819 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19820 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19821 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19822 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19823 (gud-display, gud-display1)
19824 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19825 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19826 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19827 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19828 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19829 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19830 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19831 (gdb-display-display-buffer, gdb-toggle-display)
19832 (gdb-delete-display, gdb-expressions-popup-menu)
19833 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19834 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19835 to display buffer.
19836
19837 2003-09-30 Richard M. Stallman <rms@gnu.org>
19838
19839 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19840 Instead, set which-func-functions.
19841
19842 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19843 (which-func-functions): New variable.
19844 (which-function): Use that.
19845
19846 * info.el (Info-mode): Double each `%' in header line.
19847
19848 * emacs-lisp/lisp-mnt.el (lm-with-file):
19849 When FILE is nil, run BODY in current buffer.
19850
19851 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19852
19853 * help.el (describe-mode): Start with a brief list of minor modes.
19854 Find them thru minor-mode-list so as to find them all.
19855 Show them in alphabetical order.
19856
19857 * mail/sendmail.el (mail-aliases): Doc fix.
19858
19859 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19860
19861 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19862
19863 * mail/rmailsum.el (rmail-make-summary-line-1):
19864 Change comma after last label to a space.
19865 (rmail-summary-font-lock-keywords): Adapt to that change.
19866
19867 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19868
19869 * progmodes/scheme.el (scheme-mode-variables): When setting
19870 `font-lock-defaults', also specify that "#" should
19871 be interpreted with `word' syntax.
19872 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19873
19874 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19875
19876 * desktop.el: A lot of comments updated.
19877 (desktop-save-mode): Minor mode introduced.
19878 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19879 (desktop-load-default): Function made obsolete.
19880 (desktop-locals-to-save): Variable made customizable.
19881 (desktop-read): Optional parameter `dirname' added.
19882 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19883 `desktop-read' used.
19884 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19885
19886 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19887
19888 * whitespace.el (whitespace-clean-msg): Add user customizable message
19889 for displaying ``clean'' output.
19890 (whitespace-buffer): Use `whitespace-clean-msg'.
19891 (whitespace-global-mode): Fix typo.
19892
19893 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19894
19895 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19896
19897 2003-09-29 Lute Kamstra <lute@gnu.org>
19898
19899 * bindings.el (mode-line-modes): Remove superfluous :propertize
19900 construct in initialization.
19901 (mode-line-position): Change cons cell into proper list in
19902 initialization.
19903
19904 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19905
19906 * international/mule.el (decode-coding-inserted-region): Use car
19907 of the return value of find-operation-coding-system.
19908
19909 2003-09-29 Kenichi Handa <handa@m17n.org>
19910
19911 * descr-text.el (describe-char): Fix previous change.
19912
19913 2003-09-28 Kenichi Handa <handa@m17n.org>
19914
19915 * descr-text.el (describe-char-display): New function.
19916 (describe-char): Pay attention to display table on describing how
19917 a character is displayed.
19918
19919 * international/mule-cmds.el (encoded-string-description):
19920 Prepend "0x" to each encoded byte.
19921
19922 2003-09-28 Andreas Schwab <schwab@suse.de>
19923
19924 * find-file.el (ff-special-constructs): Add autoload cookie.
19925
19926 2003-09-28 Kevin Ryde <user42@zip.com.au>
19927
19928 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19929 makeinfo appends to duplicate index entries.
19930
19931 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19932
19933 * dired-x.el (dired-clean-tex): Doc fix.
19934
19935 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19936 using a Chinese tutorial.
19937
19938 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19939
19940 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19941 between "MAIL FROM:" and "RCPT TO:" and the following address.
19942
19943 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19944
19945 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19946
19947 2003-09-28 David Ponce <david@dponce.com>
19948
19949 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19950 (recentf-load-list): When `recentf-initialize-file-name-history'
19951 is non-nil, initialize an empty `file-name-history' with the
19952 recent list.
19953
19954 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
19955
19956 * man.el (Man-default-man-entry): Remove the leading `*' from the
19957 word at point.
19958
19959 2003-09-26 Lute Kamstra <lute@gnu.org>
19960
19961 * bindings.el (mode-line-position): Mention size indication in
19962 docstring.
19963
19964 2003-09-26 Andre Spiegel <spiegel@gnu.org>
19965
19966 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19967
19968 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19969 because it's autoloaded now.
19970
19971 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19972
19973 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19974 (sh-font-lock-keywords, sh-feature): Fix previous change of
19975 sh-feature to avoid infloop with sh-font-lock-keywords.
19976
19977 2003-09-25 Kim F. Storm <storm@cua.dk>
19978
19979 * frame.el (frame-current-scroll-bars): New defun.
19980
19981 * window.el (window-current-scroll-bars): New defun.
19982
19983 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19984
19985 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19986 cause errors when the state cache contains info on parts that have
19987 been narrowed out.
19988
19989 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19990
19991 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19992 `c-setup-paragraph-variables' has to be used when this variable is
19993 changed; it doesn't work to reinitialize the mode since that
19994 typically clobbers the variable.
19995
19996 * progmodes/cc-styles.el (c-setup-paragraph-variables):
19997 Make it interactive.
19998
19999 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20000
20001 * progmodes/cc-fonts.el (c-font-lock-declarations):
20002 Fix recognition of constructors and destructors for classes whose
20003 names are matched by `*-font-lock-extra-types'.
20004
20005 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20006 followed by an identifier in C++ then it's a type.
20007
20008 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20009
20010 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20011 problem that primarily affected XEmacs. Don't use faces to find
20012 unterminated strings since Emacs and XEmacs fontify strings
20013 differently - this function should now work better in XEmacs.
20014
20015 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20016
20017 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20018 `expand-abbrev' workaround which caused braces to misbehave inside
20019 macros.
20020
20021 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20022 handling. This bug could cause interactive font locking to bail out.
20023
20024 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20025
20026 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20027 Handle paren-style types in Pike. Also fixed some cases of
20028 insufficient handling of unbalanced parens.
20029
20030 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20031
20032 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20033 common shell prompts that are not common filename or URL characters.
20034 (ffap-file-at-point): Use the new regexp to strip the prompts from
20035 the file names. This is an issue mostly for user prompts that
20036 don't have a trailing space and find-file-at-point is invoked from
20037 within a shell inside Emacs.
20038
20039 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20040
20041 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20042 stamps numerically, rather than textually.
20043
20044 2003-09-24 Kenichi Handa <handa@m17n.org>
20045
20046 * language/devan-util.el (devanagari-post-read-conversion):
20047 * language/mlm-util.el (malayalam-post-read-conversion):
20048 * language/tml-util.el (tamil-post-read-conversion):
20049 Add autoload cookie.
20050
20051 * international/utf-8.el (utf-8-post-read-conversion):
20052 Call post-read-conversion functions for Devanagari, Malayalam,
20053 and Tamil.
20054
20055 2003-09-23 Dave Love <fx@gnu.org>
20056
20057 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20058
20059 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20060
20061 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20062 Update gud-remove.
20063
20064 2003-09-22 Richard M. Stallman <rms@gnu.org>
20065
20066 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20067 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20068 (sh-mode-syntax-table-input): New variable.
20069 (sh-require-final-newline): Don't use eval.
20070 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20071 (sh-variables, sh-font-lock-keywords): Don't use eval.
20072 (sh-set-shell): When setting require-final-newline,
20073 treat value = `require-final-newline' as don't change it.
20074 Set sh-mode-syntax-table locally based on
20075 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20076
20077 * progmodes/compile.el (compile-internal):
20078 Call compilation-set-window-height before setting window start.
20079
20080 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20081
20082 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20083 Clear out byte-compile-last-warned-form.
20084
20085 2003-09-22 Richard M. Stallman <rms@gnu.org>
20086
20087 * woman.el (woman-file-name, woman-follow-word):
20088 If current-word returns nil, use "".
20089
20090 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20091
20092 2003-09-22 Richard M. Stallman <rms@gnu.org>
20093
20094 * emacs-lisp/lisp-mnt.el (lm-with-file):
20095 Don't visit the file, just use insert-file-contents in temp buffer.
20096
20097 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20098
20099 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20100 Add surrounding \\( and \\) around the header, as in
20101 for lm-history-header 'Change Log\\|History'.
20102
20103 2003-09-22 John Paul Wallington <jpw@gnu.org>
20104
20105 * progmodes/ld-script.el: Add Commentary section,
20106 minor cleanup of file header.
20107 (ld-script-font-lock-keywords): Doc fix.
20108 (toplevel): Provide `ld-script' feature.
20109
20110 2003-09-21 Kim F. Storm <storm@cua.dk>
20111
20112 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20113 new built-in variable default-frame-scroll-bars.
20114 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20115 scroll-bar-mode; notably, use it instead of t when we toggle
20116 scroll-bars on.
20117 (toggle-scroll-bar): Use default-frame-scroll-bars.
20118
20119 2003-09-19 Masatake YAMATO <jet@gyve.org>
20120
20121 * pcvs.el (cvs-do-removal): Change the prompt depending on
20122 `filter' value.
20123
20124 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20125
20126 * startup.el (command-line-1): Stop startup-echo-area-message
20127 being hidden by "Loading image..." message.
20128 (use-fancy-splash-screens-p, display-splash-screen):
20129 Move display-graphic-p test from latter to former.
20130
20131 * progmodes/sh-script.el (sh-font-lock-keywords):
20132 Highlight escaped EOLs differently from other backslash constructs.
20133
20134 2003-09-19 Richard M. Stallman <rms@gnu.org>
20135
20136 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20137 New functions.
20138 (edebug-enter, edebug-outside-excursion): Use them.
20139
20140 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20141 Fix the condition for whether to print "In WHERE".
20142
20143 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20144
20145 * finder.el (finder-mode-hook): New variable.
20146 (finder-mode): Run hook finder-mode-hook
20147
20148 2003-09-18 Masatake YAMATO <jet@gyve.org>
20149
20150 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20151
20152 2003-09-17 Mario Lang <mlang@delysid.org>
20153
20154 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20155 "p %e" to actually print the value in the GUD buffer.
20156
20157 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20158
20159 From David Ponce <david.ponce@wanadoo.fr>:
20160 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20161 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20162 from loaddefs-boot.el if necessary.
20163
20164 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20165
20166 * progmodes/gud.el (gud-find-class): Make jdb work again since
20167 cc-mode changed the syntactic information.
20168
20169 2003-09-15 David Ponce <david@dponce.com>
20170
20171 * recentf.el: (recentf-exclude): Accept predicates too.
20172 (recentf-file-readable-p): New function.
20173 (recentf-include-p): Handle predicates in recentf-exclude.
20174 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20175 (recentf-cleanup): Likewise.
20176 (recentf-save-list): Use write-file to handle backup of
20177 recentf-save-file.
20178
20179 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20180
20181 * loaddefs-boot.el: Renamed from `loaddefs.el'
20182 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20183 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20184 necessary.
20185
20186 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20187
20188 * electric.el (Electric-pop-up-window): For the `one-window' case,
20189 no longer disconcertingly move point in the original buffer.
20190
20191 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20192
20193 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20194
20195 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20196
20197 * dired.el (dired-mode-map): Fix typo.
20198
20199 2003-09-11 Richard M. Stallman <rms@gnu.org>
20200
20201 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20202
20203 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20204
20205 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20206 the function is less noisy. Now only `kill-buffer' can ask questions.
20207
20208 2003-09-10 Mario Lang <mlang@delysid.org>
20209
20210 * battery.el: Update Commentary and Copyright.
20211 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20212 appear due to wrong ordering of the expressions in `or'.
20213
20214 2003-09-09 Lute Kamstra <lute@gnu.org>
20215
20216 * misc.el (upcase-char): Fix docstring.
20217 (zap-up-to-char): New command.
20218
20219 2003-09-08 David Ponce <david@dponce.com>
20220
20221 Ensure that recentf correctly updates the menu bar.
20222 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20223 (recentf-menu-bar): New function.
20224 (recentf-clear-data): Use it
20225 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20226 of easy-menu-change.
20227
20228 2003-09-08 Lute Kamstra <lute@gnu.org>
20229
20230 * simple.el (size-indication-mode): New.
20231 * bindings.el (mode-line-position): Add buffer size indicator.
20232
20233 2003-09-04 Mario Lang <mlang@delysid.org>
20234
20235 * battery.el (battery-linux-proc-acpi): New function.
20236 (battery-status-function): Modify default value calculation to also
20237 check for availability of ACPI.
20238 (battery-echo-area-format): Ditto.
20239 (battery-mode-line-format): Ditto.
20240
20241 2003-09-06 Dave Love <fx@gnu.org>
20242
20243 * ielm.el (ielm-mode-hook): Add :options.
20244
20245 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20246 (eldoc-print-current-symbol-info): Use it.
20247
20248 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20249
20250 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20251 being displayed in GUD buffer.
20252 (gdb-idle-input-queue): Remove var. Use just one queue.
20253 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20254 Remove functions. Use just one queue.
20255 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20256 (gdb-invalidate-assembler, gdb-get-current-frame):
20257 Modify functions. Use just one queue.
20258
20259 2003-09-04 Dave Love <fx@gnu.org>
20260
20261 * cus-start.el: Add blink-cursor-alist.
20262
20263 * ruler-mode.el (ruler-mode-fill-column-char)
20264 (ruler-mode-current-column-char): Use char-displayable-p,
20265 not window-system.
20266
20267 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20268
20269 * language/european.el (windows-1252): Move from code-pages.
20270
20271 * language/cyrillic.el ("Windows-1251"): Delete.
20272 ("Bulgarian", "Belarusian"): Remove `features'.
20273 (windows-1251): Move from code-pages.
20274
20275 * international/mule-diag.el (non-iso-charset-alist):
20276 Remove `codepage' stuff.
20277 (print-designation, list-coding-systems-1): Output fixes.
20278
20279 * international/code-pages.el (cp-make-translation-table)
20280 (cp-valid-codes): Made defsubsts.
20281 (cp-fix-safe-chars): Delete.
20282 (mule-diag): Don't require.
20283 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20284 (top-level): Check for defined coding system when defining
20285 cp... aliases. Change w32-add-charset-info test to avoid warning.
20286 (non-iso-charset-alist): Defvar when compiling.
20287 (cp-make-coding-system): Doc fix.
20288
20289 2003-09-02 Jason Rumney <jasonr@gnu.org>
20290
20291 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20292 line-ends from CVS before doing conversion.
20293
20294 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20295
20296 * calendar/diary-lib.el (diary-header-line-flag)
20297 (diary-header-line-format): New variables.
20298 (list-diary-entries): Use them to set header line in simple diary.
20299
20300 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20301 other than font-lock-string-face to highlight backslashes.
20302
20303 2003-09-01 Jason Rumney <jasonr@gnu.org>
20304
20305 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20306 regexp.
20307
20308 2003-09-01 Dave Love <fx@gnu.org>
20309
20310 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20311
20312 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20313 and :help; also line and column numbers labels.
20314
20315 * international/mule-util.el (char-displayable-p): Move from
20316 latin1-disp, rename and autoload.
20317
20318 * international/latin1-disp.el (latin1-char-displayable-p):
20319 Now obsolete alias. Replace uses with char-displayable-p.
20320 (latin1-display-ucs-per-lynx): Fix last change.
20321
20322 * international/mule-cmds.el (standard-display-european-internal):
20323 Don't use char code for Latin-1 NBSP.
20324 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20325 U+2018, U+2019 for `'.
20326 (select-safe-coding-system): Message fix.
20327
20328 2003-09-01 Kenichi Handa <handa@m17n.org>
20329
20330 * international/fontset.el (setup-default-fontset): For Thai
20331 font, specify "*" family.
20332
20333 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20334
20335 * progmodes/compile.el (previous-error): Accept a prefix
20336 argument, similarly to next-error.
20337
20338 2003-08-31 Masatake YAMATO <jet@gyve.org>
20339
20340 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20341 the number of files. Bind the number of files to a local
20342 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20343
20344 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20345
20346 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20347 2003-07-26: msdos-long-file-names is a function, not a variable.
20348
20349 2003-08-29 Richard M. Stallman <rms@gnu.org>
20350
20351 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20352 Do nothing with mail-personal-alias-file if it is nil.
20353
20354 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20355 Do nothing if mail-personal-alias-file is nil.
20356
20357 * term.el (term-exec-1): Bind coding-system-for-read.
20358
20359 * dired.el (dired-mouse-find-file-other-window):
20360 Use dired-view-command-alist here, as in dired-view-file.
20361 (dired-view-command-alist): Use %s to substitute file name.
20362 Handle .ps_pages, .eps, .jpg, .gif, .png.
20363
20364 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20365
20366 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20367 `Info-prev-reference', instead of M-tab.
20368
20369 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20370
20371 * simple.el (blink-matching-open): Work correctly on chars that
20372 are designated as parens through the syntax-table text property.
20373
20374 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20375
20376 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20377 line break position in the middle of a non-kinsoku (e.g. latin)
20378 word, making it skip until either a space or a character with
20379 category "|".
20380 (kinsoku-longer): Test for end of buffer.
20381
20382 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20383
20384 * mail/rmail.el (rmail-convert-to-babyl-format):
20385 Detect quoted-printable- and base64-encoded messages and decode them
20386 automatically. Set the message's encoding from the charset=
20387 header, if any. Decode base64-encoded messages in Mail format as well.
20388
20389 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20390
20391 * mail/smtpmail.el: Fix previous change.
20392 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20393 calling smtpmail-via-smtp.
20394 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20395
20396 2003-08-26 John Paul Wallington <jpw@gnu.org>
20397
20398 * image.el (image-jpeg-p): Don't search beyond length of data.
20399
20400 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20401
20402 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20403 misfeature in `expand-abbrev' which caused electric keywords like
20404 "else" to disappear if an open brace was typed directly afterwards.
20405
20406 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20407
20408 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20409 mandatory in `define-widget'.
20410
20411 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20412 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20413
20414 (c-assignment-operators): New language constant that only contains
20415 the assignment operators.
20416
20417 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20418
20419 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20420
20421 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20422 Safeguard against unbalanced sexps.
20423
20424 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20425
20426 * version.el (emacs-version): Check for gtk. Include gtk version info.
20427
20428 2003-08-25 John Paul Wallington <jpw@gnu.org>
20429
20430 * man.el (Man-default-man-entry): Don't whizz past the section
20431 number before looking for it.
20432
20433 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20434
20435 * progmodes/gud.el (gud-display-line): Don't set window-point if
20436 source buffer is not visible. (Only happens with M-x gdba.)
20437
20438 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20439 documentation.
20440 (gdb-source, gdb-source-info): Update to assembler unnecessary
20441 as its done after each GDB command anyway.
20442 (gdb-pre-prompt): Use with-current-buffer.
20443 (gdb-insert-field): Add help-echo text.
20444 (gdb-invalidate-assembler): Re-display of assembler now done in
20445 gdb-info-breakpoints-custom.
20446 (gdb-info-breakpoints-custom): Force re-display of assembler to
20447 happen *after* update of breakpoints buffer.
20448 (gdb-display-source-buffer): Don't choke if gdb-source-window
20449 isn't visible.
20450 (gdb-put-string, gdb-put-arrow): Remove free variables.
20451
20452 2003-08-24 John Paul Wallington <jpw@gnu.org>
20453
20454 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20455
20456 * man.el (Man-default-man-entry): Strip text properties when
20457 snarfing parts of entry because `format' preserves properties.
20458
20459 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20460
20461 * files.el (file-newest-backup): Use `expand-file-name'.
20462
20463 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20464 Allow the diary to pop up a new frame, if needed.
20465
20466 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20467 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20468 (smtpmail-send-it): Make treatment of envelope-from consistent with
20469 sendmail.el.
20470
20471 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20472 (sh-leading-keywords): Add the bash `time' reserved word.
20473 (sh-variables): Add some bash variables.
20474 (sh-add-completer): Fix nil branch of case statement.
20475
20476 2003-08-24 Masatake YAMATO <jet@gyve.org>
20477
20478 * progmodes/ld-script.el: New file.
20479
20480 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20481
20482 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20483
20484 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20485
20486 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20487 Better explain obsolescence, and what to use instead.
20488
20489 2003-08-23 Masatake YAMATO <jet@gyve.org>
20490
20491 * pcvs.el (cvs-do-removal): Show the deleted file name
20492 on the prompt.
20493
20494 2003-08-20 Dave Love <fx@gnu.org>
20495
20496 * international/mule.el (make-coding-system)
20497 (set-buffer-file-coding-system): Doc fix.
20498
20499 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20500
20501 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20502
20503 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20504
20505 * international/utf-16.el: Add mime-text-unsuitable coding system
20506 properties.
20507
20508 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20509
20510 * cus-edit.el: Add some :links.
20511 (bib): Remove.
20512
20513 * textmodes/bib-mode.el (bib): Add :group external.
20514
20515 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20516
20517 * wid-edit.el (widget-echo-help): Make it handle expressions that
20518 evaluate to strings.
20519
20520 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20521
20522 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20523
20524 Simplify selection of SQL products to define highlighting and
20525 interactive mode. Includes detailed instructions on adding
20526 support for new products.
20527
20528 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20529 product for use in highlighting and interactive mode.
20530 (sql-interactive-product): New variable. SQL product for
20531 sql-interactive-mode.
20532 (sql-product-support): New variable. Specifies product-specific
20533 parameters to drive highlighting and interactive mode.
20534 (sql-imenu-generic-expression): Add more object types.
20535 (sql-sqlite-options): Correct comment.
20536 (sql-ms-program): Use "osql" rather than "isql".
20537 (sql-prompt-regexp, sql-prompt-length): Update comment.
20538 (sql-mode-menu): Add "Start SQLi session" entry.
20539 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20540 (sql-mode-abbrev-table): Add abbreviations. Support of
20541 SYSTEM-FLAG on define-abbrev. Support was removed with last
20542 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20543 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20544 names.
20545 (sql-mode-ansi-font-lock-keywords): Set as default value.
20546 (sql-mode-oracle-font-lock-keywords): Set as default value.
20547 Support Oracle 9i keywords.
20548 (sql-mode-postgres-font-lock-keywords): Set as default value.
20549 (sql-mode-linter-font-lock-keywords): Set as default value.
20550 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20551 SQLServer 2000.
20552 (sql-mode-sybase-font-lock-keywords)
20553 (sql-mode-interbase-font-lock-keywords)
20554 (sql-mode-sqlite-font-lock-keywords)
20555 (sql-mode-strong-font-lock-keywords)
20556 (sql-mode-mysql-font-lock-keywords)
20557 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20558 keywords.
20559 (sql-mode-font-lock-defaults): Update comment.
20560 (sql-product-feature): New function. Returns feature associated
20561 with a product from `sql-product-support' alist.
20562 (sql-product-font-lock): New function. Set font-lock support
20563 based on `sql-product'.
20564 (sql-add-product-keywords): New function. Add font-lock rules to
20565 product-specific keyword variables.
20566 (sql-set-product): New function. Set `sql-product' and apply
20567 appropriate font-lock highlighting.
20568 (sql-highlight-product): New function. Set font-lock support
20569 based on a product. Also set mode name to include product name.
20570 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20571 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20572 Use `sql-set-product'.
20573 (sql-highlight-ms-keywords)
20574 (sql-highlight-sybase-keywords)
20575 (sql-highlight-interbase-keywords)
20576 (sql-highlight-strong-keywords)
20577 (sql-highlight-mysql-keywords)
20578 (sql-highlight-sqlite-keywords)
20579 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20580 (sql-get-login): Prompt in the same order as the tokens.
20581 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20582 (sql-product-interactive): New function. Common portions of
20583 product-specific interactive mode wrappers.
20584 (sql-interactive-mode): Rewritten to use product features.
20585 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20586 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20587 (sql-db2, sql-linter): Use `sql-product-interactive'.
20588 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20589 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20590 (sql-connect-ingres, sql-connect-postgres)
20591 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20592 New functions. Format command line parameters and invoke comint on
20593 the appropriate interpreter. Code was in the corresponding
20594 `sql-xyz' function before.
20595 (sql-connect-ms): New function. Support -E argument to use
20596 operating system credentials for authentication.
20597
20598 2003-08-18 Kenichi Handa <handa@m17n.org>
20599
20600 * international/mule.el (encode-char): Fix for the ASCII case.
20601
20602 2003-08-15 Kenichi Handa <handa@m17n.org>
20603
20604 * international/fontset.el (setup-default-fontset): Change "*" to
20605 nil in the specifications of font family.
20606
20607 2003-08-18 Kim F. Storm <storm@cua.dk>
20608
20609 * kmacro.el (kmacro-keymap): Group related bindings in
20610 initialization for clarity. Bind C-s to start macro.
20611 Remove C-r binding.
20612 (kmacro-initial-counter-value): New defvar to hold initial counter
20613 value in case we set the value before defining a macro.
20614 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20615 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20616 not defining or executing macro. Doc fix.
20617 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20618 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20619 temporarily view older elements on the macro ring without cycling
20620 the ring.
20621 (kmacro-display): Doc fix.
20622 (kmacro-exec-ring-item): New helper function.
20623 (kmacro-call-ring-2nd): Use it.
20624 (kmacro-call-ring-2nd-repeat): Doc fix.
20625 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20626 (kmacro-end-or-call-macro): Execute last viewed macro (using
20627 kmacro-exec-ring-item) from ring if this follows
20628 kmacro-view-macro. This allows us to find a macro on the ring
20629 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20630 the ring to bring it to the head of the ring.
20631 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20632 Allow binding to reserved keys without specifying C-x C-k prefix.
20633 Ask for confirmation if entered key sequence is already bound to
20634 a non-macro command.
20635 (kmacro-view-macro): Repeating command will show older elements
20636 on the macro ring; C-k will execute the last viewed macro.
20637 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20638 property from 'ring to 'head.
20639
20640 2003-08-17 Alan Shutko <ats@acm.org>
20641
20642 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20643 keeping December out of the alist.
20644
20645 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20646
20647 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20648 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20649 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20650 (calendar-flatten): New function.
20651 (calendar-mouse-view-other-diary-entries)
20652 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20653 in the menu title and to show multi-line diary entries correctly
20654 in the menu.
20655
20656 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20657
20658 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20659 defcustom, because the default was recently changed.
20660
20661 2003-08-16 Richard M. Stallman <rms@gnu.org>
20662
20663 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20664
20665 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20666 New subroutine, broken out of eval-last-sexp-1.
20667 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20668
20669 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20670
20671 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20672
20673 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20674
20675 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20676
20677 * progmodes/compile.el (compilation-error-regexp-alist):
20678 Add Java ANt error detection as described in document
20679 http://ant.apache.org/faq.html
20680
20681 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20682
20683 * simple.el (backward-word, forward-to-indentation)
20684 (backward-to-indentation): Argument changed to optional.
20685 (next-line, previous-line): Use `or' instead of `unless'.
20686
20687 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20688
20689 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20690 instead of a constant.
20691
20692 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20693
20694 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20695
20696 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20697
20698 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20699 (vc-sccs-workfile-version): Search the entire delta table, rather
20700 than just the first entry, because that might be a deleted version.
20701
20702 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20703
20704 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20705 [save-place] binding in the Options menu. Have it require
20706 'saveplace' and then toggle the variable manually, to avoid an an
20707 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20708 for the bug report.
20709
20710 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20711
20712 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20713 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20714 (gdb-info-threads-custom): Add help-echo text.
20715 (gdb-display-back): Don't use purecopy.
20716 (gdb-info-breakpoints-custom, gdb-reset)
20717 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20718 icons can be displayed.
20719
20720 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20721
20722 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20723
20724 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20725
20726 * bookmark.el (bookmark-completing-read):
20727 Return a string, instead of a list of one string.
20728 Use a popup menu if activated from the mouse.
20729 (bookmark-edit-annotation): Remove unused vars.
20730 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20731 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20732 to bookmark-completing-read.
20733 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20734 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20735 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20736 and erase-buffer.
20737 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20738 (bookmark-menu-jump, bookmark-menu-insert)
20739 (bookmark-popup-menu-and-apply-function)
20740 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20741 (bookmark-menu-build-paned-menu): Remove by folding it into
20742 bookmark-menu-popup-paned-menu.
20743 (menu-bar-bookmark-map): Move the define-key statements here.
20744 Use the "non-menu" commands since they now pop up a menu if needed.
20745 (bookmark-exit-hook-internal): Simplify.
20746
20747 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20748
20749 * reftex-toc.el (reftex-toc-rename-label): New function.
20750 (reftex-toc-check-docstruct): New function.
20751
20752 * reftex.el (reftex-region-active-p): New function.
20753
20754 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20755 regexp to find the \bibliography macro.
20756
20757 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20758 which does not exist in LaTeX.
20759 (reftex-cite-format-builtin): Added amsrefs support.
20760 (reftex-toc-confirm-promotion): New option
20761
20762 * reftex-toc.el
20763 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20764 (reftex-toc-demote, reftex-toc-promote)
20765 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20766 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20767 (reftex-toc-newhead-from-alist)
20768 (reftex-toc-load-all-files-for-promotion): New functions.
20769 (reftex-toc-help): Added description of new keys.
20770 (reftex-toc-split-windows-fraction): New option.
20771 (reftex-recenter-toc-when-idle): Search *toc* window on all
20772 visible frames.
20773 (reftex-toc): Additional parameter REUSE
20774 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20775 with REUSE argument.
20776 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20777 the call of `reftex-toc'.
20778 (reftex-make-separate-toc-frame): New function .
20779 (reftex-toc-recenter): When called with triple prefix arg, call
20780 `reftex-make-separate-toc-frame' first.
20781 (reftex-toc-toggle-dedicated-frame): New command.
20782 (reftex-toc-quit): Adapted to delete frame when called in
20783 dedicated frame.
20784
20785 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20786 all enclosing macros.
20787
20788
20789 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20790
20791 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20792 first use.
20793
20794 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20795
20796 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20797
20798 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20799
20800 * calendar/calendar.el (list-diary-entries-hook)
20801 (diary-display-hook, nongregorian-diary-listing-hook)
20802 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20803 Add some customize options for these hooks.
20804 (calendar-abbrev-construct): Don't try to take a substring longer
20805 than the original string.
20806
20807 2003-08-05 Richard M. Stallman <rms@gnu.org>
20808
20809 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20810 (testcover-reinstrument-clauses): Doc fix.
20811
20812 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20813 (warning-type-format): Rename from warning-group-format.
20814
20815 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20816 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20817 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20818 to prevent warnings about defvar for an obsolete variable.
20819
20820 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20821 warning-group-format renamed to warning-type-format.
20822
20823 * subr.el (read-passwd): Use clear-string instead of fillarray.
20824
20825 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20826 Use vconcat instead of concat.
20827 (edmacro-sanitize-for-string): New function.
20828
20829 2003-08-05 Dave Love <fx@gnu.org>
20830
20831 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20832 line-number-display-limit-width.
20833
20834 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20835
20836 2003-08-05 Kenichi Handa <handa@m17n.org>
20837
20838 * international/code-pages.el: Don't require mule-diag.
20839
20840 * international/mule-diag.el (non-iso-charset-alist):
20841 Add autoload cookie.
20842
20843 * language/devan-util.el (dev-glyph-order): Add an entry for the
20844 glyph code #xC4.
20845
20846 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20847
20848 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20849 (european-calendar-style, diary-date-forms)
20850 (calendar-day-name-array, calendar-month-name-array): Doc change.
20851 (generate-calendar-month): Adapt for new behaviour of
20852 `calendar-day-name' function.
20853 (calendar-abbrev-length, calendar-day-abbrev-array)
20854 (calendar-month-abbrev-array): New variables.
20855 (calendar-abbrev-construct): New function.
20856 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20857 rather than fixing abbrevs at some width. Calling syntax change.
20858 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20859 (calendar-date-string): Adapt for new behaviours of
20860 `calendar-day-name' and `calendar-month-name' functions.
20861
20862 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20863 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20864 (diary-name-pattern): Use abbrev arrays, rather than fixing
20865 abbrevs at three chars. Calling syntax change.
20866 (mark-diary-entries): Adapt for new behaviours of
20867 `diary-name-pattern' and `calendar-make-alist' functions.
20868 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20869 `diary-name-pattern' function.
20870 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20871 fixing abbrevs at three chars. Calling syntax change.
20872 (cal-hebrew, cal-islam): Require when compiling.
20873 (diary-font-lock-keywords): Adapt for new behaviour of
20874 `font-lock-diary-date-forms' function.
20875
20876 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20877 (calendar-hebrew-month-name-array-common-year)
20878 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20879 (list-hebrew-diary-entries): Adapt for new behaviours of
20880 `calendar-day-name' and `add-to-diary-list' functions.
20881 (mark-hebrew-diary-entries): Adapt for new behaviours of
20882 `diary-name-pattern' and `calendar-make-alist' functions.
20883
20884 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20885 Add doc string.
20886 (list-islamic-diary-entries): Adapt for new behaviours of
20887 `calendar-day-name' and `add-to-diary-list' functions.
20888 (mark-islamic-diary-entries): Adapt for new behaviours of
20889 `diary-name-pattern' and `calendar-make-alist' functions.
20890
20891 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20892 `calendar-month-name' function.
20893
20894 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20895
20896 * calendar/solar.el (solar-seasons-data): Move definition before use.
20897
20898 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20899 (cal-tex-LaTeX-hourbox): Move definition before use.
20900
20901 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20902 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20903 * lunar.el, solar.el (displayed-month, displayed-year):
20904 Define for compiler.
20905
20906 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20907
20908 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20909 MODE. Renamed from c-init-c-language-vars'.
20910 (c-initialize-cc-mode): Change accordingly.
20911 (c-common-init): Ditto.
20912 (c-mode): Ditto.
20913 (c++-mode): Use `c-init-language-vars-for'.
20914 (objc-mode): Ditto.
20915 (java-mode): Ditto.
20916 (idl-mode): Ditto.
20917 (pike-mode): Ditto.
20918 (awk-mode): Ditto.
20919
20920 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20921
20922 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20923 or not the point moved.
20924
20925 (c-search-decl-header-end): Don't trip up on operator identifiers
20926 in C++ and operators like == in all languages.
20927
20928 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20929 Detect leading labels correctly.
20930
20931 2003-08-02 Andreas Schwab <schwab@suse.de>
20932
20933 * textmodes/ispell.el: Don't redo key bindings on loading, put
20934 them only in loaddefs.el.
20935 * bookmark.el: Likewise.
20936 * dabbrev.el: Likewise.
20937 * emerge.el: Likewise.
20938
20939 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20940 has more than one member.
20941
20942 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20943
20944 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20945
20946 * lpr.el (printify-region): It was ending conversion before the
20947 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20948
20949 2003-07-31 John Paul Wallington <jpw@gnu.org>
20950
20951 * net/browse-url.el (browse-url-epiphany): Doc fix.
20952
20953 2003-07-30 Kenichi Handa <handa@m17n.org>
20954
20955 * international/fontset.el (setup-default-fontset):
20956 Change registry names of Akurti fonts.
20957
20958 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20959
20960 * comint.el (comint-read-noecho): Use `clear-string' instead of
20961 `fillarray'.
20962
20963 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
20964
20965 * outline.el (outline-mode-hook): Add defvar.
20966
20967 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
20968
20969 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20970 Restore assembler in source window if that is what has been selected.
20971 (menu): Add gdb-restore-windows to menu. Make gdba
20972 specific menus only visible from gdba.
20973
20974 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
20975
20976 * progmodes/compile.el (compilation-environment): New user variable.
20977 (compile-internal): Respect it.
20978
20979 2003-07-23 Masatake YAMATO <jet@gyve.org>
20980
20981 * progmodes/gud.el (gdb-script-font-lock-keywords):
20982 Put `font-lock-function-name-face' on a symbol which includes
20983 `-' like `hook-run'. Put font-lock-variable-name-face
20984 on a symbol starting with $.
20985
20986 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
20987
20988 * files.el (set-visited-file-name): Use truename for buffer-file-name.
20989
20990 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20991
20992 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20993
20994 2003-07-26 Andre Spiegel <spiegel@gnu.org>
20995
20996 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
20997 Use with-no-warnings.
20998 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
20999 rather than to find-file-not-found-hook, which doesn't exist.
21000
21001 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21002
21003 * international/quail.el (quail-translate-key): Fix previous change.
21004
21005 2003-07-25 John Paul Wallington <jpw@gnu.org>
21006
21007 * server.el (server-start): Check `server-process' is non-nil
21008 before killing it to avoid killing current buffer's process.
21009
21010 * simple.el (choose-completion-string): Use `minibufferp';
21011 test `completion-reference-buffer' if `buffer' arg is nil.
21012 (push-mark): Use `when' and `unless'.
21013 (pop-mark): Use `when'.
21014
21015 * mouse-sel.el (mouse-sel-get-selection-function):
21016 Check `x-last-selected-text-primary'. Don't barf if it or
21017 `x-last-selected-text' aren't bound.
21018
21019 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21020
21021 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21022
21023 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21024
21025 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21026
21027 2003-07-23 John Paul Wallington <jpw@gnu.org>
21028
21029 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21030
21031 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21032
21033 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21034 string. Defvar the derived hook.
21035
21036 * macros.el (insert-kbd-macro): Escape double quote character.
21037 From Thomas W Murphy <twm@andrew.cmu.edu>.
21038
21039 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21040
21041 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21042 to match the specific mark rather than reusing comment-start-skip.
21043
21044 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21045
21046 * progmodes/hideshow.el (hs-special-modes-alist):
21047 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21048
21049 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21050
21051 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21052 value using ?\s.
21053
21054 2003-07-21 John Paul Wallington <jpw@gnu.org>
21055
21056 * subr.el (with-selected-window): Add closing paren.
21057
21058 2003-07-21 Richard M. Stallman <rms@gnu.org>
21059
21060 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21061 (lisp-mode): Likewise.
21062
21063 * subr.el (with-selected-window): Copy code form save-selected-window
21064 so as to call select-window with norecord arg.
21065 (dynamic-completion-table): Doc fix.
21066 (lazy-completion-table): Doc fix.
21067
21068 * international/mule-cmds.el (set-locale-environment):
21069 langinfo renamed to locale-info.
21070
21071 * international/mule.el (auto-coding-functions): Doc fix.
21072
21073 2003-07-21 Kenichi Handa <handa@m17n.org>
21074
21075 * international/quail.el (quail-translate-key):
21076 Update quail-current-str correctly.
21077
21078 2003-07-21 Andreas Schwab <schwab@suse.de>
21079
21080 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21081 ?, to "_".
21082
21083 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21084 Version 2.0.36 of Tramp released.
21085
21086 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21087 tramp-password-end-of-line.
21088 (tramp-password-end-of-line): New method parameter.
21089 (tramp-get-password-end-of-line): Function to access method
21090 parameter `tramp-password-end-of-line', or variable
21091 `tramp-default-password-end-of-line' (default value).
21092 (tramp-methods): Add entries for new parameter
21093 tramp-password-end-of-line.
21094 (tramp-enter-password): Use new function
21095 `tramp-get-password-end-of-line'.
21096 (tramp-handle-insert-file-contents): Do not
21097 unconditionally inhibit the file operation file-local-copy, only
21098 do that when the inhibit-file-name-operation is currently
21099 insert-file-contents. This fixes finding remote CVS-controlled
21100 files. (It would barf on inserting the CVS/Entries file
21101 literally, because the file-local-copy handler wasn't called.)
21102 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21103 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21104 (tramp-initial-commands): New variable.
21105 (tramp-process-initial-commands): New function, using the variable.
21106 (tramp-open-connection-setup-interactive-shell): Call the new function.
21107 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21108 method into the buffer name, never use nil. Reported by Hanak
21109 David <dhanak@inf.bme.hu>.
21110 (tramp-open-connection-setup-interactive-shell): Erase buffer
21111 before sending "stty -onlcr".
21112
21113 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21114
21115 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21116
21117 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21118
21119 2003-07-19 John Paul Wallington <jpw@gnu.org>
21120
21121 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21122 (artist-draw-rect, artist-draw-square): Doc fixes.
21123
21124 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21125
21126 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21127
21128 2003-07-19 Kenichi Handa <handa@m17n.org>
21129
21130 * international/kkc.el (kkc-show-conversion-list-update):
21131 Highlight the correct candidate in the message.
21132
21133 2003-07-18 John Paul Wallington <jpw@gnu.org>
21134
21135 * simple.el (current-word): Don't include punctuation char when
21136 `really-word' arg is non-nil.
21137
21138 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21139
21140 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21141 moved to the directory obsolete.
21142
21143 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21144
21145 * info.el (Info-menu-entry-name-re): Allow newlines in
21146 menu entry names.
21147
21148 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21149 syntax-ppss-after-change-function.
21150 (syntax-ppss-after-change-function): New alias. Update uses.
21151 (syntax-ppss): Catch the case where the buffer is narrowed.
21152
21153 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21154
21155 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21156 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21157
21158 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21159
21160 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21161 since it might be modified.
21162
21163 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21164 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21165 names to these language constants.
21166
21167 2003-07-15 Kim F. Storm <storm@cua.dk>
21168
21169 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21170 All uses changed.
21171
21172 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21173
21174 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21175 Namespace support.
21176
21177 2003-07-13 Juanma Barranquero <lektu@terra.es>
21178
21179 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21180 papers received).
21181
21182 2003-07-13 Karl Eichwalder <ke@suse.de>
21183
21184 * textmodes/po.el (po-find-charset): White space at the start of the
21185 Content-Type field body is non-mandatory.
21186
21187 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21188
21189 * textmodes/texinfo.el (texinfo-section-list):
21190 Append appendixsection; a synonym for appendixsec.
21191
21192 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21193
21194 * man.el (Man-translate-cleanup): New.
21195 (Man-translate-references): Call `Man-translate-cleanup' to clean
21196 leading, trailing and middle spaces.
21197
21198 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21199
21200 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21201 Handle `dired-directory' being a list.
21202
21203 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21204
21205 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21206 it doesn't exist.
21207
21208 2003-07-12 Richard M. Stallman <rms@gnu.org>
21209
21210 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21211
21212 * progmodes/cc-defs.el (c-make-keywords-re):
21213 Don't use delete-duplicates.
21214 (c-lang-const): Don't use mapcan.
21215
21216 * apropos.el (apropos-show-scores): Make it customizable.
21217 Document new meaning.
21218 (apropos): Compute scores from symbols.
21219 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21220
21221 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21222
21223 * ps-bdf.el: Fix copyright line.
21224 (bdf-directory-list): Fix initialization code.
21225
21226 2003-07-11 John Paul Wallington <jpw@gnu.org>
21227
21228 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21229 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21230 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21231
21232 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21233
21234 * emacs-lisp/ring.el (ring-elements): Doc fix.
21235
21236 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21237
21238 * calendar/timeclock.el (timeclock-relative)
21239 (timeclock-ask-before-exiting, timeclock-use-display-time):
21240 Doc changes.
21241 (timeclock-modeline-display): Give a message if
21242 `timeclock-use-display-time' is non-nil but `display-time-mode'
21243 is not active.
21244
21245 2003-07-11 Kenichi Handa <handa@m17n.org>
21246
21247 * international/mule-cmds.el (set-language-environment):
21248 Set current-language-environment to the correct string.
21249
21250 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21251
21252 * ps-print.el: Print line number correctly in a region. Reported by
21253 Tim Allen <timallen@ls83.fsnet.co.uk>.
21254 (ps-print-version): New version number (6.6.2).
21255 (ps-printing-region): Code fix.
21256
21257 2003-07-10 John Paul Wallington <jpw@gnu.org>
21258
21259 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21260 this function can be called from `add-completions-from-tags-table'.
21261
21262 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21263
21264 * calendar/timeclock.el (timeclock-use-display-time)
21265 (timeclock-day-over-hook, timeclock-workday-remaining)
21266 (timeclock-status-string, timeclock-when-to-leave)
21267 (timeclock-when-to-leave-string, timeclock-log-data)
21268 (timeclock-find-discrep, timeclock-day-base)
21269 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21270 (timeclock-modeline-display): Set the variable
21271 `timeclock-modeline-display'.
21272 (timeclock-update-modeline): Doc fix. Respect value of
21273 `timeclock-relative'.
21274
21275 2003-07-09 Richard M. Stallman <rms@gnu.org>
21276
21277 * textmodes/reftex-parse.el (reftex-all-document-files):
21278 Add autoload cookie.
21279
21280 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21281 (reftex-scanning-info-available-p): Add autoload cookie.
21282
21283 * international/mule-cmds.el
21284 (set-display-table-and-terminal-coding-system): Delete duplicate
21285 aset on standard-display-table.
21286
21287 * view.el (view-file): If existing buffer's major mode is special,
21288 don't go into view mode.
21289
21290 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21291
21292 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21293
21294 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21295 buffer changes; there's third party code that calls this function
21296 directly.
21297
21298 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21299
21300 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21301 (autodoc-font-lock-keywords): Don't byte compile on font lock
21302 initialization when running from byte compiled files.
21303
21304 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21305
21306 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21307 statement ends with auto-increment "++".
21308
21309 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21310
21311 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21312 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21313 these are changed, so declare them as variables and not constants.
21314
21315 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21316
21317 * subr.el (dolist, dotimes): Doc fix.
21318
21319 2003-07-08 Kim F. Storm <storm@cua.dk>
21320
21321 * international/mule-cmds.el
21322 (set-display-table-and-terminal-coding-system): Don't break
21323 bootstrap if standard-display-table isn't setup yet.
21324
21325 2003-07-07 Richard M. Stallman <rms@gnu.org>
21326
21327 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21328 Give it a doc string, and autoload it.
21329
21330 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21331 Use with-no-warnings.
21332
21333 * info.el (Info-search): If find invisible text, search again.
21334
21335 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21336
21337 * man.el (Man-name-regexp): Match + as part of name.
21338
21339 * simple.el (visible-mode): Rename from vis-mode.
21340 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21341
21342 * simple.el (current-word): New arg REALLY-WORD specifies
21343 don't include punctuation chars.
21344
21345 * emacs-lisp/debug.el (debug, debugger-env-macro):
21346 Use with-no-warnings while accessing and binding unread-command-char.
21347
21348 * international/mule-cmds.el
21349 (set-display-table-and-terminal-coding-system): Use explicit loop
21350 instead of calling standard-display-default.
21351
21352 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21353 Use condition-case to catch error in ange-ftp-get-files.
21354
21355 * net/browse-url.el (browse-url-browser-function):
21356 Add alternative for Epiphany.
21357 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21358 (browse-url-epiphany-startup-arguments)
21359 (browse-url-epiphany-new-window-is-tab): New variables.
21360 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21361
21362 * progmodes/compile.el (compile-auto-highlight): Default now t.
21363 (compile): Doc fix.
21364 (compilation-next-error): Fix previous change.
21365
21366 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21367
21368 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21369
21370 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21371
21372 * gdb-ui.el (gdb-source-info): Display current frame when
21373 attaching to an existing process.
21374 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21375 while laying out windows when attaching to an existing process.
21376
21377 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21378
21379 * info.el (Info-menu): Use Info-menu-entry-name-re.
21380
21381 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21382
21383 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21384 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21385
21386 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21387 to match the same text.
21388
21389 2003-07-06 John Paul Wallington <jpw@gnu.org>
21390
21391 * vc.el (vc-annotate-offset): Move defvar up.
21392
21393 2003-07-06 Kim F. Storm <storm@cua.dk>
21394
21395 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21396 This should fix the infinite loop when extracting menu names.
21397
21398 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21399
21400 * files.el (auto-mode-alist, interpreter-mode-alist):
21401 Remove entries to CC Mode modes to avoid duplicates; they are now added
21402 with autoload directives in cc-mode.el.
21403
21404 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21405
21406 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21407 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21408 these are changed, so declare them as variables and not constants.
21409
21410 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21411 ensure that the entry for ".c" extension comes before the one for
21412 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21413 Fix incorrect entries that were added to `interpreter-mode-alist'.
21414 Move the autoload directives for AWK to the top level since they
21415 aren't recognized anywhere else. Do not use the new AWK mode doc
21416 in the autoload form for the old AWK mode.
21417
21418 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21419
21420 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21421 (bibtex-sort-ignore-string-entries): Default value t.
21422 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21423 erroneously in previous version.
21424 (bibtex-string-files): Docstring reflects new parsing scheme.
21425 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21426 docstring, add # as one of the chars to crush
21427 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21428 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21429 (bibtex-autokey-name-change-strings)
21430 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21431 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21432 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21433 (bibtex-autokey-title-terminators)
21434 (bibtex-autokey-titlewords-stretch)
21435 (bibtex-autokey-titleword-ignore)
21436 (bibtex-autokey-titleword-case-convert)
21437 (bibtex-autokey-titleword-abbrevs)
21438 (bibtex-autokey-titleword-abbrevs)
21439 (bibtex-autokey-titleword-change-strings)
21440 (bibtex-autokey-titleword-length)
21441 (bibtex-autokey-titleword-separator)
21442 (bibtex-autokey-name-year-separator)
21443 (bibtex-autokey-year-title-separator)
21444 (bibtex-autokey-before-presentation-function)
21445 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21446 Fix docstring.
21447 (bibtex-strings, bibtex-reference-keys):
21448 Use lazy-completion-table and make-variable-buffer-local.
21449 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21450 (bibtex-braced-string-syntax-table)
21451 (bibtex-quoted-string-syntax-table): New variables.
21452 (bibtex-parse-nested-braces): Remove.
21453 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21454 (bibtex-parse-association): Simplify.
21455 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21456 (bibtex-parse-field-text): Simplify.
21457 (bibtex-search-forward-field, bibtex-search-backward-field):
21458 argument BOUND can take value t.
21459 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21460 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21461 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21462 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21463 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21464 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21465 and ending of entry. Update for changes of bibtex-search-entry.
21466 Simplify.
21467 (bibtex-map-entries): FUN is called with three arguments.
21468 (bibtex-search-entry): Return a cons pair with buffer positions of
21469 beginning and end of entry.
21470 (bibtex-enclosing-field): Simplify.
21471 (bibtex-format-entry): Use booktitle to set a missing title.
21472 (bibtex-autokey-get-names): Fiddle with regexps.
21473 (bibtex-generate-autokey): Use identity.
21474 (bibtex-parse-keys): Use simplified parsing algorithm if
21475 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21476 arguments. Return alist of keys.
21477 (bibtex-parse-strings): Simplify. Return alist of strings.
21478 (bibtex-complete-string-cleanup): Fix docstring.
21479 (bibtex-read-key): New function.
21480 (bibtex-mode): Fix docstring. Do not parse for keys and
21481 strings when the mode is entered. Set fill-paragraph-function to
21482 bibtex-fill-field. Setup font-lock-mark-block-function the way
21483 font-lock intended.
21484 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21485 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21486 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21487 (bibtex-Preamble): Avoid hard coded constants.
21488 (bibtex-make-field): Fix docstring. Simplify.
21489 (bibtex-beginning-of-entry): Always return new position of point.
21490 (bibtex-end-of-entry): Rearrange cond clauses.
21491 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21492 Update for changes of bibtex-map-entries.
21493 (bibtex-ispell-abstract): Do not move point.
21494 (bibtex-entry-index): Use downcase. Simplify.
21495 (bibtex-lessp): Handle catch-all.
21496 (bibtex-find-crossref): Turn into a command.
21497 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21498 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21499 preamble entries.
21500 (bibtex-fill-field-bounds): New function.
21501 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21502 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21503 (bibtex-String): Use bibtex-strings. Always obey
21504 bibtex-sort-ignore-string-entries.
21505
21506 2003-07-05 John Paul Wallington <jpw@gnu.org>
21507
21508 * cus-theme.el (customize-create-theme):
21509 Call `customize-create-theme' in Reset widget's notify function.
21510
21511 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21512 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21513 (define-ibuffer-column name): Add summarizer.
21514 (define-ibuffer-column size): Likewise.
21515 (define-ibuffer-column filename): Likewise.
21516 (define-ibuffer-column process): Likewise. Change BODY's output too.
21517 (define-ibuffer-column filename-and-process): Likewise, likewise.
21518 (ibuffer): Remove local vars `already-in' and `need-update'.
21519
21520 * ibuf-ext.el: Don't require `derived' at compile-time.
21521
21522 2003-07-05 Kim F. Storm <storm@cua.dk>
21523
21524 * info.el: Disable paragraph refilling.
21525 (Info-refill-paragraphs): New defcustom.
21526 (Info-fontify-node): Use it.
21527
21528 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21529
21530 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21531 thingies from constructors created by defstruct.
21532
21533 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21534 the default value of the variable.
21535 (byte-code-meter): Move declaration to top level.
21536
21537 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21538
21539 * info.el (Info-following-node-name-re): New fun.
21540 (Info-following-node-name): Remove.
21541 (Info-insert-dir): Use the new fun.
21542 (Info-extract-pointer): Don't save restriction; use new fun.
21543 (Info-menu-entry-name-re): New const.
21544 (Info-menu-entry-name-re): Use it along with new fun.
21545 (Info-node-spec-re): Use new fun.
21546 (Info-complete-menu-item, Info-fontify-node): Use new const.
21547 (Info-goto-node, Info-follow-reference, Info-menu-update):
21548 Use match-string.
21549 (Info-follow-reference): Use assoc-string.
21550 Use a list of strings for the completion table.
21551 (Info-fontify-node): Use match-string, line-end-position.
21552 Limit the search for `node:' to the first line.
21553
21554 * newcomment.el (uncomment-region): Remove padding coming from
21555 comment-start rather than just from comment-padding.
21556
21557 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21558 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21559 (vc-cvs-rename-file): Remove (use the default).
21560 (vc-cvs-register): Register parent dir if needed.
21561 (vc-cvs-could-register): Return non-nil if parent can be registered.
21562 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21563 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21564
21565 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21566 (vc-svn-update): Fix the arguments to `svn'.
21567 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21568 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21569 Simple implementations, assuming `name' is a URL.
21570
21571 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21572 set of chars allowed unquoted in a case pattern.
21573
21574 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21575
21576 * font-lock.el (font-lock-extra-types-widget)
21577 (c-font-lock-extra-types, c++-font-lock-extra-types)
21578 (objc-font-lock-extra-types, java-font-lock-extra-types)
21579 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21580 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21581 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21582 (font-lock-match-c++-structor-declaration)
21583 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21584 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21585 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21586 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21587 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21588 (java-font-lock-keywords-3, java-font-lock-keywords)
21589 (java-font-lock-syntactic-face-function): Remove obsolete code
21590 and constants. It's all in cc-fonts.el now.
21591
21592 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21593
21594 * mail/sendmail.el (mail-specify-envelope-from)
21595 (mail-envelope-from): Doc fix.
21596
21597 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21598
21599 * generic-x.el: Do away with the dependency on `c-emacs-features'
21600 when populating `rul-generic-mode-syntax-table'; we already know
21601 this isn't XEmacs.
21602
21603 See ChangeLog.10 for earlier changes.
21604
21605 ;; Local Variables:
21606 ;; coding: iso-2022-7bit
21607 ;; End:
21608
21609 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21610 Copying and distribution of this file, with or without modification,
21611 are permitted provided the copyright notice and this notice are preserved.
21612
21613 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1