]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(all): Don't complain about missing GTK-related variables,
[gnu-emacs] / lisp / ChangeLog
1 2005-06-13 Eli Zaretskii <eliz@gnu.org>
2
3 * cus-start.el (all): Don't complain about missing GTK-related
4 variables, unless either `gtk' is boundp or this isn't a
5 `windows-nt' build.
6
7 2005-06-13 Lute Kamstra <lute@gnu.org>
8
9 * woman.el (woman-mode-line-format): Delete constant.
10 (woman-mode-map): Initialize it properly.
11 (woman-mode): Set mode-class property to special. Use
12 delay-mode-hooks and run-mode-hooks. Use the right keymap. Set
13 major-mode and mode-name. Don't set mode-line-format directly.
14 (Man-getpage-in-background): Don't reference
15 woman-mode-line-format.
16
17 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18 string argument obsolete.
19
20 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
21
22 * textmodes/org.el: (org-CUA-compatible): New option.
23 (org-disputed-keys): New variable.
24 (org-key): New function.
25 (orgtbl-make-binding): Add docstring to the created function.
26 (org-mode): Set paragraph start/separate regexps.
27 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28 (org-archive-location, org-archive-mark-done)
29 (org-archive-stamp-time): New options.
30 (org-archive-subtree): New command.
31 (org-fill-paragraph): New function.
32 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
33 (org-fake-empty-table-line): Function removed.
34 (org-format-org-table-html): Do not create empty table lines at
35 separator lines. Improved table header treatment.
36 (org-link-format): New option.
37 (org-make-link): New function.
38 (org-insert-link, org-store-link): Use org-make-link.
39 (org-open-file): Quote file name for shell command, to allow
40 spaces in file names.
41 (org-link-regexp): Fixed bug with mailto link.
42 (org-link-maybe-angles-regexp, org-protected-link-regexp): New
43 constant.
44 (org-export-as-html): Deal with the optional angles around a link.
45 Better treatment of file: links.
46 (org-open-at-point): Replace @{ and @} with < and >.
47 (org-run-mode-hooks): Function removed.
48 (org-agenda-mode): No longer use `org-run-mode-hooks'.
49
50 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
51
52 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
53 MI command -data-list-register-values.
54 (gdb-post-prompt): Indent properly.
55
56 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
57
58 * hilit-chg.el (highlight-changes-colors): Rename from
59 `highlight-changes-colours'.
60 (highlight-changes-colours): Keep as obsolete alias.
61 (highlight-changes-face-list): Doc fix.
62 (hilit-chg-make-list): Use `highlight-changes-colors'.
63
64 2005-06-12 Mark A. Hershberger <mah@everybody.org>
65
66 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
67 defun-prompt-regexp.
68
69 2005-06-12 Eli Zaretskii <eliz@gnu.org>
70
71 * loadup.el: Don't say we are dumping under 2 names on windows-nt
72 and cygwin.
73
74 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): Don't
75 use an old loaddefs.el, as in Makefile.in.
76
77 2005-06-12 Lute Kamstra <lute@gnu.org>
78
79 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
80
81 * man.el (Man-mode-map): Initialize it properly.
82 (Man-mode): Set mode-class property to special.
83
84 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
85
86 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
87
88 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
89 A newline is needed in the docstring there.
90
91 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
92 Doc fixes.
93
94 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
95
96 * printing.el: Doc fix. The menubar is no more changed when printing
97 is loaded, it only changes when pr-menu-bind or pr-update-menus is
98 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
99 (pr-version): New version number (6.8.4).
100 (pr-menu-bind): New command.
101 (pr-update-menus): Docstring and code fix.
102 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
103 Docstring fix.
104 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
105 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
106
107 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
108
109 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
110 "Returns" to "return", document useful return values, etc.
111
112 2005-06-11 Alan Mackenzie <acm@muc.de>
113
114 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
115 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
116 (adaptive-file-function): Minor amendment to doc-string.
117
118 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
119
120 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
121 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step): Fix
122 :type--it is `integer', not `string'.
123
124 * faces.el (modeline-highlight): Rename from (the erroneous)
125 `modeline-higilight'.
126
127 2005-06-11 Lute Kamstra <lute@gnu.org>
128
129 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
130 lisp-interaction-mode-map but make it the parent.
131 (edebug-eval-mode): Use define-derived-mode.
132
133 2005-06-11 Andreas Schwab <schwab@suse.de>
134
135 * bindings.el: Add binding of `ESC functionkey' for every
136 `M-functionkey'.
137 * hexl.el (hexl-mode-map): Likewise.
138
139 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
140
141 * progmodes/compile.el (compilation-error-regexp-alist-alist)
142 [msft]: update regexp for newer msft compilers.
143
144 2005-06-10 Mark A. Hershberger <mah@everybody.org>
145
146 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
147 ATTLIST portions of included DTDs.
148 (xml-parse-dtd): Eliminate use of inefficient match-data.
149
150 2005-06-10 Miles Bader <miles@gnu.org>
151
152 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
153 (mpuz-text): Remove "-face" suffix from face names.
154 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
155 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
156 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
157
158 * play/gomoku.el (gomoku-O, gomoku-X):
159 Remove "-face" suffix from face names.
160 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
161 New backward-compatibility aliases for renamed faces.
162 (gomoku-font-lock-keywords): Use renamed gomoku faces.
163
164 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
165
166 * thumbs.el: Fixes for changes of 2005-06-09.
167 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
168 as a directory.
169 (thumbs-thumbname): Remove directory separator from format string;
170 `thumbs-thumbsdir' now returns a valid directory name.
171 (thumbs-temp-dir): New defsubst.
172 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
173 Use it.
174
175 * cus-edit.el (minibuffer):
176 * files.el (make-backup-file-name-function):
177 * filesets.el (filesets-external-viewers):
178 * hilit-chg.el (highlight-changes-colours)
179 (highlight-changes-face-list, highlight-changes-rotate-faces):
180 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
181 * kmacro.el (kmacro-call-macro):
182 * log-edit.el (log-edit-changelog-full-paragraphs):
183 * mouse.el (mouse-1-click-follows-link):
184 * skeleton.el (skeleton-autowrap):
185 * subr.el (insert-for-yank-1):
186 * tempo.el (tempo-insert-region):
187 * terminal.el (terminal-emulator):
188 * time.el (display-time-mail-face):
189 * vc.el (vc-annotate):
190 * vcursor.el (vcursor-copy-line):
191 * woman.el (woman-bold-headings, woman-ignore)
192 (woman-default-faces, woman-monochrome-faces):
193 * calendar/todo-mode.el (todo-insert-threshold):
194 * emulation/pc-select.el (pc-select-selection-keys-only)
195 (pc-selection-mode):
196 * emulation/vip.el (vip-find-char-forward):
197 * emulation/viper-cmd.el (viper-find-char-forward):
198 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
199 (input-method-exit-on-invalid-key):
200 * international/mule-diag.el (describe-coding-system):
201 * international/ucs-tables.el (unify-8859-on-encoding-mode):
202 * net/browse-url.el (browse-url-xterm-program):
203 * obsolete/lazy-lock.el (lazy-lock-mode):
204 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
205 (cperl-mode):
206 * progmodes/cpp.el (cpp-face-light-name-list)
207 (cpp-face-dark-name-list):
208 * progmodes/delphi.el (delphi-newline-always-indents):
209 Fix spellings in docstrings.
210
211 * ido.el (ido-mode, ido-file-extensions-order)
212 (ido-default-file-method, ido-default-buffer-method)
213 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
214 (ido-decorations, ido-read-file-name-as-directory-commands)
215 (ido-read-file-name-non-ido, ido-work-directory-list)
216 (ido-ignore-item-temp-list, ido-current-directory)
217 (ido-magic-forward-char, ido-enter-find-file)
218 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
219 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
220
221 2005-06-10 Lute Kamstra <lute@gnu.org>
222
223 * play/dunnet.el (dun-mode): Use define-derived-mode.
224 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
225 obsolete alias.
226
227 * play/doctor.el (doctor-mode-map): Remove defvar.
228 (doctor-mode): Use define-derived-mode.
229
230 * mail/mspools.el (mspools-mode):
231 * net/eudc-hotlist.el (eudc-hotlist-mode):
232 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
233
234 2005-06-10 Miles Bader <miles@gnu.org>
235
236 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
237 Remove "-face" suffix from face names.
238 (flyspell-incorrect-face, flyspell-duplicate-face):
239 New backward-compatibility aliases for renamed faces.
240 (flyspell-mode-on, make-flyspell-overlay)
241 (flyspell-highlight-incorrect-region)
242 (flyspell-highlight-duplicate-region)
243 (flyspell-display-next-corrections)
244 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
245
246 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
247 from face name.
248 (texinfo-heading-face): New backward-compatibility alias for
249 renamed face.
250 (texinfo-heading-face): Use renamed texinfo-heading face.
251
252 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
253 suffix from face names.
254 (tex-math-face, tex-verbatim-face):
255 New backward-compatibility aliases for renamed faces.
256 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
257 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
258 literal face name.
259
260 * textmodes/table.el (table-cell): Remove "-face" suffix from face
261 name.
262 (table-cell-face): New backward-compatibility alias for renamed face.
263 (table--put-cell-face-property, table--update-cell-face):
264 Use renamed table-cell face.
265
266 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
267 from face name.
268 (sgml-namespace-face): New backward-compatibility alias for
269 renamed face.
270 (sgml-namespace-face): Use renamed sgml-namespace face.
271
272 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
273 (org-level-4, org-level-5, org-level-6, org-level-7)
274 (org-level-8, org-warning, org-headline-done)
275 (org-deadline-announce, org-scheduled-today)
276 (org-scheduled-previously, org-link, org-done, org-table)
277 (org-time-grid): Remove "-face" suffix from face names.
278 (org-level-1-face, org-level-2-face, org-level-3-face)
279 (org-level-4-face, org-level-5-face, org-level-6-face)
280 (org-level-7-face, org-level-8-face, org-warning-face)
281 (org-headline-done-face, org-deadline-announce-face)
282 (org-scheduled-today-face, org-scheduled-previously-face)
283 (org-link-face, org-done-face, org-table-face)
284 (org-time-grid-face):
285 New backward-compatibility aliases for renamed faces.
286 (org-level-faces, org-set-font-lock-defaults, org-timeline)
287 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
288 (org-agenda-get-timestamps, org-agenda-get-scheduled)
289 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
290
291 * emulation/viper-init.el (viper-search, viper-replace-overlay)
292 (viper-minibuffer-emacs, viper-minibuffer-insert)
293 (viper-minibuffer-vi): Remove "-face" suffix from face names.
294 (viper-search-face, viper-replace-overlay-face)
295 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
296 (viper-minibuffer-vi-face):
297 New backward-compatibility aliases for renamed faces.
298 (viper-search-face, viper-replace-overlay-face)
299 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
300 (viper-minibuffer-vi-face): Use renamed viper faces.
301
302 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
303 Remove "-face" suffix from face names.
304 (testcover-nohits-face, testcover-1value-face):
305 New backward-compatibility aliases for renamed faces.
306 (testcover-mark): Use renamed testcover faces.
307
308 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
309 face name.
310 (diary-button-face): New backward-compatibility alias for renamed face.
311 (diary-entry): Use renamed diary-button face.
312
313 * calendar/calendar.el (diary, calendar-today, holiday)
314 (mark-visible-calendar-date): Remove "-face" suffix from face names.
315 (diary-face, calendar-today-face, holiday-face):
316 New backward-compatibility aliases for renamed faces.
317 (eval-after-load "facemenu", diary-entry-marker)
318 (calendar-today-marker, calendar-holiday-marker, diary-face):
319 Use renamed calendar faces.
320
321 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
322 (compare-windows-face): New backward-compatibility alias for
323 renamed face.
324 (compare-windows-highlight): Use renamed compare-windows face.
325
326 * strokes.el (strokes-char): Remove "-face" suffix from face name.
327 (strokes-char-face): New backward-compatibility alias for renamed face.
328 (strokes-encode-buffer): Use renamed strokes-char face.
329
330 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
331 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
332 Remove "-face" suffix from face names.
333 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
334 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
335 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
336 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
337 Use renamed pcvs faces.
338 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
339 * pcvs-defs.el (cvs-mode-map): Likewise.
340 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
341
342 * info.el (info-title-1, info-title-2, info-title-3)
343 (info-title-4): Remove "-face" suffix from and downcase face names.
344 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
345 (Info-title-4-face):
346 New backward-compatibility aliases for renamed faces.
347 (Info-fontify-node): Use renamed info faces.
348
349 * hilit-chg.el (highlight-changes, highlight-changes-delete):
350 Remove "-face" suffix from face names.
351 (highlight-changes-face, highlight-changes-delete-face):
352 New backward-compatibility aliases for renamed faces.
353 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
354 (hilit-chg-make-list): Use renamed highlight-changes faces.
355
356 * generic-x.el (show-tabs-tab, show-tabs-space):
357 Remove "-face" suffix from face names.
358 (show-tabs-tab-face, show-tabs-space-face):
359 New backward-compatibility aliases for renamed faces.
360 (show-tabs-generic-mode-font-lock-defaults-1)
361 (show-tabs-generic-mode-font-lock-defaults-2):
362 Use renamed show-tabs faces.
363
364 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
365 (smerge-markers): Remove "-face" suffix from face names.
366 (smerge-mine-face, smerge-other-face, smerge-base-face)
367 (smerge-markers-face):
368 New backward-compatibility aliases for renamed faces.
369 (smerge-mine-face, smerge-other-face, smerge-base-face)
370 (smerge-markers-face): Use renamed smerge faces.
371
372 * log-view.el (log-view-file, log-view-message):
373 Remove "-face" suffix from face names.
374 (log-view-file-face, log-view-message-face):
375 New backward-compatibility aliases for renamed faces.
376 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
377
378 * paren.el (show-paren-match, show-paren-mismatch):
379 Remove "-face" suffix from face names.
380 (show-paren-match-face, show-paren-mismatch-face):
381 New backward-compatibility aliases for renamed faces.
382 (show-paren-function): Use renamed show-paren faces.
383
384 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
385 (ruler-mode-margins, ruler-mode-fringes)
386 (ruler-mode-column-number, ruler-mode-fill-column)
387 (ruler-mode-comment-column, ruler-mode-goal-column)
388 (ruler-mode-tab-stop, ruler-mode-current-column):
389 Remove "-face" suffix from face names.
390 (ruler-mode-default-face, ruler-mode-pad-face)
391 (ruler-mode-margins-face, ruler-mode-fringes-face)
392 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
393 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
394 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
395 New backward-compatibility aliases for renamed faces.
396 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
397 (ruler-mode-column-number, ruler-mode-fill-column)
398 (ruler-mode-comment-column, ruler-mode-goal-column)
399 (ruler-mode-tab-stop, ruler-mode-current-column)
400 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
401
402 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
403 face name.
404 (whitespace-highlight-the-space): Use renamed face.
405 (whitespace-highlight-face): New backward-compatibility alias for
406 renamed face.
407
408 * woman.el (woman-italic, woman-bold, woman-unknown)
409 (woman-addition, woman-symbol-face):
410 Remove "-face" suffix from face names.
411 (woman-italic-face, woman-bold-face, woman-unknown-face)
412 (woman-addition-face):
413 New backward-compatibility aliases for renamed faces.
414 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
415 (woman-decode-region, woman-replace-match)
416 (woman-display-extended-fonts, woman-special-characters)
417 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
418 Use renamed woman faces.
419
420 * longlines.el (longlines-visible-face): Face removed.
421
422 * diff-mode.el (diff-header, diff-file-header, diff-index)
423 (diff-hunk-header, diff-removed, diff-added, diff-changed)
424 (diff-function, diff-context, diff-nonexistent): Remove "-face"
425 suffix from face names.
426 (diff-header-face, diff-file-header-face, diff-index-face)
427 (diff-hunk-header-face, diff-removed-face, diff-added-face)
428 (diff-changed-face, diff-function-face, diff-context-face)
429 (diff-nonexistent-face): New backward-compatibility aliases for
430 renamed faces.
431 (diff-header-face, diff-file-header-face)
432 (diff-index, diff-index-face, diff-hunk-header)
433 (diff-hunk-header-face, diff-removed, diff-removed-face)
434 (diff-added, diff-added-face, diff-changed-face, diff-function)
435 (diff-function-face, diff-context-face, diff-nonexistent)
436 (diff-nonexistent-face): Use renamed diff-mode faces.
437
438 * progmodes/compile.el (compilation-warning-face)
439 (compilation-info-face): Remove "-face" suffix from face names.
440 (compilation-warning-face, compilation-info-face):
441 New backward-compatibility aliases for renamed faces.
442 (compilation-warning-face, compilation-info-face):
443 Use renamed compilation faces.
444
445 * add-log.el (change-log-date, change-log-name)
446 (change-log-email, change-log-file, change-log-list)
447 (change-log-conditionals, change-log-function)
448 (change-log-acknowledgement): Remove "-face" suffix from face names.
449 (change-log-date-face, change-log-name-face)
450 (change-log-email-face, change-log-file-face)
451 (change-log-list-face, change-log-conditionals-face)
452 (change-log-function-face, change-log-acknowledgement-face):
453 New backward-compatibility aliases for renamed faces.
454 (change-log-font-lock-keywords): Use renamed change-log faces.
455
456 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
457 (custom-set, custom-changed, custom-saved, custom-button)
458 (custom-button-pressed, custom-documentation, custom-state)
459 (custom-comment, custom-comment-tag, custom-variable-tag)
460 (custom-variable-button, custom-face-tag, custom-group-tag-1)
461 (custom-group-tag): Remove "-face" suffix from face names.
462 (custom-magic-alist, custom-magic-value-create)
463 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
464 (custom-invalid-face, custom-rogue-face, custom-modified-face)
465 (custom-set-face, custom-changed-face, custom-saved-face)
466 (custom-button-face, custom-button-pressed-face)
467 (custom-documentation-face, custom-state-face)
468 (custom-comment-face, custom-comment-tag-face)
469 (custom-variable-tag-face, custom-variable-button-face)
470 (custom-face-tag-face, custom-group-tag-face-1)
471 (custom-group-tag-face):
472 New backward-compatibility aliases for renamed faces.
473
474 * wid-edit.el (widget-documentation, widget-button)
475 (widget-field, widget-single-line-field, widget-inactive)
476 (widget-button-pressed): "-face" suffix removed from face names.
477 (widget-documentation-face, widget-button-face)
478 (widget-field-face, widget-single-line-field-face)
479 (widget-inactive-face, widget-button-pressed-face):
480 New backward-compatibility aliases for renamed faces.
481 (widget-documentation-face, widget-button-face)
482 (widget-button-pressed-face, widget-specify-field)
483 (widget-specify-inactive): Use renamed widget faces.
484
485 2005-06-10 Kenichi Handa <handa@m17n.org>
486
487 * term/x-win.el (x-clipboard-yank): Remove condition-case
488 wrapping.
489
490 2005-06-11 Kenichi Handa <handa@m17n.org>
491
492 * add-log.el (change-log-font-lock-keywords): Make the regexp for
493 date lines stricter.
494
495 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
496
497 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
498 of x-get-selection.
499
500 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
501
502 * comint.el (comint-mode, comint-snapshot-last-prompt):
503 * frame.el (frame-current-scroll-bars):
504 * term.el (term-mode, term-check-proc, term-input-sender)
505 (term-simple-send, term-extract-string, term-word)
506 (term-match-partial-filename):
507 * window.el (window-current-scroll-bars):
508 * emulation/cua-base.el (cua-normal-cursor-color)
509 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
510 (cua-global-mark-cursor-color):
511 * mail/undigest.el (rmail-forward-separator-regex):
512 Fix typos in docstrings.
513
514 * comint.el (comint-check-proc, make-comint-in-buffer)
515 (comint-source-default): Doc fixes.
516
517 * term.el (term-send-string): Improve argument/docstring
518 consistency.
519
520 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
521
522 * comint.el (comint-send-input): Bind `inhibit-read-only' around
523 call to `delete-region'.
524 (comint-mode-hook): Do not enable Font Lock by default.
525
526 2005-06-09 Lute Kamstra <lute@gnu.org>
527
528 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
529 could be void.
530
531 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
532
533 * emacs-lisp/debug.el (debugger-will-be-back): New var.
534 (debug): Use it.
535 (debugger-step-through, debugger-continue, debugger-jump)
536 (debugger-return-value): Set it when needed.
537 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
538 Use inhibit-read-only.
539
540 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
541
542 * window.el (shrink-window-if-larger-than-buffer)
543 (window-size-fixed): Fix typo in docstring.
544
545 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
546 thumbnails directory on loading.
547 (thumbs-conversion-program): Use `eq' to check the system type,
548 not `equal'.
549 (thumbs-temp-dir): Initialize to `temporary-file-directory',
550 not "/tmp". Fix docstring.
551 (thumbs-thumbsdir): New function to return the thumbnails
552 directory, creating it if needed.
553 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
554 (thumbs-temp-file): Delete variable and make it into a function.
555 (thumbs-resize-image, thumbs-modify-image): Use it.
556 (thumbs-kill-buffer): Simplify.
557 (thumbs-gensym): Defalias or duplicate CL `gensym'.
558 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
559 docstrings.
560
561 2005-06-09 Kim F. Storm <storm@cua.dk>
562
563 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
564 set-match-data to free markers in match-data.
565
566 * replace.el (replace-match-data): Pass RESEAT arg `t' to
567 match-data to unchain markers in match-data.
568
569 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
572 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
573 unnecessary now.
574
575 2005-06-08 Richard M. Stallman <rms@gnu.org>
576
577 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
578 give the variable a doc string that doesn't say don't set it directly.
579
580 * textmodes/ispell.el (ispell-check-version):
581 Use match-string-no-properties.
582 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
583 (ispell-buffer-local-words): Likewise.
584
585 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
586 except on terminals with enough colors to really display it.
587 (makefile-dependency-regex): Delete spurious `bb'.
588
589 * faces.el (escape-glyph): Use blue once again in last case.
590 (no-break-space): Redefine so that it isn't invisible on a tty.
591
592 2005-06-08 Kim F. Storm <storm@cua.dk>
593
594 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
595 also when reading directory name.
596
597 2005-06-08 Lute Kamstra <lute@gnu.org>
598
599 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
600 (flyspell-mode-line-string): Remove autoload cookie.
601 (flyspell-mode): Remove defvar.
602
603 2005-06-07 Lute Kamstra <lute@gnu.org>
604
605 * textmodes/org.el (org-run-mode-hooks): New function.
606 (org-agenda-mode): Use it.
607
608 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
609
610 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
611
612 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
613
614 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
615
616 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
617
618 * font-lock.el (font-lock-add-keywords): Doc fix.
619
620 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
623 (tex-compile-default): In the absence of any history, use the order in
624 tex-compile-alist to choose the preferred command.
625 (tex-compile-commands): Reorder a bit.
626
627 * textmodes/flyspell.el (flyspell-auto-correct-binding)
628 (flyspell-incorrect-face, flyspell-duplicate-face):
629 Use (X)Emacs-agnostic code.
630 (flyspell-mode-map): Don't overwrite at each load. Remove code
631 redundant with the subsequent add-minor-mode. Merge Emacs and
632 XEmacs code.
633 (flyspell-word): Minor simplification.
634 (flyspell-math-tex-command-p): Quieten the byte-compiler.
635 (flyspell-external-point-words): Remove unused vars `size' and `start'.
636 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
637 Merge the corresponding Emacs code.
638 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
639
640 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
641 a dedicated window.
642
643 * international/latexenc.el (latexenc-find-file-coding-system):
644 Undo part of last patch, to turn off a compiler warning.
645
646 2005-06-06 Juri Linkov <juri@jurta.org>
647
648 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
649 Rename `tmm-inactive-face' to `tmm-inactive'.
650
651 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
652
653 * iswitchb.el: Rename faces.
654
655 2005-06-06 Kim F. Storm <storm@cua.dk>
656
657 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
658 (cua-global-mark): Remove -face suffix from face names.
659
660 * emulation/cua-gmrk.el (cua--init-global-mark):
661 Remove cua-global-mark face setup.
662
663 2005-06-06 Richard M. Stallman <rms@gnu.org>
664
665 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
666 just like other allowed characters.
667 (makefile-match-dependency): Exclude leading and training whitespace
668 from the range of regexp subexp 1.
669 (makefile-macroassign-regex): Don't try to match the body,
670 just the name of the macro being defined.
671
672 * info.el (Info-read-node-name-2): New function.
673 (Info-read-node-name-1): Use that.
674 Add a completion-base-size-function property.
675
676 * simple.el (completion-setup-function): Look for
677 completion-base-size-function property of
678 minibuffer-completion-table.
679
680 * files.el (locate-file-completion): Doc fix.
681
682 * printing.el: Don't call pr-update-menus; user must do that.
683
684 * emacs-lisp/debug.el (debugger-window): New variable.
685 (debug): Use debugger-window if it is set and still alive.
686 Record debugger-window for next entry.
687
688 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
689
690 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
691
692 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
693 (hack-one-local-variable, hack-local-variables)
694 (hack-local-variables-prop-line): Pass that arg.
695
696 2005-06-06 Kim F. Storm <storm@cua.dk>
697
698 * ido.el (ido-first-match, ido-only-match, ido-subdir)
699 (ido-indicator): Remove -face suffix from face names.
700
701 2005-06-06 Juri Linkov <juri@jurta.org>
702
703 * font-lock.el (font-lock-regexp-backslash)
704 (font-lock-regexp-backslash-construct): New faces.
705 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
706 after `('. Add `while-no-input' to control structures.
707
708 * faces.el (no-break-space, shadow): New faces.
709 (escape-glyph): Use less loud colors pink2 and red4.
710
711 * diff-mode.el (diff-context-face)
712 * dired.el (dired-ignored)
713 * rfn-eshadow.el (file-name-shadow)
714 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
715
716 * info.el (Info-title-1-face): Use green instead of yellow because
717 bold yellow is not readable on light backgrounds.
718
719 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
720 before selecting the desired mode to not spend time fontifying
721 old contents.
722
723 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
724
725 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
726 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
727
728 * ps-print.el (ps-default-fg, ps-default-bg):
729 Fix typos in docstrings.
730
731 * isearchb.el (isearchb): Don't pass a spurious second argument to
732 `iswitchb-completions'.
733
734 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
735
736 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
737 to preserve point.
738 (gdb-find-file-hook): Add doc string.
739
740 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
741 C dereferenced pointer expression.
742 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
743
744 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
745
746 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
747 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
748 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
749 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
750 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
751 Make background transparent.
752
753 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
754
755 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
756 (font-lock-remove-keywords): Doc fix.
757 (font-lock-mode-major-mode): Compiler defvar.
758 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
759
760 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
761 (font-lock-mode): Update `font-lock-mode-major-mode'.
762 (font-lock-set-defaults): Compiler defvar.
763 (font-lock-default-function): Take `font-lock-mode-major-mode'
764 into account.
765
766 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
767 keep track of which major mode it enabled the minor mode for.
768 Use find-file-hook again. Update docstring.
769
770 * simple.el (eval-expression-print-level)
771 (eval-expression-print-length, eval-expression-debug-on-error):
772 Doc fixes.
773
774 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
775
776 * iswitchb.el (iswitchb-single-match-face)
777 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
778 (iswitchb-invalid-regexp-face): New faces.
779 (iswitchb-completions): Use them.
780 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
781 now marked as an obsolete alias.
782 (iswitchb-read-buffer): Remove check for bound font variables.
783 (iswitchb-invalid-regexp): New free variable.
784 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
785 set iswitchb-invalid-regexp.
786 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
787 invalid regexps.
788 (iswitchb-completions): Add check for complete match when entering
789 a regexp.
790 (iswitchb-completions): Remove require-match argument.
791 (iswitchb-exhibit): Fix caller.
792 (iswitchb-common-match-inserted): New variable.
793 (iswitchb-complete, iswitchb-completion-help): Use it.
794
795 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
796
797 * url-http.el (url-http-chunked-encoding-after-change-function):
798 Use `url-http-debug' instead of `message'.
799
800 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
801
802 * url-http.el (url-http-parse-headers): Pass redirected URL as a
803 callback argument.
804
805 2005-06-04 Kim F. Storm <storm@cua.dk>
806
807 * simple.el (line-move): Only call sit-for when moving backwards.
808
809 * ido.el (ido-make-merged-file-list-1): New defun split from
810 ido-make-merged-file-list.
811 (ido-make-merged-file-list): Bind throw-on-input around call to
812 ido-make-merged-file-list-1. Return input-pending-p if
813 interrupted by more input available.
814 (ido-read-internal): Handle input-pending-p return value from
815 ido-make-merged-file-list.
816
817 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
820 compatibility code.
821
822 * international/latexenc.el (latexenc-find-file-coding-system):
823 Don't inherit the EOL part of the coding-system from the
824 tex-main buffer. Fit within 80 columns.
825
826 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
827
828 * tmm.el (tmm-inactive-face): New face.
829 (tmm-remove-inactive-mouse-face): New function.
830 (tmm-prompt, tmm-add-one-shortcut)
831 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
832 but not selectable.
833
834 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
835
836 * faces.el (face-equal): Improve argument/docstring consistency.
837
838 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
839
840 * progmodes/make-mode.el (makefile-targets-face)
841 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
842 (makefile-bsdmake-dependency-regex)
843 (makefile-makepp-rule-action-regex)
844 (makefile-bsdmake-rule-action-regex): New constants.
845 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
846
847 * progmodes/compile.el (compilation-error-regexp-alist-alist):
848 Allow (...) within `...' for makepp messages.
849
850 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
851
852 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
853
854 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
855 "." files are deleted from all file lists before comparison.
856
857 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
858 (viper-ESC-key): Made them customizable.
859
860 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
861
862 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
863
864 * autorevert.el (auto-revert-buffers): Use save-match-data.
865
866 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
867
868 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
869 menu items with a nil command binding.
870
871 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
872
873 * emacs-lisp/cl-macs.el (defsetf):
874 Improve argument/docstring consistency.
875
876 * faces.el (list-faces-display): Improve the formatting by
877 computing the maximum length required for any face-name (reworked
878 patch of 1999-01-11, accidentally deleted on 1999-07-21).
879 (internal-find-face): Remove redundant info in docstring.
880
881 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
882
883 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
884 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
885 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
886 (gdb-assembler-custom): Improve regexps.
887 (def-gdb-auto-update-handler): Use window point to preserve point.
888
889 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
892
893 2005-05-31 Jay Belanger <belanger@truman.edu>
894
895 * calc/calc-embed.el (calc-embedded-word): Change argument passed
896 to calc-embedded.
897 (calc-embedded-make-info): Have plain prefix argument select
898 entire line.
899
900 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
901
902 * faces.el (list-faces-display): Signal error if passed a regexp
903 that matches no face name.
904
905 * simple.el (filter-buffer-substring): Fix typo in docstring.
906
907 2005-05-31 Richard M. Stallman <rms@gnu.org>
908
909 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
910 (vhdl-emacs-21): Doc fix.
911 (vhdl-mode): Unconditionally set comment-padding.
912 (vhdl-fixup-whitespace-region): Insert spaces only where
913 there are none.
914 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
915
916 2005-05-30 John Wiegley <johnw@newartisans.com>
917
918 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
919 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
920 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
921 `directory-sep-char' to ?/, and all uses of `string-to-int' to
922 `string-to-number'.
923
924 2005-05-30 Jay Belanger <belanger@truman.edu>
925
926 * calc/calc.el (calc-bug-address): Fix docstring.
927 (calc-window-hook, calc-trail-window-hook): New variables.
928 (calc-trail-display): Restore use of calc-trail-window-hook.
929 (calc): Restore use of calc-window-hook.
930
931 2005-05-31 Masatake YAMATO <jet@gyve.org>
932
933 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
934
935 * help-fns.el (help-C-file-name): Add autoload mark for
936 `find-function-noselect'.
937
938 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
939
940 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
941 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
942
943 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
944
945 * calendar/diary-lib.el (mark-included-diary-files): Only kill
946 included diary buffer if it was not already being visited.
947 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
948
949 * calendar/icalendar.el (top-level): Do not require 'appt.
950
951 * mail/supercite.el (sc-select-attribution): Only use a list
952 element from sc-attrib-selection-list if it returns a string.
953 Reported by Davide G. M. Salvetti <salve@debian.org>.
954
955 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
956
957 * thumbs.el (thumbs-thumbname): The resulting thubname now
958 includes a hash value to improve its uniqueness, and has a ".jpg"
959 extension. Also, it is now a valid filename on all systems.
960 (thumbs-make-thumb): Use `let', not `let*'.
961 (thumbs-show-thumbs-list): Check for JPEG availability.
962
963 2005-05-30 Richard M. Stallman <rms@gnu.org>
964
965 * filesets.el (filesets-menu-ensure-use-cached):
966 Prevent warning when emacs-version>= is undefined.
967
968 * printing.el (pr-interactive-n-up): Use string-to-number.
969
970 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
971
972 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
973 Warn only when name to be defined is quoted.
974
975 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
976
977 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
978 Make regexp more robust.
979 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
980 Force regeneration of disassembly.
981
982 2005-05-29 Jay Belanger <belanger@truman.edu>
983
984 * calc/calc.el (calc-user-invocation): Check if
985 calc-invocation-macro is non-nil.
986
987 2005-05-29 Juri Linkov <juri@jurta.org>
988
989 * add-log.el (change-log-font-lock-keywords):
990 Add `+' to e-mail regexp to accept mail address with keywords.
991
992 * man.el (Man-name-regexp): Add `:' to accept qualified names.
993
994 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
995
996 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
997
998 * ielm.el (inferior-emacs-lisp-mode): Ditto.
999
1000 2005-05-29 Richard M. Stallman <rms@gnu.org>
1001
1002 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1003 Undo the change that moves to end of the current word.
1004
1005 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1006
1007 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1008 Throw error when count <= 0 to ensure input is a number.
1009 (gdb-read-memory-custom): Pick up address from buffer.
1010 (gdb-memory-mode): Allow user to increment and decrement
1011 memory address from header line.
1012
1013 2005-05-29 Richard M. Stallman <rms@gnu.org>
1014
1015 * flyspell.el (flyspell-version): Function deleted.
1016 (flyspell-auto-correct-previous-hook): Doc fix.
1017
1018 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1019 Do nothing if memory is full.
1020
1021 * font-lock.el (font-lock-fontify-syntactically-region):
1022 Pass t for GREEDY to looking-back.
1023
1024 * saveplace.el (save-place-alist-to-file): Write the file
1025 using write-region.
1026
1027 * subr.el (looking-back): New argument GREEDY.
1028
1029 * progmodes/compile.el (compilation-start): Set the mode
1030 before inserting the initial text.
1031
1032 * progmodes/which-func.el (which-func-update-1): Turn the mode
1033 off in case of error by setting which-func-mode.
1034
1035 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1036
1037 * flyspell.el (flyspell-auto-correct-previous-word):
1038 Narrow down to what's on the screen, and recenter overlays
1039 at the end of the next word.
1040
1041 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1042
1043 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1044 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1045 (flyspell-abbrev-p): Default to nil.
1046 (flyspell-use-global-abbrev-table-p): Doc fix.
1047 (flyspell-large-region): Allow nil as value.
1048 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1049
1050 (mail-mode-flyspell-verify): More robust handling
1051 of `mail-header-separator'. More efficient signature detection.
1052 Allow for regexp metacharacters in message-header-separator.
1053 Adding `To' not to be checked in mail-mode-flyspell-verify.
1054
1055 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1056 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1057 Bind flyspell-auto-correct-binding.
1058 Bind C-. and C-, .
1059 (flyspell-mode-map): Likewise.
1060 (flyspell-mode): Doc fix.
1061 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1062 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1063 (flyspell-word-cache-result): New var, always local.
1064 (flyspell-check-pre-word-p): Doc fix.
1065 (flyspell-check-changed-word-p): Handle spc like newline.
1066 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1067 (flyspell-word-search-backward, flyspell-word-search-forward):
1068 New functions.
1069 (flyspell-word): Return t if nothing to check.
1070 When parsing TeX code, check for after } or \.
1071 Use flyspell-word-search-backward to find previous word.
1072 Return nil if duplicated word.
1073 For word already checked, return same value as last time.
1074 Set flyspell-word-cache-result after checking.
1075 Don't clobber the return value.
1076 (flyspell-get-word): Major rewrite.
1077 (flyspell-external-point-words): New locals pword, pcount.
1078 Fix size used in progress message.
1079 Find the proper corresponding word in flyspell-large-region-buffer.
1080 (flyspell-region): Check for flyspell-large-region = nil.
1081 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1082 (flyspell-auto-correct-word): Check that WORD is a cons.
1083 (flyspell-correct-word): Likewise.
1084
1085 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1086
1087 * progmodes/make-mode.el (makefile-rule-action-regex)
1088 (makefile-macroassign-regex, makefile-makepp-mode)
1089 (makefile-bsdmake-mode): Continuation lines may be empty.
1090 Reported by Joshua Varner.
1091 (makefile-makepp-font-lock-keywords): Add $(stem).
1092
1093 2005-05-28 Karl Berry <karl@gnu.org>
1094
1095 * textmodes/tex-mode.el: Now that tex-send-command calls
1096 shell-quote-argument (2005-03-31 change), remove all calls to
1097 shell-quote-argument; they all end up invoking tex-send-command.
1098 The double quoting loses on filenames with non-safe characters,
1099 such as "@". Reported by Frederik Fouvry.
1100
1101 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1102
1103 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1104 about preserving point.
1105
1106 2005-05-27 Jay Belanger <belanger@truman.edu>
1107
1108 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1109 Info-goto-node.
1110
1111 * calc/calc-embed.el (calc-embed-arg): New variable.
1112 (calc-do-embedded-activate, calc-embedded-activate-formula)
1113 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1114 variable by new variable.
1115 (calc-embedded-make-info): Replace undeclared variable by new
1116 variable. When selecting region with positive prefix
1117 argument, use end of previous line instead of beginning of line.
1118
1119 * calc/calc-aent.el (calc-arg-values): Declare it.
1120
1121 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1122 Declare them.
1123
1124 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1125
1126 * calc/calc.el (calc-alg-map): Declare it.
1127
1128 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1129
1130 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1131
1132 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1133 (gdb-registers-buffer, toggle-gdb-all-registers):
1134 Toggle display of floating point registers.
1135 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1136
1137 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1138 (toggle-gud-tooltip-dereference):
1139 Rename from gud-toggle-tooltip-dereference.
1140
1141 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1142
1143 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1144
1145 2005-05-27 Jay Belanger <belanger@truman.edu>
1146
1147 * calc/calc-prog.el (calc-kbd-report): Remove.
1148 (calc-kbd-query): Rewrite.
1149
1150 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1151
1152 * image.el (image-library-alist): Move to image.c.
1153 (image-type-available-p): Doc fix.
1154
1155 2005-05-27 Lute Kamstra <lute@gnu.org>
1156
1157 * calc/calc.el (calc):
1158 * outline.el (outline-1, outline-2, outline-3, outline-4)
1159 (outline-5, outline-6, outline-7, outline-8):
1160 * textmodes/dns-mode.el (dns-mode):
1161 * textmodes/sgml-mode.el (sgml-namespace-face):
1162 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1163 (tex-verbatim-face, tex-use-reftex):
1164 * textmodes/texinfo.el (texinfo-heading-face):
1165 Specify customization group.
1166
1167 * longlines.el: Don't require easy-mmode.
1168 (longlines-visible-face): Specify customization group.
1169
1170 2005-05-27 Kenichi Handa <handa@m17n.org>
1171
1172 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1173 encoding table of windows-1251.
1174
1175 * international/ucs-tables.el (ucs-set-table-for-input):
1176 If translation-table-for-input of a coding system is a symbol, get
1177 its translation-table property.
1178
1179 * international/code-pages.el: Don't register a coding system into
1180 non-iso-charset-alist more than once.
1181 (cp-make-coding-system): Likewise.
1182
1183 2005-05-26 John Wiegley <johnw@newartisans.com>
1184
1185 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1186 `eshell-resume-eval' is wrapped in a list, it indicates that the
1187 command was run asynchronously. In that case, unwrap the value
1188 before checking the delimiter value.
1189
1190 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1191 character before a space at the end of a line is \, assume the space
1192 is part of the last argument rather than a final argument separator.
1193
1194 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1195 is in use, and the target is `t' or `nil' (which are the most common
1196 values), don't assume that the symbol target is a buffer.
1197
1198 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1199
1200 * calendar/calendar.el (calendar-mode-line-format):
1201 Use mode-line-highlight as mouse-face.
1202
1203 * time.el (display-time-string-forms, display-time-update):
1204 Use mode-line-highlight as mouse-face.
1205
1206 2005-05-26 Jay Belanger <belanger@truman.edu>
1207
1208 * calc/calc.el (calc-language-alist): Remove extra defvar.
1209
1210 2005-05-26 Lute Kamstra <lute@gnu.org>
1211
1212 * arc-mode.el (archive-mode):
1213 * bookmark.el (bookmark-read-annotation-mode)
1214 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1215 * bs.el (bs-mode):
1216 * calc/calc-yank.el (calc-edit-mode):
1217 * calc/calc.el (calc-mode, calc-trail-mode):
1218 * calculator.el (calculator-mode):
1219 * chistory.el (command-history-mode):
1220 * comint.el:
1221 * cus-edit.el (custom-mode):
1222 * descr-text.el (describe-text-mode):
1223 * ebuff-menu.el (Electric-buffer-menu-mode):
1224 * ediff-util.el (ediff-mode):
1225 * emacs-lisp/re-builder.el (reb-mode):
1226 * emulation/vi.el (vi-mode-setup):
1227 * emulation/ws-mode.el (wordstar-mode):
1228 * eshell/esh-mode.el (eshell-mode):
1229 * forms.el (forms-mode):
1230 * help-mode.el (help-mode):
1231 * hexl.el (hexl-mode):
1232 * ibuffer.el (ibuffer-mode):
1233 * ielm.el (inferior-emacs-lisp-mode):
1234 * info.el (Info-mode, Info-edit-mode):
1235 * international/swedish.el:
1236 * ledit.el (ledit-from-lisp-mode):
1237 * locate.el (locate-mode):
1238 * mail/rmail.el (rmail-mode):
1239 * mail/rmailedit.el (rmail-edit-mode):
1240 * mail/rmailsum.el (rmail-summary-mode):
1241 * mail/supercite.el (sc-electric-mode):
1242 * net/eudc.el (eudc-mode):
1243 * net/quickurl.el (quickurl-list-mode):
1244 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1245 * obsolete/ooutline.el (outline-mode):
1246 * obsolete/options.el (Edit-options-mode):
1247 * obsolete/rnews.el (news-mode):
1248 * obsolete/rnewspost.el (news-reply-mode):
1249 * play/5x5.el (5x5-mode):
1250 * play/decipher.el (decipher-mode, decipher-stats-mode):
1251 * play/gomoku.el (gomoku-mode):
1252 * play/snake.el (snake-mode):
1253 * play/solitaire.el (solitaire-mode):
1254 * play/tetris.el (tetris-mode):
1255 * progmodes/ada-mode.el (ada-mode):
1256 * progmodes/antlr-mode.el (antlr-mode):
1257 * progmodes/autoconf.el (autoconf-mode):
1258 * progmodes/dcl-mode.el (dcl-mode):
1259 * progmodes/delphi.el (delphi-mode):
1260 * progmodes/ebrowse.el (ebrowse-tree-mode)
1261 (ebrowse-electric-list-mode, ebrowse-member-mode)
1262 (ebrowse-electric-position-mode):
1263 * progmodes/f90.el (f90-mode):
1264 * progmodes/fortran.el (fortran-mode):
1265 * progmodes/icon.el (icon-mode):
1266 * progmodes/idlw-help.el (idlwave-help-mode):
1267 * progmodes/idlw-shell.el (idlwave-shell-mode):
1268 * progmodes/idlwave.el (idlwave-mode):
1269 * progmodes/inf-lisp.el (inferior-lisp-mode):
1270 * progmodes/m4-mode.el (m4-mode):
1271 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1272 * progmodes/modula2.el (modula-2-mode):
1273 * progmodes/octave-inf.el (inferior-octave-mode):
1274 * progmodes/octave-mod.el (octave-mode):
1275 * progmodes/pascal.el (pascal-mode):
1276 * progmodes/sh-script.el (sh-mode):
1277 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1278 * progmodes/vhdl-mode.el (vhdl-mode):
1279 * progmodes/xscheme.el (scheme-interaction-mode):
1280 * replace.el (occur-mode):
1281 * ses.el (ses-mode):
1282 * simple.el (completion-list-mode):
1283 * skeleton.el:
1284 * speedbar.el (speedbar-mode):
1285 * term.el (term-mode):
1286 * terminal.el (terminal-edit-mode):
1287 * textmodes/reftex-index.el (reftex-index-mode)
1288 (reftex-index-phrases-mode):
1289 * textmodes/reftex-sel.el (reftex-select-label-mode)
1290 (reftex-select-bib-mode):
1291 * textmodes/reftex-toc.el (reftex-toc-mode):
1292 * wdired.el (wdired-change-to-wdired-mode):
1293 * wid-browse.el (widget-browse-mode):
1294 Use run-mode-hooks.
1295
1296 * array.el (array-mode):
1297 * calendar/todo-mode.el (todo-mode):
1298 * man.el (Man-mode):
1299 * play/landmark.el (lm-mode):
1300 * play/mpuz.el (mpuz-mode):
1301 Use kill-all-local-variables and run-mode-hooks.
1302
1303 * subr.el (delay-mode-hooks): Specify indentation.
1304
1305 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1306
1307 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1308
1309 2005-05-26 Jay Belanger <belanger@truman.edu>
1310
1311 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1312 of nil.
1313
1314 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1315
1316 * progmodes/gdb-ui.el (gdb-frame-address):
1317 Rename from gdb-current-address.
1318 (gdb-previous-frame-address): Rename from gdb-previous-address.
1319 (gdb-selected-frame): Rename from gdb-current-frame.
1320 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1321 (gdb-frame-number): Rename from gdb-current-stack-level.
1322 (gdb-ann3): Match new mode-name for disassembly buffer.
1323 Extend initialisation of variables.
1324 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1325 (gdb-memory-mode): Use mouse-face in header line.
1326 (gdb-assembler-buffer-name): Call it disassembly and give frame
1327 in mode line.
1328 (gdb-source-spec-regexp, gdb-assembler-custom)
1329 (gdb-invalidate-assembler, gdb-frame-handler):
1330 Make robust to leading zeroes in address format.
1331
1332 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1333
1334 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1335 define `org-mode'.
1336 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1337
1338 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * log-edit.el (log-edit-changelog-entries): Distinguish between
1341 filenames like xfns.c and fns.c.
1342
1343 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1344
1345 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1346 point after reverting.
1347 (Buffer-menu-make-sort-button): Handle the case where
1348 `Buffer-menu-use-header-line' is nil.
1349
1350 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1351
1352 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1353 New funcs. In minibuffer-local-completion-map bind `]', `/'
1354 and `:' to them.
1355
1356 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1357
1358 * startup.el (normal-top-level): Allow modification of load-path while
1359 we're iterating over it.
1360
1361 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1362
1363 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1364 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1365 (thumbs-resize-interactive, thumbs-insert-image)
1366 (thumbs-insert-thumb, thumbs-dired-show-marked)
1367 (thumbs-find-image-at-point, thumbs-delete-images)
1368 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1369 (thumbs-increment-image-size, thumbs-decrement-image-size):
1370 Fix typos in docstrings.
1371
1372 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1373
1374 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1375 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1376 (cperl-mode): Use them.
1377
1378 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1379
1380 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1381 Doc fixes.
1382
1383 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1384
1385 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1386 Bind C-d to gdb-inferior-io-eof.
1387
1388 * dired.el (dired-dnd-popup-notice): Use message-box.
1389
1390 2005-05-23 Masatake YAMATO <jet@gyve.org>
1391
1392 * bindings.el (mode-line-major-mode-keymap):
1393 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1394
1395 * faces.el (mode-line-highlight): New face.
1396
1397 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1398 as mouse-face.
1399
1400 * bindings.el (top-level, help-echo, mode-line-modified)
1401 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1402 as mouse-face.
1403
1404 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1405
1406 * progmodes/cc-engine.el (c-guess-basic-syntax):
1407 Remove spurious call to `zerop'.
1408
1409 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1410
1411 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1412
1413 CC Mode update to 5.30.10:
1414
1415 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1416 could go past the limit in decoration level 2, thereby causing
1417 errors during interactive fontification.
1418
1419 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1420 the file is evaluated interactively.
1421
1422 * cc-engine.el (c-guess-basic-syntax): Handle operator
1423 declarations somewhat better in C++.
1424
1425 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1426 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1427 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1428 (awk-mode): Use it.
1429 (make-local-hook): Suppress warning about obsoleteness.
1430
1431 * cc-engine.el, cc-align.el, cc-cmds.el
1432 (c-append-backslashes-forward, c-delete-backslashes-forward)
1433 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1434 Compensate for return value from `forward-line' when it has moved
1435 but not to a different line due to eob.
1436
1437 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1438 `objc-method-intro' and `objc-method-args-cont'.
1439
1440 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1441
1442 CC Mode update to 5.30.10:
1443
1444 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1445 in the copyright statement. Incidentally, change "along with GNU
1446 Emacs" to "along with this program" where it occurs.
1447
1448 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1449 so that it is interactive, hence can be found by M-x awk-mode
1450 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1451 <gmorris+emacs@ast.cam.ac.uk>.
1452
1453 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1454 Mode's regexps.
1455
1456 2005-05-23 Kevin Ryde <user42@zip.com.au>
1457
1458 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1459 c-parse-state, to avoid a lisp error (on bad code).
1460
1461 2005-05-23 Lute Kamstra <lute@gnu.org>
1462
1463 * subr.el (font-lock-defaults): Remove defvar as it's already
1464 defined in font-core.el.
1465
1466 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1467
1468 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1469
1470 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1471 more general and work when GDB variable "print pretty" is on,
1472 as with Emacs, for example.
1473
1474 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1475
1476 * font-core.el: Update comment.
1477
1478 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1479 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1480
1481 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1482
1483 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1484
1485 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1486 and `yank-handler' in the doc strings.
1487
1488 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1489
1490 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1491
1492 2005-05-22 Richard M. Stallman <rms@gnu.org>
1493
1494 * help.el (describe-key): Move print-help-return-message call
1495 out of conditional.
1496
1497 * progmodes/etags.el (list-tags): Use with-no-warnings.
1498
1499 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1500 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1501 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1502
1503 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1504
1505 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1506 Add defvar.
1507
1508 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1509 Use defvar, not defconst.
1510
1511 * hexl.el (hexl-follow-line): Use with-no-warnings.
1512
1513 * emulation/tpu-extras.el: Use write-file-functions instead of
1514 write-file-hooks.
1515
1516 * dired.el (dired-font-lock-keywords): Fontify files with junk
1517 extensions even if marked by -F.
1518
1519 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1520
1521 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1522 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1523 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1524 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1525 (concatenate, list-length, get*, getf, cl-remprop):
1526 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1527 (etypecase, progv, lexical-let, lexical-let*)
1528 (multiple-value-bind, multiple-value-setq, shiftf):
1529 Improve argument/docstring consistency.
1530
1531 * subr.el (focus-frame, unfocus-frame):
1532 Revert deletion on 2005-05-01.
1533
1534 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1535
1536 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1537 doesn't exist.
1538
1539 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1540 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1541
1542 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1543
1544 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1545 already deleted variables: auto-fill-hook, blink-paren-hook,
1546 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1547 suspend-hooks, comment-indent-hook, meta-flag,
1548 before-change-function, after-change-function,
1549 font-lock-doc-string-face.
1550
1551 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1552
1553 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1554
1555 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1556
1557 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1558 rmail-dont-reply-to.
1559
1560 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1561
1562 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1563 literal blank when splitting new-header-values.
1564
1565 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1566
1567 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1568 string so that tmm doesn't create a completion entry for it.
1569
1570 * textmodes/table.el (table-disable-menu): Ditto.
1571
1572 2005-05-21 Richard M. Stallman <rms@gnu.org>
1573
1574 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1575
1576 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1577
1578 * net/rcompile.el (remote-compile): Use compilation-start.
1579
1580 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1581
1582 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1583
1584 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1585 Default to makefile-bsdmake-mode on BSD systems.
1586
1587 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1588 REGEXP may also be a search function now. The part of doc-string
1589 for describing the structure was 95% identical to that of
1590 `imenu--generic-function'. Unify it there.
1591
1592 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1593 Use function to find dependencies, because regexp alone is so complex,
1594 it easily goes into an endless loop.
1595 (makefile-makepp-mode): Also add submenu for Perl functions
1596 defined in the makefile.
1597 (makefile-bsdmake-mode): Special imenu-generic-expression no
1598 longer needed, due to function call.
1599 (makefile-match-dependency): Take BOUND into account when checking
1600 if we're through.
1601
1602 2005-05-20 Jay Belanger <belanger@truman.edu>
1603
1604 * calc/calc-units.el (calc-invalidate-units-table):
1605 Use inhibit-read-only.
1606 (math-build-units-table-buffer): Use view-mode.
1607
1608 2005-05-20 David Kastrup <dak@gnu.org>
1609
1610 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1611 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1612
1613 2005-05-20 Lute Kamstra <lute@gnu.org>
1614
1615 * diff-mode.el (diff-header-face, diff-file-header-face)
1616 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1617 (diff-added-face, diff-changed-face, diff-function-face)
1618 (diff-context-face, diff-nonexistent-face): Put them in the
1619 diff-mode customization group.
1620
1621 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1622
1623 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1624
1625 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1626
1627 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1628 Minor regexp-optimization.
1629
1630 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1631
1632 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1633 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1634 (org-agenda-add-time-grid-maybe): New function.
1635 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1636 (org-table-create): `dotimes' instead of `mapcar'.
1637 (org-xor): Simplify implementation.
1638 (org-agenda): `inhibit-redisplay' turned on.
1639 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1640 a consistent line after a state change.
1641 (org-agenda-remove-times-when-in-prefix): New option.
1642 (org-prefix-has-time): New variable.
1643 (org-parse-time-string): Optional argument NODEFAULT.
1644 (org-format-agenda-item): Parse items for time-of-day
1645 specifications and move these into the prefix if possible.
1646 (org-agenda-priority): Get current heading, not previous heading
1647 during agenda remote editing.
1648
1649 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1650
1651 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1652 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1653 (remove-duplicates, delete-duplicates, substitute)
1654 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1655 (nsubstitute-if-not, find, find-if, find-if-not, position)
1656 (position-if, position-if-not, count, count-if, count-if-not)
1657 (mismatch, search, sort*, stable-sort, merge, member*)
1658 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1659 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1660 (intersection, nintersection, set-difference, nset-difference)
1661 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1662 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1663 (nsublis, tree-equal): Improve argument/docstring consistency.
1664
1665 * subr.el (send-string, send-region):
1666 Remove obsolescence declaration.
1667 (window-dot, set-window-dot, read-input, show-buffer)
1668 (eval-current-buffer, string-to-int):
1669 Add release number to obsolescence declarations.
1670
1671 2005-05-19 Kim F. Storm <storm@cua.dk>
1672
1673 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1674 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1675
1676 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1677
1678 * faces.el (list-faces-display): Make back button respect optional
1679 regexp arg.
1680
1681 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1682
1683 * calculator.el (calculator-radix-grouping-mode)
1684 (calculator-radix-grouping-digits, calculator-displayer)
1685 (calculator-radix-grouping-separator, calculator-copy-displayer):
1686 * dabbrev.el (dabbrev-search-these-buffers-only):
1687 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1688 (diff-advance-after-apply-hunk, diff-mode-hook)
1689 (diff-minor-mode-prefix):
1690 * imenu.el (imenu-use-popup-menu):
1691 * jit-lock.el (jit-lock-context-time):
1692 * newcomment.el (comment-fill-column, comment-column)
1693 (comment-style, comment-padding, comment-multi-line)
1694 (comment-empty-lines, comment-auto-fill-only-comments):
1695 * reveal.el (reveal-around-mark):
1696 * uniquify.el (uniquify-buffer-name-style)
1697 (uniquify-after-kill-buffer-p)
1698 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1699 (uniquify-min-dir-content, uniquify-separator)
1700 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1701 * w32-vars.el (w32-fixed-font-alist):
1702 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1703 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1704 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1705 * progmodes/perl-mode.el (perl-indent-level)
1706 (perl-continued-statement-offset, perl-continued-brace-offset)
1707 (perl-brace-offset, perl-brace-imaginary-offset)
1708 (perl-label-offset, perl-indent-continued-arguments)
1709 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1710 * progmodes/tcl.el (tcl-indent-level)
1711 (tcl-continued-indent-level, tcl-auto-newline)
1712 (tcl-tab-always-indent, tcl-electric-hash-style)
1713 (tcl-help-directory-list, tcl-use-smart-word-finder)
1714 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1715 (inferior-tcl-source-command):
1716 * textmodes/fill.el (enable-kinsoku):
1717 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1718 * textmodes/table.el (table-yank-handler):
1719 Specify missing group (and type, if simple) in defcustom.
1720
1721 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1722
1723 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1724
1725 2005-05-19 Richard M. Stallman <rms@gnu.org>
1726
1727 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1728
1729 * subr.el (event-basic-type): Don't get an error.
1730 (left-fringe-p): Function deleted.
1731
1732 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1733 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1734
1735 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1736 in recursive copy.
1737
1738 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1739
1740 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1741
1742 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1743 Call byte-compile-nogroup-warn if appropriate.
1744
1745 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1746 (compilation-set-window): Don't call left-fringe-p; do it directly.
1747
1748 2005-05-19 Jay Belanger <belanger@truman.edu>
1749
1750 * calc/calc-graph.el (calc-graph-format-data): Make sure
1751 var-PlotRejects is bound before trying to check its value.
1752
1753 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1754
1755 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1756 definition of this variable from reftex-global.el to reftex.el,
1757 because it is needed in the menu.
1758
1759 2005-05-19 Lute Kamstra <lute@gnu.org>
1760
1761 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1762 years are fixed. Don't insert a space after a dash.
1763
1764 2005-05-19 Kim F. Storm <storm@cua.dk>
1765
1766 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1767
1768 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1769
1770 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1771 strings, because (eq ... ?\\) is fairly frequent.
1772
1773 * progmodes/make-mode.el (makefile-add-this-line-targets):
1774 Simplify and integrate into `makefile-pickup-targets'.
1775 (makefile-add-this-line-macro): Simplify and integrate into
1776 `makefile-pickup-macros.
1777 (makefile-pickup-filenames-as-targets): Simplify.
1778 (makefile-previous-dependency, makefile-match-dependency):
1779 Don't stumble over `::'.
1780
1781 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1782
1783 * subr.el (post-command-idle-hook, post-command-idle-delay):
1784 Remove obsoletion of post-command-idle-hook and
1785 post-command-idle-delay.
1786
1787 * faces.el (list-faces-display): Provide button when describe-face
1788 is called to take user back to the list of faces.
1789
1790 * help-fns.el (describe-variable): Remove hyperlinks in a
1791 variable's value as these are quite frequently inappropriate.
1792
1793 * follow.el (follow-submit-feedback, follow-mode):
1794 Remove references to post-command-idle-hook.
1795
1796 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1797
1798 * progmodes/make-mode.el (makefile-previous-dependency)
1799 (makefile-match-dependency): Check for := (and in bsd mode also
1800 !=) to give a better result, even when font-lock is not on.
1801
1802 2005-05-18 Jay Belanger <belanger@truman.edu>
1803
1804 * calc/calc-help.el (calc-s-prefix-help):
1805 Add `calc-copy-special-constant' to help string.
1806
1807 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1808
1809 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1810
1811 2005-05-18 Jay Belanger <belanger@truman.edu>
1812
1813 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1814 in linear factors are in proper order.
1815
1816 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1817
1818 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1819 Support for jurabib.
1820
1821 * textmodes/reftex.el (featurep): Define aliases for overlay
1822 commands, for XEmacs compatibility, and use these aliases in
1823 overlay initializations.
1824 (reftex-highlight): Use `reftex-move-overlay'.
1825 (reftex-unhighlight): Use `reftex-delete-overlay'.
1826 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1827 (reftex-access-search-path): Use `reftex-uniquify' instead of
1828 `reftex-uniq'
1829
1830 * textmodes/reftex-sel.el (reftex-select-unmark):
1831 Overlay `before-string' property modification enables for Emacs as well.
1832 (reftex-select-item): Use `reftex-delete-overlay'.
1833 (reftex-select-mark): Use `reftex-make-overlay' and
1834 `reftex-overlay-put'.
1835 (reftex-select-unmark): Use `reftex-delete-overlay' and
1836 `reftex-overlay-put'.
1837
1838 2005-05-18 Lute Kamstra <lute@gnu.org>
1839
1840 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1841
1842 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1843
1844 * add-log.el (add-change-log-entry):
1845 * array.el (array-make-template, array-reconfigure-rows)
1846 (array-init-max-row, array-init-max-column)
1847 (array-init-columns-per-line, array-init-field-width):
1848 * replace.el (replace-match-maybe-edit, perform-replace):
1849 * textmodes/spell.el (spell-region):
1850 Replace `read-input' by `read-string'.
1851
1852 * forms.el (forms-mode):
1853 * finder.el (finder-compile-keywords):
1854 * shadowfile.el (shadow-read-files):
1855 Replace `eval-current-buffer' by `eval-buffer'.
1856
1857 * terminal.el (te-pass-through):
1858 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1859 (ange-ftp-raw-send-cmd):
1860 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1861 (send-process-next-char, telnet-initial-filter, telnet):
1862 Replace `send-string' by `process-send-string'.
1863
1864 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1865 (prolog-consult-region): Replace `send-string' by
1866 `process-send-string'; replace `send-region' by `process-send-region'.
1867
1868 * progmodes/delphi.el (delphi-log-msg):
1869 Replace `set-window-dot' by `set-window-point'.
1870
1871 * subr.el (window-dot, set-window-dot, read-input, send-string)
1872 (send-region, show-buffer, eval-current-buffer):
1873 Make really obsolete, as the comment says.
1874
1875 2005-05-17 Kim F. Storm <storm@cua.dk>
1876
1877 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1878 (cua--init-keymaps): Bind C-return instead of S-return to set
1879 rectangle mark.
1880
1881 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1882 instead of S-return to toggle/clear rectangle mark.
1883
1884 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1885
1886 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1887 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1888 Also fontify plain strings assigned to variables, mostly so that a
1889 colon has a face and is thus not taken as a dependency separator.
1890 (makefile-previous-dependency): Inline the new matcher, because it
1891 is too complex to work in both directions.
1892 (makefile-match-dependency): Eliminate `backward' arg (see above).
1893 Completely reimplemented so as to not sometimes go into an endless
1894 loop. It should also be more efficient, because first it only
1895 searches for `:', instead of applying the very complex regexp.
1896 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1897 to be fontified in one piece can be too long for JIT.
1898 Makefiles are never *that* big.
1899
1900 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1901
1902 * dired.el (dired-mode): Simplify.
1903
1904 2005-05-17 Lute Kamstra <lute@gnu.org>
1905
1906 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1907 defcustom for the mode hook variable.
1908
1909 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1910 Emacs Lisp Reference Manual.
1911
1912 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1913
1914 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1915 (evenp, list*):
1916 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1917 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1918
1919 * net/tramp-smb.el (tramp-smb-open-connection):
1920 Pass `tramp-chunksize' as fifth (required) argument.
1921
1922 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1923
1924 * font-lock.el (lisp-font-lock-keywords-1):
1925 Set `font-lock-negation-char-face' for [^...] char group.
1926 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1927
1928 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1929 a var, and refine it to mask one more level of nested vars.
1930 (makefile-rule-action-regex): Turn it into a var, and refine it so
1931 it recognizes backslashed continuation lines as belonging to the
1932 same command.
1933 (makefile-macroassign-regex): Refine it so it recognizes
1934 backslashed continuation lines as belonging to the same command.
1935 (makefile-var-use-regex): Don't look at the next char, because it
1936 might be the same one to be skipped by the initial [^$], leading
1937 to an overlooked variable use.
1938 (makefile-make-font-lock-keywords): Remove two parameters, which
1939 are now variables that some of the modes set locally.
1940 Handle dependency and rule action matching through functions, because
1941 regexps alone match too often. Dependency matching now comes
1942 last, so it can check, whether a colon already matched something else.
1943 (makefile-mode): Inform that font-lock improves makefile parsing
1944 capabilities.
1945 (makefile-match-dependency, makefile-match-action): New functions.
1946
1947 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1948
1949 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1950
1951 * align.el (align-regexp):
1952 * ansi-color.el (ansi-color-get-face):
1953 * array.el (array-reconfigure-rows, array-init-max-row)
1954 (array-init-max-column, array-init-columns-per-line)
1955 (array-init-field-width):
1956 * dired-aux.el (dired-trample-file-versions):
1957 * dired-x.el (dired-mark-sexp):
1958 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1959 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1960 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1961 * faces.el (face-read-integer):
1962 * files.el (backup-extract-version, insert-directory):
1963 * hexl.el (hexl-insert-decimal-char):
1964 * server.el (server-process-filter):
1965 * shell.el (shell-extract-num):
1966 * startup.el (command-line-1):
1967 * term.el (term-command-hook):
1968 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1969 (time-stamp-do-number):
1970 * time.el (display-time-update):
1971 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1972 (timezone-fix-time):
1973 * vms-patch.el (vms-suspend-resume-hook):
1974 * calendar/appt.el (appt-convert-time):
1975 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1976 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1977 * calendar/cal-islam.el (mark-islamic-diary-entries):
1978 * calendar/calendar.el (calendar-cursor-to-date)
1979 (calendar-star-date):
1980 * calendar/diary-lib.el (diary-attrtype-convert)
1981 (mark-diary-entries, diary-entry-time):
1982 * calendar/solar.el (solar-get-number):
1983 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1984 * emacs-lisp/re-builder.el (reb-display-subexp):
1985 * emulation/edt.el (edt-set-scroll-margins):
1986 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1987 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1988 (vip-get-ex-count):
1989 * emulation/viper-ex.el (viper-get-ex-token)
1990 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1991 * international/fontset.el (fontset-plain-name):
1992 * mail/feedmail.el (feedmail-look-at-queue-directory):
1993 * mail/mailalias.el (mail-get-names):
1994 * mail/rmail.el (rmail-convert-to-babyl-format):
1995 * mail/rmailsum.el (rmail-make-basic-summary-line)
1996 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1997 (rmail-summary-goto-msg):
1998 * mail/smtpmail.el (smtpmail-read-response):
1999 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2000 (ange-ftp-vms-add-file-entry):
2001 * play/gametree.el (gametree-looking-at-ply)
2002 (gametree-current-branch-score):
2003 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2004 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2005 * progmodes/cperl-mode.el (condition-case):
2006 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2007 (ebrowse-set-member-buffer-column-width)
2008 (ebrowse-select-1st-to-9nth):
2009 * progmodes/etags.el (etags-snarf-tag):
2010 * progmodes/flymake.el (flymake-parse-line):
2011 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2012 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2013 (idlwave-shell-menu-def):
2014 * progmodes/ps-mode.el (ps-run-goto-error):
2015 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2016 (vhdl-speedbar-contract-level):
2017 * term/mac-win.el (x-handle-numeric-switch):
2018 * term/sun-mouse.el (sun-get-frame-data):
2019 * term/w32-win.el (x-handle-numeric-switch):
2020 * term/x-win.el (x-handle-numeric-switch):
2021 * textmodes/ispell.el (ispell-parse-output):
2022 * textmodes/nroff-mode.el (nroff-outline-level):
2023 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2024 (reftex-bib-sort-year-reverse, reftex-format-citation):
2025 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2026 (reftex-section-number):
2027 * textmodes/texinfmt.el (texinfo-paragraphindent):
2028 Replace `string-to-int' by `string-to-number'.
2029
2030 * international/latexenc.el: Add page marker to force the "Local
2031 Variables:" string out of the last page.
2032
2033 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2034
2035 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2036 tooltip-change-major-mode.
2037 (gud-tooltip-print-command): Remove case where gud-minor-mode
2038 is gdb ("--fullname").
2039 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2040 explain to user.
2041
2042 2005-05-16 Jay Belanger <belanger@truman.edu>
2043
2044 * calc/calc-store.el (calc-copy-special-constant): New function.
2045
2046 * calc/calc-ext.el (calc-init-extensions): Add binding for
2047 `calc-copy-special-constant'.
2048
2049 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2050 for the `calc-copy-special-constant' command.
2051
2052 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2053
2054 * subr.el (left-fringe-p): New function.
2055
2056 * progmodes/compile.el (compilation-setup): Set local value of
2057 overlay-arrow-string to "" always.
2058 (compilation-set-window): Left fringe then don't scroll.
2059 No left fringe then no arrow and scroll message to top.
2060 (compilation-context-lines): Adjust doc string accordingly.
2061
2062 2005-05-16 Kim F. Storm <storm@cua.dk>
2063
2064 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2065 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2066 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2067 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2068 (ido-read-file-name): Handle commands with ido property value
2069 equal to find-file as reading a file name, to allow C-d to enter dired.
2070 (ibuffer-find-file): Add ido property with value find-file.
2071
2072 2005-05-15 Kim F. Storm <storm@cua.dk>
2073
2074 * subr.el (open-network-stream-nowait): Remove.
2075 (open-network-stream-server): Remove.
2076
2077 2005-05-15 Richard M. Stallman <rms@gnu.org>
2078
2079 * faces.el (describe-face): Output a definition link button.
2080
2081 * help-mode.el (help-face-def): New button type.
2082
2083 * emacs-lisp/copyright.el (copyright-fix-years):
2084 Match properly if the first year is 2-digit.
2085 Don't mess up the whitespace after the years by filling.
2086
2087 * dired-aux.el (dired-mark-confirm):
2088 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2089
2090 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2091 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2092 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2093
2094 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2095 Set font-lock-comment-start-skip.
2096
2097 * font-lock.el (font-lock-comment-start-skip): New variable.
2098 (font-lock-comment-end-skip): New variable.
2099 (font-lock-fontify-syntactically-region): Use them if non-nil.
2100
2101 2005-05-15 Jay Belanger <belanger@truman.edu>
2102
2103 * calc/calc-store.el (calc-store-value): Return a string rather
2104 than display it as a message.
2105 Use calc-var-name for variable name.
2106 (calc-store-into): Add the result of calc-store-value to message.
2107 (calc-copy-variable): Add a message.
2108 (calc-store-exchange): Improve error messages.
2109 (calc-store-binary, calc-store-map): Don't reset the values of
2110 special constants.
2111
2112 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2113
2114 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2115 manual to docstring.
2116
2117 * files.el (hack-local-variables-confirm): Add STRING argument.
2118 Make the function handle non file visiting buffers correctly.
2119 (hack-local-variables-prop-line, hack-local-variables)
2120 (hack-one-local-variable): Use STRING arg of
2121 `hack-local-variables-confirm'.
2122
2123 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2124
2125 Sync with Tramp 2.0.49.
2126
2127 * tramp.el (tramp-handle-dired-call-process)
2128 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2129 because the contents of the Tramp buffer is changed before
2130 insertion (`expand-file' and alike).
2131 (tramp-handle-insert-directory): If `localname' has an empty
2132 nondirectory name, it must not be quoted.
2133 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2134 variable `tramp-chunksize'. Change callees.
2135 (tramp-open-connection-setup-interactive-shell): Check remote host
2136 for buggy `send-process-string' implementation.
2137 Set `tramp-chunksize' if found. Reported by Michael Kifer
2138 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2139 (tramp-handle-shell-command): `insert-buffer' cannot be used
2140 because the contents of the Tramp buffer is changed before
2141 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2142 <frederic.bothamy@free.fr>.
2143 (tramp-set-auto-save): Actions should be done for Tramp file name
2144 handler only. Ange-FTP has its own auto-save mechanism.
2145 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2146 (tramp-set-auto-save-file-modes): Set file modes of
2147 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2148 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2149 (tramp-bug): Remove obsolete variable.
2150 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2151 for presence of `mml-mode'. Make it running for older Emacsen as well.
2152
2153 2005-05-14 John Paul Wallington <jpw@pobox.com>
2154
2155 * ibuf-ext.el (define-ibuffer-filter filename):
2156 If `dired-directory' is a list, use its car.
2157
2158 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2159
2160 * ibuffer.el (define-ibuffer-column filename):
2161 If `dired-directory' is a list, use its car.
2162
2163 2005-05-14 Richard M. Stallman <rms@gnu.org>
2164
2165 * subr.el (symbol-file): Doc fix.
2166
2167 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2168 (byte-compile-form): Call byte-compile-nogroup-warn.
2169 (byte-compile-warning-types): Doc fix.
2170
2171 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2172
2173 * progmodes/cc-engine.el (c-literal-faces):
2174 Add font-lock-comment-delimiter-face.
2175
2176 * net/net-utils.el (dig): Use with-no-warnings.
2177
2178 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2179 (sc-recite-frame-alist, sc-default-cite-frame)
2180 (sc-default-uncite-frame, sc-default-recite-frame)
2181 (sc-attrib-selection-list, sc-rewrite-header-list):
2182 Mark as risky-local-variable.
2183
2184 * international/ogonek.el (ogonek-jak, ogonek-how):
2185 Don't use beginning-of-buffer.
2186
2187 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2188
2189 * calendar/solar.el (solar-data-list): Move definition up.
2190
2191 * dnd.el (dnd-protocol-alist): Add autoload.
2192
2193 * progmodes/sh-script.el: Many doc usage fixes.
2194 (sh-indent-after-do): Change default to match common styles.
2195
2196 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2197
2198 * files.el (interpreter-mode-alist)
2199 (auto-mode-interpreter-regexp): Doc fixes.
2200
2201 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2202
2203 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2204
2205 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2206
2207 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2208
2209 * dired.el (dired-mode): make-variable-buffer-local =>
2210 make-local-variable.
2211
2212 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2213
2214 * term/mac-win.el (mac-select-convert-to-string): Try coding
2215 systems in mac-script-code-coding-systems if specified one cannot
2216 encode string for `com.apple.traditional-mac-plain-text'.
2217
2218 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2219
2220 * progmodes/make-mode.el (makefile-targets-face)
2221 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2222 (makefile-dependency-regex): Fix it to not make the colon in
2223 $(var:a=b) special.
2224 (makefile-rule-action-regex): New regexp for highlighting embedded
2225 Shell strings.
2226 (makefile-macroassign-regex): Handle != for highlighting as
2227 embedded Shell strings.
2228 (makefile-var-use-regex): New const.
2229 (makefile-statements, makefile-automake-statements)
2230 (makefile-gmake-statements, makefile-makepp-statements)
2231 (makefile-bsdmake-statements): New consts.
2232 (makefile-make-font-lock-keywords): New function.
2233 (makefile-automake-font-lock-keywords)
2234 (makefile-gmake-font-lock-keywords)
2235 (makefile-makepp-font-lock-keywords)
2236 (makefile-bsdmake-font-lock-keywords): New consts.
2237 (makefile-mode-map): Add switchers between the various submodes.
2238 (makefile-mode): Document the availability of the variants.
2239 (makefile-automake-mode, makefile-gmake-mode)
2240 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2241
2242 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2243 new variants of makefile-mode.
2244
2245 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2246
2247 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2248 the inheritance.
2249
2250 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2251
2252 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2253 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2254
2255 * files.el (normal-mode): Extend the scope of the
2256 `enable-local-variables' binding to include the `set-auto-mode' call.
2257 (magic-mode-alist): Doc fix.
2258
2259 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2262 font-lock-comment-face rather than copying its setting.
2263
2264 2005-05-12 Andreas Schwab <schwab@suse.de>
2265
2266 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2267
2268 2005-05-12 Lute Kamstra <lute@gnu.org>
2269
2270 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2271 defcustom for the mode hook variable. Delete the last argument.
2272 * generic-x.el: Fix callers of define-generic-mode.
2273 (generic-x-modes): Delete group.
2274 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2275 generic-x customization group.
2276
2277 2005-05-12 Kim F. Storm <storm@cua.dk>
2278
2279 * font-lock.el (font-lock-negation-char-face): Default to "off".
2280
2281 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2282 font-lock-negation-char-face to ! in !=.
2283
2284 2005-05-12 Masatake YAMATO <jet@gyve.org>
2285
2286 * add-log.el (find-change-log): Fix typos in the docstring
2287 of function.
2288
2289 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2290
2291 * international/latexenc.el (latexenc-find-file-coding-system):
2292 Avoid `re-search-forward' when looking for input encoding because
2293 of speed and safety. Better regular expressions for recognizing
2294 input encoding. Limit a search for TeX-master/tex-main-file to
2295 the local variable section.
2296
2297 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2298
2299 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2300 syntax of $ to "'" (quote).
2301
2302 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2303
2304 * dnd.el (dnd-protocol-alist): Improve custom type.
2305
2306 * dired.el (dired-dnd-protocol-alist): New variable.
2307 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2308 `dired-mode-hook' to the end.
2309
2310 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2313 comment-end if comment-start-skip is not set.
2314 Obey the font-lock-comment-delimiter-face variables.
2315
2316 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * files.el (executable-find): Move from executable.el. Use locate-file.
2319 * progmodes/executable.el (executable-find): Move to files.el.
2320
2321 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2322 when trying to ensure forward progress.
2323
2324 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2325
2326 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2327 (mouse-select, mouse-select-internal, mouse-extend-internal):
2328 Use it to implement mouse-1-click-follows-link functionality.
2329
2330 2005-05-11 Richard M. Stallman <rms@gnu.org>
2331
2332 * font-lock.el (font-lock-fontify-syntactically-region):
2333 Use font-lock-comment-delimiter-face for comment delimiters.
2334
2335 2005-05-10 Jay Belanger <belanger@truman.edu>
2336
2337 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2338 preserving embedded modes.
2339
2340 2005-05-10 Richard M. Stallman <rms@gnu.org>
2341
2342 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2343
2344 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2345 Move from ada-stmt.el.
2346 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2347
2348 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2349 Move to ada-mode.el.
2350 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2351
2352 * cus-edit.el (custom-file): Call file-chase-links.
2353
2354 * files.el (read-directory-name): Fix previous change.
2355 (hack-local-variables-confirm): New function.
2356 (hack-local-variables-prop-line, hack-local-variables)
2357 (hack-one-local-variable): Use it.
2358
2359 2005-05-10 Lute Kamstra <lute@gnu.org>
2360
2361 * font-lock.el (font-lock-keywords-alist)
2362 (font-lock-removed-keywords-alist): Clarify docstrings.
2363
2364 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2365
2366 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2367 (gdb-source-info): Check for preprocessor info.
2368 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2369 a macro for a function.
2370 (gdb-info-breakpoints-custom): Try to find file again if not already
2371 found (user might have used GDB dir command).
2372 (gdb-get-location): Update gdb-location-alist correctly for change
2373 to gdb-info-breakpoints-custom.
2374
2375 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2376 (gud-tooltip-print-command): Add gdbmi case.
2377 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2378 preprocessor info.
2379
2380 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2381
2382 * startup.el (fancy-splash-insert): Fix typo in doc string.
2383
2384 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2385
2386 * obsolete/float.el (string-to-float):
2387 * obsolete/hilit19.el (hilit-add-pattern):
2388 * obsolete/rnews.el (news-parse-range, news-select-message)
2389 (news-get-pruned-list-of-files): Replace `string-to-int' by
2390 `string-to-number'.
2391
2392 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2393 `find-file-not-found-hooks'; use `add-hook'.
2394 (uncompress-while-visiting): Set `write-file-functions', not
2395 `write-file-hooks'; use `add-hook'.
2396
2397 2005-05-09 Kim F. Storm <storm@cua.dk>
2398
2399 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2400 (cua-paste): Handle clipboard action.
2401 (cua--init-keymaps): Remap clipboard-kill-region and
2402 clipboard-kill-ring-save.
2403
2404 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2405
2406 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2407 Improve commentary.
2408
2409 * simple.el (next-error-overlay-arrow-position): Revert the change
2410 made on 2005-04-30.
2411
2412 2005-05-07 Jay Belanger <belanger@truman.edu>
2413
2414 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2415 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2416 `calc-sel-reselect'.
2417
2418 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2419 Calc is in embedded mode.
2420
2421 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2422
2423 * progmodes/compile.el (compilation-setup):
2424 Set overlay-arrow-string to an empty string on text terminals.
2425
2426 * textmodes/ispell.el (ispell-program-name): Try looking for
2427 "aspell" along exec-path, and if found, use it as the default
2428 speller program.
2429
2430 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2431
2432 * international/mule.el (sgml-xml-auto-coding-function):
2433 Recognize encoding='FOO' in single quotes as well as in double quotes.
2434
2435 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2436
2437 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2438 as well as `interactive', so that defmacro* would recognize
2439 `declare' forms.
2440
2441 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2442
2443 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2444 Explain more about the LIGHTER arg's usage in the doc string.
2445 Add commentary to clarify what the code does. Fix the regexp that
2446 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2447 since it could have characters special to regular expressions.
2448
2449 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2450
2451 * replace.el (occur-1): Bind inhibit-read-only so that
2452 erase-buffer doesn't barf on read-only text properties (likewise
2453 for add-text-properties in occur-engine). Mark buffer as unmodified.
2454 (occur-engine): Don't set buffer-read-only here.
2455
2456 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2457
2458 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2459 list-buffers-directory. This caused the *cvs-commit* buffer to be
2460 sometimes mistakenly reused as a *cvs* buffer.
2461
2462 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2463
2464 * tooltip.el: Move code for GUD tooltips into gud.el.
2465 (require): CL no longer needed to compile case.
2466 (tooltip-mode): Do not toggle functions for GUD tooltips.
2467 (tooltip-gud-tips-p): Remove. Replace with minor mode
2468 gud-tooltip-mode in gud.el.
2469 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2470 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2471 tooltip-gud prefix with gud-tooltip and obsolete.
2472 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2473 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2474 (tooltip-mouse-motion): Mouse movement functions/variable.
2475 Rename in gud.el by adding gud prefix.
2476 (tooltip-gud-original-filter, tooltip-gud-dereference)
2477 (tooltip-gud-event, tooltip-toggle-gud-tips)
2478 (tooltip-gud-process-output, tooltip-gud-print-command)
2479 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2480 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2481 (gdb-tooltip-print): Move to gdb-ui.el.
2482
2483 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2484 (require): CL needed to compile case.
2485 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2486 tooltip-gud-tips-p. Make it a minor-mode.
2487 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2488 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2489 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2490 (gud-tooltip-change-major-mode)
2491 (gud-tooltip-activate-mouse-motions-if-enabled)
2492 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2493 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2494 (gud-tooltip-original-filter, gud-tooltip-dereference)
2495 (gud-tooltip-event, tooltip-toggle-gud-tips)
2496 (gud-tooltip-process-output, gud-tooltip-print-command)
2497 (gud-tooltip-tips): Move from tooltip.el.
2498
2499 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2500 (gdb-cpp-define-alist-flags): Doc fix.
2501 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2502 gud-tooltip-mode is t.
2503
2504 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2505
2506 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2507 evaporate if their text is deleted.
2508 (goto-address-at-point): Make it work as a mouse binding as well.
2509 (goto-address-at-mouse): Obsolete it. Update users.
2510
2511 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2512
2513 * calendar/appt.el (top-level): No longer activate on load.
2514
2515 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2516
2517 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2518 * net/webjump.el (webjump):
2519 * progmodes/idlw-help.el (idlwave-do-context-help1)
2520 (idlwave-highlight-linked-completions):
2521 * textmodes/po.el (po-find-file-coding-system-guts):
2522 Replace `assoc-ignore-case' by `assoc-string'.
2523
2524 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2525
2526 * files.el (locate-file): Doc fix.
2527
2528 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2529 Remove the redundant test for ms-dos.
2530
2531 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2532 look for the preprocessor with exec-suffixes. If not found in
2533 standard places, look in exec-path. Remove most of the tests that
2534 used system-type.
2535
2536 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2537
2538 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2539
2540 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2541 file-name clash with jka-compr.el on 8+3 filesystems.
2542
2543 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2544
2545 * term/mac-win.el: Don't define or bind scroll bar functions if
2546 x-toolkit-scroll-bars is t.
2547 (x-select-text, x-get-selection-value):
2548 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2549 (PRIMARY): Put mac-scrap-name property.
2550 (mac-select-convert-to-file-url): New function.
2551 (public.file-url): New selection target type. Add to
2552 selection-converter-alist.
2553 (x-get-selection, x-selection-value): Handle it.
2554 (x-cut-buffer-or-selection-value): New alias.
2555
2556 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2557
2558 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2559 entry to avoid calling bibtex-find-entry with arg global
2560 being t. Remove arg key.
2561 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2562 (bibtex-copy-summary-as-kill): Change accordingly.
2563
2564 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2565
2566 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2567 (org-agenda-date-later): Use with-current-buffer.
2568
2569 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2570
2571 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2572 (define-obsolete-variable-alias): Doc Fixes.
2573
2574 2005-05-06 Kim F. Storm <storm@cua.dk>
2575
2576 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2577 vertical-motion when selective-display is active.
2578
2579 * ido.el (ido-setup-hook): New hook.
2580 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2581 (ido-input-stack): New var.
2582 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2583 ido-next-work-file binding to M-O.
2584 Bind M-f to ido-wide-find-file-or-pop-dir.
2585 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2586 (ido-read-internal): Run ido-setup-hook.
2587 Catch quit in read-file-name and read-string to cancel edit.
2588 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2589 Automatically pop-all when completing a directory name (RET).
2590 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2591 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2592 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2593 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2594 New functions for M-b/M-f to move among the directory components.
2595 (ido-make-merged-file-list): Catch quit to cancel merge.
2596 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2597 (ido-completion-help): No warnings for ido-completion-buffer-full.
2598
2599 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2600
2601 * font-lock.el (font-lock-negation-char-face): New face and variable.
2602 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2603 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2604 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2605 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2606
2607 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2608
2609 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2610 Fix typo in docstring.
2611
2612 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2613 (ebrowse-print-statistics-line)
2614 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2615
2616 * term/w32-win.el (image-library-alist): Add additional name for
2617 Xpm library.
2618
2619 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2620
2621 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2622 use gcc instead of cpp.
2623
2624 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2625 (gdb-create-define-alist): Use it.
2626 (gdb-cpp-define-alist-program): Update for MS-DOS.
2627
2628 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2629
2630 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2631
2632 2005-05-04 Richard M. Stallman <rms@gnu.org>
2633
2634 * help.el (describe-key): No error when UNTRANSLATED is nil.
2635
2636 * simple.el (line-move-1): Fix previous change to signal errors
2637 appropriately.
2638
2639 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2640
2641 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2642 (icalendar-duration-correction): Remove.
2643 (icalendar--get-event-properties): Split result at commas.
2644 (icalendar--decode-isoduration): New optional argument
2645 DURATION-CORRECTION.
2646 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2647 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2648 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2649 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2650 (icalendar--convert-anniversary-to-ical): New functions, extracted
2651 from icalendar-export-region, with bug fixes.
2652 (icalendar-export-region): Use the above functions.
2653 (icalendar-import-buffer): Check before saving diary file.
2654 (icalendar--convert-recurring-to-diary)
2655 (icalendar--convert-non-recurring-all-day-to-diary)
2656 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2657 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2658 (icalendar--convert-ical-to-diary): Use the above functions.
2659
2660 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2661
2662 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2663 Remove these recent additions.
2664 (c-mode): Restore to before 2005-04-28.
2665
2666 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2667 recent addition.
2668
2669 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2670 (gdb-define-alist): New variables.
2671 (gdb-create-define-alist): New function.
2672 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2673 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2674 with string-to-number.
2675 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2676
2677 * progmodes/gud.el: Replace string-to-int with string-to-number.
2678 (gud-find-file): Handle gdb-define-alist.
2679
2680 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2681
2682 2005-05-02 Jay Belanger <belanger@truman.edu>
2683
2684 * calc/calc-aent.el (math-read-token):
2685 * calc/calc-bin.el (calc-word-size):
2686 * calc/calc-ext.el (calc-read-number-fancy):
2687 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2688 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2689 * calc/calc-frac.el (calc-over-notation):
2690 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2691 (calc-graph-num-points, calc-graph-init):
2692 * calc/calc-prog.el (calc-read-parse-table-part)
2693 (calc-edit-macro-repeats):
2694 * calc/calc-yank.el (calc-do-grab-rectangle):
2695 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2696 Replace `string-to-int' by `string-to-number'.
2697
2698 2005-05-02 Kim F. Storm <storm@cua.dk>
2699
2700 * kmacro.el: Use executing-kbd-macro-index variable.
2701
2702 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2703
2704 * net/rlogin.el (rlogin-parse-words): Delete func.
2705 (rlogin): Use split-string, not rlogin-parse-words.
2706 Also, if there are option-like elements in the parsed args,
2707 take the host to be the first arg immediately following them.
2708 Suggested by Michael Mauger.
2709
2710 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2711
2712 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2713
2714 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2715
2716 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2717 (cc-mode-cpp-program): Rename to cc-define-list-program and
2718 move to cc-vars.el.
2719
2720 * progmodes/cc-vars.el (cc-define-list-program):
2721 Change to "gcc -E -dM -". Make customizable.
2722
2723 2005-05-02 Kim F. Storm <storm@cua.dk>
2724
2725 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2726
2727 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2728
2729 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2730
2731 * international/mule-util.el (truncate-string): Remove alias and
2732 obsolete declaration.
2733
2734 * international/mule-cmds.el (update-iso-coding-systems):
2735 Remove alias and obsolete declaration.
2736
2737 * international/mule.el (coding-system-parent): Remove alias and
2738 obsolete declaration.
2739
2740 * subr.el (define-function, sref): Remove aliases and obsolete
2741 declarations.
2742 (chars-in-region): Remove obsolete declaration.
2743
2744 2005-05-01 Richard M. Stallman <rms@gnu.org>
2745
2746 * info.el (Info-mode): Set widen-automatically to nil, locally.
2747
2748 * simple.el (widen-automatically): New variable.
2749 (pop-global-mark): Obey widen-automatically.
2750
2751 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2752
2753 * term/xterm.el (function-key-map): Call substitute-key-definition
2754 before the keymap size is increased by a lot of define-key calls.
2755
2756 2005-05-01 Richard M. Stallman <rms@gnu.org>
2757
2758 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2759 Rename ARG to ELEMENT. Doc fix.
2760
2761 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2762
2763 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2764 Remove references to allout-exposure/change to allout-new-exposure.
2765
2766 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2767 bytecode symbols.
2768
2769 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2770 (compiled-function-p, focus-frame, unfocus-frame):
2771 Remove aliases and obsolete declarations.
2772 Back out inadvertent changes from previous commit.
2773
2774 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2775
2776 * files.el (require-final-newline): Make Custom tags consistent
2777 with mode-require-final-newline.
2778 (mode-require-final-newline): Doc fix.
2779
2780 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * international/latexenc.el (latexenc-find-file-coding-system):
2783 Fix regular expressions.
2784
2785 2005-05-01 David Kastrup <dak@gnu.org>
2786
2787 * international/latexenc.el (latexenc-find-file-coding-system):
2788 Fix regular expressions.
2789
2790 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2791
2792 * subr.el (string-to-int): Make obsolete.
2793
2794 2005-04-30 Richard M. Stallman <rms@gnu.org>
2795
2796 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2797
2798 * loadup.el: load jka-comp-hook.
2799
2800 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2801 (jka-compr-handler): Add autoload. `put' calls moved
2802 to jka-comp-hook.el.
2803 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2804 (jka-compr-inhibit): Autoload.
2805
2806 * jka-comp-hook.el: New file.
2807 Enable the mode by default.
2808
2809 * files.el (backup-buffer-copy): Use copy-file instead
2810 of write-region, and put back the 'excl.
2811
2812 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2813
2814 * progmodes/flymake.el (flymake-split-string)
2815 (flymake-split-string, flymake-log, flymake-pid-to-names)
2816 (flymake-reg-names, flymake-get-source-buffer-name)
2817 (flymake-unreg-names, flymake-add-line-err-info)
2818 (flymake-add-err-info): Clarify docstrings.
2819 (flymake-popup-menu, flymake-make-emacs-menu)
2820 (flymake-make-xemacs-menu): Add docstrings.
2821 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2822 Set variables directly throughout.
2823
2824 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2825
2826 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2827 exists. Initialise cc-define-alist.
2828 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2829 If there is no file (Macroexpansion) don't create an alist.
2830
2831 2005-04-29 Sam Steingold <sds@gnu.org>
2832
2833 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2834 (cc-create-define-alist): Use it instead of the hard-coded string.
2835
2836 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2837
2838 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2839 for latexenc.
2840
2841 2005-04-29 Lute Kamstra <lute@gnu.org>
2842
2843 * emacs-lisp/generic.el: Improve commentary section.
2844 (define-generic-mode): Improve docstring.
2845
2846 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2847
2848 * textmodes/org.el (many places): Change to quiet the byte compiler.
2849 (org-prefix-format-compiled): New variable.
2850 (org-compile-prefix-format): New function.
2851 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2852 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2853 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2854 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2855 consistency with entries from `org-mode' files.
2856 (org-get-time-of-day): Fix bug with partial matches early in a line.
2857 (org-non-link-chars): New constant.
2858 (org-link-regexp): Respect `org-non-link-chars'.
2859 (org-agenda-day-view): Remove command.
2860 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2861 (org-follow-bbdb-link, org-store-link): Search also company field.
2862 (org-highlight-overlay): New variable.
2863 (org-highlight, org-unhighlight): New functions.
2864 (org-agenda-mode): Add pre-command-hook to remove highlight.
2865 (org-evaluate-time-range): Behavior depends upon whether time stamp
2866 contains a time or not.
2867 (org-show-subtree, org-show-entry): New functions.
2868 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2869
2870 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2871
2872 * comint.el (comint-output-filter-functions): Add autoload cookie.
2873
2874 2005-04-28 Kim F. Storm <storm@cua.dk>
2875
2876 * ido.el (ido-everywhere): Fix last change.
2877
2878 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2879
2880 * international/latexenc.el: New file.
2881 * international/mule-conf.el (file-coding-system-alist): For .tex,
2882 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2883
2884 2005-04-28 Lute Kamstra <lute@gnu.org>
2885
2886 * font-lock.el (font-lock-add-keywords)
2887 (font-lock-remove-keywords): Clarify docstring.
2888 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2889 Don't start docstrings with a `*'.
2890 (font-lock-update-removed-keyword-alist): Give it a docstring.
2891
2892 * generic-x.el: Update commentary section.
2893 Only require font-lock when compiling.
2894 Define all modes conditionally.
2895 Place all generic modes in the generic-x-modes customization group.
2896 (generic-x-modes): New customization group.
2897 (generic-default-modes, generic-mswindows-modes)
2898 (generic-unix-modes, generic-other-modes): New constants.
2899 (generic-define-mswindows-modes, generic-define-unix-modes):
2900 Update docstrings. Make them obsolete.
2901 (generic-extras-enable-list): New default value. Update docstring.
2902 Improve :type. Change :set function.
2903 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2904 Fix docstring.
2905
2906 * emacs-lisp/generic.el (generic-mode-internal):
2907 Simplify font-lock-defaults.
2908 (define-generic-mode): Fix docstring.
2909
2910 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2911
2912 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2913 font-lock-face property to highlight matches.
2914
2915 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2916
2917 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2918 (cc-define-alist): New variable.
2919 (c-mode): Make it local and initialise it.
2920
2921 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2922 (gdb-exited): New function.
2923 (gdb-annotation-rules): Use it.
2924 (gdb-starting): Set gdb-active-process to t.
2925 (gdb-stopping): Amend doc string.
2926 (gdb-reset): Set gdb-active-process to nil.
2927
2928 * tooltip.el (tooltip-gud-tips): Show the associated #define
2929 directives when a C program under GDB is not executing.
2930
2931 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2934 font-lock-fontify-syntactic-keywords.
2935
2936 * font-lock.el (font-lock-default-fontify-region): Don't force
2937 parse-sexp-lookup-properties to nil.
2938
2939 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2940
2941 * man.el (man-mode-syntax-table): Set up `:' to have
2942 word-constituent syntax.
2943
2944 2005-04-27 Lute Kamstra <lute@gnu.org>
2945
2946 * novice.el (disable-command): Don't add spurious newlines to the
2947 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2948
2949 2005-04-26 Jay Belanger <belanger@truman.edu>
2950
2951 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2952 than one window before deleting window.
2953
2954 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2955
2956 * shell.el (shell-prompt-pattern): Doc fix.
2957 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2958
2959 * comint.el (comint-prompt-regexp, comint-get-old-input)
2960 (comint-use-prompt-regexp)
2961 (comint-use-prompt-regexp-instead-of-fields)
2962 (comint-replace-by-expanded-history, comint-send-input)
2963 (comint-output-filter, comint-get-old-input-default)
2964 (comint-line-beginning-position, comint-bol, comint-show-output)
2965 (comint-backward-matching-input, comint-forward-matching-input)
2966 (comint-next-prompt, comint-previous-prompt):
2967 Rename `comint-use-prompt-regexp-instead-of-fields' to
2968 `comint-use-prompt-regexp'. Keep old name as alias and declare
2969 obsolete.
2970 (comint-use-prompt-regexp): Shorten first line of doc string.
2971
2972 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2973 Set paragraph-separate buffer locally to "\\'".
2974
2975 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2976 Adapt to above name change.
2977
2978 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2979 (smbclient-prompt-regexp): Ditto.
2980
2981 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2982
2983 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2984
2985 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2986 gdb-location-list.
2987 Break lines that are over 80 characters wide.
2988
2989 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2992 New fun and var, to preserve compatibility.
2993
2994 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2995
2996 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2997
2998 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2999 name to file-newer-than-file-p.
3000
3001 2005-04-26 Richard M. Stallman <rms@gnu.org>
3002
3003 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3004
3005 * progmodes/python.el (python-mode):
3006 Use new name eldoc-documentation-function.
3007
3008 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3009
3010 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3011 (eldoc-documentation-function):
3012 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3013
3014 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3015
3016 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3017
3018 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3019
3020 * term/xterm.el (function-key-map): Fix strings for
3021 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3022 {C,S,A,C-S}-{f1-f12}.
3023
3024 2005-04-26 Kenichi Handa <handa@m17n.org>
3025
3026 * international/mule-cmds.el (select-safe-coding-system):
3027 Fix previous change.
3028
3029 2005-04-26 Lute Kamstra <lute@gnu.org>
3030
3031 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3032
3033 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3034 (font-lock-comment-delimiter-face): Ditto.
3035
3036 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3037
3038 2005-04-25 Jay Belanger <belanger@truman.edu>
3039
3040 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3041 to t while inserting information; use help-mode.
3042
3043 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3044
3045 * term.el (ansi-term-color-vector): Use the xterm colors.
3046 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3047
3048 2005-04-25 Lute Kamstra <lute@gnu.org>
3049
3050 * font-core.el (font-lock-defaults): Fix docstring.
3051
3052 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3053
3054 2005-04-25 Kenichi Handa <handa@m17n.org>
3055
3056 * international/mule-cmds.el (select-safe-coding-system):
3057 Don't check consistency with coding: spec, etc if raw-text or
3058 no-conversion was found to be safe.
3059
3060 2005-04-24 Richard M. Stallman <rms@gnu.org>
3061
3062 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3063 citation markers at start of each line.
3064
3065 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3066 citation markers at start of each line.
3067
3068 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3069
3070 * files.el (mode-require-final-newline): Fix previous change.
3071 (require-final-newline): Fix type label.
3072
3073 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3074
3075 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3076 statement in buffer (broken by 2004-11-24 change).
3077
3078 2005-04-24 Kim F. Storm <storm@cua.dk>
3079
3080 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3081 and read-file-name-function values. Don't overwrite existing
3082 non-nil values if ido-mode is enabled without ido-everywhere.
3083
3084 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3085
3086 * files.el (mode-require-final-newline): Minor doc fix.
3087
3088 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3089
3090 * subr.el (syntax-after): Doc fix.
3091 (syntax-class): If argument is nil, return nil. Mask off upper 16
3092 bits, not 8 bits.
3093
3094 * files.el (mode-require-final-newline): Doc fix.
3095 (backup-buffer-copy): Fix last change.
3096
3097 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3098
3099 * term/mac-win.el: Require select. Set selection-coding-system to
3100 mac-system-coding-system. Call menu-bar-enable-clipboard.
3101 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3102 (x-select-enable-clipboard): New variables.
3103 (x-select-text, x-get-selection, x-selection-value)
3104 (x-get-selection-value, mac-select-convert-to-string)
3105 (mac-services-open-file, mac-services-open-selection)
3106 (mac-services-insert-text): New functions.
3107 (CLIPBOARD, FIND): Put mac-scrap-name property.
3108 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3109 (public.tiff): Put mac-ostype property.
3110 (selection-converter-alist): Add entries for them.
3111 (mac-application-menu-map): New keymap.
3112 (interprogram-cut-function, interprogram-paste-function): Set to
3113 x-select-text and x-get-selection-value, respectively.
3114 (split-window-keep-point): Set to t.
3115
3116 2005-04-23 Richard M. Stallman <rms@gnu.org>
3117
3118 * files.el (read-directory-name): Always pass non-nil
3119 DEFAULT-FILENAME arg to read-file-name.
3120 (backup-buffer-copy, basic-save-buffer-2): Take care against
3121 writing thru an unexpected existing symlink.
3122 (revert-buffer): In indirect buffer, revert the base buffer.
3123 (magic-mode-alist): Doc fix.
3124 (buffer-stale-function): Doc fix.
3125 (minibuffer-with-setup-hook): Avoid warning.
3126 (mode-require-final-newline): Doc and custom fix.
3127
3128 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3129
3130 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3131 use the default appearance.
3132 (font-lock-comment-delimiter-face): New face, new variable.
3133
3134 * imenu.el (imenu--generic-function): The official position of a
3135 definition is the start of the line that BEG is in.
3136
3137 * midnight.el (midnight-timer): Move defvar up.
3138
3139 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3140
3141 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3142
3143 * startup.el (command-line): Use with-no-warnings.
3144
3145 * window.el (window-size-fixed): New defvar.
3146
3147 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3148
3149 * mail/rmail.el (rmail-font-lock-keywords):
3150 Use font-lock-comment-delimiter-face.
3151
3152 * mail/sendmail.el (mail-font-lock-keywords):
3153 Use font-lock-comment-delimiter-face.
3154
3155 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3156
3157 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3158
3159 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3160 Specify t for LAXMATCH when matching directories.
3161 Save match data around compilation-compat-error-properties form.
3162
3163 2005-04-23 David Kastrup <dak@gnu.org>
3164
3165 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3166 Mention that the autoloaded aliases should be kept for AUCTeX.
3167
3168 2005-04-23 Andreas Schwab <schwab@suse.de>
3169
3170 * isearch.el (isearch-forward): Doc fix.
3171
3172 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3173
3174 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3175 (jit-lock-stealth-nice): Change default value to 0.5.
3176
3177 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3178
3179 * abbrev.el (write-abbrev-file): Write table entries in
3180 alphabetical order by table name.
3181
3182 2005-04-22 Kim F. Storm <storm@cua.dk>
3183
3184 * ido.el (ido-read-internal): Fix `list' completion.
3185
3186 2005-04-22 Kenichi Handa <handa@m17n.org>
3187
3188 * recentf.el (recentf-save-file-coding-system): New variable.
3189 (recentf-save-list): Encode the file by
3190 recentf-save-file-coding-system and add coding: tag.
3191
3192 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3193
3194 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3195
3196 2005-04-21 Lute Kamstra <lute@gnu.org>
3197
3198 * loadhist.el (unload-feature): Don't remove a function from hooks
3199 if it is about to be restored to an autoload . Remove functions
3200 that will become unbound from auto-mode-alist. Simplify the code.
3201
3202 * subr.el (assq-delete-all): New implementation that is linear,
3203 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3204 (rassq-delete-all): New function.
3205
3206 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3207 Add size-indication-mode.
3208
3209 2005-04-21 Kenichi Handa <handa@m17n.org>
3210
3211 * international/mule-cmds.el: Add autoload for widget-value in
3212 eval-when-compile.
3213
3214 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3215
3216 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3217 Add tooltip-mode.
3218
3219 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3220
3221 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3222
3223 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3224 (inferior-lisp-filter-regexp, inferior-lisp-program)
3225 (inferior-lisp-load-command, inferior-lisp-prompt)
3226 (inferior-lisp-mode-hook, lisp-source-modes)
3227 (inferior-lisp-load-hook): defvar->defcustom.
3228 (inferior-lisp-program, inferior-lisp-prompt)
3229 (inferior-lisp-load-hook): Doc fixes.
3230 (inferior-lisp-install-letter-bindings): Small change in
3231 introductory comment.
3232
3233 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3234
3235 * vc.el (vc-annotate-color-map): Change some colors so that text
3236 using them as foreground is readable on both white and black
3237 backgrounds.
3238
3239 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3241 * international/mule-conf.el (translation-table-for-input):
3242 Remove redundant declaration.
3243
3244 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3245
3246 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3247
3248 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3249 (tooltip-toggle-gud-tips): New function.
3250
3251 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3252
3253 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3254 right angle brackets.
3255
3256 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3257
3258 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3259
3260 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3261
3262 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3263 Remove. Update callers to use expand-file-name instead.
3264
3265 * subr.el (syntax-class): New function.
3266
3267 * simple.el (blink-matching-open): Use it.
3268
3269 * paren.el (show-paren-function): Use it to recognize parens that are
3270 also used in 2-char comment markers.
3271
3272 2005-04-19 Lute Kamstra <lute@gnu.org>
3273
3274 * loadhist.el (unload-feature): Update for new format of
3275 load-history. Simplify the code.
3276
3277 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3278
3279 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3280 (mac-add-charset-info): New function. Initialize variable
3281 mac-charset-info-alist using it.
3282 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3283 for translation.
3284 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3285 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3286 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3287 New CCL programs.
3288
3289 2005-04-19 Kim F. Storm <storm@cua.dk>
3290
3291 * simple.el (next-buffer, prev-buffer, next-error)
3292 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3293 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3294
3295 * bindings.el (next-buffer, prev-buffer, next-error)
3296 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3297 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3298 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3299 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3300
3301 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * isearch.el (isearch-edit-string): Make the search-ring available for
3304 minibuffer history commands.
3305 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3306 the default history commands now work just as well.
3307 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3308
3309 2005-04-18 Kim F. Storm <storm@cua.dk>
3310
3311 * emulation/cua-base.el (cua--pre-command-handler): Add more
3312 elaborate check for shift modifier on non-window systems.
3313
3314 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3315
3316 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3317
3318 2005-04-18 Kim F. Storm <storm@cua.dk>
3319
3320 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3321 and make it optional. Don't test tooltip-gud-echo-area here.
3322 (tooltip-gud-process-output, gdb-tooltip-print):
3323 Pass tooltip-gud-echo-area to tooltip-show.
3324 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3325
3326 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3327
3328 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3329 `display-graphic-p' may not be bound yet.
3330
3331 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3332
3333 * startup.el (command-line): No longer enable Xterm Mouse mode by
3334 default in terminals compatible with xterm.
3335
3336 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3337
3338 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3339
3340 * tooltip.el (tooltip-gud-echo-area): Rename from
3341 tooltip-use-echo-area.
3342 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3343 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3344 area independently of where help tooltips are displayed.
3345
3346 2005-04-17 David Kastrup <dak@gnu.org>
3347
3348 * cus-theme.el (custom-theme-write-variables): Quote variables
3349 where necessary.
3350
3351 2005-04-17 Richard M. Stallman <rms@gnu.org>
3352
3353 * simple.el (yank-excluded-properties): Add follow-link to value.
3354
3355 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3356
3357 * startup.el (fancy-splash-max-time): Just 30 seconds.
3358 (fancy-splash-delay): Just 7.
3359 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3360
3361 * loadhist.el (unload-feature): Update for new format of load-history.
3362 Simplify the code.
3363
3364 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3365 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3366
3367 * mail/sendmail.el (mail-font-lock-keywords):
3368 Don't fontify subject text.
3369 Don't fontify the text of a citation.
3370
3371 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3372
3373 * comint.el (comint-output-filter): Run comint-output-filter-functions
3374 with point where the user had it.
3375
3376 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * international/ucs-tables.el (ucs-set-table-for-input):
3379 Disable when using unify-on-decoding.
3380
3381 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3382
3383 * emulation/cua-base.el (cua-global-mark-face): Add special case
3384 for displays supporting a high number of colors.
3385
3386 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3387
3388 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3389
3390 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3391
3392 * filesets.el (filesets-add-buffer): If user supplies a name of a
3393 non-existing fileset, create a new fileset.
3394
3395 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3396
3397 * textmodes/org.el (org-up-heading-all): Fix bug with
3398 `outline-up-heading-all'.
3399
3400 2005-04-16 Andreas Schwab <schwab@suse.de>
3401
3402 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3403 /etc/permissions.d/* and /etc/aliases.d/*.
3404
3405 2005-04-16 Kenichi Handa <handa@m17n.org>
3406
3407 * international/code-pages.el (cp-make-coding-system):
3408 Set `translation-table-for-input' property value to the symbol
3409 ucs-mule-to-mule-unicode, not to that value.
3410 (pt154): Escape guillemet by `\'.
3411
3412 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3413
3414 * loadup.el: Load tooltip if x-show-tip is fboundp.
3415
3416 * startup.el (command-line): Add comment.
3417
3418 * tooltip.el (tooltip-mode): Specify correct standard value for
3419 Custom in init-value.
3420
3421 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3422
3423 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3424 possible.
3425
3426 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3427
3428 * textmodes/org.el (org-agenda-date-prompt): Rename from
3429 `org-agenda-date-today'.
3430 (org-evaluate-time-range): Insert at point instead of directly
3431 after time range.
3432 (org-first-headline-recenter, org-subtree-end-visible-p)
3433 (org-optimize-window-after-visibility-change): New functions
3434 (org-agenda-post-command-hook): Don't allow point at end of line,
3435 to make sure it always hits the text properties.
3436 (org-agenda-next-date-line, org-agenda-previous-date-line):
3437 New commands.
3438 (org-set-regexps-and-options): Category may contain white space.
3439 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3440 Improve marker positions.
3441 (org-agenda-new-marker): Argument POS made optional.
3442 (org-agenda-get-timestamps): Deadlines which are done are listed
3443 in org-done-face now.
3444 (org-agenda-get-todos, org-agenda-get-timestamps)
3445 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3446 Set `undone-face' and `done-face' properties.
3447 (org-last-todo-state-is-todo): New variable.
3448 (org-todo): Set `org-last-todo-state-is-todo'.
3449 (org-agenda-todo): Change face according to
3450 `org-last-todo-state-is-todo'. And change other lines refering to
3451 the same entry.
3452 (org-calendar-goto-agenda): New command.
3453 (org-calendar-to-agenda-key): New option.
3454 (org-startup-folded): New allowed value `content'.
3455 (org-set-regexps-and-options): Accept new value `content' for
3456 `org-startup-folded'.
3457 (org-get-current-options): Handle new value `content' for
3458 `org-startup-folded'.
3459 (org-insert-todo-heading): New command.
3460 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3461 interactively in empty file and option
3462 `org-insert-mode-line-in-empty-file' has been set.
3463 (org-agenda-todo,org-agenda-priority): Modify to use
3464 `org-agenda-change-all-lines'.
3465 (org-warning-face): Change color on dark background
3466
3467 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3468
3469 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3470 use preferences AppleLocale and AppleLanguages, and variable
3471 mac-system-locale for default locale. On Mac OS Classic, use
3472 mac-system-coding-system for default coding systems.
3473
3474 * term/mac-win.el: Don't set file-name-coding-system.
3475 Decode variables system-name, emacs-build-system, user-login-name, and
3476 user-full-name by mac-system-coding-system on Mac OS Classic.
3477 (mac-system-coding-system): New variable.
3478
3479 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3480
3481 * startup.el (command-line): Handle `xterm-mouse-mode' before
3482 reading init file.
3483
3484 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3485
3486 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3487
3488 * progmodes/sh-script.el (sh-here-document-word): Make it a
3489 defcustom. Doc fix.
3490 (sh-add): Bash uses $(( )) for arithmetic.
3491 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3492 (sh-maybe-here-document): Remove quotes and leading whitespace
3493 from heredoc word when closing. Indent heredoc with tabs if word
3494 starts with "-".
3495
3496 2005-04-13 Richard M. Stallman <rms@gnu.org>
3497
3498 * simple.el (undo): Fix previous change.
3499
3500 * custom.el (defface): Doc fix.
3501
3502 2005-04-13 Lute Kamstra <lute@gnu.org>
3503
3504 * Makefile.in (DONTCOMPILE): Remove list.
3505 (compile, compile-always): Don't use DONTCOMPILE.
3506 (update-authors): Load the library in which batch-update-authors
3507 is defined.
3508 * makefile.w32-in (DONTCOMPILE): Remove list.
3509 (compile, compile-always): Fix comments.
3510 (update-authors): Load the library in which batch-update-authors
3511 is defined.
3512
3513 * generic-x.el (generic-mode-ini-file-find-file-hook):
3514 Rename to ini-generic-mode-find-file-hook.
3515 Keep generic-mode-ini-file-find-file-hook as an alias.
3516 (ini-generic-mode-find-file-hook): Rename from
3517 generic-mode-ini-file-find-file-hook. Fix docstring.
3518 (ini-generic-mode): Docstring change.
3519 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3520
3521 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3522 called from lisp.
3523
3524 * generic.el: Move to the emacs-lisp subdir.
3525
3526 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3527
3528 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3529 and C-S- function and cursor motion keys.
3530
3531 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3532
3533 * startup.el (command-line): Enable Xterm Mouse mode by default.
3534 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3535 for Custom. No longer show "Mouse" in mode line when enabled.
3536 Doc fix.
3537
3538 2005-04-12 Kim F. Storm <storm@cua.dk>
3539
3540 * emulation/cua-base.el (cua-rectangle-face)
3541 (cua-rectangle-noselect-face): Define face attributes here.
3542
3543 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3544
3545 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3546
3547 * startup.el (command-line): Turn off blinking cursor if
3548 cursorBlink in resources is off or false.
3549
3550 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3551
3552 * term/mac-win.el (dnd): Require dnd.
3553 (mac-drag-n-drop): Call dnd-handle-one-url.
3554 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3555 (kTextEncodingISOLatin2): Remove constants.
3556 (mac-script-code-coding-systems): New constant.
3557 (mac-handle-language-change): New function.
3558 (special-event-map): Bind it to `language-change' event.
3559 (mac-centraleurroman, mac-cyrillic): New coding systems.
3560 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3561 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3562 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3563 encode-mac-cyrillic, respectively.
3564
3565 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3566
3567 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3568 Don't set overlay-arrow-string to "=>" as this is done
3569 globally in C now.
3570
3571 2005-04-12 Lute Kamstra <lute@gnu.org>
3572
3573 * generic-x.el (rc-generic-mode, rul-generic-mode):
3574 Fix auto-mode-alist entries.
3575 (etc-fstab-generic-mode): Tweak fontification.
3576
3577 * generic.el (generic-make-keywords-list): Fix docstring.
3578 (generic-mode-internal): Simplify generic-font-lock-keywords.
3579
3580 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3581
3582 * whitespace.el (whitespace-buffer-leading)
3583 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3584 However, fix the highlight area for the leading and
3585 trailing whitespaces to show space.
3586
3587 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3588
3589 * whitespace.el (whitespace-version): Bump to 3.5
3590
3591 (whitespace-buffer-leading, whitespace-buffer-trailing):
3592 Invert sense of the test to highlight the whitespace.
3593
3594 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3595
3596 * progmodes/gud.el (gud-display-line): GUD uses its own
3597 overlay arrow now so don't set overlay-arrow-string.
3598 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3599
3600 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3601
3602 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3603 (term-ansi-current-reverse, term-ansi-current-invisible)
3604 (term-ansi-face-already-done): Change to boolean.
3605 (term-reset-terminal, term-handle-colors-array): Handle the above
3606 vars accordingly.
3607 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3608 (term-emulate-terminal): Use the new name.
3609
3610 * faces.el (secondary-selection): Use yellow1, not yellow.
3611 (trailing-whitespace): Use red1, not red.
3612
3613 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3614
3615 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3616 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3617 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3618
3619 * cus-edit.el (dnd): New group.
3620
3621 * term/w32-win.el (dnd): Require dnd
3622 (w32-drag-n-drop): Call dnd-handle-one-url.
3623
3624 * x-dnd.el: Require dnd.
3625 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3626 Call dnd-handle-one-url.
3627 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3628 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3629 to dnd-insert-text.
3630 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3631 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3632 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3633 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3634
3635 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3636
3637 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3638
3639 * wdired.el: Doc fixes.
3640 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3641 (wdired-use-dired-vertical-movement): Rename from
3642 wdired-always-move-to-filename-beginning.
3643 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3644 (wdired-change-to-wdired-mode): Change mode name.
3645 (wdired-newline): Delete.
3646
3647 2005-04-11 Richard M. Stallman <rms@gnu.org>
3648
3649 * whitespace.el (whitespace-highlight-the-space):
3650 Don't call whitespace-unhighlight-the-space here.
3651
3652 * simple.el (undo): Record t in undo-equiv-table
3653 for the redo record made by an undo-in-region.
3654
3655 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3656
3657 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3658 (gdb-frame-inferior-io-buffer): New Functions to control
3659 display of separate IO buffer.
3660 (menu): Add them to menu-bar.
3661 (gdb-display-buffer): Check for buffer another frame.
3662 Protect GUD buffer.
3663 (gdb-setup-windows): Create IO buffer if not already there.
3664 (gdb-memory-mode): Remove purecopy noops.
3665
3666 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3667
3668 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3669 and pass to self-insert-command.
3670
3671 2005-04-11 Lute Kamstra <lute@gnu.org>
3672
3673 * generic.el: Commentary section cleanup.
3674 (generic): Delete.
3675 (generic-use-find-file-hook, generic-lines-to-scan)
3676 (generic-find-file-regexp, generic-ignore-files-regexp)
3677 (default-generic-mode, generic-mode-find-file-hook)
3678 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3679 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3680 (generic-use-find-file-hook, generic-lines-to-scan)
3681 (generic-find-file-regexp, generic-ignore-files-regexp)
3682 (default-generic-mode, generic-mode-find-file-hook)
3683 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3684
3685 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3686
3687 * bookmark.el (bookmark-write-file): Catch errors writing file.
3688 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3689
3690 2005-04-10 Richard M. Stallman <rms@gnu.org>
3691
3692 * startup.el (fancy-splash-tail): Update copyright year.
3693 (command-line): Split part of -Q into -D.
3694 (emacs-basic-display): New defvar.
3695 (fancy-splash-text): Correct name of menu item.
3696
3697 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3698
3699 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3700 lines in one node.
3701
3702 * comint.el (comint-send-input): New arg ARTIFICIAL.
3703 Callers in this file changed.
3704
3705 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3706
3707 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3708
3709 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3710
3711 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3712 `ldap-search-internal'.
3713
3714 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3715
3716 * files.el (set-auto-mode-1): Use line-end-position.
3717
3718 * international/latin-1.el:
3719 * international/latin-2.el:
3720 * international/latin-3.el:
3721 * international/latin-4.el:
3722 * international/latin-5.el:
3723 * international/latin-8.el:
3724 * international/latin-9.el: Give punctuation syntax to NBSP.
3725
3726 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3727 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3728 Use char-classes to accept non-ascii letters, accepted in some recent
3729 bibtex implementations.
3730
3731 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3732
3733 * custom.el (custom-set-minor-mode): Any non-nil value for the
3734 variable should enable the mode when set through Custom.
3735
3736 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3739 TAB binding so tab-always-indent is obeyed.
3740 (vhdl-minibuffer-local-map): Move initialization into declaration.
3741 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3742 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3743 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3744 (vhdl-current-line): Use line-beginning-position.
3745 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3746 with-output-to-temp-buffer, so the current position can be recorded.
3747
3748 2005-04-10 Masatake YAMATO <jet@gyve.org>
3749
3750 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3751 Add regexp for gcov.
3752
3753 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3754
3755 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3756 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3757 syntax which Emacs 20 doesn't support.
3758
3759 2005-04-09 Richard M. Stallman <rms@gnu.org>
3760
3761 * help.el (describe-key-briefly, describe-key):
3762 Replace strings as event types with "(any string)".
3763
3764 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * arc-mode.el (archive-mode-map): Move initialization into
3767 the declaration. Override *all* bindings of `undo'.
3768 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3769
3770 2005-04-09 Jay Belanger <belanger@truman.edu>
3771
3772 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3773
3774 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3775
3776 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3777 (xterm-register-default-colors): Update color values computation
3778 to match xterm-200.
3779
3780 2005-04-09 Kenichi Handa <handa@m17n.org>
3781
3782 * international/code-pages.el (iso-latin-7): Fix the map.
3783
3784 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3785
3786 * emacs-lisp/lisp.el (defun-prompt-regexp)
3787 (parens-require-spaces, buffer-end, end-of-defun)
3788 (insert-parentheses): Doc fixes.
3789
3790 2005-04-08 Kim F. Storm <storm@cua.dk>
3791
3792 * comint.el (comint-highlight-prompt): Fix face spec.
3793 * hi-lock.el (hi-green): Likewise.
3794
3795 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3796
3797 * cus-edit.el (custom-modified-face):
3798 * comint.el (comint-highlight-input): Fix previous changes.
3799 * term.el (term-handle-ansi-escape): Add a comment.
3800
3801 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3802
3803 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3804 in the buffer and in whitespace-highlighted-space.
3805 (whitespace-unhighlight-the-space): Simplify.
3806 (whitespace-buffer): Simplify.
3807
3808 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3809
3810 * textmodes/table.el (table-cell-face): Add special case for
3811 displays supporting a high number of colors.
3812 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3813 (vhdl-font-lock-reserved-words-face)
3814 (vhdl-speedbar-architecture-face)
3815 (vhdl-speedbar-instantiation-face)
3816 (vhdl-speedbar-architecture-selected-face)
3817 (vhdl-speedbar-instantiation-selected-face): Likewise.
3818 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3819 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3820 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3821 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3822 (ebrowse-progress-face): Likewise.
3823 * progmodes/compile.el (compilation-info-face): Likewise.
3824 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3825 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3826 * calendar/calendar.el (diary-face): Likewise.
3827 * woman.el (woman-italic-face, woman-bold-face)
3828 (woman-unknown-face): Likewise.
3829 * wid-edit.el (widget-button-pressed-face): Likewise.
3830 * whitespace.el (whitespace-highlight-face): Likewise.
3831 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3832 * pcvs-info.el (cvs-marked-face): Likewise.
3833 * info.el (info-xref): Likewise.
3834 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3835 * hilit-chg.el (highlight-changes-face)
3836 (highlight-changes-delete-face): Likewise.
3837 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3838 (hi-red-b): Likewise.
3839 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3840 * font-lock.el (font-lock-keyword-face)
3841 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3842 * cus-edit.el (custom-invalid-face, custom-modified-face)
3843 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3844 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3845 * comint.el (comint-highlight-prompt): Likewise.
3846
3847 2005-04-08 Lute Kamstra <lute@gnu.org>
3848
3849 * font-lock.el (font-lock-keywords): Docstring fixes.
3850
3851 2005-04-08 Kenichi Handa <handa@m17n.org>
3852
3853 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3854 chars are more than a limit, print " and more..." at the tail.
3855
3856 2005-04-08 Kim F. Storm <storm@cua.dk>
3857
3858 * emacs-lisp/authors.el (authors-aliases): Update list.
3859 (authors-ignored-files): New list.
3860 (authors-fixed-entries): Fix typo.
3861 (authors-renamed-files-alist): Update list.
3862 (authors-add): Check authors-ignored-files.
3863
3864 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3865
3866 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3867 optional, to ensure backward compatibility.
3868
3869 2005-04-08 Stephen Eglen <stephen@gnu.org>
3870
3871 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3872
3873 2005-04-08 Kim F. Storm <storm@cua.dk>
3874
3875 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3876
3877 * mouse.el (mouse-on-link-p): Doc fix.
3878
3879 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3880
3881 * ielm.el (ielm-prompt-read-only): Doc fix.
3882
3883 * comint.el (comint-prompt-read-only): Doc fix.
3884
3885 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3886
3887 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3888 ensure dired always handles wildcards passed to ffap.
3889 (find-file-at-point): Use it.
3890 (ffap-dired-wildcards): Doc fix.
3891
3892 2005-04-07 Juri Linkov <juri@jurta.org>
3893
3894 * simple.el (next-error-overlay-arrow-position): New defvar.
3895 Put "=>" on its property `overlay-arrow-string'. Add it to
3896 `overlay-arrow-variable-list'.
3897
3898 * progmodes/compile.el (compilation-setup):
3899 Set `next-error-overlay-arrow-position' to nil. Also set it to
3900 nil in the local hook `kill-buffer-hook'. Make local variable
3901 `overlay-arrow-string' and set it to "=>".
3902 (compilation-goto-locus): Set BOL position to
3903 `next-error-overlay-arrow-position' instead of
3904 `overlay-arrow-position'.
3905
3906 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3907 locally instead of adding it to the global hook.
3908 (Info-kill-buffer): Move up.
3909
3910 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3911
3912 * term/xterm.el (xterm-standard-colors): Update color values from
3913 xterm-200.
3914
3915 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3916
3917 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3918
3919 * fast-lock.el:
3920 * lazy-lock.el: Move them to the obsolete subdir.
3921
3922 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3923
3924 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3925 (wdired-add-replace-advice): Remove.
3926 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3927
3928 2005-04-06 Kim F. Storm <storm@cua.dk>
3929
3930 * startup.el (command-line): Add --bare-bones alias for -Q.
3931
3932 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3933
3934 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3935 create the startup fontset if a font specification ends with
3936 `mac-roman'.
3937
3938 2005-04-06 Lute Kamstra <lute@gnu.org>
3939
3940 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3941 change.
3942
3943 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3944 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3945
3946 2005-04-05 Lute Kamstra <lute@gnu.org>
3947
3948 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3949 (define-generic-mode): Ditto. Fix debug declaration.
3950
3951 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3952 Put them in the generic-x group.
3953
3954 * calendar/timeclock.el (timeclock): Doc fix.
3955
3956 * generic.el (define-generic-mode): Don't use custom-current-group.
3957 Document default :group value.
3958 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3959 (define-global-minor-mode): Don't use custom-current-group.
3960
3961 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3962
3963 * startup.el (command-line-1): Display startup-echo-area-message
3964 when fancy splash screen is in use.
3965
3966 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3967 (sh-escaped-newline): New face.
3968 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3969 newline, and use sh-escaped-newline face.
3970
3971 * progmodes/tcl.el (tcl-escaped-newline): New face.
3972 (tcl-builtin-list): New variable.
3973 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3974 newlines. Fix keywords subexpression number.
3975
3976 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3977
3978 * textmodes/org.el (org-diary-default-entry): Fix call to
3979 `add-to-diary-entry'.
3980
3981 2005-04-05 Kim F. Storm <storm@cua.dk>
3982
3983 * ediff-init.el: Use (featurep 'xemacs).
3984
3985 2005-04-05 David Ponce <david@dponce.com>
3986
3987 * cus-edit.el (face): Derive from symbol widget. Display sample
3988 of the current face on the fly.
3989 (widget-face-sample-face-get, widget-face-notify): New functions.
3990 (widget-face-value-create): Remove.
3991
3992 * wid-edit.el (widget-field-end): Temporarily remove field
3993 narrowing before to call `get-char-property'.
3994
3995 2005-04-04 Jay Belanger <belanger@truman.edu>
3996
3997 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3998 (math-read-subscripts): New variable.
3999 (math-read-preprocess-string): Process subscripts.
4000
4001 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4002
4003 * comint.el (comint-prompt-read-only): Doc fix.
4004
4005 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4006 `-1'. Doc fix.
4007
4008 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4009
4010 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4011 Change default value to nil.
4012
4013 2005-04-04 Lute Kamstra <lute@gnu.org>
4014
4015 * autorevert.el (auto-revert-mode): Specify :group.
4016 * battery.el (display-battery-mode): Specify :group.
4017 * diff-mode.el (diff-minor-mode): Specify :group.
4018 * font-core.el (font-lock-mode): Specify :group.
4019 * hl-line.el (hl-line-mode): Specify :group.
4020 * iimage.el (iimage): New customization group.
4021 (iimage-mode): Specify :group.
4022 * longlines.el (longlines-mode): Specify :group.
4023 * master.el: Don't require easy-mmode.
4024 (master): New customization group.
4025 (master-mode): Specify :group.
4026 * msb.el (msb-mode): Specify :group.
4027 * reveal.el (reveal-mode): Specify :group.
4028 * simple.el (next-error-follow-minor-mode): Specify :group.
4029 * smerge-mode.el (smerge-mode): Specify :group.
4030 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4031 * emulation/cua-base.el (cua-mode): Specify :group.
4032 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4033 * language/thai-util.el (thai-auto-composition-mode)
4034 (thai-word-mode): Specify :group.
4035 * mail/supercite.el (sc-minor-mode): Specify :group.
4036 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4037 * progmodes/flymake.el (flymake-mode): Specify :group.
4038 * progmodes/glasses.el (glasses-mode): Specify :group.
4039 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4040 * textmodes/enriched.el (enriched-mode): Specify :group.
4041 * textmodes/refill.el (refill-mode): Specify :group.
4042
4043 * add-log.el (change-log-font-lock-keywords): Names in
4044 parenthesized lists can contain spaces.
4045
4046 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4047
4048 * startup.el (fancy-splash-text): Shorten default text of
4049 "Emacs Tutorial" line. Also, if the current language env
4050 indicates an available tutorial file other than TUTORIAL,
4051 extract its title and append it to the line in parentheses.
4052 (fancy-splash-insert): If arg is a thunk, funcall it.
4053
4054 2005-04-04 Jay Belanger <belanger@truman.edu>
4055
4056 * calc.el (calc-language-alist): Add tags to customization type.
4057
4058 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4059
4060 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4061 Doc fix.
4062
4063 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4064
4065 * add-log.el (change-log-font-lock-keywords): The manual
4066 describing a Change Log entry, says: (...) "Aside from these
4067 header lines, every line in the change log starts with a space or
4068 a tab.". The font-lock was not highlighting lines started with
4069 spaces, added support for it.
4070
4071 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4072
4073 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4074 (bibtex-generate-url-list): Update docstring accordingly. Put the
4075 complex example in the docstring.
4076 (bibtex-font-lock-url): Use pop.
4077
4078 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4079
4080 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4081
4082 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4083
4084 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4085
4086 * filesets.el (filesets-set-default): Doc fix.
4087
4088 2005-04-03 Lute Kamstra <lute@gnu.org>
4089
4090 * generic.el (define-generic-mode): Add argument to specify
4091 keywords for defcustom.
4092 (default-generic-mode): Specify :group.
4093
4094 * generic-x.el: Specify :group for all generic modes.
4095
4096 * desktop.el (desktop-no-desktop-file-hook)
4097 (desktop-after-read-hook): Doc fix.
4098
4099 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4100
4101 * simple.el (visible-mode): Use explicit :group keyword.
4102 This changes the group of `visible-mode-hook' from paren-blinking
4103 to editing-basics.
4104
4105 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4106
4107 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4108 mailbox specifications as well as URLs.
4109 (rmail-insert-inbox-text): Remove unused conditional branches.
4110
4111 2005-04-01 Jay Belanger <belanger@truman.edu>
4112
4113 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4114 (calc-gnuplot-print-command): Move definitions to calc.el.
4115
4116 * calc/calc-embed.el (calc-embedded-announce-formula)
4117 (calc-embedded-open-formula, calc-embedded-close-formula)
4118 (calc-embedded-open-word, calc-embedded-close-word)
4119 (calc-embedded-open-plain, calc-embedded-close-plain)
4120 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4121 (calc-embedded-open-mode, calc-embedded-close-mode):
4122 Move definitions to calc.el.
4123
4124 * calc/calc.el (calc-settings-file, calc-language-alist):
4125 Make customizable.
4126 (calc-embedded-announce-formula, calc-embedded-open-formula)
4127 (calc-embedded-close-formula, calc-embedded-open-word)
4128 (calc-embedded-close-word, calc-embedded-open-plain)
4129 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4130 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4131 (calc-embedded-close-mode, calc-gnuplot-name)
4132 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4133 from other files and make customizable.
4134
4135 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4136
4137 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4138 Use buffer-live-p.
4139 (cvs-mode-run): Don't call cvs-update-header here.
4140 (cvs-run-process): Call cvs-update-header.
4141 Use process properties for cvs-postprocess and cvs-buffer so that
4142 the sentinel can behave better if the temp buffer is killed.
4143 Use a pipe rather than a tty, to better handle unexpected prompts.
4144 (cvs-sentinel): Rewrite. Call cvs-update-header.
4145
4146 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4147
4148 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4149 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4150
4151 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4152
4153 * generic.el (define-generic-mode): Add indentation rule.
4154
4155 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4156
4157 * files.el (mode-require-final-newline): Make Custom correctly
4158 report a nil value and allow to set it to nil via Custom.
4159 Doc fix.
4160
4161 2005-04-01 Kenichi Handa <handa@m17n.org>
4162
4163 * international/characters.el: Enable the correct case setting for
4164 dotless-i and dotted-I.
4165
4166 2005-04-01 Kim F. Storm <storm@cua.dk>
4167
4168 * ido.el (ido-file-internal): Fall back to non-ido command if
4169 initial directory is on slow ftp (or tramp) host.
4170
4171 2005-03-31 Richard M. Stallman <rms@gnu.org>
4172
4173 * emacs-lisp/autoload.el (make-autoload):
4174 Handle define-global-minor-mode.
4175
4176 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4177 Rename from easy-mmode-define-global-mode.
4178 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4179
4180 * progmodes/scheme.el (scheme-mode-syntax-table):
4181 Update syntax of | and # for two-character comment syntax.
4182
4183 2005-03-31 Lute Kamstra <lute@gnu.org>
4184
4185 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4186 (define-minor-mode): Call custom-current-group at load-time.
4187
4188 * generic.el (define-generic-mode): Add debug declaration.
4189 Add defcustom for the mode hook.
4190 (generic-mode-internal): Use run-mode-hooks.
4191
4192 2005-03-31 Kim F. Storm <storm@cua.dk>
4193
4194 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4195 (mouse-fixup-help-message): New defun called by show_help_echo
4196 to fixup mouse-2 prefix in help messages when applicable.
4197
4198 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4199
4200 2005-03-31 Kenichi Handa <handa@m17n.org>
4201
4202 * language/thai-word.el (thai-find-word-ends): Pay attention to
4203 the case that we reach the end of buffer.
4204
4205 * textmodes/fill.el (fill-text-properties-at): New function.
4206 (fill-newline): Use fill-text-properties-at instead of
4207 text-properties-at.
4208
4209 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4210
4211 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4212 not comint-quote-filename.
4213
4214 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4215
4216 * help-fns.el (help-with-tutorial): Revert last change.
4217
4218 2005-03-31 Kim F. Storm <storm@cua.dk>
4219
4220 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4221
4222 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4223
4224 * calendar/cal-china.el: Update reference to "Calendrical
4225 Calculations" book; there's a new edition.
4226 * calendar/cal-coptic.el: Likewise.
4227 * calendar/cal-french.el: Likewise.
4228 * calendar/cal-hebrew.el: Likewise.
4229 * calendar/cal-islam.el: Likewise.
4230 * calendar/cal-iso.el: Likewise.
4231 * calendar/cal-julian.el: Likewise.
4232 * calendar/cal-mayan.el: Likewise.
4233 * calendar/cal-persia.el: Likewise.
4234 * calendar/calendar.el: Likewise.
4235 * calendar/holidays.el: Likewise.
4236 * calendar/lunar.el: Likewise.
4237 * calendar/solar.el: Likewise.
4238
4239 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4240 white space from doc string.
4241
4242 2005-03-30 Jay Belanger <belanger@truman.edu>
4243
4244 * calc/calc-help.el (calc-full-help): Remove email address.
4245
4246 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4247
4248 * help-fns.el (help-with-tutorial): Delete title line.
4249
4250 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4251
4252 * calendar/cal-x.el (calendar-one-frame-setup)
4253 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4254 rather than 'symbol for set-window-dedicated-p.
4255
4256 * calendar/appt.el (appt-buffer-name): Make it a constant.
4257 (appt-add): Doc fix.
4258
4259 * filesets.el (filesets-menu-path, filesets-menu-before)
4260 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4261 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4262 (filesets-add-submenu): Delete and use add-submenu instead.
4263
4264 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4265
4266 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4267 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4268 (org-diary-default-entry): New function.
4269 (org-get-entries-from-diary): Better parsing of diary entries.
4270 (org-agenda-check-no-diary): New function.
4271 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4272 linking to diary entries.
4273 (org-agenda-execute-calendar-command): New function.
4274 (org-agenda): Improve visible section in window.
4275 Use `org-fit-agenda-window'.
4276 (org-fit-agenda-window): New option.
4277 (org-move-subtree-down): Better handling of empty lines
4278 at end of subtree.
4279 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4280 levels up.
4281 (org-fontify-done-headline): New option.
4282 (org-headline-done-face): New face.
4283 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4284 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4285 When current field is non-empty, it is copied to next row.
4286 (org-table-copy-from-above): Fix bug which made it
4287 impossible to copy fields containing only a single non-white character.
4288
4289 2005-03-30 Kim F. Storm <storm@cua.dk>
4290
4291 * kmacro.el (kmacro-end-macro): Isearch may store this command
4292 into the macro -- so ignore it when executing keyboard macro.
4293
4294 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4295
4296 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4297
4298 2005-03-29 Kenichi Handa <handa@m17n.org>
4299
4300 * language/thai.el ("Thai"): Set setup-function and exit-function
4301 for Thai language environment.
4302
4303 * language/thai-util.el: Require thai-word.
4304 (thai-word-mode-map): New variable.
4305 (thai-word-mode): New minor mode.
4306 (setup-thai-language-environment-internal): New function.
4307 (exit-thai-language-environment-internal): New function.
4308
4309 * language/thai-word.el (thai-word-table): Declare it by defvar,
4310 use dolist to initialize it.
4311 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4312 (thai-fill-find-break-point): New functions.
4313
4314 2005-03-29 Richard M. Stallman <rms@gnu.org>
4315
4316 * simple.el (idle-update-delay): Move definition up.
4317 (set-mark): Doc fix.
4318
4319 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4320
4321 * longlines.el: New file.
4322
4323 * simple.el (buffer-substring-filters): New variable.
4324 (filter-buffer-substring): New function.
4325 (kill-region, copy-region-as-kill): Use it.
4326
4327 * register.el (copy-to-register, append-to-register)
4328 (prepend-to-register): Use filter-buffer-substring.
4329
4330 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4331
4332 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4333 (gud-filter-pending-text): Move in front of gdb.
4334 (gud-overlay-arrow-position): New variable.
4335 (gud-sentinel, gud-display-line): Use it in place of
4336 overlay-arrow-position.
4337
4338 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4339
4340 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4341 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4342 (fortran-font-lock-keywords-4): New variable.
4343 (fortran-blocks-re, fortran-end-block-re)
4344 (fortran-start-block-re): New constants, for hideshow.
4345 (hs-special-modes-alist): Add a Fortran entry.
4346 (fortran-mode-map): Bind fortran-end-of-block,
4347 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4348 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4349 (fortran-looking-at-if-then, fortran-end-of-block)
4350 (fortran-beginning-of-block): New functions, for hideshow.
4351
4352 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4353 Doc fix. Tweak regexp.
4354 (f90-beginning-of-block): Push mark first.
4355
4356 2005-03-29 Jay Belanger <belanger@truman.edu>
4357
4358 * calc/calc.el: Update copyright date.
4359 (calc-version): Increase to 2.1.
4360 (calc-version-date): Remove.
4361
4362 * calc/calc-help.el: Update copyright date.
4363 (calc-full-help): Remove reference to calc-version-date.
4364 Update copyright date.
4365
4366 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * vc.el (vc-do-command): Use a pipe for async processes, so password
4369 prompts don't show up at places where the user can't reply.
4370
4371 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4372
4373 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4374 on the file name we pass to the inferior shell.
4375
4376 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4377
4378 * progmodes/which-func.el (which-function): Be robust in the face of an
4379 imenu--make-index-alist failure.
4380
4381 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4384
4385 * progmodes/python.el (python-preoutput-filter): Fix last change.
4386
4387 2005-03-29 Lute Kamstra <lute@gnu.org>
4388
4389 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4390 functions and compiled macros.
4391 (debug-convert-byte-code): Handle macros too.
4392 (debug-on-entry-1): Don't signal an error when trying to clear a
4393 function that is not set to debug on entry.
4394
4395 2005-03-29 Jay Belanger <belanger@truman.edu>
4396
4397 * calc/calc-lang.el: Add functions to math-function-table
4398 properties of tex and math.
4399
4400 2005-03-29 Kenichi Handa <handa@m17n.org>
4401
4402 * ps-mule.el (ps-mule-plot-string): Translate characters by
4403 ps-print-translation-table.
4404 (ps-mule-begin-job): Call find-charset-region/string with
4405 ps-print-translation-table.
4406 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4407
4408 * ps-print.el (ps-print-translation-table): New variable.
4409 (ps-plot-region): Translate characters by ps-print-translation-table.
4410
4411 2005-03-29 Juri Linkov <juri@jurta.org>
4412
4413 * simple.el (next-error-highlight-timer): New variable.
4414
4415 * progmodes/compile.el (compilation-goto-locus):
4416 Use `next-error-highlight-timer' instead of `sit-for'.
4417
4418 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4419
4420 * mail/supercite.el (sc-mail-field): Use assoc-string.
4421 (sc-get-address): Simplify regexps.
4422
4423 * files.el (minibuffer-with-setup-hook): New macro.
4424 (find-file-read-args): Use it to avoid let-binding
4425 minibuffer-with-setup-hook (which breaks turning on/off
4426 file-name-shadow-mode while in the prompt).
4427
4428 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4429
4430 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4431
4432 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4433
4434 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4435
4436 * window.el (window-buffer-height): Use count-screen-lines.
4437
4438 * progmodes/python.el (python-preoutput-leftover): New var.
4439 (python-preoutput-filter): Use it.
4440 (python-send-receive): Loop until all the result has been received.
4441
4442 2005-03-28 Juri Linkov <juri@jurta.org>
4443
4444 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4445
4446 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4447 "Recover Crashed Session".
4448 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4449 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4450 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4451 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4452 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4453 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4454 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4455 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4456
4457 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4458 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4459 Ediff Sessions", "Toggle use of separate control buffer frame",
4460 "Use separate frame for Ediff control buffer".
4461
4462 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4463 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4464 "Rename Bookmark", "Delete Bookmark".
4465
4466 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4467 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4468 Add `:active Info-index-alternatives' to "Next Matching Item".
4469
4470 * wdired.el (wdired-change-to-wdired-mode):
4471 Mention `wdired-abort-changes' key in the initial message.
4472
4473 * international/mule.el (auto-coding-alist): Associate non-ascii
4474 image filename extensions with `no-conversion'.
4475
4476 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4477
4478 * international/iso-acc.el:
4479 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4480
4481 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4482
4483 * textmodes/sgml-mode.el (html-mode): Doc update.
4484
4485 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4486
4487 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4488
4489 * term.el (term-move-columns): Fix face after extending a line.
4490 (term-insert-spaces): Likewise.
4491 (term-reset-terminal): Fix off by one error.
4492
4493 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4494
4495 * international/mule.el (auto-coding-alist): Add .xpi files.
4496
4497 * files.el (auto-mode-alist): Add .xpi files.
4498
4499 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4500
4501 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4502
4503 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4504
4505 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4506
4507 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4508
4509 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4510 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4511
4512 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4513 cursor to Jan 1 when needed.
4514 (calendar-end-of-year): Fix -/+ typo.
4515 Reported by Chong Yidong <cyd@stupidchicken.com>.
4516
4517 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4520
4521 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4522 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4523
4524 2005-03-25 Richard M. Stallman <rms@gnu.org>
4525
4526 * filesets.el (filesets-init): Add autoload.
4527
4528 * mail/mailalias.el (mail-directory): Doc fix.
4529
4530 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4531
4532 * mail/mailalias.el (mail-directory-process): Do nothing if
4533 mail-directory-process is an atom.
4534 (mail-get-names): Ignore mail-directory-names if it is an atom.
4535 (mail-directory-process defvar): Doc fix.
4536 (mail-names): Doc fix.
4537
4538 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4539
4540 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4541
4542 2005-03-26 Kenichi Handa <handa@m17n.org>
4543
4544 * international/mule-util.el (detect-coding-with-priority):
4545 Call update-coding-systems-internal before detect-coding-region.
4546
4547 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4548
4549 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4550 (gdb-frames-mode-map): Add follow-link property.
4551
4552 2005-03-25 Jay Belanger <belanger@truman.edu>
4553
4554 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4555 for variables.
4556
4557 2005-03-25 Juri Linkov <juri@jurta.org>
4558
4559 * image-mode.el: Optimize image filename extension regexps in
4560 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4561 in `auto-mode-alist'.
4562 (image-mode): Add `image-toggle-display-text' to local hook
4563 `change-major-mode-hook'. Display the image as an image by
4564 default. Set `cursor-type' and `truncate-lines' if the image
4565 is already displayed. Take into account the current mode (image
4566 or text) in message.
4567 (image-minor-mode): New minor mode.
4568 (image-mode-maybe, image-toggle-display-text): New functions.
4569 (image-toggle-display): Use called-interactively-p.
4570 Let-bind `inhibit-read-only' to t.
4571
4572 * image-mode.el (image-minor-mode): Set `cursor-type' and
4573 `truncate-lines' if the image is already displayed. Add turning
4574 image-minor-mode off to `change-major-mode-hook'. Add message.
4575 Call `image-toggle-display-text' after turning image-minor-mode off.
4576
4577 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4580 Terminal.app, use utf-8.
4581 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4582 (set-locale-environment): Use it.
4583
4584 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4585
4586 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4587
4588 * progmodes/python.el (python-close-block-statement-p)
4589 (python-outdent-p, python-current-defun): Use symbol-end.
4590
4591 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4592
4593 * files.el (save-some-buffers): Doc fix.
4594
4595 2005-03-25 Werner Lemberg <wl@gnu.org>
4596
4597 * complete.el, thumbs.el: Replace `legal' with `valid'.
4598 * calendar/calendar.el: Replace `legal' with `valid'.
4599 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4600 * mail/supercite.el: Replace `legal' with `valid'.
4601 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4602 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4603 Replace `legal' with `valid'.
4604 * textmodes/reftex-vars.el, textmodes/reftex.el:
4605 Replace `legal' with `valid'.
4606
4607 2005-03-25 Werner Lemberg <wl@gnu.org>
4608
4609 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4610 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4611 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4612 * emulation/vip.el: Replace `illegal' with `invalid'.
4613 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4614 * mail/supercite.el: Replace `illegal' with `invalid'.
4615 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4616 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4617 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4618 * progmodes/sh-script.el, progmodes/xscheme.el:
4619 Replace `illegal' with `invalid'.
4620 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4621 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4622 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4623 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4624
4625 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4628 (flymake-find-buildfile, flymake-find-possible-master-files)
4629 (flymake-check-include, flymake-parse-line): Replace loops over the
4630 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4631
4632 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4633 Substitute file-name-as-directory in the rest of the file.
4634 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4635 (flymake-replace-region): Remove unused arg `buffer'.
4636 (flymake-check-patch-master-file-buffer): Update calls to it.
4637 (flymake-add-err-info): Remove unused var `count'.
4638 (flymake-mode): Use define-minor-mode.
4639
4640 * progmodes/flymake.el: Use with-current-buffer.
4641 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4642 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4643 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4644 Avoid testing for `xemacs'.
4645 (flymake-nop): Move.
4646 (flymake-region-has-flymake-overlays): Return the computed value.
4647 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4648 Remove unused var `endline'.
4649 (flymake-get-line-count): Remove unused function.
4650 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4651
4652 * emulation/vi.el:
4653 * generic.el:
4654 * hilit-chg.el (global-highlight-changes):
4655 * hi-lock.el (hi-lock-mode):
4656 * follow.el: find-file-hooks -> find-file-hook.
4657
4658 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4659
4660 2005-03-24 Juri Linkov <juri@jurta.org>
4661
4662 * dired.el (dired-mode-map): Add menu item "Compare directories"
4663 for dired-compare-directories.
4664
4665 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4666 Doc fix. Replace `read-file-name' with `read-directory-name'.
4667
4668 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4669
4670 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4671
4672 2005-03-24 Jay Belanger <belanger@truman.edu>
4673
4674 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4675 relevant mode settings in calc-embedded-original-modes when modes
4676 are permanently changed.
4677
4678 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * autoinsert.el: find-file-hooks -> find-file-hook.
4681
4682 2005-03-24 Lute Kamstra <lute@gnu.org>
4683
4684 * generic.el (generic-font-lock-defaults): Make it obsolete.
4685 (generic-font-lock-keywords): New variable to replace
4686 generic-font-lock-defaults.
4687 (generic-mode-set-font-lock): Delete it.
4688 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4689 (generic-bracket-support): Add docstring.
4690
4691 * generic-x.el: Rename generic-font-lock-defaults to
4692 generic-font-lock-keywords throughout.
4693 (mailagent-rules-setup-function): Delete it.
4694 (mailagent-rules-generic-mode): Use anonymous function instead.
4695 (show-tabs-generic-mode-font-lock-defaults-1)
4696 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4697 Quote faces.
4698 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4699 not foreground.
4700
4701 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4702 Recognize define-generic-mode.
4703
4704 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4707 if there's no completion table.
4708
4709 2005-03-23 Miles Bader <miles@gnu.org>
4710
4711 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4712 Remove tty-specific variants, as they're no longer needed.
4713
4714 2005-03-23 Lute Kamstra <lute@gnu.org>
4715
4716 * generic-x.el: Code cleanup: make args constant whenever possible.
4717 (installshield-statement-keyword-list)
4718 (installshield-system-functions-list)
4719 (installshield-system-variables-list, installshield-types-list)
4720 (installshield-funarg-constants-list): Make them constants.
4721
4722 * generic.el (generic-make-keywords-list): Add autoload cookie.
4723
4724 * calendar/time-date.el: Add comment on time value formats.
4725 Don't require parse-time.
4726 (with-decoded-time-value): New macro.
4727 (encode-time-value): New function.
4728 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4729 (days-to-time): Return a valid time value when arg is huge.
4730 (time-since): Use time-subtract.
4731 (time-to-number-of-days): Use time-to-seconds.
4732
4733 2005-03-23 David Ponce <david@dponce.com>
4734
4735 * recentf.el: (recentf-keep): New option.
4736 (recentf-menu-action): Default to `find-file'.
4737 (recentf-keep-non-readable-files-flag)
4738 (recentf-keep-non-readable-files-p)
4739 (recentf-file-readable-p, recentf-find-file)
4740 (recentf-cleanup-remote): Remove.
4741 (recentf-include-p): More robust.
4742 (recentf-keep-p): New function.
4743 (recentf-remove-if-non-kept): Rename from
4744 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4745 All callers updated.
4746 (recentf-menu-items-for-commands): Fix help string.
4747 (recentf-track-closed-file): Update. Doc fix.
4748 (recentf-cleanup): Update. Count removed files. Doc fix.
4749
4750 2005-03-23 Kim F. Storm <storm@cua.dk>
4751
4752 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4753 Don't inherit from fringe face (now happens automatically).
4754
4755 2005-03-22 Kim F. Storm <storm@cua.dk>
4756
4757 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4758 position values.
4759
4760 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4761
4762 * menu-bar.el (showhide-date-time): Remove.
4763 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4764 (menu-bar-make-mm-toggle): Simplify.
4765
4766 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4767
4768 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4769 Accept qualified variable and function names.
4770
4771 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4772
4773 * bindings.el (completion-ignored-extensions):
4774 Remove ".lis" for `vax-vms'.
4775
4776 2005-03-22 Andreas Schwab <schwab@suse.de>
4777
4778 * generic-x.el: Revert last change.
4779 * ldefs-boot.el: Update.
4780
4781 2005-03-22 Jay Belanger <belanger@truman.edu>
4782
4783 * calc/calc-embed (calc-embedded-original-modes): New variable.
4784 (calc-embedded-save-original-modes)
4785 (calc-embedded-restore-original-modes): New functions.
4786 (calc-do-embedded): Save original modes when entering embedded mode
4787 and restore when leaving embedded mode.
4788 (calc-embedded-modes-change): Change the value of
4789 calc-embedded-original-modes to reflect permanent changes.
4790
4791 2005-03-22 Lute Kamstra <lute@gnu.org>
4792
4793 * generic-x.el: Require generic again.
4794
4795 2005-03-22 Miles Bader <miles@gnu.org>
4796
4797 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4798 Tweak details to look good on both ttys and bitmap displays, light
4799 or dark background, etc.
4800
4801 2005-03-21 Kim F. Storm <storm@cua.dk>
4802
4803 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4804 mouse position.
4805
4806 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * icomplete.el: Don't forcibly turn on the mode upon load.
4809 (icomplete-mode): Use define-minor-mode.
4810 (icomplete-eoinput): Default to nil.
4811 (icomplete-minibuffer-setup): Remove autoload.
4812 (icomplete-tidy): Simplify.
4813 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4814 in the initial state or if the user has modified the field.
4815 Fix handling of icomplete-max-delay-chars.
4816 Remove code that handles the oddball case where
4817 minibuffer-completion-table is an integer.
4818 Wrap icomplete-completions in while-no-input in case building
4819 completions takes more time than expected.
4820 (icomplete-completions): Simplify.
4821
4822 2005-03-21 Richard M. Stallman <rms@gnu.org>
4823
4824 * jka-compr.el (jka-compr-really-do-compress):
4825 Make variable buffer-local.
4826
4827 * image-mode.el: Handle .xpm files too.
4828 (image-toggle-display): Preserve modification flag.
4829
4830 * help.el (where-is): Don't mention aliases with no key bindings.
4831
4832 2005-03-21 Lute Kamstra <lute@gnu.org>
4833
4834 * generic.el: Fix commentary section. Don't require cl for compilation.
4835 (generic-mode-list): Add autoload cookie.
4836 (generic-use-find-file-hook, generic-lines-to-scan)
4837 (generic-find-file-regexp, generic-ignore-files-regexp)
4838 (generic-mode, generic-mode-find-file-hook)
4839 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4840 (define-generic-mode): Make it a defmacro. Fix docstring.
4841 (generic-mode-internal): Code cleanup. Add autoload cookie.
4842 (generic-mode-set-comments): Code cleanup.
4843 * generic-x.el: Don't prevent compilation. Don't require generic.
4844 Follow coding conventions. Minor code cleanup.
4845 (etc-fstab-generic-mode): Add some keywords.
4846 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4847 define-generic-mode like a function declaration.
4848
4849 2005-03-21 Jay Belanger <belanger@truman.edu>
4850
4851 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4852 changing modes.
4853
4854 2005-03-21 Sam Steingold <sds@gnu.org>
4855
4856 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4857
4858 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4859
4860 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4861 Add underscore to "f$ lexicals" regexp.
4862
4863 2005-03-20 Juri Linkov <juri@jurta.org>
4864
4865 * subr.el (progress-reporter-do-update): When `min-value' is equal
4866 to `max-value', set `percentage' to 0 and prevent division by zero.
4867
4868 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4869
4870 Sync with Tramp 2.0.48.
4871
4872 * tramp.el (all): Change all addresses to .gnu.org.
4873 (tramp-append-tramp-buffers): New defun.
4874 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4875 Catch `dont-send' signal.
4876 (tramp-set-auto-save-file-modes): Set always permissions, because
4877 there might be an old auto-saved file belonging to another
4878 original file. This could be a security threat. Reported by
4879 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4880 Check for Emacs 21.3.50 removed.
4881
4882 * tramp-smb.el (all): Remove debug construct for
4883 `with-parsed-tramp-file-name'.
4884 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4885 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4886 No error message if DIRECTORY or FILENAME doesn't exist.
4887 (tramp-smb-open-connection): Check existence of
4888 `tramp-smb-program'.
4889
4890 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4891
4892 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4893 Properly handle the case where the `m' or `s' command's argument is not
4894 yet terminated.
4895 (perl-indent-new-calculate): New function.
4896 (perl-indent-line): Use it.
4897
4898 2005-03-20 Miles Bader <miles@gnu.org>
4899
4900 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4901 in text-mode too. Change to new face names.
4902 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4903 Add `:weight bold' attribute.
4904 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4905
4906 2005-03-19 Juri Linkov <juri@jurta.org>
4907
4908 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4909
4910 * international/mule.el (auto-coding-alist): Sync with
4911 `auto-mode-alist' by adding upper case archive file extensions
4912 and adding ear/war to jar extension.
4913
4914 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4915
4916 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4917 running, restart it.
4918
4919 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4920
4921 * finder.el (finder-current-item): Throw an error on an empty line.
4922
4923 * man.el (Man-follow-manual-reference): If current-word returns
4924 nil, use "".
4925
4926 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4927
4928 * simple.el (goto-line): Doc fix.
4929
4930 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4931
4932 * files.el (save-buffer): Doc fix.
4933
4934 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4935
4936 * recentf.el (recentf-cleanup-remote): New variable.
4937 (recentf-cleanup): Use it to conditionally check availablity of
4938 remote files.
4939
4940 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4941
4942 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4943 function names.
4944
4945 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4946
4947 * language/thai-word.el: New file.
4948
4949 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4950
4951 * files.el (backup-buffer): If the file's directory is not
4952 writable, use copy instead of move to backup the file.
4953
4954 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4955
4956 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4957
4958 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4959
4960 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4961 Use functionp instead of symbolp and fboundp. Reported by Drkm
4962 <darkman_spam@yahoo.fr>.
4963 (ps-print-version): New version 6.6.6.
4964
4965 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4966
4967 * textmodes/table.el (table--line-column-position): New idiom.
4968 (table--row-column-insertion-point-p): New function to test
4969 validity of row and column insertion operation at a location.
4970 (table-global-menu, table-cell-menu): Use above functions for
4971 deterministic test operation.
4972 (table--editable-cell-p): Behave in deterministic fashion.
4973
4974 2005-03-18 Juri Linkov <juri@jurta.org>
4975
4976 * isearch.el (isearch-lazy-highlight-new-loop):
4977 Make arguments beg and end optional.
4978 (isearch-update): Remove optional arguments nil from
4979 isearch-lazy-highlight-new-loop.
4980 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4981 isearch-lazy-highlight-case-fold-search instead of
4982 isearch-case-fold-search, and let-bind isearch-regexp to
4983 isearch-lazy-highlight-regexp.
4984 Use isearch-lazy-highlight-last-string instead of isearch-string.
4985
4986 * replace.el (perform-replace): Remove bindings of global
4987 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4988 Add three new arguments to `replace-highlight'.
4989 (replace-highlight): Add arguments string, regexp, case-fold.
4990 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4991 to allow isearch-lazy-highlight-new-loop to use these values
4992 to set corresponding isearch-lazy-highlight-* internal
4993 variables whose values lazy highlighting will use regardless of
4994 changes to global variables isearch-string, isearch-regexp,
4995 isearch-case-fold-search during lazy highlighting loop.
4996 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4997 to `lazy-highlight-cleanup'.
4998
4999 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5000 (ispell-highlight-face): Set default face to `isearch' when
5001 lazy highlighting is enabled.
5002 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5003 priority to 1. Add lazy highlighting.
5004 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5005 from `isearch-dehighlight'.
5006
5007 2005-03-18 David Ponce <david@dponce.com>
5008
5009 * files.el (hack-local-variables): Do a case-insensitive search
5010 for End.
5011
5012 2005-03-18 Juri Linkov <juri@jurta.org>
5013
5014 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5015 `isearch-lazy-highlight-cleanup', add alias to old name and
5016 declare obsolete. Add release numbers to other obsolete vars.
5017 (isearch-done, isearch-lazy-highlight-new-loop):
5018 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5019 (lazy-highlight-cleanup) <variable>: Doc fix.
5020 (isearch-lazy-highlight-update): Rename obsolete
5021 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5022
5023 2005-03-18 Kenichi Handa <handa@m17n.org>
5024
5025 * language/thai-util.el: Fix categorization of Thai characters in
5026 thai-category-table.
5027 (thai-composition-pattern): Adjust it for the above change.
5028 (thai-self-insert-command, thai-compose-syllable): New functions.
5029 (thai-compose-region): Use thai-compose-syllable.
5030 (thai-compose-string): Likewise.
5031 (thai-composition-function): Likewise.
5032 (thai-auto-composition): New function.
5033 (thai-auto-composition-mode): New minor mode.
5034
5035 * language/thai.el: Fix patterns to be registered in
5036 composition-function-table.
5037
5038 * international/quail.el (quail-input-method): Locally bind
5039 inhibit-modification-hooks to t.
5040
5041 2005-03-17 Richard M. Stallman <rms@gnu.org>
5042
5043 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5044 (perl-mode): Use run-mode-hooks.
5045
5046 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5047 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5048 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5049
5050 * mail/sendmail.el (sendmail-send-it): Reenable the code
5051 to compute resend-to-address and use it.
5052
5053 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5054
5055 * image-mode.el: New file.
5056
5057 * image.el (insert-sliced-image): Add autoload cookie.
5058
5059 * font-lock.el (font-lock-lines-before): New user option.
5060 (font-lock-after-change-function): Obey it.
5061
5062 * bindings.el (esc-map): Make M-g a prefix.
5063 Bind M-g g and M-g M-g to goto-line.
5064
5065 * faces.el (face-id): Doc fix.
5066
5067 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5068
5069 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5070 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5071 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5072
5073 * mail/sendmail.el (mail-yank-ignored-headers)
5074 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5075 Add Mail-Followup-To and Mail-Reply-To headers.
5076 (mail-citation-hook): Add autoload cookie.
5077 (mail-mode): Doc fix.
5078 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5079 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5080 (mail-mode-fill-paragraph): Handle those headers.
5081 (mail-mailing-lists): New variable.
5082 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5083
5084 2005-03-17 Juri Linkov <juri@jurta.org>
5085
5086 * isearch.el (isearch-fallback): Check for `(car previous)'
5087 before calling `isearch-other-end-state'.
5088
5089 2005-03-17 Kim F. Storm <storm@cua.dk>
5090
5091 * simple.el (move-beginning-of-line): Move to beginning of buffer
5092 line, as well as beginning of screen line.
5093
5094 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5095
5096 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5097 argument REDRAW rather than calendar-redrawing variable.
5098 * calendar/calendar.el (calendar-redrawing): Delete.
5099 (redraw-calendar): Do not bind calendar-redrawing.
5100
5101 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5102
5103 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5104 diary-file buffer.
5105
5106 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 * help.el (describe-mode): Allow a :minor-mode-function property to
5109 specify a different minor mode toggle function than the variable.
5110 * simple.el (auto-fill-function):
5111 * subr.el (add-minor-mode): Use it.
5112
5113 2005-03-16 Kenichi Handa <handa@m17n.org>
5114
5115 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5116 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5117 (ethio-fidel-to-sera-buffer): Likewise.
5118
5119 2005-03-16 Juri Linkov <juri@jurta.org>
5120
5121 * emacs-lisp/find-func.el (find-function-regexp):
5122 Add defun-emitting macro `menu-bar-make-toggle'.
5123
5124 * isearch.el: Put `isearch-scroll' property to
5125 `split-window-horizontally'.
5126
5127 * info.el: Update error messages for `debug-ignored-errors'.
5128 (Info-isearch-search): Doc fix.
5129 (Info-find-node): Move up code to go into info buffer before
5130 recording the node to the history.
5131 (Info-fontify-node): Fontify titles only if the next line
5132 has two or more `*', `=', `-', `.'.
5133 Display "go to this node" for empty (match-string 3).
5134
5135 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5136
5137 * term/mac-win.el: Add mouse pointer shape constants.
5138
5139 2005-03-15 Kim F. Storm <storm@cua.dk>
5140
5141 * simple.el (move-beginning-of-line): Use vertical-motion.
5142
5143 2005-03-15 Juri Linkov <juri@jurta.org>
5144
5145 * isearch.el (isearch-error): New variable.
5146 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5147 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5148 (isearch-within-brackets-state): Remove.
5149 (isearch-case-fold-search-state, isearch-pop-fun-state):
5150 Decrease frame index.
5151 (isearch-mode, isearch-top-state, isearch-push-state)
5152 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5153 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5154 (isearch-search, isearch-lazy-highlight-new-loop):
5155 Replace `isearch-invalid-regexp' with `isearch-error'.
5156 Remove `isearch-within-brackets'.
5157 (isearch-search): Add `search-failed' handler to `condition-case'.
5158 (isearch-lazy-highlight-search): Add `condition-case' to catch
5159 errors and allow `isearch-lazy-highlight-update' to try
5160 highlighting from the beginning of the window.
5161 (isearch-repeat): Move up code to set isearch-wrapped to t
5162 before calling isearch-wrap-function.
5163
5164 * info.el (Info-isearch-initial-node): New internal variable.
5165 (Info-search): Signal an error in isearch mode when search leaves
5166 the initial node. Signal an error when `bound' is non-nil and
5167 nothing was found in the current subfile.
5168 (Info-isearch-search): Remove `condition-case'.
5169 (Info-isearch-wrap): Don't wrap when search failed during leaving
5170 the initial node. If `Info-isearch-search' is nil, wrap around
5171 the current node.
5172 (Info-isearch-start): New fun.
5173 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5174 `isearch-mode-hook'.
5175
5176 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5177
5178 * simple.el (normal-erase-is-backspace): Set default to t if
5179 running on Mac.
5180
5181 * term/mac-win.el (function-key-map): Sync with x-win.el.
5182
5183 2005-03-15 Kenichi Handa <handa@m17n.org>
5184
5185 * international/mule-cmds.el (locale-language-names): Modify the
5186 format of elements and add more entries.
5187 (locale-preferred-coding-systems): Add more entries.
5188 (set-locale-environment): Adjust for the change of
5189 locale-language-names.
5190
5191 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5192
5193 * pcvs.el (smerge-ediff): Remove bogus autoload.
5194
5195 2005-03-14 Lute Kamstra <lute@gnu.org>
5196
5197 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5198 Ignore a `*' at the beginning of a line.
5199
5200 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5201 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5202 subr.el.
5203 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5204 to specify indentation.
5205
5206 * generic.el (define-generic-mode): Let generic-mode-list be a
5207 list of strings; test membership with equal.
5208
5209 2005-03-14 Kim F. Storm <storm@cua.dk>
5210
5211 * simple.el (next-line, previous-line): Add optional try-vscroll
5212 arg to recognize interactive use. Pass it on to line-move.
5213 (line-move): Don't perform auto-window-vscroll when defining or
5214 executing keyboard macro to ensure consistent behaviour.
5215
5216 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5219
5220 2005-03-13 Lute Kamstra <lute@gnu.org>
5221
5222 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5223 debugger-setup-buffer so that backtrace marks the frames set to
5224 debug-on-exit and we don't have to do it manually. Set an extra
5225 debug-on-exit for macro's.
5226 (debugger-setup-buffer): Don't mark the top frame manually.
5227
5228 2005-03-12 Lute Kamstra <lute@gnu.org>
5229
5230 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5231 lisp-indent-function throughout.
5232 (with-no-warnings): Set lisp-indent-function property.
5233
5234 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5235
5236 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5237 Add entry for backslash.
5238
5239 2005-03-12 Juri Linkov <juri@jurta.org>
5240
5241 * info.el (Info-search): Four fixes for backward search.
5242
5243 2005-03-11 Jay Belanger <belanger@truman.edu>
5244
5245 * calc/calc.el (calc-language-alist): New variable.
5246 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5247 (calc-embedded-find-modes): Use calc-language-alist instead of
5248 calc-embedded-language-alist.
5249
5250 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5251
5252 * calendar/calendar.el (calendar-redrawing): New internal
5253 variable.
5254 (redraw-calendar): Remove bogus save-excursion from previous
5255 change. Bind calendar-redrawing to t for mark-diary-entries.
5256 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5257 calendar if that is why we were called.
5258
5259 2005-03-11 Kenichi Handa <handa@m17n.org>
5260
5261 * international/mule.el (make-coding-system): Set property
5262 coding-system-define-form to nil.
5263 (define-coding-system-alias): Likewise.
5264
5265 2005-03-11 Kenichi Handa <handa@m17n.org>
5266
5267 These changes are suggested by Dave Love <fx@gnu.org>.
5268
5269 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5270 coding: tag.
5271 (adaptive-fill-regexp): Add more bullets.
5272 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5273 regexps.
5274
5275 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5276
5277 * help.el (describe-mode): Properly handle non-trivial lighters.
5278 Don't ignore minor modes that are not listed in minor-mode-list.
5279
5280 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5281 feature ON when the user requests to turn it OFF.
5282
5283 2005-03-10 Lute Kamstra <lute@gnu.org>
5284
5285 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5286 (implement-debug-on-entry): New function to replace debug-entry-code.
5287 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5288 second argument as the 2005-03-07 change makes it obsolete.
5289 (debug-on-entry, cancel-debug-on-entry): Update call to
5290 debug-on-entry-1.
5291 (debug, debugger-setup-buffer): Comment update.
5292 (debugger-frame-number): Update to work with implement-debug-on-entry.
5293
5294 2005-03-10 Jay Belanger <belanger@truman.edu>
5295
5296 * calc/calc-embed.el (math-ms-args): Declare it.
5297 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5298 math-ms-args.
5299 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5300 variables.
5301
5302 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5303
5304 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5305 Use message-box.
5306
5307 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5308 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5309 (tooltip-gud-tips): Simplify.
5310 (tooltip-gud-tips-p): Remove superflouous :set.
5311 (tooltip-gud-modes): Add fortran-mode.
5312 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5313
5314 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5315
5316 2005-03-09 Kim F. Storm <storm@cua.dk>
5317
5318 * play/animate.el (animate-place-char): Use forward-line instead
5319 of next-line to improve performance.
5320
5321 2005-03-09 Simon Josefsson <jas@extundo.com>
5322
5323 * net/browse-url.el (browse-url-default-browser): Doc fix.
5324
5325 2005-03-09 Miles Bader <miles@gnu.org>
5326
5327 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5328 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5329
5330 2005-03-09 Kenichi Handa <handa@m17n.org>
5331
5332 * international/latin-1.el: Set case and syntax for 255 only if
5333 set-case-syntax-set-multibyte is nil.
5334
5335 * textmodes/ispell.el (ispell-insert-word): New function.
5336 (ispell-word): Use ispell-insert-word to insert a new word.
5337 (ispell-process-line): Likewise.
5338 (ispell-complete-word): Likewise.
5339
5340 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5341
5342 * calendar/calendar.el (redraw-calendar): Preserve point.
5343 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5344 (calendar-week-start-day): Move after definition of
5345 redraw-calendar. Delete buffer test, since redraw-calendar has
5346 that now.
5347
5348 * calendar/diary-lib.el (mark-diary-entries): Only call
5349 redraw-calendar in the first of any recursive calls.
5350 Reported by Alan Shutko <ats@acm.org>.
5351
5352 2005-03-08 Juri Linkov <juri@jurta.org>
5353
5354 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5355 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5356 (html-radio-buttons): Add a space before the trailing `/>' where
5357 sgml-xml-mode is non-nil.
5358 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5359 the subsequent tag of the empty XML tag.
5360 (html-href-anchor): Don't set initial input to "http:".
5361 (html-image): Ask for the image URL and set point inside alt="".
5362 (html-name-anchor): Duplicate the name in the `id' attribute when
5363 sgml-xml-mode is non-nil.
5364 (html-paragraph): Remove \n before <p>.
5365 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5366 instead of `checked' when sgml-xml-mode is non-nil.
5367
5368 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5369 Remove 1 space before #RRGGBB to not truncate it on terminal
5370 windows w/o fringes. Remove 1 space between bg and fg examples
5371 to get more space.
5372 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5373 avoid byte-compile warnings.
5374
5375 * image-file.el (image-file-handler): Put `safe-magic' property to
5376 `image-file-handler'.
5377
5378 * info.el (Info-isearch-search): Emulate word search in
5379 isearching through multiple Info nodes with Info-search.
5380 (Info-isearch-wrap): Allow isearch-word.
5381
5382 2005-03-08 Lute Kamstra <lute@gnu.org>
5383
5384 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5385 stepping into the debugger's code is not possible.
5386 (debugger-jumping-flag): Docstring update.
5387
5388 2005-03-08 Jay Belanger <belanger@truman.edu>
5389
5390 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5391 embedded mode begins.
5392 (calc-embedded-language-alist): New variable.
5393 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5394 set default language mode.
5395
5396 2005-03-08 Kenichi Handa <handa@m17n.org>
5397
5398 * international/ccl.el (define-ccl-program): Fix docstring about
5399 extra 256 bytes assured for the output buffer.
5400
5401 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5402 Fix BUFFER_MAGNIFICATION to 2.
5403 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5404
5405 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5406
5407 * align.el (align-rules-list): Added an alignment rule for CSS
5408 declarations (applies to css-mode and html-mode buffers).
5409
5410 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5411
5412 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5413
5414 2005-03-07 Kim F. Storm <storm@cua.dk>
5415
5416 * simple.el (move-beginning-of-line): New command.
5417
5418 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5419
5420 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5421
5422 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5423 and move-beginning-of-line.
5424
5425 * apropos.el (apropos-print): Omit command from M-x ... RET.
5426
5427 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5428
5429 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5430 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5431
5432 2005-03-06 Richard M. Stallman <rms@gnu.org>
5433
5434 * bindings.el (esc-map): Bind M-g to goto-line.
5435
5436 * facemenu.el (global-map): Bind M-o, not M-g.
5437
5438 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5439
5440 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5441 "Open Directory" as for "Open File".
5442
5443 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5444
5445 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5446 (push-mark-command): Run activate-mark-hook.
5447
5448 2005-03-06 Richard M. Stallman <rms@gnu.org>
5449
5450 * help-mode.el (help-mode-finish): Don't alter the element
5451 in view-return-to-alist if there already is one.
5452
5453 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5454 make sure the current buffer is the expected one.
5455
5456 * novice.el (disabled-command-function): Output in *Disabled Command*.
5457 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5458
5459 * textmodes/flyspell.el (flyspell-large-region):
5460 Pass args differently for aspell.
5461
5462 * files.el (mode-require-final-newline): Doc fix.
5463
5464 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5465
5466 * progmodes/which-func.el (which-function):
5467 Specify NOERROR when calling imenu--make-index-alist.
5468
5469 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5470
5471 * simple.el (normal-erase-is-backspace): Define default value.
5472
5473 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5474 (custom-reevaluate-setting): Simple function to handle
5475 variables that are defined before their default value can really
5476 be computed.
5477
5478 * startup.el (command-line): Use it for temporary-file-directory,
5479 small-emporary-file-directory, auto-save-file-name-transforms,
5480 blink-cursor-mode, and normal-erase-is-backspace.
5481
5482 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5483 progress, even with buggy anchored keywords.
5484
5485 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5486
5487 * simple.el (goto-line): Remove unbalanced final parenthesis.
5488
5489 2005-03-05 Richard M. Stallman <rms@gnu.org>
5490
5491 * simple.el (goto-line): Use a number at point as the default.
5492 With C-u as arg, switch buffers.
5493
5494 2005-03-05 Juri Linkov <juri@jurta.org>
5495
5496 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5497 with `no-blinking-cursor'.
5498
5499 * startup.el (no-blinking-cursor): New defvar.
5500 (command-line): Add `--no-blinking-cursor' to longopts.
5501 Set `no-blinking-cursor' to t for command line arguments
5502 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5503 with `no-blinking-cursor' in the condition for calling
5504 `blink-cursor-mode'.
5505
5506 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5507
5508 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5509 (menu-bar-options-save): Add blink-cursor-mode.
5510 (menu-bar-options-menu): Add blink-cursor-mode.
5511
5512 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5513
5514 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5515 (icalendar-export-file, icalendar-export-region)
5516 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5517 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5518
5519 2005-03-04 Lute Kamstra <lute@gnu.org>
5520
5521 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5522 (debug-function-list): Ditto.
5523
5524 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5525
5526 * textmodes/texinfmt.el (texinfo-append-refill):
5527 Redefine the types of line to which @refill
5528 is not appended by replacing a search for `@refill\\|@bye' with
5529 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5530 itemize@refill' bug and the unfilled long lines bug.
5531 (texinfmt-version): Update number and date.
5532
5533 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5534
5535 * international/code-pages.el (windows-1250, windows-125[2-8])
5536 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5537
5538 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5539
5540 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5541 bound yet.
5542
5543 2005-03-02 Romain Francoise <romain@orebokech.com>
5544
5545 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5546 buffer after removing limits.
5547 (ibuffer-pop-filter): Ditto.
5548 Update copyright.
5549
5550 2005-03-02 Miles Bader <miles@gnu.org>
5551
5552 * button.el (make-text-button): If the user doesn't specify a
5553 type, use the default. Rewrite to use `add-text-properties' and
5554 plist functions.
5555
5556 2005-03-01 Lute Kamstra <lute@gnu.org>
5557
5558 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5559 (debugger-jumping-flag): New var.
5560 (debug-entry-code): Use it.
5561 (debugger-jump): Use debugger-jumping-flag and add
5562 debugger-reenable to post-command-hook.
5563 (debugger-reenable): Use debugger-jumping-flag and remove itself
5564 from post-command-hook.
5565 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5566 debugger-reenable.
5567
5568 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5569
5570 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5571 inclusion of "itemize\\|", which may be unnecessary, is certainly
5572 inelegant, and stops refilling in itemize lists when formatting
5573 Japanese Texinfo files to Info.
5574 Update copyright to 2005.
5575
5576 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5577
5578 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5579 of an error if GDB can't find the source file.
5580
5581 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5582
5583 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5584 not just the calendar.
5585
5586 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5587 first.
5588 (diary-redraw-calendar): New function.
5589 (make-diary-entry): Add diary-redraw-calendar to local
5590 write-contents-functions. Turn off selective display before
5591 inserting in diary.
5592
5593 2005-03-01 Kim F. Storm <storm@cua.dk>
5594
5595 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5596
5597 2005-03-01 Lute Kamstra <lute@gnu.org>
5598
5599 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5600 that debug-entry-code can be safely removed from a function while
5601 this code is being evaluated. Revert the 2005-02-27 change as the
5602 new implementation no longer requires it. Make sure that a
5603 function body containing just a string is not mistaken for a docstring.
5604 (debug): Skip one more frame in case of debug on entry.
5605 (debugger-setup-buffer): Delete one more frame line in case of
5606 debug on entry.
5607 (debugger-frame-number): Update to use the new text introduced by
5608 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5609
5610 2005-02-28 Kim F. Storm <storm@cua.dk>
5611
5612 * double.el (double-translate-key): Call force-window-update after
5613 read-event to avoid crash in redisplay.
5614
5615 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5616
5617 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5618 (debug): Use it. Move the inhibit-trace earlier.
5619 (debug-entry-code): New const.
5620 (debug-on-entry-1): Use it.
5621
5622 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5623
5624 * international/utf-16.el (ccl-encode-mule-utf-16le):
5625 Fix BUFFER_MAGNIFICATION to 2.
5626 (ccl-encode-mule-utf-16be): Likewise.
5627
5628 2005-02-28 Kenichi Handa <handa@m17n.org>
5629
5630 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5631 Fix BUFFER_MAGNIFICATION to 4.
5632 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5633
5634 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5635
5636 * speedbar.el (speedbar-update-flag): Doc fix.
5637 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5638 argument.
5639
5640 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5641
5642 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5643 have a non-nil `invisible' property but are actually visible.
5644
5645 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5646 for perldoc sections.
5647 (perl-outline-regexp, perl-outline-level): New var and function.
5648 (perl-mode): Use them.
5649
5650 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5651
5652 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5653 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5654
5655 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5656
5657 * cus-edit.el: Comment change.
5658 (custom-buffer-create-internal): Slightly reword text at top of
5659 Custom buffers. Mention there that saving an option edits the
5660 init file. Add link to Emacs manual node on `custom-file'.
5661 (custom-magic-alist): Rewrite individual State messages to use
5662 capitalized keywords. Doc fix.
5663
5664 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5665
5666 * calendar/calendar.el (calendar-buffer): Move above
5667 calendar-week-start-day.
5668 (calendar-week-start-day): Doc fix. Add :set function.
5669 (calendar-minimum-window-height): New variable.
5670 (generate-calendar-window): Only resize window if selected-window
5671 is displaying the calendar buffer. Use new variable
5672 calendar-minimum-window-height.
5673 (generate-calendar): Reword error message.
5674 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5675
5676 2005-02-27 Andreas Schwab <schwab@suse.de>
5677
5678 * vc.el (vc-do-command): Don't run command asynchronously when
5679 operating in a remote directory.
5680
5681 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5682 change from sync with Tramp 2.0.47.
5683
5684 2005-02-27 Richard M. Stallman <rms@gnu.org>
5685
5686 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5687
5688 * textmodes/flyspell.el (flyspell-mode-on):
5689 Call ispell-change-dictionary only if necessary.
5690
5691 * emacs-lisp/re-builder.el (regexp-builder): New function.
5692
5693 * register.el (describe-register-1): Explicitly handle
5694 yank-excluded-properties = t.
5695
5696 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5697 (custom-magic-alist): Change the status descriptions again.
5698 (face widget-type): Total rewrite based on `restricted-sexp'
5699 to eliminate the confusing double hiding levels.
5700
5701 * emacs-lisp/debug.el (debug-on-entry-1):
5702 If function body is empty, add nil as body form.
5703
5704 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5705
5706 * emacs-lisp/trace.el (inhibit-trace): New var.
5707 (trace-make-advice): Use it.
5708
5709 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5710
5711 2005-02-26 Kim F. Storm <storm@cua.dk>
5712
5713 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5714 (mouse-on-link-p, mouse-drag-region-1): Use it.
5715
5716 2005-02-25 Lute Kamstra <lute@gnu.org>
5717
5718 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5719
5720 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5721
5722 * frame.el (blink-cursor-mode): Add :group keyword.
5723
5724 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5725
5726 * calendar/icalendar.el (icalendar--decode-isodatetime):
5727 New optional argument DAY-SHIFT.
5728 (icalendar-export-region): Fix coding-system-for-write.
5729 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5730 events by one.
5731
5732 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5735
5736 2005-02-24 Kim F. Storm <storm@cua.dk>
5737
5738 * international/iso-acc.el (iso-accents-compose): Fix crash
5739 during redisplay. Call force-window-update after read-event
5740 and delete-region to signal that window is not accurate.
5741
5742 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5743
5744 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5745 Remove unused and inexistent var `inhibit-trace'.
5746 (debugger-mode): Use run-mode-hooks.
5747 (debugger-list-functions): Add buttons; setup xref stack.
5748
5749 2005-02-23 Richard M. Stallman <rms@gnu.org>
5750
5751 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5752 appointment says it was explicitly made.
5753 (appt-add): Set the 3rd element.
5754 (appt-make-list): Preserve explicit appointments.
5755
5756 * subr.el (find-tag-default): Catch errors in forward-sexp.
5757
5758 2005-02-23 Juri Linkov <juri@jurta.org>
5759
5760 * info.el (Info-isearch-search): New defcustom.
5761 (Info-isearch-search): Call the default isearch function
5762 when Info-isearch-search is nil.
5763 (Info-isearch-wrap): Use variable Info-isearch-search.
5764
5765 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5766
5767 * cus-edit.el: Comment change.
5768
5769 2005-02-22 Kim F. Storm <storm@cua.dk>
5770
5771 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5772 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5773
5774 2005-02-22 Simon Josefsson <jas@extundo.com>
5775
5776 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5777 New variable.
5778 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5779 Oskarsson" <myrkraverk@users.sourceforget.net>.
5780
5781 2005-02-22 Kim F. Storm <storm@cua.dk>
5782
5783 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5784 check that window of that event is the selected window.
5785 (mouse-drag-region-1): Compare mouse event window to selected
5786 window before setting point.
5787
5788 * tooltip.el (tooltip-show-help-function): Pass event to
5789 mouse-on-link-p so it can check selected window.
5790
5791 2005-02-22 Kenichi Handa <handa@m17n.org>
5792
5793 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5794 (ps-mule-show-warning): New function.
5795 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5796 characters are found.
5797
5798 * ps-print.el (ps-header-footer-string): Return a list of header
5799 and footer strings.
5800
5801 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5802
5803 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5804
5805 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5806
5807 * frame.el (blink-cursor-mode): Use define-minor-mode.
5808
5809 * term/mac-win.el (function-key-map): Use char-names more consistently.
5810 (file-name-coding-system): Only set it for MacOS-9. The other case is
5811 already handled in mule-cmds.el (where it also works when mac-win.el
5812 is not used).
5813
5814 2005-02-21 Kenichi Handa <handa@m17n.org>
5815
5816 * international/mule.el (ctext-pre-write-conversion): Always use
5817 " *code-converting-work*" buffer for work.
5818
5819 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5820
5821 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5822
5823 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5824
5825 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5826
5827 * ses.el (undo-more): Restore defadvice, but only the part that
5828 allows changes outside the restricted area of the buffer.
5829
5830 2005-02-20 Kim F. Storm <storm@cua.dk>
5831
5832 * simple.el (line-move): Add fourth optional arg try-vscroll which
5833 must be set to perform auto-window-vscroll.
5834 When moving backwards and doing auto-window-vscroll, automatically
5835 vscroll to the last part of lines which are taller than the window.
5836 (next-line, previous-line): Set try-vscroll arg on line-move.
5837
5838 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5839
5840 * replace.el (query-replace, query-replace-regexp)
5841 (replace-string, replace-regexp): When operating on region, make
5842 the minibuffer prompt say so.
5843
5844 * isearch.el (isearch-forward): Document isearch-query-replace and
5845 isearch-query-replace-regexp keybindings.
5846
5847 2005-02-19 Jay Belanger <belanger@truman.edu>
5848
5849 * calc/calc-aent.el (math-read-token): Add local variable.
5850
5851 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5852 (calc-edit-top): Move declaration to earlier in file.
5853 (calc-edit-macro-repeats): Add local variables.
5854
5855 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5856 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5857 calcFunc-tanh.
5858 Adjust integration rule for calcFunc-tan.
5859
5860 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5861
5862 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5863 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5864 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5865 (viper-skip-separators): Bug fix.
5866 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5867 particular major mode.
5868 (viper-del-backward-char-in-replace): Don't put deleted char on the
5869 kill ring.
5870
5871 * viper-ex.el (viper-color-display-p): New function.
5872 (viper-has-face-support-p): Use viper-color-display-p.
5873
5874 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5875
5876 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5877
5878 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5879 (viper-file-remote-p): Make equivalent to file-remote-p.
5880
5881 * viper.el (viper-major-mode-modifier-list):
5882 Use viper-gnus-modifier-map.
5883
5884 2005-02-19 David Kastrup <dak@gnu.org>
5885
5886 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5887 quoting.
5888
5889 2005-02-19 Jay Belanger <belanger@truman.edu>
5890
5891 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5892 Remove extra definitions.
5893 (calc-coth): New function.
5894 (calcFunc-cot): Fix `let'.
5895
5896 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5897
5898 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5899 the reasons we use "type pc" in these faces.
5900
5901 * button.el (button): Ditto.
5902
5903 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5904
5905 * replace.el (query-replace-read-from): Set the value of
5906 query-replace-from-history-variable to handle the case of an empty
5907 string entered to accept the suggested default.
5908
5909 * net/tramp.el (tramp-file-name-for-operation):
5910 Use dired-call-process instead of dired-call-process-command.
5911
5912 2005-02-19 Jay Belanger <belanger@truman.edu>
5913
5914 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5915 (math-div-non-trig): New variables.
5916 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5917 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5918 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5919 trig expressions.
5920
5921 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5922
5923 * progmodes/gdb-ui.el (gdb-var-update-handler)
5924 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5925 for watch expressions,
5926 (gdb-var-create-handler): Don't set speedbar-update-flag.
5927 (gdb-post-prompt): Simplify test for speedbar.
5928
5929 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5930
5931 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5932 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5933 we use the syntax table of the correct buffer.
5934 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5935 Felix Gatzemeier.
5936
5937 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5938 (ediff-file-remote-p): Make synonymous with file-remote-p.
5939 In all deffaces ediff-*-face-*, use min-colors.
5940
5941 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5942 ediff-recurse-to-subdirectories.
5943 (ediff-mark-if-equal): Check that the arguments are strings, use
5944 ediff-same-contents (after to Felix Gatzemeier).
5945
5946 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5947 nil.
5948
5949 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5950
5951 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5952
5953 2005-02-18 David Kastrup <dak@gnu.org>
5954
5955 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5956 use `mark-active' when defined.
5957
5958 2005-02-18 Kenichi Handa <handa@m17n.org>
5959
5960 * ps-print.el (ps-font-info-database): New entry
5961 ZapfChancery-MediumItalic with correct font name. Fix font name
5962 of the entry Zapf-Chancery-MediumItalic.
5963
5964 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5965
5966 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5967
5968 2005-02-16 Kim F. Storm <storm@cua.dk>
5969
5970 * ido.el (ido-fallback-command): Pass user input to fallback command.
5971
5972 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5973
5974 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5975 (gdb-find-file-hook): Add server prefix.
5976
5977 2005-02-16 Richard M. Stallman <rms@gnu.org>
5978
5979 * replace.el (perform-replace): Pass new args to replace-highlight.
5980 (replace-highlight): Take region args,
5981 and pass them to isearch-lazy-highlight-new-loop.
5982
5983 * novice.el (disabled-command-hook): Autoload the defalias
5984 and the make-obsolete-variable call.
5985
5986 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5987
5988 * isearch.el (isearch-lazy-highlight-start-limit)
5989 (isearch-lazy-highlight-end-limit): New variables limit
5990 the region for highlighting.
5991 (isearch-lazy-highlight-new-loop): New args BEG and END.
5992 (isearch-lazy-highlight-search): Use the new vars.
5993 (isearch-lazy-highlight-update): Likewise.
5994
5995 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5996
5997 * cus-start.el (all): Use default-boundp.
5998
5999 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6000
6001 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6002
6003 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6004
6005 * autorevert.el (auto-revert-stop-on-user-input)
6006 (auto-revert-verbose): Doc fixes.
6007
6008 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6009
6010 * international/mule-cmds.el (set-locale-environment): Remove call
6011 to set-selection-coding-system on Windows.
6012
6013 2005-02-15 Jay Belanger <belanger@truman.edu>
6014
6015 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6016 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6017 calcFunc-coth.
6018 (math-simplify-sqrt): Add simplifications.
6019
6020 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6021 to list.
6022
6023 * calc/calc-ext.el: Add functions to autoloads.
6024
6025 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6026 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6027 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6028 (math-csc-raw, math-cot-raw): New functions.
6029
6030 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6031
6032 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6033 the variable name in a message.
6034
6035 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6036 calcFunc-csc, calcFunc-cot.
6037
6038 * calc/calcalg2.el: Add derivative and integration rules for
6039 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6040 calcFunc-csch, calcFunc-coth.
6041 (math-do-integral-methods): Add to checks for when to use
6042 substitutions.
6043
6044 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6045
6046 2005-02-15 Lute Kamstra <lute@gnu.org>
6047
6048 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6049 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6050 <monnier@iro.umontreal.ca>
6051 (lisp-outline-level): Improve efficiency. Suggested by David
6052 Kastrup <dak@gnu.org>.
6053
6054 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6055
6056 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6057 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6058 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6059 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6060 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6061
6062 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6063
6064 * cus-start.el (all): Comment change.
6065
6066 2005-02-14 Lute Kamstra <lute@gnu.org>
6067
6068 * cus-start.el (all): Check if symbol is void.
6069
6070 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6071
6072 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6073 optional argument to \cite.
6074
6075 2005-02-14 Richard M. Stallman <rms@gnu.org>
6076
6077 * cus-edit.el (custom-buffer-create-internal): Update help message.
6078 (custom-magic-alist): Update help messages.
6079
6080 * cus-start.el (all): Allow a var to specify a standard value.
6081
6082 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6083
6084 * custom.el (custom-theme-set-variables): Handle variable aliases.
6085
6086 * frame.el (blink-cursor-timer): Doc fix.
6087 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6088 declare obsolete.
6089 (blink-cursor-mode): Define with defcustom and use correct
6090 standard expression in that defcustom.
6091 * startup.el (command-line): Adapt to above changes in frame.el.
6092
6093 2005-02-11 Lute Kamstra <lute@gnu.org>
6094
6095 * apropos.el (apropos-score-doc): Prevent division by zero.
6096
6097 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6098
6099 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6100 (icalendar--get-event-property-attributes)
6101 (icalendar--get-event-properties)
6102 (icalendar--datetime-to-diary-date): New functions.
6103 (icalendar--split-value): Doc fix.
6104 (icalendar--datetime-to-noneuropean-date)
6105 (icalendar--datetime-to-european-date): New optional argument
6106 SEPARATOR. Return result as a string instead of a list.
6107 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6108 (icalendar--convert-string-for-export): Rename arg S to STRING.
6109 (icalendar-export-region): Doc fix. Change name of error buffer.
6110 Save output buffer.
6111 (icalendar-import-file): Add blank at end of prompt.
6112 (icalendar-import-buffer): Doc fix. Do not switch to error
6113 buffer. Indicate status in return value.
6114 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6115 buffer. Save output buffer. Handle exception from recurrence
6116 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6117 events. Fix problems with weekly all-day events.
6118
6119 2005-02-10 Richard M. Stallman <rms@gnu.org>
6120
6121 * simple.el (eval-expression-print-format):
6122 Avoid warning about edebug-active.
6123
6124 * help.el (help-for-help-internal): Rename from help-for-help.
6125 (help-for-help): Define with defalias.
6126
6127 * font-core.el (font-lock-default-function): Use with-no-warnings.
6128
6129 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6130
6131 * custom.el (defface): Doc fix.
6132
6133 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6134
6135 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6136 width 0" to prevent word wrapping problems.
6137
6138 2005-02-09 Kim F. Storm <storm@cua.dk>
6139
6140 * ido.el (ido-file-extensions-order): New defcustom.
6141 (ido-file-extension-lessp, ido-file-extension-aux)
6142 (ido-file-extension-order): New advanced file ordering.
6143 (ido-file-lessp): New simple file ordering.
6144 (ido-sort-list): Remove.
6145 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6146 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6147
6148 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6149
6150 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6151 that some versions of grep produce.
6152 (grep-mode-font-lock-keywords): Likewise.
6153
6154 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6155
6156 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6157 (gdb-cdir): Delete.
6158 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6159 (gdb-source-info): Treat case when source file is in another
6160 directory properly.
6161 (gdb-get-location): New function.
6162
6163 2005-02-07 Jay Belanger <belanger@truman.edu>
6164
6165 * calc/calc-prog.el (calc-write-parse-table-part)
6166 (calc-fix-token-name): Fix a check for language type.
6167
6168 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6169
6170 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6171
6172 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6173 as directory not writable.
6174
6175 2005-02-07 Kim F. Storm <storm@cua.dk>
6176
6177 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6178 (cua--standard-movement-commands): Remove list.
6179 Instead, set CUA property value to move for movement commands.
6180 (cua-movement-commands): Remove. Users must set CUA prop instead.
6181 (cua--pre-command-handler): Check CUA property.
6182 (cua--init-keymaps): Don't remap undo commands.
6183 (cua-mode): Don't call cua--rectangle-on-off.
6184
6185 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6186 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6187 (cua--rect-undo-set-point): New var.
6188 (cua--rectangle-undo-boundary): Setup undo apply entry.
6189 (cua--rect-undo-handler): New function for rectangle undo.
6190 (cua--rect-start-position, cua--rect-end-position): Add.
6191 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6192 for restored rectangle. Set point if cua--rect-undo-set-point.
6193
6194 2005-02-06 Jay Belanger <belanger@truman.edu>
6195
6196 * calc/calc-lang.el (calc-tex-language): Display more information
6197 in messages.
6198
6199 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6200 in TeX mode.
6201
6202 2005-02-06 Richard M. Stallman <rms@gnu.org>
6203
6204 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6205
6206 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6207
6208 * net/ldap.el (ldap-search-internal): Support attributes with
6209 optional descriptions separated by a semi-colon, as in
6210 "userCertificate;binary".
6211
6212 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6213
6214 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6215 isn't a cons (i.e. the version is 0).
6216
6217 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6218
6219 * help.el (help-for-help): Doc fix.
6220
6221 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6222
6223 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6224 GDB-Windows on the menu-bar as this works better.
6225
6226 2005-02-04 Jay Belanger <belanger@truman.edu>
6227
6228 * calc/calc-embed.el (calc-embedded-update): Don't put in
6229 unnecessary newlines. Adjust the end of formula marker.
6230
6231 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6232 (math-latex-parse-two-args): New function.
6233
6234 2005-02-03 Lute Kamstra <lute@gnu.org>
6235
6236 * help-fns.el (help-with-tutorial): Make sure that users cannot
6237 remove the entire text of the tutorial by means of `undo'.
6238
6239 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6242 in recent changes, where the ispell process was repeatedly
6243 killed & restarted.
6244
6245 * international/mule-cmds.el (set-locale-environment): Set file-name
6246 coding system to utf-8 on Darwin systems.
6247 (set-default-coding-systems): Don't set default-file-name-coding-system
6248 on Darwin systems.
6249
6250 2005-02-03 Richard M. Stallman <rms@gnu.org>
6251
6252 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6253
6254 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6255
6256 * faces.el (list-faces-display): Add optional argument.
6257
6258 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * font-core.el (font-lock-default-function): Handle the rare case where
6261 only font-lock-keywords is set.
6262
6263 2005-02-02 Kenichi Handa <handa@m17n.org>
6264
6265 * international/characters.el: Cancel previous change for
6266 I-WITH-DOT-ABOVE and DOTLESS-i.
6267
6268 * international/latin-5.el: Cancel previous change.
6269
6270 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6271
6272 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6273
6274 2005-02-02 Kenichi Handa <handa@m17n.org>
6275
6276 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6277 DOTLESS-i.
6278
6279 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6280 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6281
6282 * case-table.el (get-upcase-table): New function.
6283 (copy-case-table): Copy upcaes table too if non-nil.
6284 (set-case-syntax-delims): Maintain upcase table too.
6285 (set-case-syntax-pair): Likewise.
6286 (set-upcase-syntax, set-downcase-syntax): New functions.
6287 (set-case-syntax): Maintain upcase table too.
6288
6289 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6290
6291 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6292
6293 * progmodes/gud.el (gud-goto-info): New function.
6294 (gud-tool-bar-map): Use correct icon.
6295
6296 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6297
6298 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6299 When delegating, order args in the funcall correctly.
6300
6301 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6302
6303 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6304
6305 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6306
6307 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6308 buffer not visiting a file.
6309
6310 2005-01-31 Jay Belanger <belanger@truman.edu>
6311
6312 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6313 bound on the line with the formula.
6314
6315 2005-01-31 Kim F. Storm <storm@cua.dk>
6316
6317 * ses.el (ses-create-cell-variable-range)
6318 (ses-destroy-cell-variable-range, ses-reset-header-string)
6319 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6320 (ses-insert-row): Fix format of apply undo entries.
6321
6322 2005-01-31 Jay Belanger <belanger@truman.edu>
6323
6324 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6325 parts.
6326
6327 * calc/calc-embed.el (calc-embedded-open-formula)
6328 (calc-embedded-close-formula): Ignore matrix environments.
6329
6330 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6331 TeX mode.
6332
6333 * calc/calc-lang.el (math-function-table, math-oper-table)
6334 (math-variable-table): Adjust the LaTeX portions.
6335
6336 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6337 (math-latex-ignore-words): New constant.
6338
6339 2005-01-31 Richard M. Stallman <rms@gnu.org>
6340
6341 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6342 (ispell-local-dictionary): Doc fix.
6343 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6344 Don't reinitialize at run time. Don't defcustom.
6345 All uses changed to append ispell-local-dictionary-alist,
6346 or check it first.
6347 (ispell-current-dictionary): New variable for dictionary in use.
6348 (ispell-dictionary): Now used only for global default.
6349 (ispell-start-process): Set ispell-current-dictionary,
6350 not ispell-dictionary.
6351 (ispell-change-dictionary): Use this only for setting
6352 user preferences.
6353 (ispell-internal-change-dictionary): New function
6354 to change the current dictionary in use.
6355 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6356 Use ispell-current-dictionary.
6357 Handle ispell-local-dictionary-overridden.
6358 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6359
6360 2005-01-31 Jay Belanger <belanger@truman.edu>
6361
6362 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6363
6364 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6365 (calc-mode-map): Add calc-latex-language.
6366
6367 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6368 (math-latex-print-frac): New functions.
6369 (math-oper-table, math-function-table, math-variable-table)
6370 (math-complex-format, math-input-filter): Add latex properties.
6371 (calc-set-language): Set math-expr-special-function-mapping.
6372
6373 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6374 (calc-write-parse-table-part): Add LaTeX support.
6375
6376 * calc/calc.el (calc-language): Adjust docstring.
6377 (calc-set-mode-line): Add LaTeX support.
6378 (math-expr-special-function-mapping): New variable.
6379 (math-tex-ignore-words): Add to list.
6380
6381 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6382 Add LaTeX support.
6383 (math-compose-expr): Add support for special functions.
6384
6385 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6386
6387 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6388
6389 * progmodes/gdb-ui.el (gdb-memory-address)
6390 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6391 (gdb-memory-mode-map, gdb-memory-format-keymap)
6392 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6393 (gdb-memory-unit-menu): New variables for a buffer
6394 that lets the user examine program memory.
6395 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6396 (gdb-memory-format-binary, gdb-memory-format-octal)
6397 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6398 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6399 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6400 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6401 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6402 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6403 (gdb-memory-mode, gdb-memory-buffer-name)
6404 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6405 New functions for above buffer.
6406
6407 2005-01-30 Richard M. Stallman <rms@gnu.org>
6408
6409 * cus-edit.el (custom-bury-buffer): Function deleted.
6410 (custom-buffer-done-function): Option deleted.
6411 (custom-buffer-done-kill): New (replacement option.
6412 (Custom-buffer-done): Call quit-window.
6413 (custom-buffer-create-internal): Update for above changes.
6414
6415 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6416
6417 * simple.el (undo-ask-before-discard): New var.
6418 (undo-outer-limit-truncate): Implement it.
6419 (undo-extra-outer-limit): Doc update.
6420
6421 2005-01-29 Richard M. Stallman <rms@gnu.org>
6422
6423 * ses.el (undo-more): Delete defadvice.
6424 (ses-begin-change): Doc fix.
6425
6426 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6427 instead of rebinding C-x u and C-_.
6428
6429 * files.el (normal-backup-enable-predicate): Return nil for files
6430 in /tmp, regardless of temporary-file-directory.
6431
6432 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6433
6434 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6435 (open-rectangle, delete-whitespace-rectangle-line)
6436 (clear-rectangle-line): If FILL, pass t instead of FILL
6437 for move-to-column's 2nd arg.
6438
6439 * simple.el (undo): Fix the test for continuing a series of undos.
6440 (undo-more): Set pending-undo-list to t when we reach end.
6441 (pending-undo-list): Move up defvar.
6442
6443 * wid-edit.el (widget-button-click):
6444 Shorten the range of the track-mouse binding.
6445
6446 * comint.el (comint-insert-input): Undo previous changes;
6447 use last-input-event in interactive spec.
6448
6449 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6450
6451 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6452 to nil before invoking call-process. Reset buffer's modified flag
6453 after fontifying it in the no-async branch.
6454
6455 * wid-edit.el (widget-specify-button): If mouse pointer shape
6456 cannot be changed, use mouse face instead.
6457
6458 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6459
6460 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6461 (gdb-goto-breakpoint): Make breakpoint handling work on template
6462 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6463 (gdb-assembler-custom): Update to recognise breakpoint information
6464 added on 2005-01-19.
6465
6466 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6467
6468 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6469 (dsssl-mode): Use define-derived-mode.
6470 (scheme-mode-initialize): Remove.
6471 (scheme-mode): Use run-mode-hooks.
6472
6473 * cus-edit.el (customize-group-other-window)
6474 (custom-buffer-create-other-window): Don't override special-display-*.
6475 (custom-mode-map): Make it dense.
6476
6477 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6478 sets the default value.
6479
6480 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6481
6482 * descr-text.el: Add more keywords.
6483
6484 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6485
6486 * speedbar.el: Avoid unnecessary use of locate-library.
6487
6488 * international/mule-cmds.el (standard-display-european-internal):
6489 Don't fiddle with latin-1 non-break space any more since it's now
6490 special cased in the C code.
6491 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6492
6493 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6494
6495 * cus-start.el (all): Add `undo-outer-limit'.
6496
6497 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6498
6499 * textmodes/bibtex.el (bibtex-format-entry):
6500 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6501 field lines.
6502 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6503 not on part of a buffer.
6504
6505 2005-01-25 Lute Kamstra <lute@gnu.org>
6506
6507 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6508 nonempty field text strings like "{letters\\macro{}more letters}".
6509 Clarify docstring.
6510 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6511 (bibtex-entry-offset, bibtex-parse-association)
6512 (bibtex-parse-field-name): Fix typos in docstrings.
6513 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6514
6515 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6516
6517 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6518 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6519 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6520 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6521
6522 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6523 isearch minor mode.
6524
6525 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6526
6527 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6528
6529 2005-01-24 Lute Kamstra <lute@gnu.org>
6530
6531 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6532 CASECHARS and NOT-CASECHARS regular expressions of the
6533 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6534 striding over charsets" error.
6535
6536 2005-01-24 Jay Belanger <belanger@truman.edu>
6537
6538 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6539 display variable name.
6540
6541 2005-01-24 Kenichi Handa <handa@m17n.org>
6542
6543 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6544 Fix setting of the element of encoded-kbd-iso2022-invocations.
6545
6546 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6547
6548 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6549 (gdb-threads-select): Change to also accept mouse events.
6550 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6551 (gdb-threads-mouse-select): Delete.
6552
6553 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6554
6555 * files.el (insert-directory): Take care of empty directory,
6556 listed without -a switch.
6557
6558 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6559
6560 * textmodes/refill.el (refill-post-command-function):
6561 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6562 to the list of functions that we should be careful not to undo.
6563 (refill-late-fill-paragraph-function): Remove.
6564 (refill-saved-state): New var.
6565 (refill-mode): Use it to save fill-paragraph-function.
6566 Save also the value of auto-fill-function.
6567
6568 * term/w32-win.el: Simplify code.
6569
6570 2005-01-23 Kim F. Storm <storm@cua.dk>
6571
6572 * simple.el (line-move): Adapt to new return value from
6573 pos-visible-in-window-p.
6574
6575 * simple.el (line-move): Fix last change. Check partial
6576 visibility at point rather than at window-start.
6577
6578 2005-01-22 Jason Rumney <jasonr@gnu.org>
6579
6580 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6581
6582 2005-01-22 David Kastrup <dak@gnu.org>
6583
6584 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6585
6586 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6587
6588 * type-break.el (type-break-mode): Add a test for
6589 type-break-file-name being non-nil.
6590
6591 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6592
6593 * net/eudc.el (top level): Call (message "") via progn, so that
6594 eudc-options-file is loaded.
6595
6596 2005-01-22 Kim F. Storm <storm@cua.dk>
6597
6598 * simple.el (line-move-1): Rename from line-move.
6599 (line-move): New function that adjusts vscroll for partially
6600 visible rows, and calls line-move-1 otherwise.
6601
6602 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6603
6604 * pcomplete.el: define pcomplete-read-event instead of read-event,
6605 since it's not a complete read-event implementation
6606
6607 2005-01-20 Jay Belanger <belanger@truman.edu>
6608
6609 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6610 for called function.
6611
6612 2005-01-20 Steven Tamm <steventamm@mac.com>
6613
6614 * term/mac-win.el (process-connection-type): Remove.
6615 Controlled now by s/darwin.h:PTY_ITERATION.
6616
6617 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6618
6619 * window.el (handle-select-window): Don't switch window when we're
6620 in the minibuffer.
6621
6622 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6623
6624 * subr.el (dotimes-with-progress-reporter): New macro.
6625
6626 * ses.el (ses-dotimes-msg): Remove macro.
6627 Use `dotimes-with-progress-reporter' instead.
6628
6629 2005-01-19 Steven Tamm <steventamm@mac.com>
6630
6631 * term/mac-win.el (process-connection-type): Use new
6632 operating-system-release variable to use ptys on Darwin 7 (OSX
6633 10.3) when using carbon build.
6634
6635 2005-01-19 Jay Belanger <belanger@truman.edu>
6636
6637 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6638 flags if the last command was a tab or M-tab.
6639
6640 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6641 in formula editing buffer.
6642
6643 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6644
6645 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6646 breakpoint image symbol in margin.
6647
6648 2005-01-19 Jay Belanger <belanger@truman.edu>
6649
6650 * calc/calc-prog.el (calc-execute-kbd-macro):
6651 Ignore calc-keep-arg-flag.
6652
6653 2005-01-19 Kenichi Handa <handa@m17n.org>
6654
6655 * textmodes/ispell.el (ispell-looking-at): New function.
6656 (ispell-process-line): Use ispell-looking-at to compare the ispell
6657 output and the buffer contents.
6658
6659 2005-01-18 Jay Belanger <belanger@truman.edu>
6660
6661 * calc/calc.el (calc-display-raw): Fix docstring.
6662
6663 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6664
6665 * simple.el (blink-matching-open): Strip extra info from syntax.
6666
6667 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6668 funny chars in the end-of-here-doc marker.
6669
6670 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6671
6672 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6673 that enable/disabled state of breakpoints is shown correctly in
6674 fringe and on ttys.
6675 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6676 Add breakpoint information as text properties.
6677 (gdb-mouse-toggle-breakpoint):
6678 Rename to gdb-mouse-set-clear-breakpoint.
6679 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6680 breakpoints in the margin.
6681 (gdb-remove-strings): Simplify.
6682
6683 2005-01-17 Jay Belanger <belanger@truman.edu>
6684
6685 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6686 erasing buffer.
6687
6688 2005-01-17 Richard M. Stallman <rms@gnu.org>
6689
6690 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6691 for calling grep-compute-defaults.
6692
6693 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6694 if buffer is empty.
6695
6696 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6697
6698 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6699
6700 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6701
6702 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6703 non-preloaded variables.
6704
6705 2005-01-17 Steven Tamm <steventamm@mac.com>
6706
6707 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6708 tex-shell cause to force interactivity when using pipes.
6709
6710 2005-01-17 Kim F. Storm <storm@cua.dk>
6711
6712 * simple.el (just-one-space): Make arg optional.
6713
6714 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6715
6716 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6717 posn-at-x-y to t to access left-margin.
6718
6719 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6720
6721 Sync with Tramp 2.0.47.
6722
6723 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6724 catching keep-date problems in cp/scp operations.
6725 (tramp-handle-copy-file): Don't call `set-file-modes'
6726 unconditionally. Specialized functions should know better what is
6727 necessary. This improves performance a little bit, and the
6728 functions could catch errors with `cp -p' and `scp -p'.
6729 (tramp-do-copy-or-rename-file-via-buffer)
6730 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6731 when appropriate.
6732 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6733 Call `set-file-modes' when appropriate.
6734 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6735 Johnsson <isak@hypergene.com>
6736 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6737 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6738 <joakim@verona.se>
6739 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6740 Emacs only.
6741
6742 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6743 `find-file-hooks' and `dired-mode-hook'.
6744 (tramp-minor-mode-map): Respective map. Add remapping for
6745 `compile' and `recompile'.
6746 (tramp-remap-command, tramp-recompile): New defuns.
6747 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6748 in buffer "*Compilation*". Call the commands asynchronously.
6749
6750 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6751 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6752 `shell-command', because it isn't magic in XEmacs. Reported by
6753 Adrian Aichner <adrian@xemacs.org>.
6754
6755 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6756 `substitute-in-file-name.
6757 (tramp-smb-handle-substitute-in-file-name): New defun.
6758 (tramp-smb-advice-PC-do-completion): Delete advice.
6759
6760 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6761
6762 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6763 Fix error in deleting region.
6764
6765 2005-01-15 Richard M. Stallman <rms@gnu.org>
6766
6767 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6768 In non-temp buffer, switch syntax table temporarily.
6769
6770 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6771
6772 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6773
6774 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6775
6776 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6777 (imenu--generic-function): Use START, not BEG, as pos of definition.
6778
6779 * simple.el (just-one-space): Argument specifies number of spaces.
6780
6781 * simple.el (eval-expression-print-format): Avoid warning
6782 about edebug-active.
6783
6784 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6785
6786 * progmodes/sh-script.el: Code copied from make-mode.el
6787 with small changes,
6788 (sh-mode-map): Bind C-c C-\.
6789 (sh-backslash-column, sh-backslash-align): New variables.
6790 (sh-backslash-region, sh-append-backslash): New functions.
6791
6792 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6793
6794 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6795 (rmail-pop-password, rmail-pop-password-required): Move to
6796 rmail-obsolete group.
6797 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6798 All callers updated.
6799 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6800 Take an argument specifying whether it is POP or IMAP mailbox we
6801 are using. All callers updated.
6802 (rmail-pop-password-error): Rename to
6803 rmail-remote-password-error. Added mailutils-specific error message.
6804 (rmail-movemail-search-path)
6805 (rmail-movemail-variant-in-use): New variables.
6806 (rmail-remote-password, rmail-remote-password-required):
6807 New customization variables.
6808 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6809 (rmail-parse-url): New function.
6810 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6811 with GNU mailutils movemail.
6812
6813 2005-01-15 Kevin Ryde <user42@zip.com.au>
6814
6815 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6816 suffix to space, $ or '$, to correctly position point when going
6817 to @table style constants like DBL_MAX.
6818
6819 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6820
6821 * type-break.el (type-break-mode, type-break-file-time)
6822 (type-break-file-keystroke-count, type-break-choose-file):
6823 Don't store data in or load data from the file if type-break-file-name
6824 is nil.
6825 (type-break-file-name): Doc update as per the above.
6826
6827 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6828
6829 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6830 lookup-key might return nil; handle that.
6831
6832 2005-01-15 Alan Mackenzie <acm@muc.de>
6833
6834 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6835 rather than the element found, thus enabling the tree to be setcar'd.
6836
6837 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6838
6839 * textmodes/org.el (org-show-following-heading): New option.
6840 (org-show-hierarchy-above): Use `org-show-following-heading'.
6841 (org-cycle): Documentation fix.
6842
6843 * textmodes/org.el (orgtbl-optimized): New option
6844 (orgtbl-mode): New command, a minor mode.
6845 (orgtbl-mode-map): New variable.
6846 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6847 (orgtbl-error, orgtbl-self-insert-command)
6848 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6849
6850 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6851 a local variable in each org-mode buffer.
6852
6853 * textmodes/org.el (org-set-regexps-and-options): Rename from
6854 `org-set-regexps'. Added checking for STARTUP keyword.
6855 (org-get-current-options): Add STARTUP options.
6856 (org-table-insert-row): Mode mode intelligent about when
6857 realignment is needed.
6858 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6859 New commands.
6860 (org-enable-table-editor): New default value `optimized'.
6861 (org-table-blank-field): Support blanking regions if active.
6862
6863 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6864
6865 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6866 if the year is not given.
6867
6868 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6869 Add new escapes %m and %M, fixed bug with %F by adding
6870 save-match-data.
6871 (reftex-reference): Remove ?. from list of spaces.
6872 (reftex-label-info): Add automatic label prefix recognition.
6873
6874 * textmodes/reftex-index.el (reftex-index-next-phrase):
6875 Add slave parameter to call of `reftex-index-this-phrase'.
6876 (reftex-index-this-phrase): New optional argument.
6877 (reftex-index-region-phrases): Add slave parameter to call of
6878 `reftex-index-this-phrase'.
6879 (reftex-display-index): New argument redo.
6880 (reftex-index-rescan): Add 'redo to arguments of
6881 `reftex-display-index'.
6882 (reftex-index-Rescan, reftex-index-revert)
6883 (reftex-index-switch-index-tag): Add 'redo to arguments of
6884 `reftex-display-index'.
6885 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6886 indexing. Fix bug with matching is there is a quote before or
6887 after the word.
6888
6889 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6890 Fix bug when collecting citation keys in lines with comments.
6891 (reftex-citation): Prefix argument no longer rescans the document,
6892 but forces prompting for optional arguments of cite macros.
6893 (reftex-do-citation): Prompting for optional arguments implemented.
6894
6895 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6896 Add optional arguments to most cite commands.
6897 (reftex-cite-cleanup-optional-args): New option
6898 (reftex-cite-prompt-optional-args): New option.
6899 (reftex-trust-label-prefix): New option.
6900
6901 * textmodes/reftex-toc.el (reftex-toc-find-section):
6902 Add push-mark before changing the position in the buffer.
6903
6904 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6905 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6906
6907 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6908
6909 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6910 more carefully.
6911
6912 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6913
6914 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6915 (sgml-mode): Use it.
6916 (sgml-get-context): Better keep track of implicitly closed tags.
6917
6918 2005-01-13 Kenichi Handa <handa@m17n.org>
6919
6920 * textmodes/ispell.el: These changes are to fix misalignment error
6921 caused by equivalent characters of different Emacs charsets.
6922 (ispell-unified-chars-table): New variable.
6923 (ispell-get-decoded-string): New function.
6924 (ispell-get-casechars, ispell-get-not-casechars)
6925 (ispell-get-otherchars): Call ispell-get-decoded-string.
6926
6927 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6928
6929 * custom.el (custom-declare-variable): Just put symbol instead
6930 of (defvar . symbol) in `current-load-list'.
6931
6932 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6933
6934 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6935
6936 2005-01-12 Jay Belanger <belanger@truman.edu>
6937
6938 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6939 to create a Calc summary.
6940
6941 2005-01-12 Kim F. Storm <storm@cua.dk>
6942
6943 * mouse.el (mouse-on-link-p): Change functionality and doc
6944 string to comply with latest description in lisp ref.
6945
6946 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6947
6948 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6949 Enable mouse clicks on mode-line, header-line and margin.
6950 (event-type): Give mouse event symbols an 'event-kind property
6951 with value 'mouse-click.
6952
6953 2005-01-12 Juri Linkov <juri@jurta.org>
6954
6955 * facemenu.el (list-colors-display): Add new arg buffer-name.
6956 Use it. Fix docstring. Replace code for identifying duplicate
6957 colors by the name with call to `list-colors-duplicates' which
6958 identifies duplicate colors by the value unless the color
6959 is one of special Windows colors. Set truncate-lines to t.
6960 Print sorted duplicate color names on each line. Indent to 22
6961 \(the longest color name in rgb.txt) instead of 20. Optimize.
6962 (list-colors-duplicates): New function.
6963 (facemenu-color-name-equal): Delete function.
6964
6965 * facemenu.el (list-colors-print): New function created from code
6966 in list-colors-display. Print #RRGGBB at the window right edge.
6967 (list-colors-display): When temp-buffer-show-function is not
6968 defined, call list-colors-print from temp-buffer-show-hook
6969 to get the right value of window-width in list-colors-print
6970 after the buffer is displayed.
6971
6972 * simple.el (pop-mark): Move deactivate-mark out of conditional
6973 part to deactivate the active mark regardless of the state of the
6974 mark ring.
6975
6976 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6977 variables line in desktop files.
6978
6979 2005-01-12 Juri Linkov <juri@jurta.org>
6980
6981 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6982 Bring together isearch highlight related options.
6983 (lazy-highlight): Replace group `replace' by `matching'.
6984 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6985 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6986 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6987 and declare them obsolete.
6988 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6989 (isearch-faces): Remove defgroup.
6990 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6991 Move isearch highlighting code closer to lazy highlighting code.
6992
6993 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6994 (query-replace-highlight, query-replace-lazy-highlight)
6995 (query-replace): Move definitions to the beginning of the file.
6996
6997 2005-01-11 Juri Linkov <juri@jurta.org>
6998
6999 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7000 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7001 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7002
7003 * info.el (Info-history-forward): New variable.
7004 (Info-select-node): Reset Info-history-forward to nil.
7005 (Info-last): Turn into defalias.
7006 (Info-history-back): Rename from Info-last.
7007 Add current node to Info-history-forward.
7008 (Info-history-forward): New fun.
7009 (Info-mode-map): Replace Info-last by Info-history-back.
7010 Bind Info-history-forward to "r".
7011 (Info-mode-menu): Replace Info-last by Info-history-back.
7012 Fix menu item text. Add menu item for Info-history-forward.
7013 (info-tool-bar-map): Replace Info-last by Info-history-back.
7014 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7015 for Info-history-forward.
7016 (Info-mode): Replace Info-last by Info-history-back in docstring.
7017 Add local variable Info-history-forward.
7018 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7019
7020 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7021
7022 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7023 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7024 Ignore select-window events rather than fiddle with
7025 mouse-autoselect-window.
7026
7027 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7028
7029 * type-break.el (type-break-mode): Fix previous change.
7030
7031 2005-01-10 Jay Belanger <belanger@truman.edu>
7032
7033 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7034 calculator; only reset when point is inside a calculator.
7035 Don't adjust the window height if the window takes up the whole height
7036 of the frame.
7037
7038 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7039
7040 * ebuff-menu.el (Electric-buffer-menu-mode):
7041 Preserve value of buffer-local var header-line-format.
7042
7043 2005-01-09 Jay Belanger <belanger@truman.edu>
7044
7045 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7046 Make sure settings file exists before accessing it.
7047
7048 * calc/calc-embed.el (calc-embedded-subst):
7049 Replace math-multi-subst-rec, which is only supposed to be called
7050 by math-multi-subst, by math-multi-subst.
7051
7052 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7053
7054 * vc.el (vc-allow-async-revert): New user option.
7055 (vc-disable-async-diff): New internal variable.
7056 (vc-revert-buffer): Use them to disable asynchronous diff.
7057
7058 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7059 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7060 asynchronously if vc-disable-async-diff is t.
7061
7062 2005-01-09 Jay Belanger <belanger@truman.edu>
7063
7064 * calc/calc.el (defcalcmodevar): New macro.
7065 (calc-mode-var-list-restore-default-values)
7066 (calc-mode-var-list-restore-saved-values): New functions.
7067 (calc-mode-var-list): Use defcalcmodevar to define it.
7068 (calc-always-load-extensions, calc-line-numbering)
7069 (calc-line-breaking, calc-display-just, calc-display-origin)
7070 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7071 (calc-group-char, calc-point-char, calc-frac-format)
7072 (calc-prefer-frac, calc-hms-format, calc-date-format)
7073 (calc-float-format, calc-full-float-format, calc-complex-format)
7074 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7075 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7076 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7077 (calc-matrix-brackets, calc-language, calc-language-option)
7078 (calc-left-label, calc-right-label, calc-word-size)
7079 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7080 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7081 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7082 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7083 (calc-window-height, calc-display-trail, calc-show-selections)
7084 (calc-use-selections, calc-assoc-selections)
7085 (calc-display-working-message, calc-auto-why, calc-timing)
7086 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7087 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7088 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7089 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7090 (calc-gnuplot-geometry, calc-graph-default-resolution)
7091 (calc-graph-default-resolution-3d, calc-invocation-macro)
7092 (calc-show-banner): Use defcalcmodevar to declare them and set
7093 their default values.
7094
7095 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7096 instead of default values (but restore default values if there is
7097 an argument of 0).
7098
7099 2005-01-09 David Kastrup <dak@gnu.org>
7100
7101 * desktop.el (desktop-restore-eager): Fix typo in type.
7102
7103 2005-01-08 Richard M. Stallman <rms@gnu.org>
7104
7105 * cus-edit.el (customize): Delete :link.
7106
7107 2005-01-08 Jay Belanger <belanger@truman.edu>
7108
7109 * calc/calc.el (calc-mode): Remove the extension from the
7110 `calc-settings-file' file name when loading it.
7111
7112 2005-01-08 Kim F. Storm <storm@cua.dk>
7113
7114 * info.el (Info-mode-map, Info-next-link-keymap)
7115 (Info-prev-link-keymap, Info-up-link-keymap):
7116 Map follow-link to mouse-face.
7117 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7118
7119 2005-01-08 Jay Belanger <belanger@truman.edu>
7120
7121 * calc/calc.el (calc-settings-file): Change default value.
7122 Suggested by cgw in a comment in calc-mode.el.
7123
7124 * calc/calc-mode.el (calc-settings-file-name):
7125 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7126 Replace ~/.emacs in a prompt by calc-settings-file.
7127
7128 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7129
7130 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7131 (desktop-lazy-idle-delay): New customizable variables.
7132 (desktop-buffer-args-list): New variable.
7133 (desktop-append-buffer-args): New function.
7134 (desktop-save): Call desktop-append-buffer-args for some buffers.
7135 (desktop-lazy-create-buffer): New function.
7136 (desktop-idle-create-buffers): New function.
7137 (desktop-read): Add message about buffers to restore lazily.
7138 (desktop-lazy-abort): New command.
7139 (desktop-clear): Call desktop-lazy-abort.
7140 (desktop-lazy-complete): New command.
7141
7142 2005-01-06 Richard M. Stallman <rms@gnu.org>
7143
7144 * emacs-lisp/find-func.el (find-face-definition):
7145 Rename from find-face.
7146
7147 2005-01-06 Kim F. Storm <storm@cua.dk>
7148
7149 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7150
7151 * man.el (Man-xref-man-page, Man-xref-header-file)
7152 (Man-xref-normal-file): Add follow-link property.
7153
7154 2005-01-06 Jay Belanger <belanger@truman.edu>
7155
7156 * calc/calc-units.el: Make sure the proper macro definitions are
7157 available when compiling.
7158
7159 2005-01-06 Juri Linkov <juri@jurta.org>
7160
7161 * isearch.el (isearch-lazy-highlight-update):
7162 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7163
7164 2005-01-06 Miles Bader <miles@gnu.org>
7165
7166 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7167 (isearch-lazy-highlight-face): Use new name.
7168
7169 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7170
7171 * uniquify.el (uniquify-rationalize-file-buffer-names):
7172 Re-add an interactive spec.
7173 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7174 to the same name.
7175
7176 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7177 (isearch-update, isearch-done): Adjust calls accordingly.
7178
7179 2005-01-05 Richard M. Stallman <rms@gnu.org>
7180
7181 * custom.el (custom-set-variables, custom-theme-set-variables):
7182 Clarify documentation.
7183
7184 * emacs-lisp/find-func.el (find-variable)
7185 (find-variable-other-window, find-variable-other-frame):
7186 Fix the TYPE args to find-function-read and find-function-do-it.
7187 (find-function): Doc fix.
7188 (find-function-at-point): Replace function-at-point alias.
7189
7190 2005-01-04 Richard M. Stallman <rms@gnu.org>
7191
7192 * cus-face.el (custom-declare-face):
7193 Record defface in current-load-list.
7194
7195 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7196
7197 * emacs-lisp/find-func.el: Doc fixes.
7198 (find-face-regexp): New variable.
7199 (find-function-regexp-alist): New variable.
7200 (find-function-C-source): Third arg is now TYPE.
7201 (find-function-search-for-symbol): Handle general TYPE.
7202 (find-function-read, find-function-do-it): Handle general TYPE.
7203 (find-definition-noselect, find-face): New functions.
7204 (function-at-point): Alias deleted.
7205
7206 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7207
7208 * battery.el (display-battery-mode): Rename from display-battery.
7209 Handle the case where it gets turned off.
7210
7211 2005-01-04 Richard M. Stallman <rms@gnu.org>
7212
7213 * cus-edit.el (customize): Make :link point to user doc.
7214
7215 * man.el (Man-fontify-manpage): Turn off undo generation.
7216
7217 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7218
7219 2005-01-04 Andreas Schwab <schwab@suse.de>
7220
7221 * files.el (insert-directory): Only look for error lines in
7222 inserted text. Don't move too far after processing --dired markers.
7223
7224 2005-01-04 Richard M. Stallman <rms@gnu.org>
7225
7226 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7227 Don't expand if the character is @, period, dash, etc.
7228 (define-mail-abbrev): Quote names that contain problem characters.
7229
7230 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7231
7232 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7233
7234 2005-01-03 Richard M. Stallman <rms@gnu.org>
7235
7236 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7237 (query-replace-highlight, query-replace-lazy-highlight)
7238 (query-replace): Definitions moved up. Doc fix.
7239
7240 2005-01-03 Richard M. Stallman <rms@gnu.org>
7241
7242 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7243 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7244 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7245 (lazy-highlight-face): Rename from isearch-lazy-...
7246 Change all references to them.
7247
7248 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7249
7250 * cus-edit.el (custom-file): Doc fix for defcustom.
7251 (custom-file): The function no longer sets the variable
7252 `custom-file' to its return value.
7253
7254 * startup.el (command-line): No longer load `custom-file'.
7255
7256 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7259
7260 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7261 Don't confuse module-prefixed identifiers for labels.
7262 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7263
7264 2005-01-02 Richard M. Stallman <rms@gnu.org>
7265
7266 * files.el (basic-save-buffer-1): Fix previous change.
7267
7268 * loadhist.el (file-loadhist-lookup): New function.
7269 (file-provides, file-requires): Use it.
7270
7271 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7272 instead of calculating the right size.
7273
7274 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7275
7276 * vc-svn.el (vc-svn-diff): Stay local if possible.
7277
7278 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7279
7280 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7281
7282 * files.el (hack-local-variables): Fix last change.
7283
7284 2005-01-02 Jay Belanger <belanger@truman.edu>
7285
7286 * calc/calc-yank.el (calc-edit-top): New variable.
7287 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7288 object. Change header properties.
7289 (calc-edit-finish, calc-edit-finish-stack-object)
7290 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7291 edited object.
7292 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7293 for the beginning of the edited object.
7294 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7295 for the beginning of the edited object.
7296 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7297 (calc-finish-formula-edit, calc-macro-repeats)
7298 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7299 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7300 beginning of the edited object.
7301 (calc-user-define-edit): Change the header for editing macros.
7302 Remove unnecessary variable.
7303
7304 2005-01-01 Jay Belanger <belanger@truman.edu>
7305
7306 * calc/calc-yank.el (calc-edit-mode): Change default header.
7307 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7308 * calc/calc-store.el (calc-edit-variable): Change title to match new
7309 header.
7310 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7311 mode to match new header.
7312 (calc-user-define-edit): Change titles to include names of commands.
7313 (calc-finish-formula-edit): Adjust to handle new header.
7314 (calc-finish-macro-edit): Remove.
7315 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7316 (calc-edit-macro-command, calc-edit-macro-command-type)
7317 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7318 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7319 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7320 (calc-edit-macro-finish-edit): New functions.
7321 (calc-user-define-edit): Use new functions to edit named calc macros.
7322
7323 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7324
7325 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7326
7327 * ses.el (copy-region-as-kill): Deactivate mark.
7328
7329 2005-01-01 Richard M. Stallman <rms@gnu.org>
7330
7331 * replace.el (occur-1): If the output buffer is also an input,
7332 don't kill it, rename it.
7333
7334 * faces.el (set-face-background, set-face-foreground): Doc fix.
7335
7336 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7337 for :foreground and :background.
7338
7339 * dired.el (dired-view-command-alist): Variable deleted.
7340 (dired-view-file, dired-mouse-find-file-other-window):
7341 Delete the code to use it.
7342
7343 2005-01-01 Kim F. Storm <storm@cua.dk>
7344
7345 * image.el (insert-sliced-image): Use t for line-height property.
7346
7347 2004-12-31 Jay Belanger <belanger@truman.edu>
7348
7349 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7350 for "var-" at the beginning of the minibuffer.
7351
7352 2004-12-31 Richard M. Stallman <rms@gnu.org>
7353
7354 * faces.el (read-face-name):
7355 Don't treat an attribute spec as a list of faces.
7356
7357 * simple.el (undo): Use undo-equiv-table to detect
7358 unexpected changes since previous undo.
7359 (undo-list-saved): Variable deleted.
7360 (buffer-disable-undo): Don't alter undo-list-saved.
7361
7362 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7363 (mode-require-final-newline): New option.
7364 (after-find-file): Handle require-final-newline with new values.
7365 (basic-save-buffer): Handle new values of require-final-newline.
7366
7367 * progmodes/sh-script.el (sh-require-final-newline):
7368 Alist value now controls whether to use mode-require-final-newline.
7369 (sh-set-shell): Implement that new meaning.
7370
7371 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7372 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7373 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7374 Delete old-Emacs compatibility code.
7375 (antlr-c-common-init): Function deleted.
7376
7377 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7378 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7379 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7380 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7381 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7382 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7383 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7384 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7385 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7386 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7387 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7388 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7389 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7390 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7391 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7392 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7393
7394 2004-12-31 Jay Belanger <belanger@truman.edu>
7395
7396 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7397 way to return to Calc.
7398
7399 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7400 finish, C-xk as the way to cancel the edit. Add cancel routine to
7401 kill-buffer-hook.
7402
7403 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7404 MacEdit code.
7405
7406 * calc/calc-prog.el: Remove obsolete MacEdit code.
7407 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7408 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7409
7410 2004-12-31 Kenichi Handa <handa@m17n.org>
7411
7412 * international/mule.el (buffer-file-coding-system-explicit):
7413 Rename for explicit-buffer-file-coding-system.
7414 (after-insert-file-set-coding): Adjust for the above change.
7415
7416 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7417 to buffer-file-coding-system-explicit.
7418 (basic-save-buffer-1): Likewise.
7419
7420 2004-12-30 Richard M. Stallman <rms@gnu.org>
7421
7422 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7423 (artist-butlast, artist-last): Functions deleted.
7424 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7425 (artist-compute-key-compl-table): Call remq directly.
7426 (artist-remove-nulls): Function deleted.
7427 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7428 (artist-push, artist-pop): Macro deleted.
7429
7430 2004-12-30 Andreas Leue <al@sphenon.de>
7431
7432 * textmodes/artist.el (artist-version): 1.2.6
7433 (artist-prev-next-op-alist): New variable.
7434 (artist-select-next-op-in-list): New function.
7435 (artist-select-prev-op-in-list): New function.
7436 (artist-make-prev-next-op-alist): New function.
7437 (artist-is-in-op-list-p): New function.
7438 (artist-get-first-non-nil-op): New function.
7439 (artist-get-last-non-nil-op): New function.
7440 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7441 artist-prev-next-op-alist.
7442 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7443 change drawing operation.
7444
7445 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7446
7447 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7448
7449 2004-12-31 Masatake YAMATO <jet@gyve.org>
7450
7451 * server.el (server-process-filter): Suppress `error', too.
7452
7453 2004-12-30 Jay Belanger <belanger@truman.edu>
7454
7455 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7456 Change the way a variable is displayed in a message.
7457
7458 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7459 (calc-user-define-permanent, calc-execute-kbd-macro):
7460 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7461
7462 2004-12-30 Kenichi Handa <handa@m17n.org>
7463
7464 * files.el (basic-save-buffer-1):
7465 Set explicit-buffer-file-coding-system to last-coding-system-used.
7466 (revert-buffer): Pay attention to
7467 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7468 on bind coding-system-for-read.
7469
7470 * international/mule.el (explicit-buffer-file-coding-system):
7471 New buffer local variable.
7472 (after-insert-file-set-coding): Set it to coding-system-for-read.
7473
7474 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7475
7476 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7477
7478 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7479
7480 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7481 that include line numbers.
7482
7483 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7484
7485 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7486 Redundant variable PREFIXLEN removed.
7487
7488 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7489
7490 * eshell/em-hist.el (eshell-previous-matching-input):
7491 Start the deletion from the end of the output.
7492
7493 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7494
7495 * term/mac-win.el: Require x-dnd.
7496 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7497
7498 2004-12-29 David Kastrup <dak@gnu.org>
7499
7500 * international/mule.el (decode-coding-inserted-region):
7501 Don't barf if `buffer-undo-list' is already set to `t'.
7502
7503 2004-12-29 Jay Belanger <belanger@truman.edu>
7504
7505 * calc/calc-prog.el (calc-user-define-formula): Put default values
7506 for function names in prompts.
7507 (calc-user-define-permanent, calc-user-define-composition)
7508 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7509 default input for algebraic functions.
7510
7511 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7512
7513 * vc-rcs.el (vc-rcs-annotate-command):
7514 Fix omission bug: Call `vc-setup-buffer'.
7515
7516 2004-12-29 Kenichi Handa <handa@m17n.org>
7517
7518 * international/mule.el (recode-region): New function.
7519
7520 2004-12-28 Richard M. Stallman <rms@gnu.org>
7521
7522 * simple.el (undo-extra-outer-limit): New variable.
7523 (undo-outer-limit-truncate): Test and set it.
7524
7525 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7526 enables the feature to extend the existing region.
7527
7528 * simple.el (mark-word): New arg ALLOW-EXTEND
7529 enables the feature to extend the existing region.
7530
7531 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7532 enables the feature to extend the existing region.
7533
7534 * startup.el (site-run-file): Don't allow setting it with Custom.
7535
7536 * simple.el (buffer-disable-undo): Fix previous change.
7537
7538 2004-12-27 Masatake YAMATO <jet@gyve.org>
7539
7540 * hexl.el (hexlify-buffer): Remove fontification here.
7541 Use font lock mechanism instead.
7542 (hexl-font-lock-keywords): New font lock kewords.
7543 (hexl-mode-old-font-lock-keywords): New variable.
7544 (hexl-mode): Store the old font lock keywords.
7545 (hexl-mode-exit): Restore the old font lock keywords.
7546
7547 2004-12-27 Richard M. Stallman <rms@gnu.org>
7548
7549 * simple.el (undo): Fix previous change.
7550
7551 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7552
7553 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7554 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7555 Call x-open-connection on Mac OS X.
7556
7557 2004-12-27 Richard M. Stallman <rms@gnu.org>
7558
7559 * files.el (buffer-save-without-query): New var (buffer-local).
7560 (save-some-buffers): Save those buffers first, w/o asking.
7561
7562 * files.el (insert-directory-ls-version): New variable.
7563 (insert-directory): When ls returns an error, test the version
7564 number to decide what the return code means.
7565 With --dired output format, detect and distinguish lines
7566 that are really error messages.
7567 (insert-directory-adj-pos): New function.
7568
7569 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7570
7571 * battery.el (battery-mode-line-format): Remove initial spaces.
7572
7573 * uniquify.el (uniquify-rationalize-file-buffer-names):
7574 Delete interactive spec.
7575
7576 * type-break.el (type-break-mode): Set buffer-save-without-query.
7577 Remove code that tried to set save-some-buffers-always.
7578 (type-break-file-keystroke-count): Bind deactivate-mark.
7579
7580 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7581
7582 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7583 Test that the buffer is live, and maybe reject current buffer too.
7584 Clarify.
7585 (next-error-find-buffer): Rewrite for clarity.
7586
7587 * loadup.el: Don't use buffer-disable-undo; do it directly.
7588
7589 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7590 (describe-variable): Call symbol-file with `defvar'.
7591
7592 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7593 (symbol-file): Rewritten to handle new load-history format.
7594 Now takes an arg TYPE to specify looking for a particular
7595 type of definition only.
7596
7597 * emacs-lisp/debug.el (debugger-make-xrefs):
7598 Call symbol-file with `defun'.
7599
7600 * emacs-lisp/find-func.el (find-function-noselect):
7601 Call symbol-file with `defun'.
7602 (find-variable-noselect): Call symbol-file with `defvar'.
7603
7604 * eshell/esh-cmd.el (eshell-find-alias-function):
7605 Call symbol-file with `defun'.
7606
7607 * eshell/esh-test.el (eshell-test-goto-func):
7608 Call symbol-file with `defun'.
7609
7610 * mail/rmail.el (rmail-resend):
7611 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7612
7613 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7614
7615 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7616
7617 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7618 Call buffer-disable-undo.
7619
7620 * simple.el (undo-list-saved): New variable (buffer-local).
7621 (undo): Set and test it.
7622 (buffer-disable-undo): Move here from buffer.c.
7623 Clear out undo-list-saved.
7624
7625 * international/mule.el (decode-coding-inserted-region):
7626 Set buffer-undo-list in a correct and optimal way.
7627
7628 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7629 (cperl-font-lock-unfontify-region-function): No need to save and
7630 restore info, since font-lock.el does it for us.
7631
7632 * ansi-color.el (save-buffer-state): Definition deleted.
7633 (ansi-color-unfontify-region): Don't use save-buffer-state.
7634
7635 2004-12-27 Dave Love <fx@gnu.org>
7636
7637 * wid-edit.el (function): Use restricted-sexp as parent.
7638
7639 2004-12-27 Kevin Ryde <user42@zip.com.au>
7640
7641 * simple.el (next-matching-history-element): Use same
7642 `interactive' form as previous-matching-history-element.
7643
7644 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7645 it can appear unencoded and has been seen from yahoo.
7646
7647 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7648
7649 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7650 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7651
7652 2004-12-27 Kenichi Handa <handa@m17n.org>
7653
7654 * international/utf-8.el (utf-translate-cjk-load-tables):
7655 Bind coding-system-for-read to nil while loading subst-*.
7656
7657 2004-12-26 Jay Belanger <belanger@truman.edu>
7658
7659 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7660 default input.
7661
7662 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7663
7664 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7665 before reverting and disable undo recording while reverting.
7666
7667 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7668
7669 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7670 (hs-make-overlay): New function.
7671 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7672 (hs-flag-region): Delete function.
7673 (hs-hide-comment-region): No longer use `hs-flag-region'.
7674 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7675 (hs-hide-block-at-point): Likewise.
7676 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7677 (hs-hide-all, hs-show-all): Likewise.
7678 (hs-show-block): Likewise.
7679 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7680
7681 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7682
7683 * progmodes/hideshow.el: Require `cl' when compiling.
7684 Remove XEmacs and Emacs 19 compatibility.
7685 Use `dolist' and `add-to-list' for load-time actions.
7686 (hs-discard-overlays): Use `dolist'.
7687 (hs-show-block): Likewise.
7688
7689 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7690
7691 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7692
7693 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7694
7695 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7696 When extending backwards, move outside the current comment first.
7697
7698 2004-12-22 Kenichi Handa <handa@m17n.org>
7699
7700 * international/quail.el (quail-start-translation): Fix prompt
7701 string for the case if input-method-use-echo-area being non-nil.
7702 (quail-start-conversion): Likewise.
7703 (quail-show-guidance): Don't show guidance if
7704 input-method-use-echo-area is non-nil.
7705
7706 2004-12-21 Richard M. Stallman <rms@gnu.org>
7707
7708 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7709
7710 2004-12-21 Markus Rost <rost@ias.edu>
7711
7712 * calendar/diary-lib.el (mark-diary-entries):
7713 Set mark-diary-entries-in-calendar only after checking for diary-file.
7714
7715 2004-12-21 Richard M. Stallman <rms@gnu.org>
7716
7717 * faces.el (escape-glyph): Use blue against light foreground.
7718
7719 * simple.el (undo-outer-limit-truncate): New function.
7720 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7721
7722 2004-12-21 Eli Barzilay <eli@barzilay.org>
7723
7724 * calculator.el (calculator-radix-grouping-mode)
7725 (calculator-radix-grouping-digits)
7726 (calculator-radix-grouping-separator):
7727 New defcustoms for the new radix grouping mode functionality.
7728 (calculator-mode-hook): Now used in electric mode too,
7729 (calculator): Call it.
7730 (calculator-mode-map): Some new keys.
7731 (calculator-message): New function. Some new calls.
7732 (calculator-op, calculator-set-register): Use it.
7733 (calculator-string-to-number): New function, mostly moved and
7734 updated code from calculator-curnum-value.
7735 (calculator-curnum-value): Use it.
7736 (calculator-paste): Use it, and update grabbing the current-kill.
7737 (calculator-rotate-displayer)
7738 (calculator-rotate-displayer-back): Toggle digit grouping when
7739 in radix mode, use calculator-message.
7740 (calculator-displayer-prev, calculator-displayer-next):
7741 Change digit group size when in radix mode.
7742 (calculator-number-to-string): Rename from
7743 calculator-num-to-string. Now deals with digit grouping in
7744 radix mode.
7745 (calculator-update-display, calculator-put-value): Use the new name.
7746 (calculator-fact): Return a floating point number.
7747 (calculator-mode): Doc fix.
7748
7749 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7750
7751 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7752 * calendar/diary-lib.el (view-other-diary-entries):
7753 Use current-prefix-arg in interactive spec.
7754
7755 2004-12-19 Jay Belanger <belanger@truman.edu>
7756
7757 * calc/calc-aent.el (calcAlg-blank-matching-open):
7758 Temporarily adjust the syntax of both delimiters of half-open intervals.
7759
7760 2004-12-19 Kim F. Storm <storm@cua.dk>
7761
7762 * mouse.el (mouse-1-click-follows-link): Doc fix.
7763
7764 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7765
7766 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7767 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7768 instead of centraleuropean as the name
7769
7770 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7771
7772 Sync with Tramp 2.0.46.
7773
7774 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7775 parameters wrt Tramp convention.
7776 (tramp-handle-file-attributes-with-perl)
7777 (tramp-handle-directory-files-and-attributes): Apply it.
7778 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7779 `copy-program'. Reported by Zack Weinberg
7780 <zack@codesourcery.com>.
7781 (top): Set `edebug-form-spec' property directly rather than
7782 calling `def-edebug-spec'.
7783
7784 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7785 advice less fragile. Surround temporary redefinition of
7786 `substitute-in-file-name' with `unwind-protect'. Suggested by
7787 Matt Hodges <MPHodges@member.fsf.org>.
7788
7789 2004-12-17 Juri Linkov <juri@jurta.org>
7790
7791 * replace.el (occur-accumulate-lines, occur-engine):
7792 Make forcing deferred font-lock fontification jit-specific.
7793
7794 2004-12-17 Kim F. Storm <storm@cua.dk>
7795
7796 * mouse.el (mouse-1-click-follows-link): New defcustom.
7797 (mouse-on-link-p): New function.
7798 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7799 functionality. Map a mouse-1 click event into a mouse-2 (or
7800 other) event when position is inside a link.
7801
7802 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7803 prefix in tooltip text with "mouse-1" when this is a link
7804 recognized by mouse-1-click-follows-link functionality.
7805
7806 * help.el (describe-key): Report effective and original binding
7807 for mouse-1 when clicked on a link.
7808 (describe-mode): Add follow-link property to "minor-mode" button.
7809
7810 * help-fns.el (describe-variable): Add follow-link property to
7811 "below" button.
7812
7813 * help-mode.el (help-xref): Add follow-link property.
7814
7815 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7816 (apropos-command, apropos-variable, apropos-face, apropos-group)
7817 (apropos-widget, apropos-plist): Add follow-link property.
7818
7819 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7820 checks if position is in a filename, rather than some other
7821 clickable item. Function looks for cvs-filename-face at position.
7822
7823 * wid-edit.el (widget-specify-field, widget-specify-button):
7824 Map a :follow-link keyword into a follow-link property.
7825 (link): Add :follow-link keyword, map to RET binding.
7826
7827 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7828
7829 * progmodes/compile.el (compilation-minor-mode-map)
7830 (compilation-button-map, compilation-mode-map): Likewise.
7831
7832 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7833
7834 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7835 (zone-replace-char): Take `count' and `del-count'
7836 instead of `direction'. Update callers. When `del-count' is
7837 non-nil, delete that many characters, otherwise `count' characters
7838 backwards. Insert the newly-replaced string `count' times.
7839 (zone-fret): Handle chars w/ width greater than one.
7840 (zone-fall-through-ws): No longer take window width `ww'.
7841 Update callers. Add handling for `char-width' greater than one.
7842 (zone-pgm-drip): Update var holding window-end position every cycle.
7843
7844 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7845
7846 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7847 rather than insert-file.
7848
7849 2004-12-16 Jay Belanger <belanger@truman.edu>
7850
7851 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7852 (math-init-random-base, math-random-digit): Check to see if
7853 var-RandSeed is bound.
7854 (math-random-last): Declare it.
7855 (math-random-digit): Don't make math-random-last local.
7856
7857 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7858
7859 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7860 one-shot thunk for uniform (error, quit, normal) recovery.
7861 Reported by John Paul Wallington.
7862 (zone-pgm-random-life): Fix bug:
7863 Recognize empty initial field by lack of "@" chars.
7864
7865 2004-12-16 Juri Linkov <juri@jurta.org>
7866
7867 * help.el (function-called-at-point):
7868 * help-fns.el (variable-at-point): As a last resort try stripping
7869 non-word prefixes and suffixes.
7870
7871 * descr-text.el (describe-property-list): Don't treat syntax-table
7872 specially. Use describe-text-sexp which inserts [show] button
7873 for large objects and handles printing errors. Sort properties
7874 by names in alphabetical order instead of by value sizes.
7875 Add `mouse-face' to list of properties for `describe-face' widget.
7876 (describe-char): Mask out face-id from 19 bits of character.
7877 Print face-id separately.
7878
7879 * replace.el (occur-accumulate-lines, occur-engine):
7880 Fontify unfontified matching lines in the source buffer
7881 before copying them.
7882 (occur-engine): Don't put mouse-face on context lines.
7883 (occur-next-error): Set point to line beginning/end
7884 before searching for prev/next property to skip multiple
7885 matches on a line (not supported by occur engine).
7886 Remove redundant prefix-numeric-value.
7887
7888 2004-12-15 Juri Linkov <juri@jurta.org>
7889
7890 * replace.el (match): New face.
7891 (list-matching-lines-face): Change default from `bold' to `match'.
7892
7893 * progmodes/grep.el (grep-match-face): New defvar.
7894 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7895 compilation-column-face to highlight grep matches.
7896
7897 * apropos.el (apropos-match-face): Change default from
7898 `secondary-selection' to `match'.
7899
7900 * info-look.el (info-lookup-highlight-face): Change default from
7901 `highlight' to `match'.
7902
7903 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7904
7905 * progmodes/executable.el (executable-interpret): Eliminate
7906 obsolete compile-internal, and switch to comint for interaction.
7907
7908 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7909
7910 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7911 `&&' when skipping multiple statements on a line.
7912
7913 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7914
7915 * play/zone.el (zone): Set `truncate-lines'.
7916 Also, init `tab-width' with value from original buffer.
7917 (zone-shift-up): Rewrite for speed.
7918 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7919 (zone-pgm-jitter): Remove redundant entries from ops vector.
7920 (zone-exploding-remove): Reduce iteration count.
7921 (zone-cpos): Convert to defsubst.
7922 (zone-replace-char): New defsubst.
7923 (zone-park/sit-for): Likewise.
7924 (zone-fret): Take window-start arg.
7925 Update callers. Use `zone-park/sit-for'.
7926 (zone-fill-out-screen): Rewrite.
7927 (zone-fall-through-ws): Likewise. Update callers.
7928 (zone-pgm-drip): Use `zone-replace-char'.
7929 Move var inits before while-loop. Use `zone-park/sit-for'.
7930 (zone-pgm-random-life): Handle empty initial field.
7931 Use `zone-replace-char' and `zone-park/sit-for'.
7932
7933 2004-12-15 Juri Linkov <juri@jurta.org>
7934
7935 * isearch.el (isearch-update): Test isearch-lazy-highlight
7936 before calling isearch-lazy-highlight-new-loop.
7937 (isearch-lazy-highlight-new-loop):
7938 Don't test isearch-lazy-highlight.
7939
7940 * replace.el (perform-replace): Add isearch-case-fold-search.
7941 Use delimited-flag for isearch-regexp.
7942 Reset isearch-lazy-highlight-last-string to force lazy
7943 highlighting when called from isearch mode.
7944 (query-replace-highlight): Revert defcustom type to boolean.
7945 (query-replace-lazy-highlight): New defcustom.
7946 (query-replace): New face.
7947 (perform-replace, replace-highlight, replace-dehighlight):
7948 Test query-replace-lazy-highlight instead of special value
7949 `isearch' of query-replace-highlight.
7950 (replace-dehighlight): Don't call isearch-dehighlight.
7951 (replace-highlight): Don't call isearch-highlight.
7952 Use face `query-replace' unconditionally.
7953
7954 2004-12-14 Kim F. Storm <storm@cua.dk>
7955
7956 * simple.el (inhibit-mark-movement): Remove defvar.
7957 (beginning-of-buffer, end-of-buffer): Don't use it.
7958
7959 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7960 Don't use inhibit-mark-movement.
7961
7962 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7963 (cua--undo-push-mark): Remove.
7964 (cua--pre-command-handler, cua--post-command-handler):
7965 Don't fiddle with inhibit-mark-movement.
7966
7967 2004-12-14 Juri Linkov <juri@jurta.org>
7968
7969 * buff-menu.el (list-buffers-noselect): Collect internal info
7970 for every buffer in BUFFER-LIST arg too.
7971 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7972 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7973 Bind same-window-buffer-names and same-window-regexps to nil.
7974
7975 2004-12-13 Juri Linkov <juri@jurta.org>
7976
7977 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7978
7979 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7980 (sc-cite-region, sc-uncite-region, sc-recite-region):
7981 Fix previous change to handle not alist as a symbol, but
7982 a citation frame as a symbol that represents a variable name.
7983
7984 2004-12-13 Richard M. Stallman <rms@gnu.org>
7985
7986 * filecache.el (file-cache-add-directory-using-find):
7987 Only set up file-cache-find-command-posix-flag if we will use it.
7988
7989 * bindings.el (mode-line-buffer-identification-keymap):
7990 Don't cancel the mode-line's usual down-mouse-1 binding.
7991
7992 * cus-edit.el (custom-face-selected): Handle `default' specs.
7993 (custom-face-edit): Increase extra-offset.
7994 (custom-display): Handle `default' specs.
7995
7996 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7997
7998 * emacs-lisp/elint.el (elint-standard-variables)
7999 (elint-unknown-builtin-args): Move definitions up.
8000
8001 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8002
8003 * info.el (info-xref-visited): Use `default' instead of t.
8004 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8005
8006 * faces.el (header-line, mode-line-inactive, tool-bar):
8007 Use `default' instead of t for setting the defaults.
8008 (face-spec-choose): Separate `t' from `default'.
8009
8010 * subr.el (while-no-input): New macro.
8011
8012 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8013
8014 * filecache.el (file-cache-add-directory-using-find):
8015 Only test file-cache-find-command-posix-flag on some systems.
8016
8017 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8018
8019 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8020 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8021 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8022 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8023 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8024
8025 2004-12-12 Juri Linkov <juri@jurta.org>
8026
8027 * files.el (find-file-other-window, find-file-other-frame):
8028 Add the first buffer to the returned value to return the complete
8029 list of all visited buffers.
8030 (find-file-read-only, find-file-read-only-other-window)
8031 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8032 `find-file-read-args'. Signal an error about non-existent file
8033 only if file name doesn't contain wildcards. Toggle read-only in
8034 all visited buffers.
8035 (find-alternate-file, find-alternate-file-other-window):
8036 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8037 called interactively. Pass arg `wildcards' to other functions.
8038 (find-file-noselect): Doc fix.
8039
8040 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8041 Doc fix.
8042 (ffap-directory-finder): New variable.
8043 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8044 (ffap-file-at-point): Add /* to immediately rejected names.
8045 Return absolute file names matching ffap-dired-wildcards.
8046 (ffap-read-file-or-url): Set default value for `completing-read'
8047 to `buffer-file-name'.
8048 (find-file-at-point): When filename matches ffap-dired-wildcards,
8049 call ffap-file-finder with t arg `wildcards', instead of dired.
8050 (ffap-other-window, ffap-other-frame): Return visited buffers.
8051 (ffap-read-only, ffap-read-only-other-window)
8052 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8053 (dired-at-point): Call ffap-directory-finder instead of dired.
8054 (ffap-dired-other-window, ffap-dired-other-frame)
8055 (ffap-list-directory): New commands.
8056 (ffap-bindings): New keybindings for new commands.
8057
8058 2004-12-12 Juri Linkov <juri@jurta.org>
8059
8060 * simple.el (beginning-of-buffer, end-of-buffer):
8061 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8062 Do not push mark when mark is active in transient-mark-mode.
8063
8064 * simple.el (mark-word):
8065 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8066 * textmodes/paragraphs.el (mark-paragraph):
8067 Extend the region when mark is active in transient-mark-mode,
8068 regardless of the last command. Doc fix.
8069
8070 * simple.el (mark-word): Preserve direction when repeating.
8071 Make arg optional. Interactive "p" -> "P".
8072 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8073
8074 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8075 preserving direction, to mark forward instead of backward when mark
8076 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8077
8078 2004-12-12 Juri Linkov <juri@jurta.org>
8079
8080 * isearch.el (isearch-edit-string): Set 7th arg of
8081 `read-from-minibuffer' to `t' to inherit the current input
8082 method (whose name is indicated by [IM] in the minibuffer prompt)
8083 from the current buffer to the minibuffer.
8084 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8085 to allow C-g quitting for lazy highlighting looping inside the
8086 search with nested repetition operators. Add overlay to the list
8087 before setting its face and other properties to avoid the case of
8088 code quitting after placing the new overlay but before it's
8089 recorded on the list. Select the window where isearch was
8090 activated, to highlight matches in the right window when isearch
8091 switches the current window to the minibuffer.
8092
8093 * international/isearch-x.el
8094 (isearch-process-search-multibyte-characters):
8095 Use `isearch-message' as initial input for `read-string' instead
8096 of adding it to the minibuffer prompt. After reading a string
8097 remove the initial value of `isearch-message' from the string.
8098
8099 * replace.el (replace-match-maybe-edit): Doc fix.
8100 (perform-replace): Don't call `replace-highlight' when automatic
8101 replacement is requested in literal mode, since it is intended
8102 only to highlight words during entering a new replacement string
8103 for \? in non-literal mode.
8104
8105 * replace.el (query-replace-highlight): Add new value `isearch'
8106 that allows query replacement to use isearch highlighting.
8107 Change type from `boolean' to `choice'. Doc fix.
8108 (replace-highlight, replace-dehighlight, perform-replace):
8109 Use isearch highlighting if query-replace-highlight eq `isearch'.
8110
8111 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8112
8113 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8114 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8115
8116 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8117 case of \end{verbatim}.
8118
8119 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8120
8121 * term.el (term-termcap-format): Synchronyze with terminfo.
8122 (term-emulate-terminal): Handle reset.
8123 (term-reset-terminal): New function.
8124
8125 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8126
8127 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8128 (zone-fill-out-screen): New func.
8129 (zone-pgm-drip): Use `zone-fill-out-screen'.
8130 Also, no longer go to point-min on every cycle.
8131 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8132 (zone-pgm-random-life-wait): New user var.
8133 (zone-pgm-random-life): New func.
8134
8135 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8136
8137 * files.el (auto-mode-alist): Map .com to DCL mode.
8138
8139 2004-12-09 Richard M. Stallman <rms@gnu.org>
8140
8141 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8142
8143 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8144
8145 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8146 buffer with a display margin.
8147
8148 2004-12-08 Jay Belanger <belanger@truman.edu>
8149
8150 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8151 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8152
8153 2004-12-08 Richard M. Stallman <rms@gnu.org>
8154
8155 * faces.el: Delete code to set display table.
8156 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8157
8158 2004-12-08 Jay Belanger <belanger@truman.edu>
8159
8160 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8161
8162 * calc/calc-ext.el (math-read-replacement-list)
8163 (math-read-superscripts, math-read-preprocess-string): Move to
8164 calc-aent.el.
8165
8166 * calc/calc-aent.el (math-read-replacement-list)
8167 (math-read-superscripts, math-read-preprocess-string): Move from
8168 calc-ext.el.
8169
8170 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8171
8172 * isearch.el (isearch-quote-char): Fix up typo in last change.
8173
8174 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8175
8176 * mouse.el (mouse-set-font): Handle the case where the command was
8177 not invoked using the mouse.
8178
8179 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8180 (edmacro-finish-edit): Further update for keyboard macros that are
8181 lambda forms.
8182 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8183
8184 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8185
8186 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8187 (font-lock-default-unfontify-region): Don't save buffer state any more.
8188
8189 2004-12-07 Jay Belanger <belanger@truman.edu>
8190
8191 * calc/calc-help.el (calc-describe-key):
8192 Set calc-summary-indentation even when Calc Summary buffer exists.
8193
8194 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8195
8196 * calendar/holidays.el (holiday-easter-etc): Make arguments
8197 optional for backwards compatibility. Doc fix.
8198 Remove un-necessary local vars mandatory, output-list.
8199 (holiday-advent): Make arguments optional for backwards
8200 compatibility. Doc fix.
8201
8202 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8203
8204 * paren.el (show-paren-function): Fix last change (2004-12-02).
8205
8206 * international/mule-util.el (char-displayable-p): Return nil for
8207 unibyte mode.
8208
8209 * subr.el (subregexp-context-p): New function.
8210
8211 * isearch.el (isearch-quote-char): Use it.
8212
8213 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8214 (regexp-opt-not-groupie*-re): Remove.
8215 (regexp-opt): Properly handle inputs with duplicate entries.
8216
8217 2004-12-06 Richard M. Stallman <rms@gnu.org>
8218
8219 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8220
8221 * cus-edit.el (custom-file): Doc fix.
8222
8223 * textmodes/org.el: New file.
8224
8225 2004-12-06 Kenichi Handa <handa@m17n.org>
8226
8227 * ldefs-boot.el: Update international/mule-util.el section.
8228
8229 2004-12-05 Sam Steingold <sds@gnu.org>
8230
8231 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8232 Fix `tramp-time-diff' comparison logic.
8233
8234 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8235
8236 * progmodes/which-func.el (which-function):
8237 Use `run-hook-with-args-until-success' instead of a custom loop.
8238 Fixes bug with local hooks.
8239
8240 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8241
8242 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8243 Use delete-dups when calculating the initial value.
8244 (bibtex-autokey-get-title): Use <=.
8245 (bibtex-goto-line): New function.
8246 (bibtex-reposition-window): Use line numbers instead of point
8247 positions. Use window-body-height.
8248 (bibtex-find-crossref): Use bibtex-reposition-window.
8249 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8250 position of entry if key is found or nil if not found.
8251
8252 2004-12-05 Richard M. Stallman <rms@gnu.org>
8253
8254 * cus-edit.el (custom-file): Doc fix.
8255
8256 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8257
8258 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 * simple.el (blink-matching-open):
8261 * textmodes/tex-mode.el (tex-validate-region):
8262 Obey syntax-table text properties.
8263
8264 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8265
8266 * wid-edit.el (widget-specify-field): Add `real-field' property to
8267 boundary.
8268 (widget-field-at): Use it.
8269
8270 2004-12-02 Richard M. Stallman <rms@gnu.org>
8271
8272 * progmodes/cc-mode.el (awk-mode autoload):
8273 Supply t meaning interactive function.
8274
8275 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8276 (isearch-mode-map): No special definition for space.
8277 (isearch-whitespace-chars): Command deleted.
8278 (isearch-forward-regexp): Doc fix.
8279 (isearch-quote-char): When a space is not inside brackets,
8280 use `[ ]' instead of just space.
8281 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8282
8283 * imenu.el (imenu--generic-function): Delete code to exclude
8284 matches in comments.
8285
8286 * man.el (Man-reverse-face): Change default to `highlight'.
8287
8288 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8289 (occur-engine): Use `face' prop rather than `font-lock-face'
8290 when specifying use of `match-face'.
8291 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8292
8293 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8294
8295 * add-log.el (add-log-current-defun): Handle the case where point
8296 is in the header part of a DEFUN construct.
8297
8298 2004-12-02 Dave Love <fx@gnu.org>
8299
8300 * progmodes/python.el (python-font-lock-syntactic-keywords):
8301 Fix previous change.
8302
8303 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8304
8305 * paren.el (show-paren-function): Check for matching chars
8306 specified by text props.
8307
8308 2004-12-02 Jay Belanger <belanger@truman.edu>
8309
8310 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8311 when reading a new key sequence.
8312
8313 2004-12-02 Kim F. Storm <storm@cua.dk>
8314
8315 * faces.el (escape-glyph): Rename from glyph.
8316 (standard-display-table): Set it here. Add escape-glyph face to
8317 extra slot characters.
8318
8319 * disp-table.el: Undo 2004-12-01 change. Display table is now
8320 setup in faces.el.
8321
8322 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8323
8324 * xml.el (xml-parse-dtd): Don't show validity messages when
8325 xml-validating-parser is nil.
8326 (xml-substitute-special): Fix validity error messages to
8327 actually show the unexpandable entity. Added validity error if &
8328 isn't followed by an entity.
8329 (xml-parse-tag): Concatenate any string following the a
8330 <![CDATA[]]> section to the parsed CDATA.
8331 (xml-parse-dtd): Skip parameter entity declarations and use of
8332 parameter entities.
8333
8334 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8335
8336 * kmacro.el (kmacro-default-counter-format): New var.
8337 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8338 (kmacro-display): Remove `nil' from `and' form. Delete call to
8339 `format' inside `message'.
8340 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8341
8342 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8343
8344 * pcvs.el (cvs-header-msg): New function.
8345 (cvs-update-header): Use it. Change calling convention.
8346 Correctly handle the case of having simultaneous active processes.
8347 (cvs-sentinel): Don't call cvs-update-header any more.
8348 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8349
8350 2004-12-01 Jay Belanger <belanger@truman.edu>
8351
8352 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8353 Change message.
8354
8355 2004-12-01 Juri Linkov <juri@jurta.org>
8356
8357 * progmodes/prolog.el (prolog-mode-variables):
8358 Fix imenu-generic-expression.
8359
8360 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8361
8362 * faces.el (glyph): New face.
8363
8364 * disp-table.el: Add an autoloaded table, that doesn't require
8365 this library, with glyph face.
8366
8367 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8368 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8369 (conf-quote-normal): Allow normalizing only ' or ".
8370 (conf-mode): Regexp-quote constructed comment-start and don't
8371 match section {} where "name" contains braces.
8372
8373 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8374 files.
8375
8376 2004-12-01 Kenichi Handa <handa@m17n.org>
8377
8378 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8379 (x-select-text): Don't treat eight-bit-control/graphic chars
8380 specially. Store the encoded text in the X cut buffer.
8381 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8382 with x-last-selected-text-cut-encoded.
8383
8384 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8385
8386 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8387
8388 2004-11-30 Markus Rost <rost@ias.edu>
8389
8390 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8391 AUCTeX.
8392
8393 2004-11-30 Jay Belanger <belanger@truman.edu>
8394
8395 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8396 on signs of intervals.
8397 (math-pow-of-zero): Strengthen checks for positive and negative
8398 exponents.
8399
8400 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8401 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8402 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8403 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8404 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8405 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8406 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8407 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8408 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8409 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8410 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8411 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8412 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8413 with provide statements.
8414
8415 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8416
8417 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8418
8419 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8420 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8421 functions by require statements.
8422 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8423
8424 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8425 (calc-gnuplot-print): Give them values.
8426
8427 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8428 autoloads.
8429 Add calc-do-embedded-activate to autoloads.
8430 (calc-gnuplot-name, calc-gnuplot-plot-command)
8431 (calc-gnuplot-print-command): Move them to calc-graph.el.
8432
8433 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8434
8435 * term/mac-win.el (ccl-encode-mac-roman-font)
8436 (ccl-encode-mac-cyrillic-font)
8437 (ccl-encode-mac-centraleuropean-font, encoder-list)
8438 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8439 Support Cyrillic, CentralEuropean, and Dingbat font display
8440
8441 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8442
8443 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8444
8445 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8446 still nil.
8447
8448 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8449
8450 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8451 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8452
8453 2004-11-29 Jay Belanger <belanger@truman.edu>
8454
8455 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8456 cases of the base and exponent.
8457
8458 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8459
8460 * simple.el (next-error-buffer-p): Allow for inclusive and
8461 exclusive tests for finding a buffer.
8462 (next-error-find-buffer): Pass the exclusive and inclusive tests
8463 to next-error-buffer-p.
8464
8465 * replace.el (occur-next-error): Switch to the Occur buffer when
8466 appropriate, use the exclusive filter to next-error-find-buffer to
8467 do it. Use the absolute value of the motion amount.
8468
8469 2004-11-29 Kenichi Handa <handa@m17n.org>
8470
8471 * startup.el (command-line): Decode all default-directory by
8472 locale-coding-system.
8473
8474 2004-11-29 Jay Belanger <belanger@truman.edu>
8475
8476 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8477 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8478 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8479 Replace calls to calc-extensions by appropriate require, replace
8480 calc-extensions-loaded by appropriate featurep.
8481
8482 * calc/calc-ext.el: Move require to end of file.
8483 Remove redundant loading of calc.el.
8484 (calc-extensions-loaded): Remove unnecessary variable.
8485 (calc-extensions): Remove unnecessary function.
8486 (calc-load-everything): Replace calc-need-macros by appropriate require.
8487
8488 * calc/calc-macs.el: Move provide to end of file.
8489 (calc-need-macros): Remove unnecessary function.
8490
8491 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8492 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8493 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8494 Replace calc-extensions by appropriate require.
8495 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8496
8497 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8498 Replace calc-need-macros by appropriate require.
8499
8500 * calc/calc.el: Move require to end of file.
8501 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8502 Remove unnecessary variable.
8503 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8504 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8505 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8506 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8507 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8508 (math-format-number, math-format-bignum, math-read-number)
8509 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8510 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8511 by appropriate require.
8512 (calc-check-defines): Replace calc-need-macros by appropriate require.
8513
8514 2004-11-29 Kim F. Storm <storm@cua.dk>
8515
8516 * macros.el (insert-kbd-macro): Handle kmacro functions.
8517
8518 2004-11-28 Juri Linkov <juri@jurta.org>
8519
8520 * compare-w.el (compare-windows-highlight): Attach each overlay
8521 to its window to properly highlight differences while comparing
8522 two windows of the same buffer. Fix arguments.
8523 (compare-windows-sync-default-function): Fix arguments of
8524 `compare-windows-highlight'.
8525
8526 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8527 Use `read-expression-history'. Set initial contents only if
8528 `edebug-global-break-condition' is non-nil. Set histpos to 1
8529 if initial contents is equal to the last history element.
8530 (edebug-set-conditional-breakpoint): Instead of temporarily
8531 prepending the current condition to the history, set initial
8532 contents to the current condition. Set histpos to 1 if initial
8533 contents is equal to the last history element.
8534
8535 * info.el (Info-search-whitespace-regexp): Remove shy group.
8536 (Info-search): Forward line if search is on the header line.
8537 Use search-whitespace-regexp in two other places.
8538
8539 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8540
8541 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8542 warning. Delay real definition, which uses
8543 `set-fringe-indicators-1' till after the definition of that function.
8544
8545 2004-11-28 Kim F. Storm <storm@cua.dk>
8546
8547 * fringe.el (fringe): New defgroup.
8548 (fringe-mode): Move to fringe group.
8549 (fringe-indicators): New defcustom.
8550 (set-fringe-indicators-1): New defun.
8551
8552 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8553 (menu-bar-showhide-fringe-ind-menu): New keymap.
8554 (menu-bar-showhide-fringe-ind-empty)
8555 (menu-bar-showhide-fringe-ind-mixed)
8556 (menu-bar-showhide-fringe-ind-box)
8557 (menu-bar-showhide-fringe-ind-right)
8558 (menu-bar-showhide-fringe-ind-left)
8559 (menu-bar-showhide-fringe-ind-none): New defuns.
8560 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8561
8562 2004-11-27 Richard M. Stallman <rms@gnu.org>
8563
8564 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8565
8566 * generic.el (define-generic-mode): Doc fix.
8567
8568 * menu-bar.el (menu-bar-options-save): For the options
8569 that are toggled with menu-bar-make-mm-toggle, don't check
8570 for customized-value prop.
8571
8572 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8573
8574 * mail/supercite.el (sc-cite-region): Handle the case where
8575 sc-cite-frame-alist is a symbol.
8576 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8577 a symbol.
8578 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8579 a symbol.
8580
8581 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8582
8583 * wid-edit.el (widget-narrow-to-field): New function.
8584 (widget-complete): Use it.
8585
8586 2004-11-27 Jay Belanger <belanger@truman.edu>
8587
8588 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8589 variable.
8590 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8591 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8592 (math-alg-inequalities): Move declaration to earlier in the file.
8593
8594 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8595 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8596 Declare them.
8597
8598 * calc/calc-lang.el (math-expr-data, math-expr-token)
8599 (math-exp-old-pos): Declare them.
8600
8601 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8602 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8603
8604 2004-11-27 Kim F. Storm <storm@cua.dk>
8605
8606 * progmodes/flymake.el: Use (featurep 'xemacs).
8607 (flymake-makehash): Change to defsubst. Use fboundp.
8608 (flymake-time-to-float): Remove.
8609 (flymake-float-time): Merge code from flymake-time-to-float here.
8610 (flymake-replace-regexp-in-string): Change to defsubst.
8611 (flymake-split-string-remove-empty-edges):
8612 Rename to flymake-split-string.
8613 (flymake-split-string): Remove previous defalias.
8614 (flymake-get-temp-dir): Change to defsubst.
8615 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8616 Define for xemacs only.
8617 (flymake-master-file-count-limit): Change into compiler defvar only.
8618 (flymake-find-possible-master-files): Let-bind it dynamically while
8619 sorting files using flymake-master-file-compare.
8620
8621 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8622
8623 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8624 of defun-prompt-regexp matches inside a comment/string but the
8625 beginning is correctly outside everything.
8626
8627 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8628 appears within a string or a comment.
8629
8630 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8631 rather than make-symbol for symbols which are used in
8632 a symbol-macrolet or equivalent.
8633
8634 2004-11-26 Jay Belanger <belanger@truman.edu>
8635
8636 * calc-misc.el (calc-last-why-command): Declare it.
8637
8638 * calc-vec.el (math-grade-vec): New variable.
8639 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8640 Replace variable grade-vec by declared variable.
8641 (math-rb-close): New variable.
8642 (math-read-brackets, math-read-vector): Replace variable close by
8643 declared variable.
8644
8645 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8646 (calc-one-window, calc-edit-handler, calc-restore-trail)
8647 (calc-allow-ret): Declare them.
8648
8649 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8650 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8651 (math-radix-float-cache-tag, math-random-cache)
8652 (math-max-digits-cache, math-integral-cache, math-units-table)
8653 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8654 (math-moc-func): New variable.
8655 (math-map-over-constants, math-map-over-constants-rec):
8656 Replace variable func by declared variable.
8657
8658 * calc/calc-store.el (calc-given-value, calc-store-opers):
8659 Declare them.
8660 (calc-var-name-map): Move declaration to earlier in the file.
8661 (calc-pv-pos): New variable.
8662 (calc-permanent-variable, calc-insert-permanent-variable):
8663 Replace variable pos by declared variable.
8664
8665 * calc/calc-mtx.el (calc-det-lu): New variable.
8666 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8667
8668 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8669 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8670 and arg by declared variables.
8671 (calcFunc-reducer): Fix incorrect variable.
8672 (math-inner-mul-func, math-inner-add-func): New variables.
8673 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8674 and add-func by declared variables.
8675
8676 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8677 (calc-digit-value): Declare them.
8678
8679 * calc/calc-help.el (Info-history): Declare it.
8680 (calc-describe-key): Make calc-summary-indentation a local variable.
8681 (calc-help-long-names): Move declaration to earlier in file.
8682
8683 * calc/calc-embed.el (calc-original-buffer): Declare it.
8684 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8685 (calc-embed-bot): New variables.
8686 (calc-do-embedded, calc-embedded-mark-formula)
8687 (calc-embedded-find-bounds, calc-embedded-duplicate)
8688 (calc-embedded-new-formula, calc-embedded-make-info):
8689 Replace vars outer-top, outer-bot, bot and top by declared variables.
8690 (calc-embed-prev-modes): New variable.
8691 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8692 prev-modes with declared variable.
8693 (calc-embed-vars-used): New variable.
8694 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8695 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8696 vars-used by declared variable.
8697
8698 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8699 (math-format-radix-float): Remove unnecessary setq.
8700 (math-radix-float-cache): Declare it.
8701
8702 * calc/calcsel2.el (calc-keep-selection): Declare it.
8703
8704 * calc/calc-maint.el: Remove file.
8705
8706 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8707
8708 * textmodes/bibtex.el (bibtex-sort-entry-class)
8709 (bibtex-comment-start): Use defcustom.
8710 (bibtex-entry-field-alist): Use nil if initial content of the
8711 field is undefined. Fix docstring.
8712 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8713 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8714 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8715 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8716 Fix docstring.
8717 (bibtex-autokey-title-terminators): Use only one regexp.
8718 (bibtex-string-maybe-empty-head): New variable.
8719 (bibtex-remove-delimiters-string): New function.
8720 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8721 Use bibtex-remove-delimiters-string.
8722 (bibtex-progress-message, bibtex-field-left-delimiter)
8723 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8724 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8725 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8726 Simplify.
8727 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8728 Use eq and bibtex-remove-delimiters-string. For end markers use
8729 insertion type so that marker stays after inserted text.
8730 (bibtex-autokey-get-names): Return empty string if name is missing.
8731 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8732 calling bibtex-autokey-name-case-convert.
8733 (bibtex-autokey-demangle-title):
8734 Call bibtex-autokey-titleword-case-convert. Remove call to
8735 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8736 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8737 (bibtex-read-key): New optional arg global.
8738 (bibtex-files-expand): New optional arg force.
8739 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8740 (bibtex-complete-crossref-cleanup): Rename from
8741 bibtex-complete-key-cleanup. Simplify code.
8742 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8743 Operate on current entry.
8744 (bibtex-button): Add docstring.
8745 (bibtex-entry): Simplify.
8746 (bibtex-make-field): Replace optional arg called-by-yank with more
8747 specific args move and interactive.
8748 (bibtex-end-of-entry): Use forward-sexp.
8749 (bibtex-find-entry-globally): Remove.
8750 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8751 Bound to C-c C-x.
8752 (bibtex-find-entry): New optional args global and display.
8753 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8754 (bibtex-validate): Use arg force of bibtex-files-expand.
8755 (bibtex-clean-entry): Bugfix, clean string entries properly.
8756 Always keep point at beginning of entry.
8757 (bibtex-complete): Bugfix. Handle string entries properly.
8758 Call cleanup functions only if needed.
8759 (bibtex-String): Use bibtex-read-string-key.
8760 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8761 case of replacement text.
8762
8763 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8764
8765 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8766 (tramp-perl-directory-files-and-attributes): New constant.
8767 (tramp-file-name-handler-alist): Delete file-directory-files, add
8768 directory-files-and-attributes.
8769 (tramp-perl-file-attributes): Surround uid and gid by double
8770 quotes. Change parameter id-format from nonnumeric.
8771 (tramp-convert-file-attributes): New function.
8772 (tramp-handle-file-attributes): Use it.
8773 (tramp-maybe-send-perl-script): New function.
8774 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8775 file mode. Change parameter id-format from nonnumeric.
8776 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8777 from nonnumeric.
8778 (tramp-post-connection): Don't send tramp-perl-file-attributes
8779 script. Reset connection property "perl-scripts".
8780 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8781 in use.
8782
8783 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8784
8785 * desktop.el (desktop-read): Replace mapcar with mapc.
8786 (desktop-create-buffer): Replace mapcar with mapc.
8787 Remove redundant piece of code.
8788
8789 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8790
8791 * progmodes/gud.el (gud-display-line): Use display-buffer
8792 for GDB-UI as for GUD.
8793
8794 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8795 Delete variables.
8796 (gdb-ann3): Don't make GUD buffer dedicated.
8797 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8798 (gdb-display-source-buffer): Delete function.
8799 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8800 (menu): Delete menu bindings for viewing source/assembler.
8801 (gdb-setup-windows, gdb-restore-windows):
8802 Don't dedicate GUD. No assembler now.
8803 (gdb-reset): No need to undedicate source buffers now.
8804 (gdb-source-info): No assembler now.
8805
8806 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8807
8808 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8809 width to those for special frames.
8810 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8811 Use display-buffer.
8812 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8813 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8814 (gdb-frame-assembler-buffer): Rework like
8815 gdb-frame-breakpoints-buffer.
8816
8817 2004-11-25 Richard M. Stallman <rms@gnu.org>
8818
8819 * progmodes/flymake.el: Reindent.
8820 (flymake-split-string): Turn into defalias.
8821 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8822 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8823 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8824 (flymake-build-relative-filename): Rename from ...path.
8825 Fix error message.
8826
8827 2004-11-25 Cheng Gao <chenggao@gmail.com>
8828
8829 * progmodes/flymake.el: Much whitespace and capitalization change.
8830 Move `provide' to end. Require `compile' only when compiling.
8831
8832 2004-11-24 Jay Belanger <belanger@truman.edu>
8833
8834 * calc/calc-alg.el: Added comment.
8835 (math-polynomial-base): Replace variable mpb-top-expr by
8836 math-poly-base-top-expr.
8837
8838 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8839 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8840 variable.
8841 (math-poly-base-total-base): New variable.
8842 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8843 mpb-total-base by declared variable.
8844 (math-factored-vars, math-to-list): Declare it.
8845 (math-fact-expr): New variable.
8846 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8847 (math-factor-expr-try, math-factor-expr-part): Replace variable
8848 expr by declared variable.
8849 (math-fet-x): New variable.
8850 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8851 by declared variable.
8852 (math-factor-poly-coefs): Make temp a local variable.
8853
8854 * calc/calc-units.el (calc-convert-units): Make units a local
8855 variable.
8856 (calc-num-units, calc-den-units): New variables.
8857 (calc-explain-units, calc-explain-units-rec): Replace variables
8858 num-units and den-units by declared variables.
8859 (math-cu-unit-list): New variable.
8860 (math-build-units-table, math-compare-unit-names)
8861 (math-convert-units, math-convert-units-rec): Replace variable
8862 unit-list by declared variable.
8863 (math-fbu-base, math-fbu-entry): New variables.
8864 (math-find-base-units, math-find-base-units-rec): Replace variables
8865 base and entry by declared variables.
8866 (math-which-standard): New variable.
8867 (math-to-standard-units, math-to-standard-rec): Replace variable
8868 which-standard by declared variable.
8869 (math-fcu-u): New variable.
8870 (math-find-compatible-unit, math-find-compatible-unit-rec):
8871 Replace variable u by declared variable.
8872 (math-cu-new-units, math-cu-pure): New variables.
8873 (math-convert-units, math-convert-units-rec): Replace variables
8874 new-units and pure by declared variables.
8875 (math-try-cancel-units): New variable.
8876 (math-simplify-units-quotient): Replace variable try-cancel-units by
8877 declared variable.
8878
8879 2004-11-24 Richard M. Stallman <rms@gnu.org>
8880
8881 * textmodes/ispell.el (ispell-check-version):
8882 If default-directory is nonexistent, use home dir.
8883
8884 * progmodes/grep.el (grep-regexp-alist):
8885 Don't match parens around line numbers.
8886
8887 * progmodes/cperl-mode.el (cperl-indent-region)
8888 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8889 Don't print progress messages.
8890
8891 * progmodes/compile.el (compilation-mode-map):
8892 Don't inherit from compilation-minor-mode-map;
8893 copy its bindings instead. But the menu bar Compile
8894 entry now does inherit from compilation-menu-map.
8895
8896 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8897 Use with-no-warnings around compiler-macroexpand.
8898
8899 * imenu.el: Don't always require newcomment.
8900 (imenu--generic-function): Call comment-normalize-vars
8901 if we have a comment syntax.
8902 Exit the loop if REGEXP matches the null string.
8903 Test comment-start as well as comment-start-skip
8904 when deciding whether to check for comments.
8905
8906 * tooltip.el (tooltip-mode): Doc fix.
8907
8908 * term.el (term-escape-char, term-mode): Doc fixes.
8909
8910 2004-11-24 Dave Love <fx@gnu.org>
8911
8912 * progmodes/python.el (python-font-lock-syntactic-keywords):
8913 Check for escapes in the regexp.
8914 (python-quote-syntax): Don't do it here.
8915
8916 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8917
8918 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8919 (gdb-frames-mode-map, gdb-threads-mode-map)
8920 (gdb-registers-mode-map, gdb-locals-mode-map)
8921 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8922 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8923
8924 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8925 (dedicated-switch-to-buffer): Rework.
8926 (gdb-var-evaluate-expression-handler, gdb-put-string):
8927 Remove unused variable bindings.
8928 (gdb-setup-windows, gdb-display-buffer):
8929 Simplify. Use pop-to-buffer.
8930 (gdb-view-source-function): Simplify.
8931 (gdb-frame-breakpoints-buffer):
8932 Use pop-to-buffer, special-display-regexps.
8933
8934 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8935
8936 * progmodes/f90.el (f90-smart-end)
8937 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8938 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8939 (f90-end-of-block): Doc fix. Make check of outermost block
8940 conditional on value of `f90-smart-end'.
8941 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8942 Handle case where END-BLOCK is nil.
8943 (f90-match-end): Handle un-named PROGRAM blocks.
8944 (f90-backslash-not-special): New function.
8945
8946 2004-11-24 Jay Belanger <belanger@truman.edu>
8947
8948 * calc/calc.el (calc-embedded-active): Removed unnecessary
8949 declaration.
8950 (calc-show-banner): Removed redundant declaration.
8951
8952 * calc/calc-graph.el (calc-gnuplot-default-device)
8953 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8954 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8955 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8956 Remove redundant initial values.
8957
8958 * calc/calc-arith.el (math-scalar-functions)
8959 (math-nonscalar-functions, math-scalar-if-args-functions)
8960 (math-real-functions, math-positive-functions)
8961 (math-nonnegative-functions, math-real-scalar-functions)
8962 (math-real-if-arg-functions, math-integer-functions)
8963 (math-num-integer-functions, math-rounding-functions)
8964 (math-float-rounding-functions, math-integer-if-args-functions)
8965 (math-super-types): Move declarations to earlier in file.
8966 (math-unit-prefixes): Declared it.
8967 (math-floor-prec, math-trunc-prec): New variables.
8968 (math-trunc-fancy): Replace variable prec by declared variable.
8969 (math-floor-fancy): Replace variable prec by declared variable.
8970 (math-com-bterms): New variable.
8971 (math-commutative-equal, math-commutative-collect):
8972 Replace variable bterms by declared variable.
8973
8974 * calc/calc-misc.el (math-trunc): Replace variable prec by
8975 math-trunc-prec.
8976 (math-floor): Replace variable prec by math-floor-prec.
8977
8978 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8979 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8980 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8981 (math-format-date, math-format-date-part): Replace variables
8982 date, dt, year, month, day, weekday, hour, minute, second and
8983 bc-flag by declared variables.
8984 (math-pd-str): New variable.
8985 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8986 Replace variable str by declared variable.
8987 (math-daylight-savings-hook, math-tzone-names): Move definitions
8988 to earlier in the file.
8989 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8990 (math-sh-year): New variable.
8991 (math-setup-add-holidays, math-setup-holidays)
8992 (math-setup-year-holidays): Replace variable `year' by declared
8993 variable.
8994
8995 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8996 New variables.
8997 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8998 n, nf and nfm1 by declared variables.
8999 (math-nri-n): New variable.
9000 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9001 n by declared variable.
9002 (calcFunc-log): Removed misplaced condition.
9003
9004 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9005
9006 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9007
9008 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9009
9010 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9011 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9012 Dedicate gdb-related windows.
9013 (gdb-display-buffer): Dedicate gdb-related windows.
9014 Don't grab other frames.
9015 (gdb-reset): Remove dedicated property after debugging.
9016
9017 2004-11-24 Jay Belanger <belanger@truman.edu>
9018
9019 * calc/calc-sel.el: Add comment.
9020
9021 * calc/calc.el (math-stack-value-offset): Replace variables c,
9022 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9023
9024 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9025 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9026 (math-stack-value-offset-fancy): Replace variables c, wid and off
9027 by declared variables.
9028 (math-comp-just, math-comp-comma-spc): New variables.
9029 (math-compose-expr, math-compose-matrix): Replace variables `just'
9030 and comma-spc by declared variable.
9031 (math-comp-vector-prec): New variable.
9032 (math-compose-expr, math-compose-matrix, math-compose-rows):
9033 Replace variable vector-prec by declared variable.
9034 (math-comp-left-bracket, math-comp-right-bracket)
9035 (math-comp-comma): New variables.
9036 (math-compose-expr, math-compose-rows): Replace variables
9037 left-bracket, right-bracket and comma by declared variables.
9038 (math-comp-full-width): New variable.
9039 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9040 Replace variable full-width by declared variable.
9041 (math-comp-highlight, math-comp-word, math-comp-level)
9042 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9043 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9044 New variables.
9045 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9046 (math-comp-sel-flat-term): Replace variables comp-highlight,
9047 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9048 declared variables.
9049 (math-comp-simplify, math-comp-simplify-term)
9050 (math-comp-add-string, math-comp-add-string-sel):
9051 Replace variables comp-highlight, comp-buf, comp-base,
9052 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9053
9054 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9055
9056 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9057
9058 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9059 and x-server-version may throw.
9060
9061 2004-11-23 Kim F. Storm <storm@cua.dk>
9062
9063 * subr.el (substitute-key-definition-key): Optimize.
9064 Don't call indirect-function for nil defn (always signals error).
9065
9066 * ido.el (ido-read-internal): Fix require-match check when
9067 ido-directory-too-big is set.
9068
9069 2004-11-23 Jay Belanger <belanger@truman.edu>
9070
9071 * calc/calc-ext.el (math-read-replacement-list)
9072 (math-read-superscripts): New variables.
9073 (math-read-preprocess-string): New function.
9074 (math-read-expr): Filter input through math-read-preprocess-string.
9075
9076 * calc/calc-aent.el (math-read-exprs): Filter input through
9077 math-read-preprocess-string.
9078
9079 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9080
9081 * progmodes/compile.el (compilation-start): In cd command use
9082 substitute-env-vars -- not quite shell compatible but better than
9083 nothing.
9084 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9085 handle the newer versions messages, which are more parseable.
9086
9087 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9088
9089 * reveal.el (reveal-mode-map): New var.
9090 (reveal-mode): Use it.
9091
9092 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9093
9094 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9095 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9096
9097 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9098
9099 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9100 header-line when needed.
9101 Use fixed-pitch only in the header-line.
9102 Build the underline automatically. Use emdash if available.
9103
9104 2004-11-22 Richard M. Stallman <rms@gnu.org>
9105
9106 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9107 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9108
9109 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9110
9111 * progmodes/gdb-ui.el (gdb-resync): New function.
9112 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9113 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9114 Use it to fail more gracefully.
9115 (gdb-variables): Delete variable.
9116 Re-order variables to reduce byte-compiler warnings.
9117
9118 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * descr-text.el (describe-char):
9121 * paren.el (show-paren-function):
9122 * subr.el (syntax-after): Undo last change.
9123
9124 * progmodes/python.el (run-python): Don't hard code *Python*.
9125 Don't modify global process-environment.
9126 (python-send-region, python-load-file): Don't assume that
9127 python-buffer == (process-buffer (python-proc)).
9128 (python-switch-to-python): Simplify.
9129
9130 * dired.el (dired-align-file): Don't assume line starts with spaces.
9131
9132 2004-11-21 Jay Belanger <belanger@truman.edu>
9133
9134 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9135 Replace variable `lines' by math-read-big-lines.
9136 (math-read-big-expr): Replace variables the-baseline, the-h2
9137 and err-msg by math-read-big-baseline, math-read-big-h2 and
9138 math-read-err-msg.
9139 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9140
9141 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9142 (math-read-big-balance): Replace unbound variable by value.
9143 (math-read-big-lines): New variable.
9144 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9145 (math-read-big-error, math-read-big-balance): Replace variable
9146 `lines' by declared variable.
9147 (math-read-big-baseline, math-read-big-h2): New variables.
9148 (math-read-big-rec): Replace variables the-baseline and the-h2
9149 by declared variables.
9150 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9151 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9152 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9153 declared variables.
9154 (math-read-big-err-msg): New variable.
9155 (math-read-big-error): Replace variable err-msg by declared variable.
9156
9157 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * ses.el: Add coding cookie.
9160 Fix up docstrings, follow new commenting conventions.
9161 (ses-header-line-menu): Fix missing variable rename for header-row.
9162 (ses-cell-size): Remove.
9163 (ses-make-cell): New function.
9164 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9165 (ses-calculate-cell): Remove unused var `symbol'.
9166 (ses-narrowed-p): New function.
9167 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9168 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9169 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9170 (ses-setup): Use restore-buffer-modified-p.
9171 (ses-cleanup): Remove unused var `end'.
9172 (ses-header-string-left-offset): Remove.
9173 (ses-create-header-string): Adjust to new behavior of `align-to'.
9174 Truncate excessively large fields to preserve alignment.
9175 (ses-reconstruct-all): Remove unused var `refs'.
9176 (ses-read-cell-printer): Remove unused var `prompt'.
9177 (ses-delete-row): Remove unused var `pos'.
9178 (ses-delete-column): Remove unused var `new'.
9179
9180 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9181
9182 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9183 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9184 Eliminate eval-and-compile usage.
9185 (ps-insert-file): Use insert-file-contents instead of insert-file.
9186 (ps-setup): Code fix.
9187
9188 * printing.el (pr-setup, lpr-setup): Code fix.
9189
9190 2004-11-21 Jay Belanger <belanger@truman.edu>
9191
9192 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9193 (calc-original-buffer): Declare them.
9194 (calc-user-formula-alist): New variable.
9195 (calc-user-define-formula, calc-fix-user-formula)
9196 (calc-user-define-composition, calc-finish-formula-edit):
9197 Replace variable `alist' by declared variable.
9198 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9199 (var-q7, var-q7, var-q8, var-q9): Declare them.
9200 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9201 are bound.
9202 (calcFunc-typeof): Replace undeclared variable by expression.
9203 (math-exp-env): New variable.
9204 (math-define-body, math-define-exp): Replace exp-env by declared var.
9205 (math-define-exp): Replace misplaced variable by expression.
9206
9207 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9208 (calc-curve-model, calc-curve-coefnames): New variables.
9209 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9210 varnames, model and coefnames by declared variables.
9211 (math-root-widen): New variable.
9212 (math-search-root, math-find-root): Replace variable root-widen by
9213 declared variable.
9214 (var-DUMMY): Declare it.
9215 (math-root-vars, math-min-vars): Move the declarations to earlier in
9216 the file.
9217 (math-brent-min): Make d a local variable.
9218 (math-find-minimum): Replace non-existent variable.
9219 (math-ninteg-romberg): Remove unnecessary variable.
9220 (math-ninteg-temp): New variable.
9221 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9222 integ-temp by declared variable.
9223 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9224 New variables.
9225 (math-general-fit): Replace variables first-var, first-coef and
9226 new-coefs by declared variables.
9227 (calcFunc-fitvar): Replace variable first-var by declared variable.
9228 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9229 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9230 (math-all-vars-vars, math-all-vars-found): New variables.
9231 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9232 found by declared variable math-all-vars-vars.
9233
9234 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9235
9236 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9237 of `defconst'.
9238
9239 2004-11-20 Richard M. Stallman <rms@gnu.org>
9240
9241 * isearch.el (isearch-mode-map): Don't bind SPC.
9242 (isearch-whitespace-chars): Function deleted.
9243 (isearch-search): Bind search-spaces-regexp.
9244 (isearch-lazy-highlight-search): Likewise.
9245 (search-whitespace-regexp): Doc fix.
9246 (isearch-forward-regexp): Doc fix.
9247
9248 * emacs-lisp/bytecomp.el (byte-compile-form):
9249 Move the calls to byte-compile-set-symbol-position,
9250 to avoid having two for the same symbol occurrence.
9251
9252 * comint.el (comint-input-ring-size): Increase to 150.
9253
9254 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9255 New variables.
9256 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9257 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9258
9259 * imenu.el (imenu--generic-function):
9260 Ensure we keep moving backward even if BEG isn't further back.
9261
9262 * replace.el (query-replace-read-to, query-replace-read-from):
9263 Specify t for KEEP-ALL in read-from-minibuffer.
9264
9265 * progmodes/python.el (python-switch-to-python):
9266 If Python isn't running, start it.
9267 Don't alter debug-ignored-errors.
9268
9269 * progmodes/cperl-mode.el (cperl-indent-region):
9270 Don't mind imenu-scanning-message.
9271
9272 * bindings.el (global-map): Bind C-e to move-end-of-line.
9273
9274 * simple.el (line-move-finish): New arg FORWARD.
9275 Ignore invisible newlines, not intangible ones.
9276 Conditions for acceptable stopping positions depend on FORWARD.
9277 (line-move): Pass FORWARD arg to line-move-finish.
9278
9279 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9280 of HEADER. Compensate for this change in the code to add display
9281 properties. Don't make the first line intangible.
9282
9283 * info.el (Info-search): Fix previous change.
9284
9285 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9286
9287 * Makefile.in (recompile): Revert 2004-11-19 change.
9288 (compile): Likewise.
9289
9290 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9291
9292 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9293
9294 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9295
9296 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9297 defgroup and defcustom. Eliminate eval-and-compile usage.
9298
9299 * progmodes/ebnf-otz.el: Fix typos.
9300
9301 2004-11-19 Jay Belanger <belanger@truman.edu>
9302
9303 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9304 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9305 disp-trail by declared variable.
9306
9307 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9308 (calc-finish-selection-edit): Replace variable disp-trail by
9309 declared variable.
9310 (calc-selection-cache-entry): Move declaration to earlier in the file.
9311 (calc-selection-cache-num, calc-selection-cache-comp)
9312 (calc-selection-cache-offset, calc-selection-true-num)
9313 (calc-final-point-line, calc-final-point-column)
9314 (calc-original-buffer): Declare them.
9315 (calc-fnp-op, calc-fnp-num): New variables.
9316 (calc-find-nth-part, calc-find-nth-part-rec)
9317 (calc-select-previous): Replace op and num by declared variables.
9318 (calc-rsf-old, calc-rsf-new): New variables.
9319 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9320 Replace variables old and new by declared variables.
9321 (calc-sel-reselect): New variable.
9322 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9323 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9324 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9325 reselect with declared variable.
9326
9327 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9328 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9329 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9330 (math-import-list, math-rewrite-phase): Declare them.
9331 (math-rewrite): Use let* to declare variables.
9332 (calc-rewrite-selection): Make rules a local variable.
9333 (calc-rewr-sel): New variable.
9334 (calc-rewrite-selection, calc-locate-selection-marker)
9335 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9336 of sel.
9337 (math-rewrite-whole-expr): New variable.
9338 (math-rewrite, math-rewrite-phase): Replace variable expr by
9339 declared variable.
9340 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9341 (math-rewrite-heads-blanks ): New variables.
9342 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9343 heads, skips and blanks by declared variables.
9344 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9345 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9346 New variables.
9347 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9348 old, new, old-func and new-func by declared variables.
9349 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9350 Remove unnecessary variable.
9351 (math-apply-rw-regs): New variable.
9352 (math-apply-rewrites, math-rwapply-replace-regs)
9353 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9354 (math-apply-rw-ruleset): New variable.
9355 (math-apply-rewrites, math-rwapply-remember): Replace variable
9356 ruleset by declared variable.
9357
9358 2004-11-19 Richard M. Stallman <rms@gnu.org>
9359
9360 * info.el (Info-search): Use search-whitespace-regexp.
9361
9362 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9363
9364 * vc-rcs.el (vc-rcs-parse): New function.
9365 (vc-rcs-annotate-command): Likewise.
9366 (vc-rcs-annotate-current-time): Likewise.
9367 (vc-rcs-annotate-time): Likewise.
9368 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9369
9370 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9371
9372 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9373
9374 2004-11-18 Jay Belanger <belanger@truman.edu>
9375
9376 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9377
9378 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9379
9380 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9381 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9382 Use make-temp-file to generate PostScript files in any situation.
9383 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9384 (pr-interactive-p): Eliminate var.
9385 (pr-save-interactive): Eliminate macro.
9386 (pr-interface, pr-ps-directory-preview)
9387 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9388 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9389 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9390 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9391 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9392 (pr-ps-region-ps-print, pr-ps-mode-preview)
9393 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9394 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9395 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9396 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9397 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9398 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9399 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9400 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9401 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9402 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9403 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9404 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9405 Eliminate pr-save-interactive usage.
9406 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9407 Eliminate pr-interactive-p usage.
9408 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9409 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9410 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9411 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9412 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9413 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9414 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9415 New funs.
9416 (pr-ps-file): Use make-temp-file to generate a temporary file.
9417
9418 2004-11-17 Jay Belanger <belanger@truman.edu>
9419
9420 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9421 a local variable.
9422 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9423 (math-top-only): New variable.
9424 (math-simplify, math-simplify-step): Replace variable top-only by
9425 declared variable math-top-only.
9426 (math-simplify-expr): Declare it.
9427 Replace argument expr in all calls of math-defsimplify by
9428 math-simplify-expr.
9429 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9430 (math-simplify-divisor, math-simplify-one-divisor)
9431 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9432 (math-simplify-pow): Replace variable expr by declared variable
9433 math-simplify-expr.
9434 (math-simplify-divisor): Remove local variables temp and op.
9435 (math-simplify-one-divisor): Make temp and op local variables.
9436 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9437 New variables.
9438 (math-simplify-divisor, math-simplify-one-divisor):
9439 Replace variables nover and dover by declared variables.
9440 (math-expr-subst-new, math-expr-subst-old): New variables.
9441 (math-expr-subst, math-expr-subst-rec): Replace variables new
9442 and old by declared variables.
9443 (math-is-poly-degree, math-is-poly-loose): New variables.
9444 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9445 and loose by declared variables.
9446 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9447 (math-polynomial-base, math-polynomial-base-rec):
9448 Replace variables const-ok and mpb-pred by declared variables.
9449
9450 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9451
9452 * calc/calc-ext.el (math-defsimplify): Change the argument in
9453 the created function to math-simplify-expr.
9454
9455 * calc/calc-units.el (math-simplify-expr): Declare it.
9456 Replace argument expr in all calls of math-defsimplify by
9457 math-simplify-expr.
9458 (math-simplify-units-prod): Replace variable expr by declared
9459 variable math-simplify-expr.
9460
9461 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9462
9463 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9464 Replace mapcar->dolist, format->string.
9465
9466 2004-11-17 Miles Bader <miles@gnu.org>
9467
9468 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9469 * progmodes/idlwave.el: Remove RCS keywords.
9470
9471 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9472
9473 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9474 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9475 Update to IDLWAVE version 5.5. Too many changes to list them here.
9476 * progmodes/idlw-help.el: New file.
9477
9478 2004-11-16 Richard M. Stallman <rms@gnu.org>
9479
9480 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9481 Discard spaces after \i according to TeX rules.
9482
9483 * international/mule.el (set-buffer-file-coding-system):
9484 New arg NOMODIFY.
9485 (after-insert-file-set-coding): Pass that new arg.
9486 Prevent set-buffer-multibyte from trying to lock the file.
9487
9488 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9489
9490 * saveplace.el (save-place): Doc fix.
9491
9492 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9493 temporarily widen before finding the following word to copy.
9494
9495 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9496 (cl-map-keymap): Definition deleted.
9497
9498 * subr.el (map-keymap-internal): New function.
9499
9500 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9501
9502 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9503 when pressing rather than when releasing mouse-2. Simplify.
9504
9505 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9506
9507 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9508 (compilation-mode): Set it here instead.
9509
9510 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9511
9512 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9513 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9514
9515 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9516
9517 * progmodes/compile.el (compilation-internal-error-properties):
9518 Fix up a transposition-typo. Check end-col before using it.
9519
9520 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9521
9522 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9523 Discard whitespace after macro \i when converting it.
9524
9525 2004-11-16 Juri Linkov <juri@jurta.org>
9526
9527 * emacs-lisp/find-func.el (find-function-regexp):
9528 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9529 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9530 Remove invalid `\W' from [^cgv\W]. Doc fix.
9531 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9532
9533 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9534
9535 * play/life.el: Maintainer is now FSF.
9536 (life-patterns, life-neighbor-deltas, life-window-start)
9537 (life-current-generation, life-generation-string): Use defvar
9538 instead of defconst.
9539
9540 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * progmodes/compile.el (compilation-move-to-column): New fun.
9543 (compilation-internal-error-properties)
9544 (compilation-next-error-function): Use it to make sure we don't go past
9545 the end of line.
9546
9547 2004-11-15 John Paul Wallington <jpw@gnu.org>
9548
9549 * autoinsert.el (auto-insert-alist): Insert the user's name in
9550 copyright notice, rather than Free Software Foundation, for the
9551 Emacs Lisp header case too.
9552
9553 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9554
9555 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9556 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9557 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9558 return the list of string in a string.
9559 (pr-call-process): Message if calling process returns an error, that
9560 is, the exit status is different of zero.
9561
9562 2004-11-15 Jay Belanger <belanger@truman.edu>
9563
9564 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9565 variable var-thing.
9566 (math-integ-depth, math-integ-level, math-integral-limit)
9567 (math-enable-subst, math-any-substs, math-integ-msg)
9568 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9569 (math-int-threshold, math-int-factors, math-double-roots)
9570 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9571 (var-GenCount): Declare these variables.
9572 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9573 (math-integral-cache, math-integral-cache-state):
9574 Move declarations to earlier in the file.
9575 (math-deriv-var, math-deriv-total, math-deriv-symb)
9576 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9577 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9578 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9579 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9580 (math-solve-res): New variables
9581 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9582 (math-integral, math-replace-integral-parts)
9583 (math-integrate-by-parts, calc-dump-integral-cache)
9584 (math-try-integral, math-do-integral, math-do-integral)
9585 (math-do-integral-methods, math-try-solve-for)
9586 (math-try-solve-prod, math-solve-poly-funny-powers)
9587 (math-solve-crunch-poly, math-decompose-poly)
9588 (math-solve-find-root-term, math-find-root-in-prod)
9589 (math-integ-try-linear-substitutions)
9590 (math-integ-try-substitutions, math-expr-rational-in)
9591 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9592 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9593 (math-solve-for, math-solve-system, math-solve-system-rec)
9594 (math-solve-get-sign, math-solve-get-int)
9595 (math-solve-system-subst): Replace undeclared variables with newly
9596 declared variables.
9597
9598 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9599
9600 * winner.el (winner-active-region, winner-edges, winner-window-list):
9601 Define at toplevel.
9602 (winner-mode-map): Move init inside declaration.
9603
9604 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9605
9606 * files.el (convert-standard-filename): Doc fix.
9607
9608 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9609
9610 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9611 passwd, group, shadow, default/* and pam.d/*.
9612
9613 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9614
9615 * printing.el (pr-menu-spec): Adjust menu specification.
9616
9617 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9618
9619 * printing.el: Doc fix. Insert :version tag into all defcustom.
9620 Handle interactive-p as is recommended in Emacs Lisp Reference.
9621 Set the file permission bits for newly created files.
9622 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9623 The printing menu specification (in `pr-menu-spec') was merged.
9624 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9625 (pr-version): New version number (6.8.3).
9626 (pr-file-modes): New option.
9627 (pr-interactive-p): New var.
9628 (pr-save-interactive, pr-save-file-modes): New macros.
9629 (pr-setup): Code fix.
9630 (pr-menu-spec): Menu specification merged.
9631 (pr-call-process, pr-text2ps): Set file permission bits.
9632 (pr-despool-print): Set file permission bits. Handle interactive-p as
9633 is recommended.
9634 (pr-interface, pr-ps-directory-preview)
9635 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9636 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9637 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9638 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9639 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9640 (pr-ps-region-ps-print, pr-ps-mode-preview)
9641 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9642 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9643 (pr-despool-using-ghostscript, pr-despool-ps-print)
9644 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9645 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9646 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9647 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9648 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9649 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9650 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9651 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9652 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9653 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9654 Handle interactive-p as is recommended.
9655
9656 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9657
9658 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9659 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9660
9661 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9662 so it doesn't forget to highlight the beginning of the region either.
9663
9664 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9665
9666 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9667 (c-font-lock-init): Eliminate obsolete make-local-hook.
9668 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9669 (awk-mode): Use run-mode-hooks.
9670
9671 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9672
9673 2004-11-13 Kim F. Storm <storm@cua.dk>
9674
9675 * mouse.el (mouse-drag-copy-region): Add :version.
9676 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9677 while dragging mode line, so mode line can be dragged downwards.
9678 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9679 while pressing mouse button so window doesn't scroll until we
9680 release the mouse if clicking on partially visible line.
9681
9682 2004-11-12 Jay Belanger <belanger@truman.edu>
9683
9684 * calc/calc-graph.el (calc-dumb-map): Declare it.
9685 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9686 than unbound.
9687 (calc-graph-name): Made `end' a local variable.
9688 (calc-graph-lookup): Made `varname' a local variable.
9689 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9690 Declare them.
9691 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9692 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9693 the unused variable y3vec.
9694 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9695 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9696 calc-graph-prev-kill-hook.
9697 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9698 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9699 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9700 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9701 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9702 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9703 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9704 (calc-graph-y3value, calc-graph-y3name)
9705 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9706 (calc-graph-stepcount, calc-graph-is-splot)
9707 (calc-graph-surprise-splot, calc-graph-blank)
9708 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9709 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9710 (calc-graph-recompute-2d, calc-graph-compute-3d)
9711 (calc-graph-format-data): Replace undeclared variables with the
9712 above newly declared variables.
9713
9714 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9715
9716 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9717 `rsf-beep' and `rsf-sleep-after-message'.
9718
9719 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9720 list if `message-sender' is non-nil.
9721
9722 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9723
9724 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9725 consing by using mapc instead of mapcar.
9726
9727 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9728
9729 * tooltip.el (require): Explain why CL is needed.
9730
9731 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9732
9733 * printing.el: Insert :version into defgroup (printing). All reference
9734 to Files option in menubar were changed to File.
9735 (pr-version): New version number (6.8.2).
9736 (pr-get-symbol): Call easy-menu-intern.
9737 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9738 compilation gripes.
9739
9740 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9741
9742 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9743 new byte-compile-function-environment binding to t.
9744
9745 * font-lock.el (font-lock-fontify-syntactically-region):
9746 Don't forget to highlight the last char when we hit `end'.
9747
9748 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9749 (mwheel-scroll): Adjust accordingly.
9750
9751 * cvs-status.el: Reduce spurious warnings.
9752 (cvs-status-checkout): Remove.
9753 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9754
9755 * pcvs.el (cvs-mode-checkout): New command.
9756
9757 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9758
9759 * tooltip.el: Require CL.
9760
9761 * emacs-lisp/bytecomp.el: Use push.
9762 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9763 (defalias): Remove the `byte-compile' property and add
9764 a `byte-hunk-handler'.
9765
9766 2004-11-11 Juri Linkov <juri@jurta.org>
9767
9768 * info.el (Info-search): Save match data for isearch.
9769 Skip Tag Table node.
9770
9771 * descr-text.el (describe-char): Replace syntax-after with code
9772 from its previous version.
9773
9774 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9775 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9776
9777 * international/mule.el (sgml-html-meta-auto-coding-function):
9778 Remove > after <html to allow HTML attributes.
9779
9780 2004-11-11 Jay Belanger <belanger@truman.edu>
9781
9782 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9783 a variable.
9784 (calcFunc-dfac): Replace unbound max by n.
9785 (math-stirling-local-cache): New variable.
9786 (math-stirling-number, math-stirling-1, math-stirling-2):
9787 Replace the variable `cache' by the declared variable
9788 math-stirling-local-cache.
9789 (var-RandSeed): Declare it as a variable.
9790 (math-init-random-base, math-random-digit): Don't check to see if
9791 var-RandSeed is bound.
9792 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9793 Declare them instead of just setting them.
9794 (math-init-random-base): Made i a local variable.
9795 (math-random-digit): Made math-random-last a local variable.
9796 (math-prime-test-cache): Move declaration to before it is used.
9797 (math-prime-test-cache-k, math-prime-test-cache-q)
9798 (math-prime-test-cache-nm1, math-prime-factors-finished):
9799 Declare them as variables.
9800
9801 2004-11-11 Jay Belanger <belanger@truman.edu>
9802
9803 * calc/calc-ext.el (math-defcache): Use defvar for the new
9804 variables it creates.
9805
9806 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9807
9808 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9809 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9810 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9811 (desktop-save): Add :version.
9812
9813 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * printing.el (pr-get-symbol): Don't downcase.
9816
9817 2004-11-10 Jay Belanger <belanger@truman.edu>
9818
9819 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9820 string to kill-ring.
9821
9822 * calc/calc-aent.el (calc-alg-exp, math-toks)
9823 (math-exp-pos,math-exp-old-pos, math-exp-token)
9824 (math-exp-keep-spaces, math-exp-str): New variables.
9825 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9826 (calcAlg-enter): Use declared variable calc-alg-exp.
9827 (math-build-parse-table, math-find-user-token): Use declared
9828 variable math-toks.
9829 (math-read-exprs, math-read-token, calc-check-user-syntax)
9830 (calc-match-user-syntax, match-factor-after, math-read-factor):
9831 Use declared variables math-exp-pos math-exp-old-pos.
9832 (math-read-exprs, math-read-token, math-read-expr-level)
9833 (calc-check-user-syntax, calc-match-user-syntax)
9834 (match-factor-after, math-read-factor): Use declared variable
9835 math-exp-token.
9836 (math-read-exprs, math-read-expr-list, math-read-token)
9837 (math-read-factor): Use declared variable math-exp-keep-spaces.
9838 (math-read-exprs, math-read-token): Use declared variable
9839 math-exp-str.
9840 (calc-match-user-syntax): Make m a local variable.
9841
9842 * calc/calc-ext.el (math-read-expr): Use declared variables
9843 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9844 math-exp-keep-spaces.
9845
9846 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9847 variables math-exp-pos, math-exp-str.
9848
9849 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9850 math-exp-old-pos.
9851 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9852 (math-parse-eqn-prime): Use declared variable math-exp-token.
9853
9854 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9855 Use declared variable math-exp-pos.
9856 (math-check-for-commas): Use declared variable math-exp-str.
9857 (math-read-brackets): Use declared variables math-exp-old-pos,
9858 math-exp-keep-spaces.
9859 (math-read-brackets, math-read-vector, math-read-matrix):
9860 Use declared variable math-exp-token.
9861
9862 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9863
9864 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9865 where the keymap is a symbol.
9866 (easy-menu-add-item): Use keymap-prompt. Simplify.
9867
9868 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9869
9870 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9871 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9872
9873 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9874
9875 * ebuff-menu.el: Doc fixes throughout.
9876 (electric-buffer-menu-mode-hook): New defvar.
9877
9878 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9879
9880 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9881 The resulting compiler warnings appear to be harmless.
9882
9883 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9884
9885 * textmodes/conf-mode.el: New file.
9886
9887 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9888
9889 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9890
9891 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9892
9893 2004-11-09 Jay Belanger <belanger@truman.edu>
9894
9895 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9896
9897 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9898 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9899 (calc-z-prefix-help, calc-user-function-list): Use declared
9900 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9901 (math-map-tree, math-map-tree-rec): Use declared variables
9902 math-mt-many, math-mt-func.
9903 (math-read-expression, math-read-string): Use declared variable
9904 math-expr-data.
9905
9906 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9907 variable math-normalize-a.
9908
9909 * calc/calc.el (math-normalize-a): New variable.
9910 (math-normalize): Use declared variable math-normalize-a.
9911
9912 * calc/calc-poly.el (math-expand-form): Use declared variable
9913 math-mt-many.
9914
9915 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9916 Use declared variable math-mt-many.
9917 (math-rewrite): Use declared variable math-mt-func.
9918
9919 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9920 (math-read-matrix): Use declared variable math-expr-data.
9921
9922 * calc/calc-lang.el (math-parse-fortran-vector)
9923 (math-parse-fortran-vector-end, math-parse-tex-sum)
9924 (math-parse-eqn-matrix, math-parse-eqn-prime)
9925 (math-read-math-subscr): Use declared variable math-expr-data.
9926
9927 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9928 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9929 (calc-match-user-syntax, math-read-if, math-factor-after)
9930 (math-read-factor): Use declared variable math-expr-data.
9931
9932 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9933
9934 * calendar/diary-lib.el (diary-from-outlook)
9935 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9936 interactive-p; but rather new optional argument NOCONFIRM.
9937
9938 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9939
9940 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9941 (easy-menu-name-match): Revert correspondingly.
9942
9943 2004-11-09 Richard M. Stallman <rms@gnu.org>
9944
9945 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9946 Turn off warnings for the new function even if definition not constant.
9947 If the definition isn't a quoted symbol, record (FUNCTION . t).
9948 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9949 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9950 (display-call-tree, byte-compile-arglist-warn):
9951 Handle t returned by byte-compile-fdefinition.
9952
9953 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9954
9955 * Makefile.in (maintainer-clean): Depend on distclean.
9956
9957 * help-fns.el (help-C-file-name): File name must be in build-files
9958 to be returned.
9959
9960 2004-11-09 Jay Belanger <belanger@truman.edu>
9961
9962 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9963 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9964
9965 * calc/calc.el (calc, calc-trail-display, calc-mode):
9966 Remove obsolete sections.
9967
9968 * calc/calc.el (calc-x-paste-text): Remove.
9969
9970 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9971 mouse-2.
9972
9973 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9974
9975 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9976 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9977 current frame (in case of recursive calls).
9978 (gdb-show-changed-values): Add :version keyword.
9979
9980 2004-11-09 Kenichi Handa <handa@m17n.org>
9981
9982 * international/mule-cmds.el: Change coding: tag back to
9983 iso-2022-7bit.
9984
9985 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9986
9987 * international/mule-cmds.el: Change coding-system to utf-8.
9988 (select-safe-coding-system-interactively):
9989 New function extracted from select-safe-coding-system.
9990 (select-safe-coding-system): Use it.
9991
9992 2004-11-08 Richard M. Stallman <rms@gnu.org>
9993
9994 * subr.el (syntax-after): Doc fix.
9995
9996 * paren.el (show-paren-function): Change calls to syntax-after
9997 for new way of returning the value.
9998
9999 * menu-bar.el (menu-bar-file-menu): Make this the real name
10000 and menu-bar-files-menu the alias. Use the former.
10001 (global-map): Use `file', not `files', as the symbol.
10002
10003 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10004
10005 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10006 Don't use beginning-of-buffer.
10007 (filesets-cmd-show-result): Use with-no-warnings.
10008
10009 2004-11-08 Juri Linkov <juri@jurta.org>
10010
10011 * progmodes/compile.el (compile): Don't overwrite last command in
10012 minibuffer history with default command if they are not equal.
10013
10014 2004-11-08 Jay Belanger <belanger@truman.edu>
10015
10016 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10017 non-linear substitutions.
10018
10019 2004-11-08 Jay Belanger <belanger@truman.edu>
10020
10021 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10022 (math-do-integral): Set `math-linear-subst-tried' to nil.
10023 (math-do-integral-methods): Use `math-linear-subst-tried' to
10024 determine what type of substitution to try.
10025 (math-integ-try-linear-substituion):
10026 Set `math-linear-subst-tried' to t.
10027
10028 2004-11-08 Kim F. Storm <storm@cua.dk>
10029
10030 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10031
10032 2004-11-07 Juri Linkov <juri@jurta.org>
10033
10034 * info-look.el (info-lookup): Allow reusing in the current buffer
10035 not only *info* buffer, but all (even renamed) Info buffers
10036 by checking for major-mode instead of *info* buffer name.
10037 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10038 (octave-mode, maxima-mode) <doc-spec>:
10039 Allow long dashes generated by Texinfo 4.7 before definitions.
10040 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10041 definitions with argument separated by space.
10042
10043 2004-11-06 Richard M. Stallman <rms@gnu.org>
10044
10045 * simple.el (next-error group, face): Move before first use.
10046 (next-error-highlight, next-error-highlight-no-select): Likewise.
10047
10048 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10049 (line-move): New args NOERROR and TO-END.
10050 Return t if if succeed in moving specified number of lines.
10051 (move-end-of-line): New function.
10052
10053 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10054 (end-of-buffer-other-window): Likewise.
10055
10056 * simple.el (line-move-ignore-invisible): Default to t.
10057
10058 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10059
10060 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10061
10062 * international/iso-cvt.el (iso-cvt-define-menu):
10063 Rename menu-bar-files-menu to menu-bar-file-menu.
10064
10065 * net/browse-url.el (browse-url-gnome-moz-program)
10066 (browse-url-gnome-moz-arguments): Move up before first use.
10067
10068 * net/tramp.el (tramp group): Add :version.
10069
10070 * progmodes/ada-xref.el (ada-gdb-application):
10071 Use goto-char instead of beginning-of-buffer.
10072
10073 * progmodes/cperl-mode.el (cperl-info-on-command):
10074 Use goto-char instead of beginning-of-buffer.
10075
10076 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10077 Move up before first use.
10078 (idlwave-shell-temp-pro-file): Likewise.
10079 (idlwave-shell-temp-rinfo-save-file): Likewise.
10080 (idlwave-shell-temp-file): Minor doc fix.
10081
10082 * textmodes/flyspell.el (flyspell-external-point-words):
10083 Use goto-char instead of beginning-of-buffer.
10084
10085 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10086
10087 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10088 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10089 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10090
10091 2004-11-06 David Ponce <david@dponce.com>
10092
10093 * recentf.el (recentf-menu-path): Use menu item name.
10094
10095 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10096
10097 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10098 display doesn't support images.
10099
10100 2004-11-06 Andreas Schwab <schwab@suse.de>
10101
10102 * tempo.el (tempo-match-finder): Doc fix.
10103
10104 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10105
10106 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10109 (easy-menu-lookup-name): New fun to replace it.
10110 (easy-menu-get-map): Use it to obey menu item names (rather than just
10111 keys) when looking up `path'.
10112 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10113 (easy-menu-convert-item-1): Adjust to new name.
10114
10115 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10116
10117 * outline.el (hide-body): Don't hide lines at the top of the file
10118 that precede the first header line.
10119
10120 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10121
10122 * align.el (align-areas): Delete whitespace before reindenting, so
10123 that tabs are never placed after spaces.
10124
10125 2004-11-06 Alan Shutko <ats@acm.org>
10126
10127 * macros.el (insert-kbd-macro): Do completions based on macros,
10128 rather than all commands.
10129
10130 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10131
10132 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10133 to solve a bug whereby tags with 'b' don't match.
10134
10135 2004-11-05 Juri Linkov <juri@jurta.org>
10136
10137 * info.el (Info-search): Don't search in node header lines
10138 and file headers.
10139
10140 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10141 symbol-constituent characters after dot, not only digits.
10142
10143 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10144
10145 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10146
10147 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10148
10149 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10150 if a dialog will be used, read-file-name otherwise.
10151
10152 2004-11-04 Richard M. Stallman <rms@gnu.org>
10153
10154 * textmodes/table.el (table group): Add :version.
10155
10156 * textmodes/ispell.el (ispell-word):
10157 Don't alter args; set them only thru `interactive' spec.
10158
10159 * textmodes/flyspell.el (flyspell-word):
10160 Don't alter FOLLOWING; set it only thru `interactive' spec.
10161
10162 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10163
10164 * net/browse-url.el (browse-url-maybe-new-window):
10165 Use called-interactively-p.
10166
10167 * mail/supercite.el (sc-cite-region):
10168 Don't use interactive-p. Add arg INTERACTIVE.
10169 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10170
10171 * international/mule-cmds.el (set-input-method, toggle-input-method):
10172 Don't use interactive-p. Add arg INTERACTIVE.
10173
10174 * eshell/esh-mode.el (eshell-show-maximum-output):
10175 Don't use interactive-p.
10176 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10177
10178 * mouse.el (mouse-show-mark): Get positions to delete from mark
10179 and point, not from mouse-drag-overlay.
10180
10181 * imenu.el (imenu-eager-completion-buffer): Add :version.
10182
10183 * filesets.el (filesets group): Add :version.
10184
10185 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10186
10187 * files.el (xml-based-modes): Delete var.
10188 (magic-mode-alist): New more general var.
10189 (set-auto-mode): Use it.
10190
10191 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10192 when clicking from another window.
10193
10194 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10195
10196 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10197 (vc-cvs-annotate-time): Incorporate value of deleted var.
10198 Remove special-case handling of beginning-of-buffer cruft.
10199 Cache ending position (point) and return value in text property
10200 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10201
10202 * vc-cvs.el (vc-cvs-annotate-command):
10203 Delete extraneous lines from beginning of buffer.
10204 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10205
10206 * progmodes/grep.el (grep-default-command): Take empty string
10207 for tag if all other methods yield nil. Shell-quote the tag.
10208
10209 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10210 spec in `interactive' form, and mention it in the docstring.
10211 Also, make sure point is at bol after calling `annotate-time'.
10212
10213 2004-11-02 Richard M. Stallman <rms@gnu.org>
10214
10215 * cus-edit.el (customize-group-other-window):
10216 Select the window that displays the custom buffer.
10217 (custom-buffer-create-other-window): Likewise.
10218
10219 * comint.el (comint-insert-input): Fix previous change.
10220
10221 * emacs-lisp/elp.el (elp-instrument-function):
10222 Use called-interactively-p.
10223
10224 * emacs-lisp/easymenu.el (easy-menu-intern):
10225 Don't downcase; rather, case-flip the first letter of each word.
10226
10227 * emacs-lisp/easy-mmode.el (define-minor-mode):
10228 Use called-interactively-p.
10229
10230 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10231 Add interactive-only.
10232 (byte-compile-warnings): Add interactive-only as option.
10233 (byte-compile-interactive-only-functions): New variable.
10234 (byte-compile-form): Warn about calls to functions
10235 in byte-compile-interactive-only-functions.
10236
10237 * emacs-lisp/autoload.el (update-file-autoloads):
10238 Don't use interactive-p; take new arg SAVE-AFTER.
10239
10240 * emacs-lisp/advice.el (ad-make-advised-definition):
10241 Use called-interactively-p.
10242
10243 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10244
10245 * files.el (find-file-existing): New function.
10246
10247 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10248 find-file-existing. Add "New File..." that calls find-file.
10249
10250 * diropen.pbm, diropen.xpm: New files.
10251
10252 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10253 icon diropen. New tool bar item find-file-existing uses icon open.
10254
10255 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10256 instead of read-file-name.
10257
10258 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10259
10260 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10261 (icalendar--split-value): Change name of work buffer.
10262 (icalendar--get-weekday-abbrev): Return nil on error.
10263 (icalendar--date-to-isodate): New function.
10264 (icalendar-convert-diary-to-ical)
10265 (icalendar-extract-ical-from-buffer): Use only two args for
10266 make-obsolete (XEmacs compatibility).
10267 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10268 (icalendar-export-region): Doc fix.
10269 If error, return non-nil and write errors to a buffer.
10270 Use correct weekday for weekly recurring events.
10271 Check whether date has been parsed for ordinary events.
10272 Make weekly events start in the year 2000.
10273 DTEND is non-inclusive, shift end date by one day if
10274 necessary (not for entries that have date and time).
10275 Rename local let variables: oops -> found-error, datestring ->
10276 startdatestring.
10277
10278 2004-11-02 Kim F. Storm <storm@cua.dk>
10279
10280 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10281 keep-mode-if-same variable. Add it as optional arg instead.
10282 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10283
10284 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10285 substitute-command-keys will select lower-case bindings like those
10286 used in the static help texts.
10287
10288 * descr-text.el (describe-text-properties): Don't err if called in
10289 the *Help* buffer; output to *Help-2* buffer instead.
10290
10291 * kmacro.el (group kmacro): Add :version.
10292 (kmacro-keyboard-quit): New function to cleanup on C-g.
10293 (kmacro-start-macro): Set defining-kbd-macro to append when
10294 appending to last macro.
10295
10296 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10297
10298 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10299
10300 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10301 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10302 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10303 Add :version keyword.
10304
10305 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10306
10307 * progmodes/flymake.el (flymake-err-line-patterns):
10308 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10309 `compilation-error-regexp-alist-alist' to internal Flymake format.
10310
10311 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10312
10313 2004-11-01 Jay Belanger <belanger@truman.edu>
10314
10315 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10316 with `interactive "s"'.
10317
10318 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10319
10320 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10321 Revert change from 2004-10-16. '*' checks the current buffer, but the
10322 mouse click may be in another buffer.
10323
10324 2004-11-01 John Paul Wallington <jpw@gnu.org>
10325
10326 * files.el (large-file-warning-threshold): Add :version keyword.
10327 (kill-some-buffers): Doc fix.
10328
10329 * thumbs.el (group thumbs): Add :version keyword.
10330
10331 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10332
10333 2004-11-01 Richard M. Stallman <rms@gnu.org>
10334
10335 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10336
10337 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10338
10339 * allout.el (allout group): Add :version.
10340 (allout-init): Don't use interactive-p.
10341 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10342 (allout-forward-current-level, allout-backward-current-level):
10343 Don't use interactive-p.
10344
10345 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10346 (bibtex-find-text): Likewise.
10347
10348 * progmodes/vhdl-mode.el (vhdl-fill-region)
10349 (vhdl-beginning-of-statement): Don't use interactive-p.
10350
10351 * progmodes/idlwave.el (idlwave-update-routine-info):
10352 Don't use interactive-p.
10353
10354 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10355 Don't use interactive-p.
10356
10357 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10358 Don't use interactive-p.
10359
10360 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10361 Don't use interactive-p.
10362
10363 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10364 (fortune-in-buffer): Doc fix.
10365
10366 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10367
10368 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10369 don't select the temporary buffer.
10370 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10371 (eudc-get-phone): Likewise.
10372
10373 2004-11-01 Kim F. Storm <storm@cua.dk>
10374
10375 * man.el (Man-xref-normal-file): Fix help-echo.
10376
10377 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * reveal.el (reveal-last-tick): New var.
10380 (reveal-post-command): Use it to avoid closing overlays when we're
10381 appending text to them.
10382
10383 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10384
10385 * textmodes/bibtex.el: Require button.
10386 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10387 (bibtex-reference-keys): Distinguish between header keys and
10388 crossref keys.
10389 (bibtex-beginning-of-field): New function.
10390 (bibtex-url-map): Remove.
10391 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10392 (bibtex-font-lock-url-regexp): Assume that field names begin at
10393 the beginning of a line.
10394 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10395 Remove field delimiters. Use bibtex-beginning-of-field.
10396 Bugfix, point can be inside a field with a url.
10397 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10398 New functions.
10399 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10400 (bibtex-key-in-head): Simplify.
10401 (bibtex-current-line): Use bolp.
10402 (bibtex-parse-keys): Remove unused arg `add'.
10403 Use bibtex-type-in-head and bibtex-key-in-head.
10404 (bibtex-parse-entry, bibtex-autofill-entry):
10405 Use bibtex-type-in-head and bibtex-key-in-head.
10406 (bibtex-autokey-get-field): Do not alter case of replacement text.
10407 (bibtex-autokey-get-names): Do all processing of name list.
10408 (bibtex-autokey-get-year): New function.
10409 (bibtex-autokey-get-title): Do all processing of title words.
10410 (bibtex-generate-autokey): Simplify.
10411 (bibtex-string-files-init): Use default-directory.
10412 Allow for absolute file names in bibtex-string-files.
10413 (bibtex-files, bibtex-file-path): New variables.
10414 (bibtex-files-expand): New function.
10415 (bibtex-find-entry-globally): New command.
10416 (bibtex-summary-function): New variable.
10417 (bibtex-summary): Default value of bibtex-summary-function.
10418 (bibtex-find-crossref): New optional args pnt and split.
10419 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10420 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10421 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10422 Fix handling of required and alternative fields.
10423 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10424 Use cons and display-buffer.
10425 (bibtex-validate-globally): New command.
10426 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10427 bibtex-parse-keys and bibtex-parse-strings for updating
10428 bibtex-reference-keys and bibtex-strings.
10429 (bibtex-realign): Remove blank lines past the last entry.
10430 (bibtex-reformat): Use bibtex-entry-format as default.
10431 (bibtex-choose-completion-string): Remove.
10432 (bibtex-complete): Do not use bibtex-choose-completion-string.
10433 (bibtex-url): Simplify.
10434
10435 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10436
10437 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10438 (x-dnd-types-alist, x-dnd-open-file-other-window)
10439 (x-dnd-known-types): Add :version.
10440
10441 2004-10-31 John Paul Wallington <jpw@gnu.org>
10442
10443 * ibuffer.el (group ibuffer): Add :version keyword.
10444
10445 2004-10-31 Kim F. Storm <storm@cua.dk>
10446
10447 * ido.el (group ido): Add :version keyword.
10448 (ido-mode): Remove :version keyword.
10449
10450 * emulation/cua-base.el (group cua): Add :version keyword.
10451 (cua-mode): Remove :version keyword.
10452
10453 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10454
10455 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10456
10457 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10458 compiler warning.
10459 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10460 function.
10461 (help-at-pt-display-when-idle): Remove autoload.
10462
10463 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10466
10467 2004-10-30 Juri Linkov <juri@jurta.org>
10468
10469 * help.el (function-called-at-point):
10470 * help-fns.el (variable-at-point): Read -> intern.
10471
10472 2004-10-30 Simon Josefsson <jas@extundo.com>
10473
10474 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10475 Recognize AS_* too.
10476
10477 2004-10-29 Simon Josefsson <jas@extundo.com>
10478
10479 * subr.el (read-passwd): Move back from password.el.
10480
10481 * password.el: Remove, not ready yet.
10482
10483 2004-10-29 Andreas Schwab <schwab@suse.de>
10484
10485 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10486
10487 2004-10-29 Sam Steingold <sds@gnu.org>
10488
10489 * mouse.el (mouse-show-mark): Replace the last occurrence of
10490 x-lost-selection-hooks with x-lost-selection-functions.
10491
10492 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10493
10494 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10495 x-lost-selection-functions is bound.
10496
10497 * mouse-sel.el (mouse-sel-mode):
10498 * emacs-lisp/lselect.el: Adjust to new names for
10499 x-(lost|sent)-selection-functions.
10500
10501 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10502 New obsolete aliases of x-lost-selection-functions and
10503 x-sent-selection-functions.
10504
10505 2004-10-28 Kim F. Storm <storm@cua.dk>
10506
10507 * imenu.el (imenu-scanning-message): Remove.
10508 (imenu-progress-message): Make it a no-op.
10509
10510 2004-10-28 John Paul Wallington <jpw@gnu.org>
10511
10512 * files.el (set-auto-mode): Call `throw' correctly.
10513
10514 2004-10-28 Juri Linkov <juri@jurta.org>
10515
10516 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10517 to search `Info-...' commands in `info' manual.
10518 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10519 Add 'info-file "emacs" property.
10520 (Info-find-emacs-command-nodes): Fix index line number regexp.
10521 Set real line number (instead of fake 0) in first element of the
10522 returned list.
10523 (Info-goto-emacs-command-node): Use line number of first element
10524 to set point in the first found Info node.
10525
10526 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10527 code to `grep-mode-font-lock-keywords'.
10528 (grep-mode-font-lock-keywords): Delete grep markers instead
10529 of making them invisible.
10530
10531 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10532
10533 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10534 and x-server-version in bug report.
10535
10536 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10537
10538 * files.el (set-auto-mode-0): New function.
10539 (set-auto-mode): Use it to handle aliased modes and to
10540 be consistent between C-x C-f and C-x C-w.
10541
10542 2004-10-28 Kenichi Handa <handa@m17n.org>
10543
10544 * international/utf-8.el (utf-translate-cjk-charsets):
10545 Add katakana-jisx0201.
10546
10547 * international/subst-jis.el: Add data for JISX0201.
10548
10549 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10550
10551 * obsolete/hilit19.el (hilit-mode): New function.
10552 Move all the toplevel side-effecting stuff into it, so that loading
10553 hilit19 doesn't mess everything up any more.
10554
10555 2004-10-27 Richard M. Stallman <rms@gnu.org>
10556
10557 * add-log.el (add-change-log-entry): Set up mailing address
10558 and full name later, and don't alter add-log-mailing-address
10559 or add-log-full-name.
10560
10561 * elide-head.el (elide-head): Change error to message.
10562 (elide-head-show): Likewise.
10563
10564 * apropos.el (apropos-macrop): Doc fix.
10565
10566 * mouse.el (mouse-show-mark): Do most processing the same
10567 regardless of transient-mark-mode.
10568
10569 * shadowfile.el (shadow-copy-files): Use interactive-p
10570 only to control whether to print a message.
10571
10572 * tar-mode.el (tar-mode): Use write-contents-functions,
10573 not write-contents-hooks.
10574
10575 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10576 directory-sep-char.
10577
10578 2004-10-27 Richard M. Stallman <rms@gnu.org>
10579
10580 * strokes.el (strokes-unload-hook): Fix previous change.
10581
10582 * type-break.el (type-break-run-at-time): Always use run-at-time;
10583 forget the alternatives.
10584 (type-break-cancel-function-timers): Always use cancel-function-timers;
10585 forget the alternatives.
10586
10587 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10588
10589 2004-10-27 Kenichi Handa <handa@m17n.org>
10590
10591 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10592
10593 * international/subst-gb2312.el: Likewise.
10594
10595 * international/subst-big5.el: Likewise.
10596
10597 * international/subst-ksc.el: Likewise.
10598
10599 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10600 New variable.
10601 (utf-translate-cjk-set-unicode-range): New function.
10602 (utf-translate-cjk-unicode-range): Make it customizable.
10603 (utf-8-post-read-conversion):
10604 Use utf-translate-cjk-unicode-range-string.
10605 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10606 Unicode ranges.
10607
10608 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10609
10610 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10611 trivial variants to shorten the list.
10612 (xml-based-modes): New var.
10613 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10614 declaration higher priority than auto-mode-alist.
10615
10616 * find-file.el (cc-other-file-alist): Bring it in line with
10617 cc-mode's auto-mode-alist entries and use \' instead of $.
10618
10619 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10620 and add "Id" and "Name" submenus to it.
10621
10622 * imenu.el (imenu--generic-function): Skip matches in comments.
10623
10624 2004-10-26 Jay Belanger <belanger@truman.edu>
10625
10626 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10627 (full-calc-keypad, calc-trail-display): Use an extra argument
10628 instead of `interactive-p'.
10629
10630 * calc/calc-misc.el (calc-other-window): Use an extra argument
10631 instead of `interactive-p'.
10632
10633 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10634 `interactive-p'.
10635
10636 2004-10-26 Kim F. Storm <storm@cua.dk>
10637
10638 * help.el (describe-key): Describe both down-event and up-event
10639 for a mouse click.
10640
10641 2004-10-26 Richard M. Stallman <rms@gnu.org>
10642
10643 * woman.el (woman): Don't call interactive-p.
10644
10645 * pcomplete.el (pcomplete): Instead of interactive-p,
10646 use an arg set non-nil by the interactive spec.
10647
10648 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10649 use an arg set non-nil by the interactive spec.
10650
10651 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10652 use an arg set non-nil by the interactive spec.
10653
10654 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10655
10656 * progmodes/flymake.el (flymake-split-string):
10657 Use `flymake-split-string-remove-empty-edges' in any case.
10658
10659 2004-10-26 Masatake YAMATO <jet@gyve.org>
10660
10661 * progmodes/flymake.el (flymake-err-line-patterns):
10662 Use `compilation-error-regexp-alist-alist' instead of
10663 `compilation-error-regexp-alist'.
10664
10665 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10666
10667 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10668 verbatim face on the \ of \end{verbatim}.
10669
10670 2004-10-25 Jay Belanger <belanger@truman.edu>
10671
10672 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10673 erasing minibuffer.
10674
10675 2004-10-25 Simon Josefsson <jas@extundo.com>
10676
10677 * subr.el (read-passwd): Move to net/password.el.
10678
10679 * net/password.el (read-passwd): Add. Autoload it.
10680
10681 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10682
10683 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10684
10685 * simple.el (process-file): Fix logic.
10686
10687 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10688
10689 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10690 (increase-right-margin): Remove erroneous call to `interactive-p'.
10691
10692 2004-10-24 Kim F. Storm <storm@cua.dk>
10693
10694 * help.el (describe-mode): Fix 2004-10-13 change.
10695 Copy pure "Auto Fill" string so it can be propertized later
10696 without causing a read-only error.
10697
10698 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10699
10700 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10701 style indexes.
10702
10703 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10704
10705 * simple.el (process-file): Accept nil for INFILE. Reported by
10706 Luc Teirlinck.
10707
10708 2004-10-24 Masatake YAMATO <jet@gyve.org>
10709
10710 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10711 Handle periods and underscores in a function name.
10712 Remove the address fontification.
10713
10714 2004-10-24 Masatake YAMATO <jet@gyve.org>
10715
10716 * progmodes/asm-mode.el (asm-font-lock-keywords):
10717 Use font-lock-variable-name-face for registers.
10718
10719 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10720
10721 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10722 kill-all-local-variables.
10723 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10724 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10725 Use kill-all-local-variables and provide mode-hooks.
10726 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10727 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10728 Suggested by Masatake YAMATO <jet@gyve.org>.
10729
10730 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10731
10732 * simple.el (process-file): New function, similar to call-process
10733 but supports file handlers.
10734 * vc.el (vc-do-command): Use it, instead of call-process.
10735 * net/tramp-vc.el (vc-do-command): Do not advise it if
10736 process-file is fboundp.
10737 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10738 process-file.
10739 (tramp-handle-process-file): New function.
10740 (tramp-file-name-for-operation): Support process-file.
10741
10742 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10743
10744 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10745 (icalendar-weekdayabbrev-table)
10746 (icalendar-monthnumber-table): Delete.
10747 (icalendar--get-month-number): Use calendar-month-name-array.
10748 (icalendar--get-weekday-number): New function.
10749 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10750 (icalendar-export-region): Handle multi-line entries.
10751 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10752
10753 2004-10-23 John Paul Wallington <jpw@gnu.org>
10754
10755 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10756 `wildcards' set to t in interactive spec.
10757
10758 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10759 interactive spec rather than use `interactive-p'.
10760 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10761 rather than use function `interactive-p'.
10762
10763 2004-10-22 Kenichi Handa <handa@m17n.org>
10764
10765 * international/mule.el (translate-region): Implement it in Lisp
10766 as a front end of translate-region-internal.
10767
10768 2004-10-21 Jay Belanger <belanger@truman.edu>
10769
10770 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10771 Declare these variables with defvar.
10772
10773 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10774 is bound, only check to see if it is bound.
10775
10776 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10777
10778 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10779 Don't output messages.
10780
10781 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10782
10783 2004-10-21 John Paul Wallington <jpw@gnu.org>
10784
10785 * calc/calc-graph.el (calc-graph-init):
10786 Use `set-process-query-on-exit-flag'.
10787
10788 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10789
10790 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10791 dir right and also allow argumentless cd.
10792
10793 2004-10-19 Richard M. Stallman <rms@gnu.org>
10794
10795 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10796
10797 * eshell/em-unix.el (eshell-grep):
10798 Don't bind compilation-process-setup-function.
10799
10800 * comint.el (comint-insert-input): Use @ in `interactive'.
10801 (comint-input-filter-functions): Doc fix.
10802 (comint-kill-whole-line, comint-get-source): Doc fix.
10803
10804 * progmodes/compile.el (compilation-setup):
10805 Don't set buffer-read-only if MINOR is non-nil.
10806
10807 2004-10-19 Jay Belanger <belanger@truman.edu>
10808
10809 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10810 (calc-emacs-type-gnu19): Remove.
10811 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10812 Remove check for old emacs versions.
10813
10814 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10815 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10816 for current Emacs.
10817
10818 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10819 the end of the minibuffer.
10820 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10821 copy `esc-map'.
10822
10823 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10824
10825 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10826 call that would be given when the current emacs was used.
10827
10828 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10829
10830 * calendar/icalendar.el: Set coding to utf-8.
10831 (icalendar-version): Increase to 0.07.
10832 (icalendar-monthnumber-table): Change March pattern.
10833 (icalendar-get-all-event-properties)
10834 (icalendar-set-event-property): Delete.
10835 (icalendar-all-events): No longer interactive.
10836 (icalendar-convert-diary-to-ical)
10837 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10838 their replacements.
10839 (icalendar-export-file, icalendar-export-region): New functions;
10840 essentially old `icalendar-convert-diary-to-ical' but appending to
10841 target rather than overwriting.
10842 (icalendar-import-file): Append to target file rather than
10843 overwriting. Fourth arg deleted.
10844 (icalendar-import-buffer): New name for old
10845 `icalendar-extract-ical-from-buffer'.
10846 (icalendar--convert-string-for-import): New name for
10847 old `icalendar-convert-for-import'.
10848 (include-icalendar-files): Delete.
10849 Prefix for all internal functions changed from `icalendar-'
10850 to `icalendar--'.
10851
10852 2004-10-19 Richard M. Stallman <rms@gnu.org>
10853
10854 * paths.el (news-path): Fix previous change.
10855
10856 2004-10-18 Jay Belanger <belanger@truman.edu>
10857
10858 * calc/calc-help.el (calc-describe-bindings):
10859 Set `buffer-read-only' to nil while working in the keybindings buffer;
10860 remove some extra information from the keybindings buffer.
10861
10862 2004-10-18 David Ponce <david@dponce.com>
10863
10864 * mouse.el (mouse-drag-move-window-top): New function.
10865 (mouse-drag-mode-line-1): Use it.
10866
10867 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10868
10869 * info.el (Info-fontify-node): For multiline refs,
10870 arrange to unfontify newline and surrounding whitespace.
10871
10872 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10873
10874 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10875 directory is missing.
10876
10877 2004-10-17 John Paul Wallington <jpw@gnu.org>
10878
10879 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10880 New customizable variable; whether to display buffers that match
10881 `ibuffer-maybe-show-predicates' by default.
10882 (ibuffer-maybe-show-predicates): Mention it in docstring.
10883 (ibuffer-display-maybe-show-predicates): New variable.
10884 (ibuffer-update): Prefix arg now toggles whether buffers that
10885 match `ibuffer-maybe-show-predicates' should be displayed.
10886 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10887 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10888 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10889
10890 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10891
10892 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10893 work correctly.
10894
10895 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10896
10897 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10898 (Buffer-menu-beginning): New helper function.
10899 (Buffer-menu-execute): Use it.
10900 (Buffer-menu-select): Use it.
10901 (Buffer-menu-sort): Use it and also keep markers.
10902
10903 2004-10-17 Richard M. Stallman <rms@gnu.org>
10904
10905 * paths.el (news-directory): Rename from news-path. Old name alias.
10906 (rmail-spool-directory): Use defvar.
10907 (sendmail-program): Use defcustom.
10908 (remote-shell-program): Use defcustom.
10909 (term-file-prefix): Use defvar.
10910 (abbrev-file-name): Use defvar.
10911
10912 * term.el: Add maintainer.
10913
10914 * subr.el (with-local-quit): Return nil if there's a quit.
10915 (read-passwd): Use with-local-quit. Doc fix.
10916
10917 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10918 (strokes-unload-hook): Set as a variable with add-hook.
10919
10920 * startup.el (fancy-splash-tail, normal-splash-screen):
10921 Update copyright year.
10922
10923 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10924
10925 * server.el (server-unload-hook): Set as a variable with add-hook.
10926
10927 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10928
10929 * frame.el (special-display-popup-frame):
10930 Make the buffer current as its frame is created.
10931
10932 * delsel.el (delsel-unload-hook): Set as a variable.
10933
10934 * comint.el (comint-output-filter-functions):
10935 Add comint-watch-for-password-prompt.
10936 (comint-read-noecho): Function deleted.
10937 (send-invisible): Use read-passwd.
10938
10939 * fringe.el (fringe-mode-initialize): New function.
10940 (fringe-mode): Use fringe-mode-initialize as :initialize.
10941
10942 2004-10-17 Kim F. Storm <storm@cua.dk>
10943
10944 * language/indian.el (indian-script-language-alist): Swap value and doc.
10945 (indian-font-char-index-table): Doc fix.
10946
10947 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10948
10949 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10950
10951 2004-10-16 Juri Linkov <juri@jurta.org>
10952
10953 * progmodes/compile.el (compilation-start): Move let-binding of
10954 `process-environment' into `with-current-buffer' body.
10955 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10956
10957 2004-10-16 Richard M. Stallman <rms@gnu.org>
10958
10959 * pcvs-util.el (cvs-bury-buffer):
10960 Don't call get-buffer-window for effect.
10961
10962 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10963
10964 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10965
10966 * msb.el (msb-unload-hook): Set the variable.
10967
10968 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10969 Use * to err if buffer is readonly.
10970
10971 * subr.el (looking-back): Return only t or nil.
10972
10973 * whitespace.el (whitespace-unload-hook): Set the variable.
10974
10975 * view.el (view-mode-enable): Set view-page-size and
10976 view-half-page-size to nil.
10977 (view-set-half-page-size-default): view-half-page-size = nil
10978 means the default.
10979 (View-scroll-page-forward): Use view-page-size-default.
10980 (View-scroll-page-backward): Likewise.
10981 (view-page-size, view-half-page-size): Doc fixes.
10982
10983 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10984
10985 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10986
10987 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10988 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10989 (byte-compile-log-1): Bind inhibit-read-only.
10990 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10991 (byte-compile-log-warning): Likewise.
10992 (byte-compile-file-form-require): Detect "cl" from the arg value.
10993
10994 * progmodes/compile.el (compilation-start): Assume compilation-mode
10995 will make the buffer read-only.
10996 (compilation-mode): Take arg name-of-mode.
10997 (compilation-setup): Make buffer read-only.
10998 (compilation-handle-exit): Bind inhibit-read-only.
10999
11000 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11001 (ispell-message): Likewise.
11002 (ispell-show-choices): Don't call get-buffer-window uselessly.
11003 (ispell-init-process): Use set-process-query-on-exit-flag.
11004
11005 2004-10-16 Kim F. Storm <storm@cua.dk>
11006
11007 * fringe.el (fringe-bitmaps): Only initialize when defined.
11008
11009 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11010 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11011
11012 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11013
11014 2004-10-15 Simon Josefsson <jas@extundo.com>
11015
11016 * net/password.el: Add.
11017
11018 2004-10-14 Masatake YAMATO <jet@gyve.org>
11019
11020 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11021 (gdb-script-end-of-defun): New function.
11022 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11023 `gdb-script-end-of-defun' as *-of-defun-function.
11024
11025 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11026
11027 * button.el (button-activate): Allow a marker to display as an action.
11028
11029 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11030
11031 * help.el (describe-mode): Use it to make minor mode list into
11032 hyperlinks.
11033
11034 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11035
11036 * vc.el (vc-annotate-display-select): Fix typo.
11037
11038 * subr.el (substitute-key-definition-key): New function.
11039 (substitute-key-definition): Use it with map-keymap.
11040 (event-modifiers): Use push.
11041 (mouse-movement-p, with-temp-buffer): Simplify.
11042
11043 2004-10-12 Jay Belanger <belanger@truman.edu>
11044
11045 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11046 New variables.
11047 (calc-help-index-entries): New function.
11048 (calc-describe-function): Use `calc-help-function-list' instead of
11049 obarray for completion.
11050 (calc-describe-variable): Use `calc-help-variable-list' instead
11051 of obarray for completion.
11052
11053 2004-10-12 Richard M. Stallman <rms@gnu.org>
11054
11055 * info-look.el (info-lookup-file): Add info-file property.
11056 (info-lookup-symbol): Likewise.
11057
11058 * info.el (info-xref): Add underlining.
11059 (info): Add info-file property.
11060 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11061
11062 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11063
11064 Sync with Tramp 2.0.45.
11065
11066 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11067 defined. This is not the case for XEmacs without package "edebug".
11068 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11069 remote files to the permissions of the original file. This is not
11070 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11071 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11072 (tramp-perl-decode): Fix an error in Perl implementation.
11073 $pending must be cleared every loop. Reported by Benjamin Place
11074 <benjaminplace@sprintmail.com>
11075
11076 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11077 Don't activate advice during definition. This is done later on,
11078 depending on test result of `substitute-in-file-name'.
11079 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11080
11081 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11082
11083 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11084
11085 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11086
11087 2004-10-12 David Ponce <david@dponce.com>
11088
11089 * recentf.el (recentf-edit-list): Update the menu when the recentf
11090 list has been modified.
11091
11092 2004-10-12 Simon Josefsson <jas@extundo.com>
11093
11094 * net/tls.el (tls-certtool-program): New variable.
11095 (tls-certificate-information): New function, based on
11096 ssl-certificate-information.
11097
11098 2004-10-12 Kenichi Handa <handa@m17n.org>
11099
11100 * international/mule.el (coding-system-equal): Move from mule-util.el.
11101
11102 * international/mule-util.el (coding-system-equal): Move to mule.el.
11103
11104 2004-10-12 Kim F. Storm <storm@cua.dk>
11105
11106 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11107 reset kmacro-initial-counter-value if set.
11108 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11109 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11110 (kmacro-display): Show macro counter if non-zero.
11111
11112 * subr.el (substitute-key-definition): Mention command remapping
11113 in doc string.
11114
11115 2004-10-11 Jay Belanger <belanger@truman.edu>
11116
11117 * calc/calc-misc.el (calc-info-goto-node): New function.
11118 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11119 node in one step.
11120 (calc-describe-copying, calc-describe-distribution)
11121 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11122 Go to appropriate info node in one step.
11123
11124 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11125
11126 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11127
11128 * font-lock.el (font-lock-apply-highlight): Fix last change.
11129
11130 2004-10-11 Simon Josefsson <jas@extundo.com>
11131
11132 * mail/smtpmail.el (smtpmail-open-stream): Look for
11133 starttls-gnutls-program instead of starttls-program iff
11134 starttls-use-gnutls is non-nil.
11135 (smtpmail-open-stream): Don't overwrite user settings of
11136 starttls-extra-arguments and starttls-extra-args.
11137
11138 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11139
11140 * comint.el (comint-mouse-insert-input): Remove.
11141 (comint-insert-input): Make it work for mouse bindings.
11142 (comint-mode-map): Move defs into the declaration.
11143 (comint-output-filter): Typo.
11144
11145 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11146
11147 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11148
11149 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11150 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11151 ange-ftp-remote-shell.
11152
11153 2004-10-10 Andreas Schwab <schwab@suse.de>
11154
11155 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11156 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11157 Reported by <sri@asu.edu>.
11158
11159 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11160
11161 * vc.el (vc-annotate-mode): Remove variable.
11162 (vc-annotate-display-select): Only call vc-annotate-mode
11163 if we're not in that mode already.
11164
11165 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11166
11167 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11168 (imenu-choose-buffer-index): Check here for rescan instead.
11169
11170 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11171 where the face expression evals to nil.
11172
11173 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11174 (tex-font-lock-keywords-2): Use it.
11175 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11176
11177 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11178
11179 2004-10-09 Kim F. Storm <storm@cua.dk>
11180
11181 * subr.el (progress-reporter-update): Define before first usage.
11182 (make-progress-reporter): Doc fix.
11183
11184 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11185
11186 * textmodes/paragraphs.el (sentence-end-double-space)
11187 (sentence-end-without-period, sentence-end-without-space)
11188 (sentence-end): Doc fixes.
11189
11190 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11191
11192 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11193 Change paragraph-start regexp so we don't fill code starting with #'(.
11194
11195 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11196
11197 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11198 New defcustom.
11199 (extract-address-components): Use it.
11200
11201 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11202
11203 * subr.el (make-progress-reporter, progress-reporter-update)
11204 (progress-reporter-force-update, progress-reporter-do-update)
11205 (progress-reporter-done): New functions.
11206
11207 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11208
11209 * progmodes/etags.el (etags-tags-completion-table): Use progress
11210 reporter.
11211 (etags-tags-apropos): Likewise.
11212
11213 2004-10-08 Alan Mackenzie <acm@muc.de>
11214
11215 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11216 of current line.
11217
11218 2004-10-08 Masatake YAMATO <jet@gyve.org>
11219
11220 * server.el (server-process-filter): Wrap `process-send-region'
11221 by `condition-case' to guard the case when the pipe to PROC is closed.
11222
11223 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11224
11225 * xml.el (xml-substitute-special): Limit handling of external entities.
11226
11227 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11228
11229 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11230
11231 2004-10-06 John Paul Wallington <jpw@gnu.org>
11232
11233 * xml.el (xml-parse-dtd): Fix `error' call.
11234
11235 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11236
11237 * xml.el (xml-substitute-special): Return a single string instead
11238 of a list of strings if an entity substitution is made.
11239
11240 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11241
11242 * calendar/icalendar.el: New file.
11243
11244 2004-10-05 Juri Linkov <juri@jurta.org>
11245
11246 * isearch.el (isearch-done): Set mark after running hook.
11247 Reported by Drew Adams <drew.adams@oracle.com>.
11248
11249 * info.el (Info-history, Info-toc): Fix Info headers.
11250 (Info-toc): Narrow buffer before Info-fontify-node.
11251 (Info-build-toc): Don't check for special Info file names.
11252 Set main-file to nil if Info-find-file returns a symbol.
11253
11254 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11255
11256 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11257 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11258 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11259
11260 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11261
11262 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11263 for old interactive spec from calendar-goto-iso-date.
11264 (calendar-goto-iso-date): Use it.
11265 (calendar-goto-iso-week): New function. Suggested by Emilio
11266 C. Lopes <eclig@gmx.net>.
11267
11268 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11269
11270 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11271 `set-right-margin' bindings that follow the minor mode conventions.
11272
11273 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11274
11275 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11276 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11277 (latex-block-args-alist): Add minipage and picture.
11278 (latex-block-body-alist): Use reftex-label if enabled.
11279 (latex-insert-block): Don't insert a \n if not necessary.
11280 (tex-compile-commands): Make sure dvips doesn't send to printer.
11281 (tex-compile-default): Handle the case where no executable is found.
11282 (latex-noindent-environments): New var.
11283 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11284 If tex-indent-allhanging is non-nil, make sure we only align for macros
11285 at beginning of line.
11286
11287 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11288
11289 * newcomment.el (comment-beginning): Doc fix and don't choke on
11290 unset `comment-end-skip' when at beginning of comment.
11291
11292 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11293
11294 * term.el (term-adjust-current-row-cache): Don't allow the current
11295 row to become negative.
11296 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11297 the end of the line. Fix scroll down. Add comments.
11298 (term-handle-ansi-escape): Don't exceed terminal width when moving
11299 right.
11300 (term-scroll-region): Move the cursor after setting the scroll region.
11301
11302 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11303
11304 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11305 to `width' for consistency with docstring. Doc fix.
11306
11307 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11308
11309 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11310 This is necessary for derived modes.
11311
11312 2004-09-30 Kim F. Storm <storm@cua.dk>
11313
11314 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11315 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11316
11317 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11318 kmacro-extract-lambda functions.
11319 (edit-kbd-macro): Handle kmacro lambda forms.
11320 Include counter and counter format in edit buffer.
11321 (edmacro-finish-edit): Get counter and format from edit buffer and
11322 update kmacro bindings when found.
11323
11324 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11325
11326 * textmodes/paragraphs.el (forward-paragraph):
11327 Avoid args-out-of-range error when point winds up at the beginning of
11328 the buffer and hard newlines are enabled.
11329
11330 * newcomment.el (comment-multi-line): Doc fix.
11331
11332 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11333
11334 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11335 (diff-fixup-modifs): Catch unified-diff file-headers.
11336
11337 2004-09-29 Kim F. Storm <storm@cua.dk>
11338
11339 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11340 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11341 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11342
11343 * fringe.el (fringe-bitmap-p): New macro.
11344 (fringe-bitmaps): Add standard fringe bitmaps on load.
11345
11346 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11347
11348 * dired.el (dired-view-command-alist): Use more efficient regexps.
11349 Remove dubious arguments.
11350 (dired-align-file): New function.
11351 (dired-insert-directory): Use it.
11352 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11353 (dired-buffers-for-dir): Remove unused var `pattern'.
11354
11355 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11356
11357 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11358 from diary display excursion. Store diary buffer's point for
11359 `simple-diary-display'.
11360 (simple-diary-display): Set window point and start when
11361 displaying buffer, to preserve point.
11362
11363 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11364
11365 * textmodes/enriched.el (enriched-translations): Replace defconst
11366 with defvar.
11367
11368 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11369
11370 * printing.el: Doc fix.
11371 (pr-version): New version number (6.8.1).
11372 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11373 make-temp-name.
11374 (pr-delete-file): Check if file exists before deleting it.
11375 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11376
11377 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11378
11379 * term.el (term-display-table): New variable.
11380 (term-mode): Use it.
11381 (term-exec-1): Set the coding system to binary.
11382 (term-emulate-terminal): Decode the string before inserting it.
11383
11384 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11385
11386 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11387 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11388 (map): Bind S-prior, S-next and S-insert.
11389 (term-mode): Set `indent-tabs-mode' to nil.
11390 (term-paste): New function to be bound to S-insert.
11391 (term-send-del, term-send-backspace): Change the strings sent.
11392 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11393 (term-handle-colors-array): Fix handling of underline and reverse.
11394 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11395 (term-erase-in-line): Fix comparison.
11396 (term-emulate-terminal): Fix line wrap handling.
11397 (term-start-output-log): Rename from `term-set-output-log'.
11398 (term-stop-output-log): Rename from `term-stop-photo'.
11399 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11400
11401 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11402
11403 * dired.el (dired-move-to-filename): Don't output a message if
11404 raise-error is non-nil. Fix return position and value.
11405
11406 * files.el (insert-directory): Obey --dired even with symlinks.
11407
11408 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11409
11410 * ls-lisp.el (ls-lisp-format): Mark file names with property
11411 dired-filename.
11412
11413 2004-09-25 Kim F. Storm <storm@cua.dk>
11414
11415 * ido.el (ido-max-directory-size): New defcustom.
11416 (ido-decorations): Add "too big" element.
11417 (ido-directory-too-big): New dynamic var.
11418 (ido-may-cache-directory): Don't cache big directories.
11419 (ido-directory-too-big-p): New defun.
11420 (ido-set-current-directory): Update ido-directory-too-big.
11421 (ido-read-internal): Make empty ido-cur-item if too-big.
11422 (ido-buffer-internal): Use ido-read-internal directly instead of
11423 ido-read-buffer.
11424 (ido-file-internal): Init ido-directory-too-big.
11425 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11426 and redo completion with full list.
11427 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11428 it, and show completions.
11429 (ido-all-completions): Let bind ido-directory-too-big to nil.
11430 (ido-exhibit): Handle ido-directory-too-big.
11431 (ido-read-buffer): Handle fallback to read-buffer.
11432 Init ido-directory-too-big.
11433 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11434 Init ido-directory-too-big.
11435
11436 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11437
11438 * subr.el (delay-mode-hooks): Doc fix.
11439
11440 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11441
11442 * textmodes/enriched.el
11443 (enriched-default-text-properties-local-flag): New variable.
11444 (enriched-mode): Make sure that enabling and disabling the mode is
11445 a no-op. Doc fix.
11446
11447 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11448
11449 * calendar/holidays.el (holiday-advent): Report on a specified day
11450 offset from advent, not just advent.
11451 (holiday-easter-etc): Report on one specified day offset from
11452 easter, not all easter holidays. Various Easter holidays moved to
11453 `christian-holidays' variable in calendar.el.
11454 * calendar/calendar.el (christian-holidays): Adapt for new
11455 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11456
11457 2004-09-23 Kim F. Storm <storm@cua.dk>
11458
11459 * image.el (insert-sliced-image): Add doc string.
11460
11461 * ido.el (ido-choice-list): New dynamic var for `list' context.
11462 (ido-context-switch-command): New dynamic var.
11463 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11464 (ido-read-internal): Handle new `list' context.
11465 Handle insert-buffer and insert-file ido-exit values.
11466 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11467 ido-context-switch-command. Handle insert-file ido-exit value.
11468 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11469 unless it is already bound by caller.
11470 (ido-file-internal): New arg switch-cmd. Use it to setup
11471 ido-context-switch-command. Handle insert-buffer ido-exit value.
11472 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11473 used for context switching.
11474 (ido-all-completions): Handle new `list' context.
11475 (ido-make-choice-list): Return choices for `list' context.
11476 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11477 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11478 (ido-insert-buffer, ido-insert-file): Setup context switching.
11479 (ido-exhibit): Handle `list' context.
11480 (ido-read-file-name): Disable context switching. Handle fallback.
11481 (ido-read-directory-name): Disable context switching.
11482 (ido-completing-read): New defun like completing-read. Setup and
11483 use new `list' context.
11484
11485 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11486
11487 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11488
11489 2004-09-21 Jay Belanger <belanger@truman.edu>
11490
11491 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11492 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11493 separate window.
11494
11495 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11496
11497 * subr.el (after-change-major-mode-hook): Doc fix.
11498
11499 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11500
11501 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11502 of ghostscript for monochrome PostScript file in Windows.
11503
11504 2004-09-21 Kenichi Handa <handa@m17n.org>
11505
11506 * descr-text.el (describe-char): Checking of quail activation fixed.
11507
11508 2004-09-21 Jay Belanger <belanger@truman.edu>
11509
11510 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11511
11512 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11513
11514 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11515 after the mode hooks instead of before. Doc fix.
11516
11517 2004-09-20 Jason Rumney <jasonr@gnu.org>
11518
11519 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11520 _emacs, but revert to .emacs if neither exists in home directory.
11521
11522 2004-09-20 John Paul Wallington <jpw@gnu.org>
11523
11524 * bindings.el (completion-ignored-extensions): Add .dfsl.
11525
11526 2004-09-20 Richard M. Stallman <rms@gnu.org>
11527
11528 * bindings.el (scroll-left): Make it disabled.
11529
11530 * files.el (enable-local-eval): Doc fix.
11531
11532 * indent.el (move-to-left-margin): Special case for minibuffer.
11533
11534 * term.el (term-emulate-terminal): Turn off undo for output.
11535 Use with-current-buffer and save-selected-window.
11536
11537 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11538
11539 * progmodes/make-mode.el (makefile-fill-paragraph):
11540 Don't insist on spaces when looking for comments. # is enough.
11541
11542 * files.el (hack-local-variables): Copy the variables list
11543 to another buffer, strip prefixes and suffixes there, then read.
11544 (enable-local-eval): Doc fix.
11545 (ignored-local-variables): Initialize to nil.
11546 (risky-local-variable-p): Don't check ignored-local-variables here.
11547 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11548
11549 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11550
11551 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11552 of = to "." (punctuation).
11553
11554 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11555
11556 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11557
11558 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11559
11560 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11561 (enriched-before-change-major-mode): New function.
11562 Add it to `change-major-mode-hook'.
11563 (enriched-after-change-major-mode): New function.
11564 Add it to `after-change-major-mode-hook'.
11565 (enriched-mode): Make it work correctly if called from
11566 `after-change-major-mode-hook'.
11567 No longer set `indent-line-function'.
11568
11569 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11570
11571 * subr.el (after-change-major-mode-hook): New variable.
11572 (run-mode-hooks): Implement it.
11573
11574 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * battery.el (battery-linux-proc-apm): Use string-to-number.
11577 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11578 Use dolist (and less indentation). Use erase-buffer.
11579 Pre-initialize `design-capacity', `warn', and `low'.
11580 (battery-format): Use replace-regexp-in-string.
11581
11582 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11583
11584 * battery.el: Delete superfluous empty lines.
11585 (battery-linux-proc-acpi): Attempt to gather information from all
11586 battery subdirectories regardless of their file name.
11587 (battery-linux-proc-apm): Replace all occurrences of
11588 battery-hex-to-int-2 with string-to-int (base 16).
11589 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11590 (battery-hex-map): Delete variable.
11591
11592 2004-09-18 John Paul Wallington <jpw@gnu.org>
11593
11594 * calc/calc-units.el (calc-quick-units): Fix overzealous
11595 s/or/unless/.
11596
11597 2004-09-17 Jay Belanger <belanger@truman.edu>
11598
11599 * calc/calc.el (calc-mode-var-list): Fix the value of
11600 `calc-matrix-brackets'.
11601
11602 2004-09-17 Romain Francoise <romain@orebokech.com>
11603
11604 * ibuf-ext.el (define-ibuffer-filter filename):
11605 Expand dired-directory since buffer-file-name is absolute.
11606
11607 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11608
11609 * ediff-init.el (ediff-current-diff-face-A)
11610 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11611 (ediff-current-diff-face-Ancestor)
11612 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11613 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11614 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11615 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11616 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11617 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11618 Use min-colors.
11619
11620 * term.el (term-down): Perform vertical motion if DOWN is negative.
11621 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11622 (term-termcap-format): Synchronyze with the eterm terminfo entry
11623 in etc/e/eterm.ti.
11624 (term-handle-colors-array): If the current foreground or
11625 background are zero (i.e. unspecified), use the foreground and
11626 background of the default face for reverse video.
11627 (term-ansi-at-eval-string, term-ansi-default-fg)
11628 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11629 (term-mem): Delete ununsed function.
11630 (term-protocol-version): Increment.
11631 (term-current-face): Set to default.
11632
11633 2004-09-15 Jay Belanger <belanger@truman.edu>
11634
11635 * calc/calc.el (calc-mode-var-list): Define this variable.
11636 (calc-always-load-extensions, calc-line-numbering)
11637 (calc-line-breaking, calc-display-just, calc-display-origin)
11638 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11639 (calc-group-char, calc-point-char, calc-frac-format)
11640 (calc-prefer-frac, calc-hms-format, calc-date-format)
11641 (calc-float-format, calc-full-float-format, calc-complex-format)
11642 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11643 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11644 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11645 (calc-matrix-brackets, calc-language, calc-language-option)
11646 (calc-left-label, calc-right-label, calc-word-size)
11647 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11648 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11649 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11650 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11651 (calc-window-height, calc-display-trail, calc-show-selections)
11652 (calc-use-selections, calc-assoc-selections)
11653 (calc-display-working-message, calc-auto-why, calc-timing)
11654 (calc-mode-save-mode, calc-standard-date-formats)
11655 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11656 (calc-user-parse-tables, calc-gnuplot-default-device)
11657 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11658 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11659 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11660 (calc-invocation-macro, calc-show-banner): Give these values as
11661 part of `calc-mode-var-list's initialization after the variables
11662 are declared with defvar.
11663 (calc-bug-address): Change email address to send bug reports to.
11664 Change the maintainer address at the top.
11665 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11666 than "\\.emacs" to determine if it is the user-init-file.
11667
11668 * calc/calc-embed.el (calc-embedded-set-modes): Use
11669 `calc-mode-var-list' correctly.
11670
11671 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11672
11673 * vc.el (annotate-time): Document point handling.
11674 (vc-annotate-display-autoscale): Doc fix.
11675
11676 2004-09-15 Miles Bader <miles@gnu.org>
11677
11678 * generic.el (generic-make-keywords-list): Use symbol rather than
11679 word anchors in regexp.
11680
11681 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11682
11683 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11684 no file name consider `dired-directory'.
11685
11686 2004-09-14 Kim F. Storm <storm@cua.dk>
11687
11688 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11689
11690 2004-09-14 Simon Josefsson <jas@extundo.com>
11691
11692 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11693
11694 * textmodes/dns-mode.el: Add.
11695
11696 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11697
11698 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11699 (disabled-command-function): Make the ?\ char more obvious.
11700
11701 * vc-arch.el (vc-arch-root, vc-arch-registered):
11702 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11703
11704 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11705
11706 * windmove.el (windmove-frame-edges): Report coordinates of
11707 outside edges of frame, not inside edges.
11708 (windmove-coordinates-of-position): Convert into wrapper to new
11709 function `windmove-coordinates-of-window-position';
11710 `compute-motion' always applies to selected window.
11711 (windmove-coordinates-of-position): Update documentation to refer
11712 to Emacs 21 Lisp Reference Manual.
11713 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11714
11715 2004-09-13 Kim F. Storm <storm@cua.dk>
11716
11717 * isearch.el (isearch-resume-in-command-history): Rename from
11718 isearch-resume-enabled and change default to nil.
11719
11720 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11721
11722 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11723 (vc-registered): Use it.
11724 (vc-find-root): New fun.
11725
11726 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11727 Don't tell to use \\{...} when it's already done.
11728
11729 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11730 Provide a sample complex default.
11731 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11732 (bibtex-entry): Use mapc.
11733
11734 2004-09-12 Kim F. Storm <storm@cua.dk>
11735
11736 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11737
11738 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11739 inhibit-field-text-motion to t so rectangles work in comint buffers.
11740
11741 * simple.el (choose-completion-string): Set buffer before running
11742 choose-completion-string-functions hook so it can be buffer-local.
11743
11744 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11745
11746 * progmodes/compile.el (compilation-start): Parse command to see
11747 if it starts with a cd, and if so perform it for the *compilation*
11748 buffer. Change the header to reflect this.
11749
11750 2004-09-11 Kim F. Storm <storm@cua.dk>
11751
11752 * ido.el (ido-enable-dot-prefix): Doc fix.
11753 (ido-enable-dot-prefix): New defcustom.
11754 (ido-set-matches1): Use it.
11755
11756 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11757
11758 * textmodes/bibtex.el (bibtex-mark-active)
11759 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11760
11761 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11762
11763 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11764 used in a case insensitive environment.
11765 (bibtex-mode-map): Rearrange order of menus.
11766 (bibtex-quoted-string-re): Obsolete.
11767 (bibtex-complete-key-cleanup): Variable replaced by new function.
11768 (bibtex-font-lock-keywords): Use backquotes.
11769 (bibtex-font-lock-url-regexp): New internal variable.
11770 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11771 "OPT" and "ALT".
11772 (bibtex-insert-current-kill, bibtex-make-field)
11773 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11774 (bibtex-parse-field-text): Simplify.
11775 (bibtex-string=): New helper function.
11776 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11777 (bibtex-map-entries): Use bibtex-string=.
11778 (bibtex-search-entry): Use not.
11779 (bibtex-enclosing-field): Fix docstring.
11780 (bibtex-assoc-regexp): Obsolete.
11781 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11782 (bibtex-autokey-get-names): Handle empty name field.
11783 (bibtex-parse-strings): Use assoc-string and unless.
11784 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11785 Use assoc-string.
11786 (bibtex-pop): Simplify.
11787 (bibtex-mode): Set font-lock-extra-managed-props.
11788 (bibtex-entry-update): Use assoc-string.
11789 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11790 (bibtex-autofill-entry): Use bibtex-string=.
11791 (bibtex-print-help-message): Simplify.
11792 (bibtex-find-entry): New optional arg START.
11793 (bibtex-validate): Use bibtex-string= and assoc-string.
11794 Do not call obsolete function compilation-parse-errors.
11795 (bibtex-remove-delimiters): Only remove delimiters if present.
11796 (bibtex-copy-entry-as-kill): Add docstring.
11797 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11798 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11799 (bibtex-complete): Use bibtex-predefined-month-strings,
11800 bibtex-string=, and new function bibtex-complete-key-cleanup.
11801 (bibtex-generate-url-list): New variable.
11802 (bibtex-url): New command bound to C-c C-l and mouse-2.
11803 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11804 (bibtex-font-lock-url): New function.
11805
11806 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11807
11808 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11809
11810 2004-09-09 Kim F. Storm <storm@cua.dk>
11811
11812 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11813 counter and format with binding.
11814 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11815 the declared macro uses own macro counter and format. Give symbol
11816 kmacro property.
11817 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11818 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11819 (kmacro-end-and-call-macro): Doc fix.
11820
11821 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11822
11823 * desktop.el (desktop-clear-preserve-buffers):
11824 Remove make-obsolete-variable.
11825
11826 2004-09-08 Richard M. Stallman <rms@gnu.org>
11827
11828 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11829 with the buffer as argument.
11830
11831 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11832
11833 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11834
11835 2004-09-08 Juri Linkov <juri@jurta.org>
11836
11837 * replace.el (perform-replace): Use `query-replace-descr'.
11838
11839 * cus-start.el (history-delete-duplicates): Specify customization.
11840
11841 * diff-mode.el (diff-mode-map):
11842 * progmodes/compile.el (compilation-mode-map):
11843 * progmodes/grep.el (grep-mode-map):
11844 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11845 to `next-error-follow-minor-mode'.
11846
11847 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11848
11849 * isearch.el (isearch-lazy-highlight-update): Take into account
11850 the case of zero-length match at the search bound.
11851
11852 2004-09-08 Kim F. Storm <storm@cua.dk>
11853
11854 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11855 change. Use zero width overlays when necessary.
11856
11857 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11858
11859 * subr.el (split-string): Docfix.
11860
11861 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11862
11863 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11864 (display-call-tree): Ensure newline after caller/calls blocks.
11865
11866 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11867
11868 * startup.el (command-line-1): Make option
11869 --directory/-L modify `load-path' straight away.
11870
11871 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11872
11873 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11874
11875 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11876
11877 * emacs-lisp/autoload.el (make-autoload):
11878 Handle `define-compilation-mode'.
11879
11880 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11881 Specify `doc-string-elt' property.
11882
11883 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11884
11885 * bs.el (bs-mode): Doc fix.
11886
11887 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11888
11889 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11890
11891 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11892
11893 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11894
11895 2004-09-08 Kenichi Handa <handa@m17n.org>
11896
11897 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11898 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11899 ps-mule-next-point -> 1+).
11900
11901 * composite.el (encode-composition-rule): Add autoload cooky.
11902
11903 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11904
11905 * format.el (buffer-auto-save-file-format): Make it permanent local.
11906
11907 2004-09-07 Kim F. Storm <storm@cua.dk>
11908
11909 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11910 (authors-fixed-entries): Fix typo.
11911 (authors-canonical-author-name): Compact multiple spaces.
11912 Ignore trivial names (e.g. only first name).
11913
11914 * term.el (term-window-width): Only use full window width on
11915 window system if overflow-newline-into-fringe is enabled.
11916 (term-mode): Don't disable overflow-newline-into-fringe.
11917
11918 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11919
11920 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11921 motion as seen on my Mac OS X xterms.
11922
11923 * newcomment.el (uncomment-region-default, comment-region-default):
11924 New functions extracted from uncomment-region and comment-region.
11925 (comment-region, comment-region-function, uncomment-region)
11926 (uncomment-region-function): Use them.
11927
11928 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11929
11930 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11931 It's not crucial but can make sense at times.
11932
11933 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11934 the first commit.
11935
11936 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11937 Disable obsolete code.
11938
11939 2004-09-07 Juri Linkov <juri@jurta.org>
11940
11941 * progmodes/grep.el (grep-highlight-matches): Change default from
11942 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11943 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11944 if grep option `--color' is available, or to `nil' otherwise.
11945 (grep-process-setup): Call `grep-compute-defaults' if
11946 `grep-highlight-matches' is not computed. Set env-vars only
11947 if `grep-highlight-matches' is `t'.
11948 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11949 is already defined).
11950
11951 * progmodes/compile.el (compilation-start): Use copy of
11952 `process-environment' created by `copy-sequence' to not
11953 modify env-vars in the global `process-environment'.
11954
11955 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11956
11957 * simple.el (next-error-follow-minor-mode): Fix last change.
11958
11959 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11960
11961 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11962 permanent local.
11963
11964 2004-09-04 Richard M. Stallman <rms@gnu.org>
11965
11966 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11967 highlighting if the search string is empty.
11968
11969 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11970
11971 * facemenu.el (facemenu-active-faces): Change condition of inner
11972 `while' loop to also check the first two elements of `face-atts'
11973 and `mask-atts'.
11974
11975 2004-09-04 John Paul Wallington <jpw@gnu.org>
11976
11977 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11978 (thumbs-view-image-mode): Make buffer read-only.
11979
11980 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11981
11982 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11983 (ispell-check-version): Set it.
11984 (ispell-send-replacement): New function.
11985 (ispell-process-line): Call ispell-send-replacement.
11986
11987 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11988
11989 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11990 Support choosing seconds with "s".
11991
11992 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11993
11994 * terminal.el (te-escape): Show `?' in prompt for help key.
11995
11996 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11997
11998 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11999
12000 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12001
12002 * simple.el (next-error-follow-minor-mode)
12003 (next-error-follow-mode-post-command-hook): New functions.
12004 (next-error-follow-last-line): New defvar.
12005
12006 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12007 * progmodes/compile.el (compilation-mode-map): Likewise.
12008 * progmodes/grep.el (grep-mode-map): Likewise.
12009 * replace.el (occur-mode-map): Likewise.
12010
12011 * newcomment.el (uncomment-region): Bind comment-use-global-state
12012 to nil.
12013
12014 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12015
12016 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12017 locally around the call to `revert-buffer'.
12018
12019 2004-09-03 Juri Linkov <juri@jurta.org>
12020
12021 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12022 `isearch-adjusted' to `t'.
12023 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12024 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12025 (isearch-other-meta-char): Restore isearch-point unconditionally.
12026 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12027 Set point to start of match if region is not active in transient
12028 mark mode (to include the current match to region boundaries).
12029 Push the search string to `query-replace-from-history-variable'.
12030 Add prompt "Query replace regexp" for isearch-regexp.
12031 Add region beginning/end as last arguments of `perform-replace.'
12032 (isearch-query-replace-regexp): Replace code by the call to
12033 `isearch-query-replace' with arg `t'.
12034
12035 2004-09-03 Richard M. Stallman <rms@gnu.org>
12036
12037 * startup.el (normal-top-level): Undo previous TERM change.
12038
12039 2004-09-03 Kim F. Storm <storm@cua.dk>
12040
12041 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12042 highlight overlays; allow using RET when cursor is over a button.
12043 (cua--highlight-rectangle): Use it.
12044 (cua--rectangle-set-corners): Don't move backwards at eol.
12045 (cua--forward-line): Don't move into void after eob.
12046
12047 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12048 point is set (and displayed) inside rectangle.
12049 (cua--rectangle-operation): Fix for highlight of empty lines.
12050 (cua--highlight-rectangle): Fix highlight for tabs.
12051 Position cursor at left/right edge of rectangle using new `cursor'
12052 property on overlay strings.
12053 (cua--indent-rectangle): Don't tabify.
12054 (cua-rotate-rectangle): Ignore that point has moved.
12055
12056 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12057
12058 * term/mac-win.el: Add ASCII equivalents for some function keys.
12059 (mode-line-frame-identification): Sync with x-win.el.
12060
12061 2004-09-02 Juri Linkov <juri@jurta.org>
12062
12063 * progmodes/compile.el (compilation-buffer-name): Compare major
12064 mode with second element of compilation-arguments instead of third
12065 to reflect latest changes in compilation-arguments structure.
12066 (recompile): Use global variable `compilation-directory' to get
12067 recent compilation directory only when `recompile' is invoked NOT
12068 in the compilation buffer. Otherwise, use `default-directory' of
12069 the compilation buffer.
12070 (compilation-error-properties): Allow to funcall col and end-col.
12071 (compilation-mode-font-lock-keywords): Check col and end-col by
12072 `integerp'.
12073 (compilation-goto-locus): If end-mk is non-nil in transient mark
12074 mode don't activate the mark (and don't display message in
12075 push-mark), but highlight overlay between mk and end-mk.
12076
12077 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12078 (grep-regexp-alist): Add rule to highlight grep matches.
12079 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12080
12081 * info.el (Info-fontify-node): Don't compute other-tag
12082 if Info-hide-note-references=hide.
12083
12084 * help.el (function-called-at-point):
12085 * help-fns.el (variable-at-point):
12086 Try `find-tag-default' when other methods failed.
12087
12088 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12089 Do not push mark if inhibit-mark-movement is non-nil.
12090
12091 * textmodes/ispell.el (ispell-html-skip-alists):
12092 Fix backslashes in docstring.
12093
12094 2004-09-01 Juri Linkov <juri@jurta.org>
12095
12096 * isearch.el (isearch-wrap-function)
12097 (isearch-push-state-function): New defvars.
12098 (isearch-pop-fun-state): New defsubst.
12099 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12100 (isearch-push-state): Set the result of calling
12101 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12102 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12103 restore the mode-specific starting point of terminated search.
12104 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12105 (isearch-repeat): Call `isearch-wrap-function' if defined.
12106 (isearch-message-prefix): Don't add prefix "over" to the message
12107 for wrapped search if `isearch-wrap-function' is defined.
12108 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12109 restore the mode-specific starting point of failed search.
12110
12111 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12112 (Info-search): Add new optional arguments for the sake of isearch.
12113 Replace whitespace in Info-search-whitespace-regexp literally.
12114 Add backward search. Don't call `Info-select-node' if regexp is
12115 found in the same Info node. Don't add node to Info-history for
12116 wrapped isearch.
12117 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12118 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12119 (Info-mode): Set local variables `isearch-search-fun-function',
12120 `isearch-wrap-function', `isearch-push-state-function',
12121 `search-whitespace-regexp'.
12122
12123 * isearch.el: Remove ancient Change Log section.
12124 (isearch-string, isearch-message-string, isearch-point)
12125 (isearch-success, isearch-forward-flag, isearch-other-end)
12126 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12127 (isearch-barrier, isearch-within-brackets)
12128 (isearch-case-fold-search): Add suffix `-state' to state-related
12129 defsubsts to avoid name clashes with other function names.
12130
12131 * simple.el (next-error): New defgroup and defface.
12132 (next-error-highlight, next-error-highlight-no-select):
12133 New defcustoms.
12134 (next-error-no-select): Let-bind next-error-highlight to the value
12135 of next-error-highlight-no-select before calling `next-error'.
12136
12137 * progmodes/compile.el (compilation-goto-locus):
12138 Use `next-error' face instead of `region'. Set 4-th argument of
12139 `move-overlay' to `current-buffer' to move overlay to different
12140 source buffers. Use new variable `next-error-highlight'.
12141
12142 * simple.el (next-error-find-buffer): Move the rule
12143 "if current buffer is a next-error capable buffer" after the
12144 rule "if next-error-last-buffer is set to a live buffer".
12145 Simplify to test all rules in one `or'.
12146 (next-error): Doc fix.
12147 (next-error, previous-error, first-error)
12148 (next-error-no-select, previous-error-no-select):
12149 Make arguments optional.
12150
12151 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12152
12153 * macros.el (apply-macro-to-region-lines): Make it operate on all
12154 lines that begin in the region, rather than on all complete lines
12155 in the region.
12156
12157 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12158
12159 * x-dnd.el (x-dnd-protocol-alist): Document update.
12160 (x-dnd-known-types): Defcustom it.
12161 (x-dnd-handle-motif): Print message-atom in error message.
12162
12163 2004-08-30 John Paul Wallington <jpw@gnu.org>
12164
12165 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12166 strings rather than programatically constructing message.
12167
12168 2004-08-30 Richard M. Stallman <rms@gnu.org>
12169
12170 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12171 Don't return a string that would read as the wrong character code.
12172
12173 2004-08-29 Kim F. Storm <storm@cua.dk>
12174
12175 * emulation/cua-base.el (cua-auto-expand-rectangles):
12176 Remove automatic rectangle padding feature; replace by non-destructive
12177 virtual rectangle edges feature.
12178 (cua-virtual-rectangle-edges): New defcustom.
12179 (cua-auto-tabify-rectangles): New defcustom.
12180 (cua-paste): If paste into a marked rectangle, insert rectangle at
12181 current column, even if virtual; also paste exactly as many lines
12182 as has been marked (ignore additional lines or add empty lines),
12183 but paste whole source if only one line is marked.
12184 (cua--update-indications): No longer use overwrite-cursor to
12185 indicate rectangle padding
12186
12187 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12188 (cua--rectangle-virtual-edges): New defun.
12189 (cua--rectangle-get-corners): Remove optional PAD arg.
12190 (cua--rectangle-set-corners): Never do padding.
12191 (cua--forward-line): Remove optional PAD arg. Simplify.
12192 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12193 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12194 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12195 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12196 (cua--rectangle-move): Never do padding. Simplify.
12197 (cua--tabify-start): New defun.
12198 (cua--rectangle-operation): Add tabify arg. All callers changed.
12199 (cua--pad-rectangle): Remove.
12200 (cua--delete-rectangle): Handle delete with virtual edges.
12201 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12202 (cua--insert-rectangle): Handle insert at virtual column.
12203 Perform auto-tabify if necessary.
12204 (cua--activate-rectangle): Remove optional FORCE arg.
12205 Never do padding. Simplify.
12206 (cua--highlight-rectangle): Enhance for virtual edges.
12207 (cua-toggle-rectangle-padding): Remove command.
12208 (cua-toggle-rectangle-virtual-edges): New command.
12209 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12210 (cua--rectangle-post-command): Don't force rectangle padding.
12211 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12212
12213 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12214
12215 * indent.el (edit-tab-stops-buffer): Doc fix.
12216
12217 2004-08-28 Richard M. Stallman <rms@gnu.org>
12218
12219 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12220 (grep-tag-default): Function deleted.
12221
12222 * subr.el (find-tag-default): Move from etags.el.
12223
12224 * progmodes/etags.el (find-tag-default): Move to subr.el.
12225
12226 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12227 into the basic character if it has an uppercase form.
12228
12229 2004-08-27 Kenichi Handa <handa@m17n.org>
12230
12231 * international/utf-8.el (utf-8-post-read-conversion): If the
12232 buffer is unibyte, temporarily make it multibyte.
12233
12234 2004-08-27 Masatake YAMATO <jet@gyve.org>
12235
12236 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12237
12238 2004-08-25 John Paul Wallington <jpw@gnu.org>
12239
12240 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12241 0, 1, and many mismatches in message.
12242 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12243
12244 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12245 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12246
12247 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12248
12249 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12250 vc-diff-switches differently.
12251
12252 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12253
12254 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12255 before and a real defvar after
12256 `speedbar-supported-extension-expressions'. This is to silence
12257 the compiler without breaking bootstrapping.
12258
12259 2004-08-22 Richard M. Stallman <rms@gnu.org>
12260
12261 * textmodes/flyspell.el (flyspell-word):
12262 Use set-process-query-on-exit-flag.
12263 (flyspell-highlight-duplicate-region): Take POSS as arg.
12264 (flyspell-word): Pass POSS as arg.
12265
12266 * progmodes/ada-xref.el: Many doc and style fixes.
12267 (ada-find-any-references): Use compilation-start.
12268 (ada-get-ali-file-name): Improve error msg.
12269 (ada-get-ada-file-name): Likewise.
12270
12271 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12272 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12273
12274 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12275 Add forward defvar.
12276
12277 * whitespace.el (global-whitespace-mode): New alias
12278 for whitespace-global-mode.
12279
12280 * speedbar.el (speedbar-file-regexp): Move definition up.
12281 (speedbar-mode, speedbar-set-mode-line-format):
12282 Use with-no-warnings.
12283 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12284
12285 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12286 controls whether to display the error buffer.
12287
12288 * ps-mule.el: Delete compatibility code for old Emacses.
12289 (ps-mule-find-wrappoint): Don't use chars-in-region.
12290
12291 * frame.el (display-mouse-p, display-selections-p):
12292 Use with-no-warnings.
12293
12294 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12295
12296 2004-08-22 David Kastrup <dak@gnu.org>
12297
12298 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12299 information.
12300
12301 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12302
12303 2004-08-22 Andreas Schwab <schwab@suse.de>
12304
12305 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12306
12307 2004-08-22 Masatake YAMATO <jet@gyve.org>
12308
12309 * cvs-status.el (cvs-status-checkout): New function.
12310 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12311
12312 2004-08-21 David Kastrup <dak@gnu.org>
12313
12314 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12315 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12316 has been converted to use hashtables, the relation `nil=none' is
12317 no longer valid, as `nil' is not a hashtable. This patch tries to
12318 reduce the number of resulting errors.
12319
12320 2004-08-21 John Paul Wallington <jpw@gnu.org>
12321
12322 * subr.el (process-kill-without-query): Made obsolete in
12323 version 21.4, not 21.5.
12324
12325 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12326 (vc-previous-comment, vc-next-comment)
12327 (vc-comment-search-reverse, vc-comment-search-forward)
12328 (vc-comment-to-change-log): Likewise.
12329
12330 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12331
12332 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12333
12334 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12335 Correct indentation of DEFMETHODS with non-standard method
12336 combinations (e.g., PROGN, MIN, MAX).
12337
12338 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12339
12340 * startup.el (normal-top-level-add-subdirs-to-load-path):
12341 Avoid unnecessarily checking system-type.
12342 (normal-top-level): Set TERM to "dumb". Simplify.
12343
12344 * avoid.el (mouse-avoidance-ignore-p): New fun.
12345 Also ignore switch-frame, select-window, double, and triple clicks.
12346 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12347 (mouse-avoidance-fancy-hook): Use it.
12348
12349 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12350
12351 * avoid.el (mouse-avoidance-nudge-mouse)
12352 (mouse-avoidance-banish-destination): Stay within the current window
12353 to avoid problems with mouse-autoselect-window.
12354
12355 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12356
12357 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12358 the newer format of some messages in cvs-1.12.1.
12359
12360 2004-08-19 Masatake YAMATO <jet@gyve.org>
12361
12362 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12363 (elp-results-jump-to-definition-by-mouse)
12364 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12365 (elp-output-result): Use elp-output-insert-symname.
12366
12367 2004-08-18 Kenichi Handa <handa@m17n.org>
12368
12369 * language/cyrillic.el: Register koi8-r in
12370 ctext-non-standard-encodings-alist.
12371 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12372
12373 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12374
12375 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12376 that replaces 20xy with xy.
12377
12378 2004-08-17 John Paul Wallington <jpw@gnu.org>
12379
12380 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12381 (reb-force-update): Doc fix.
12382
12383 2004-08-16 Richard M. Stallman <rms@gnu.org>
12384
12385 * progmodes/which-func.el (which-func-update-1): Doc fix.
12386
12387 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12388 (sh-mode-abbrev-table): New variable.
12389
12390 * progmodes/compile.el (compilation-mode): Doc fix.
12391
12392 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12393 Don't cons a new symbol each time.
12394 (eval-last-sexp-fake-value): New variable.
12395
12396 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12397 (copyright-update-year): Detect continuation of list of years.
12398
12399 * term.el (term-default-fg-color, term-default-bg-color)
12400 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12401
12402 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12403
12404 2004-08-16 Davis Herring <herring@lanl.gov>
12405
12406 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12407 (isearch-success, isearch-forward-flag, isearch-other-end)
12408 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12409 (isearch-barrier, isearch-within-brackets)
12410 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12411
12412 2004-08-16 Kenichi Handa <handa@m17n.org>
12413
12414 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12415
12416 2004-08-15 Kenichi Handa <handa@m17n.org>
12417
12418 * term/x-win.el (x-selection-value): If utf8 was successful but
12419 ctext was not, use utf8 string.
12420
12421 2004-08-14 Davis Herring <herring@lanl.gov>
12422
12423 * isearch.el: Remove accidental changes of March 4. Fix backing
12424 up when a regexp isearch is made more general. Use symbolic
12425 accessor functions for isearch stack frames to make usage clearer.
12426 (search-whitespace-regexp): Made groups in documentation shy (as
12427 is the group in the default value).
12428 (isearch-fallback): New function, addresses problems with regexps
12429 liberalized by `\|', adds support for liberalization by `\}' (the
12430 general repetition construct), and incorporates behavior for
12431 `*'/`?'.
12432 (isearch-}-char): New command, calls `isearch-fallback' with
12433 arguments appropriate to a typed `}'.
12434 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12435 appropriately.
12436 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12437 (isearch-string, isearch-message,string, isearch-point)
12438 (isearch-success, isearch-forward-flag, isearch-other-end)
12439 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12440 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12441 New inline functions to read fields of a stack frame.
12442
12443 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12444
12445 * battery.el (battery-linux-proc-acpi): Look into battery
12446 directories matching the literal string "CMB", too (required for
12447 Linux kernel version 2.6.7).
12448
12449 2004-08-14 John Paul Wallington <jpw@gnu.org>
12450
12451 * cus-start.el (read-file-name-completion-ignore-case): Add.
12452 (blink-cursor-alist): Change version to "21.4".
12453
12454 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12455
12456 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12457
12458 * speedbar.el (speedbar-scan-subdirs): New option.
12459 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12460 dolist.
12461 (speedbar-insert-files-at-point): Take an extra argument and use
12462 it to optionally find out if a subdir is empty. Also unreadable
12463 files don't get expand buttons.
12464 (speedbar-directory): New image (unused pixmap already existed).
12465 (speedbar-expand-image-button-alist): Use it.
12466
12467 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12468
12469 CC Mode update to 5.30.9:
12470
12471 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12472 Move from cc-vars to cc-defs for dependency reasons. Fix the
12473 POSIX char class test to check that it works in
12474 `skip-chars-(forward|backward)' too.
12475
12476 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12477 first argument starts with a special brace list.
12478
12479 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12480 when `c-opt-type-concat-key' is used (i.e. in Pike).
12481
12482 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12483 Fix bug when the inner char pair doesn't have paren syntax,
12484 i.e. "(<>)".
12485
12486 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12487 whitespace safe.
12488
12489 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12490 position for `arglist-intro', `arglist-cont-nonempty' and
12491 `arglist-close' when there are two arglist open parens on the same
12492 line and there's nothing in front of the first.
12493
12494 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12495 locking of qualified names in Java, which previously could fontify
12496 common indexing expressions in many cases. The standard Java
12497 naming conventions are used to tell them apart.
12498
12499 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12500 Fix inconsistency wrt opening parens on the first line inside a paren
12501 block.
12502
12503 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12504 compile time for the sake of `c-major-mode-is'.
12505
12506 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12507 `c-major-mode-is' in the event that this is used inside a
12508 `c-lang-defconst'.
12509
12510 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12511 `c-lang-defconst' so that it works better with fallback languages.
12512
12513 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12514 it to fail to record the base mode.
12515
12516 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12517 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12518 is used. Reorder the syntax checks to get more efficient
12519 skipping in some situations.
12520
12521 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12522 continuation which might precede the newly inserted '{'.
12523
12524 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12525 Fix cases where it could loop indefinitely.
12526
12527 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12528 size specs correctly. Only fontify identifiers in front of '('
12529 with as functions - don't accept any paren char. Tighten up
12530 initializer skipping to stop before function and class blocks.
12531
12532 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12533 the point could be left directly after an open paren when finding
12534 the beginning of the first decl in the block.
12535
12536 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12537 table when filtering out legitimate open parens to be recorded.
12538 This could cause cache inconsistencies when e.g.
12539 `c++-template-syntax-table' was temporarily in use.
12540
12541 * progmodes/cc-engine.el (c-on-identifier)
12542 (c-simple-skip-symbol-backward): Small fix for handling "-"
12543 correctly in `skip-chars-backward'. Affected the operator lfun
12544 syntax in Pike.
12545
12546 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12547 Fix bug that could cause an error from `after-change-functions' when
12548 the changed region is at bob.
12549
12550 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12551
12552 CC Mode update to 5.30.9:
12553
12554 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12555 to say that <TAB> doesn't insert WS into a CPP line.
12556 (c-indent-command, c-tab-always-indent): Amend doc strings.
12557
12558 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12559 checks for user errors, thus eliminating cryptic and unhelpful
12560 Emacs error messages. (1) Check the arg to `c-set-style' is a
12561 string. (2) Check that settings to `c-offsets-alist' are not
12562 spuriously quoted.
12563
12564 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12565 which precedes the newly inserted `{'.
12566
12567 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12568
12569 Sync with Tramp 2.0.44.
12570
12571 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12572 function "tramp_file_attributes". Otherwise, file names
12573 containing spaces are misinterpreted. Reported by Magnus Henoch
12574 <mange@freemail.hu>.
12575 (tramp-handle-file-truename): FILENAME must be expanded first.
12576 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12577 obscure results. Reported by D. Goel <deego@gnufans.org>.
12578 (tramp-handle-verify-visited-file-modtime): If file does not
12579 exist, say it is not modified if and only if that agrees with the
12580 buffer's record. Check whether a file is visiting the buffer, or
12581 the buffer has no recorded last modification time. Return t in
12582 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12583 <teirllm@auburn.edu>.
12584 (tramp-handle-write-region): Pass modtime explicitely to
12585 `set-visited-file-modtime', because filename can be different
12586 from (buffer-file-name) if `file-precious-flag' is set.
12587 `set-visited-file-modtime' must be called always when `visit' is t
12588 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12589 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12590 nil, don't apply the whole body. If the file doesn't exists, set
12591 modtime to '(-1 65535). Suggested by Luc Teirlinck
12592 <teirllm@auburn.edu>.
12593
12594 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12595
12596 * help.el (describe-bindings): Doc fix.
12597
12598 * subr.el (kbd): Doc fix.
12599
12600 2004-08-08 John Paul Wallington <jpw@gnu.org>
12601
12602 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12603 instead of `string-to-int'.
12604 (define-ibuffer-column mode): Fix indentation.
12605
12606 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12607
12608 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12609
12610 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12611
12612 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12613
12614 * novice.el (disabled-command-function): New variable renamed from
12615 `disabled-command-hook'.
12616 (disabled-command-hook): Keep the _variable_ as alias for
12617 `disabled-command-function' and make obsolete.
12618 (disabled-command-function): Function renamed from
12619 `disabled-command-hook'. Adapt code to name change of the variable.
12620
12621 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12622
12623 * simple.el (completion-root-regexp): New defvar.
12624 (completion-setup-function): Use it instead of a literal string.
12625
12626 2004-08-07 John Paul Wallington <jpw@gnu.org>
12627
12628 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12629 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12630 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12631 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12632
12633 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12634
12635 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12636 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12637
12638 2004-08-04 Kenichi Handa <handa@m17n.org>
12639
12640 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12641 Fix previous change.
12642
12643 2004-08-03 Kenichi Handa <handa@m17n.org>
12644
12645 * international/encoded-kb.el: The following changes are to
12646 utilize key-translation-map instead of minor mode map.
12647 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12648 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12649 (encoded-kbd-last-key): New function.
12650 (encoded-kbd-iso2022-single-shift): New function.
12651 (encoded-kbd-iso2022-designation)
12652 (encoded-kbd-self-insert-iso2022-7bit)
12653 (encoded-kbd-self-insert-iso2022-8bit)
12654 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12655 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12656 key-translation-map.
12657 (encoded-kbd-setup-keymap): Setup key-translation-map.
12658 (saved-key-translation-map): New variable.
12659 (encoded-kbd-mode): Save/restore key-translation-map.
12660 Adjust for the change of encoded-kbd-setup-keymap.
12661
12662 2004-08-02 Kim F. Storm <storm@cua.dk>
12663
12664 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12665 and call compute-motion with nil for topos and width to get proper
12666 usable width and height for both window and non-window systems.
12667
12668 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12669 calculate usable window width and height.
12670
12671 * window.el (window-buffer-height): Call compute-motion with nil width.
12672
12673 2004-08-01 David Kastrup <dak@gnu.org>
12674
12675 * replace.el (query-replace-read-from):
12676 Use `query-replace-compile-replacement'.
12677 (query-replace-compile-replacement): New function.
12678 (query-replace-read-to): Use `query-replace-compile-replacement'
12679 for repeating the last command.
12680
12681 2004-08-01 John Paul Wallington <jpw@gnu.org>
12682
12683 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12684 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12685 (pr-switches): Remove period from end of error messages.
12686
12687 * help-mode.el (help-go-back): Likewise.
12688
12689 * abbrev.el (only-global-abbrevs): Doc fix.
12690 (edit-abbrevs-map): Define within defvar.
12691 (quietly-read-abbrev-file): Doc fix.
12692
12693 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12694
12695 * novice.el (enable-command, disable-command): Doc fixes.
12696
12697 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12698
12699 2004-07-30 Richard M. Stallman <rms@gnu.org>
12700
12701 * subr.el (with-local-quit): Doc fix.
12702
12703 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12704
12705 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12706
12707 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12708
12709 * custom.el (defcustom): Doc fix.
12710
12711 2004-07-28 Masatake YAMATO <jet@gyve.org>
12712
12713 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12714
12715 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12716
12717 * imenu.el (imenu-prev-index-position-function)
12718 (imenu-extract-index-name-function, imenu-name-lookup-function)
12719 (imenu--index-alist): Docstring redundancy fix.
12720
12721 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12722
12723 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12724 binding dired-backup-overwrite.
12725
12726 2004-07-25 John Paul Wallington <jpw@gnu.org>
12727
12728 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12729
12730 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12731
12732 * term/tty-colors.el (tty-color-approximate): Doc fix.
12733
12734 * select.el (x-get-selection, x-set-selection): Doc fixes.
12735
12736 * frame.el (make-frame): Doc fix.
12737
12738 2004-07-24 Richard M. Stallman <rms@gnu.org>
12739
12740 * mail/rmail.el (rmail-mime-charset-pattern):
12741 Don't include semicolon in the charset value.
12742
12743 * replace.el (occur-next-error): Call set-window-point.
12744 (occur-engine): Handle negative NLINES.
12745
12746 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12747
12748 * frame.el (modify-all-frames-parameters): Minor doc fix.
12749 (set-frame-configuration): Doc fix.
12750
12751 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12752
12753 * simple.el (completion-setup-function): Compute the common parts
12754 and the first difference place correctly when
12755 partial-completion-mode is on.
12756
12757 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12758
12759 * ps-print.el: Doc fix.
12760 (ps-print-version): New version 6.6.5.
12761 (ps-printing-region): Doc fix.
12762 (ps-generate-string-list): Comment fix.
12763 (ps-message-log-max): Code fix.
12764
12765 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12766
12767 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12768 generated PostScript.
12769
12770 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12771
12772 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12773 with Gnus v5_10 branch.)
12774
12775 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12776
12777 * calendar/time-date.el (time-to-number-of-days): New function.
12778 Imported from from Gnus.
12779
12780 2004-07-22 Kim F. Storm <storm@cua.dk>
12781
12782 * progmodes/make-mode.el: Fix comments.
12783
12784 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12785
12786 * printing.el: Doc fix.
12787
12788 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12789
12790 * frame.el (modify-all-frames-parameters): Minor doc fix.
12791
12792 2004-07-20 Richard M. Stallman <rms@gnu.org>
12793
12794 * textmodes/fill.el (fill-nobreak-p): If this break point is
12795 at the end of the line, don't consider the newline which follows
12796 as a reason to return t.
12797
12798 2004-07-19 John Paul Wallington <jpw@gnu.org>
12799
12800 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12801
12802 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12803
12804 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12805 Delete irrelevant code.
12806
12807 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12808
12809 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12810 New docstring. From Luc Teirlinck.
12811
12812 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12813
12814 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12815 section.
12816 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12817 non-file buffers. We know it is nil.
12818
12819 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12820
12821 Sync with Tramp 2.0.43.
12822
12823 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12824 Remove outdated comment.
12825 (tramp-locked, tramp-locker): New variables for implementing a
12826 global lock.
12827 (tramp-sh-file-name-handler): Use them to implement the global lock.
12828
12829 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12830
12831 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12832 calls to respective `xxx` calls.
12833 (tramp-process-alive-regexp): Precise doc string.
12834 (tramp-multi-action-process-alive): New defun.
12835 (tramp-multi-actions): Use it.
12836 (tramp-handle-find-backup-file-name): `copy-tree' is available
12837 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12838 in order to avoid this function.
12839 (tramp-handle-write-region): Set current buffer. If connection
12840 wasn't open, `file-modes' has changed it accidently. Reported by
12841 David Kastrup <dak@gnu.org>.
12842 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12843 HOST.
12844 (tramp-action-password, tramp-multi-action-password): Apply it.
12845 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12846 name must still contain the port number. Otherwise, we have two
12847 Tramp buffers, with all the confusion. Reported by Myron Selby
12848 <myron@xytech.com> and Rolf Dubitzky
12849 <Dubitzky@physi.uni-heidelberg.de>.
12850
12851 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12852 HOST to `tramp-enter-passwd'.
12853
12854 * net/tramp-vc.el (all): Code cleanup. Change all
12855 `tramp-handle-xxx' calls to respective `xxx` calls.
12856
12857 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12858
12859 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12860 functions that are not erroneous if either 1-valued or
12861 multi-valued. Detect functions in this class.
12862 (testcover-1value-functions, testcover-compose-functions)
12863 (testcover-progn-functions) Add some additional functions to lists.
12864 (testcover-mark): Bugfix when marking up the definition for an
12865 empty function.
12866
12867 2004-07-17 Richard M. Stallman <rms@gnu.org>
12868
12869 * replace.el (occur-read-primary-args): Pass default to
12870 read-from-minibuffer.
12871
12872 * mail/footnote.el (footnote-section-tag): Use defcustom.
12873
12874 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12875 Compile font-lock-keywords, not KEYWORDS.
12876 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12877 Add warn, check-type. Handle cerror like error.
12878
12879 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12880
12881 * progmodes/which-func.el (which-func-keymap): New var.
12882 (which-func-face): New face.
12883 (which-func-format): Use them.
12884
12885 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12886
12887 * buff-menu.el (list-buffers-noselect): Append the buffer's
12888 process status to its mode name.
12889
12890 2004-07-16 Kim F. Storm <storm@cua.dk>
12891
12892 * simple.el (inhibit-mark-movement): New defvar.
12893 (beginning-of-buffer, end-of-buffer): Do not push mark if
12894 inhibit-mark-movement is non-nil or C-u prefix is given.
12895
12896 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12897 Init to beginning-of-buffer and end-of-buffer.
12898 (cua--undo-push-mark): New defvar.
12899 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12900 already active and command is in cua--preserve-mark-commands.
12901 Also fix check for shift modifier on non-window systems.
12902 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12903
12904 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12905
12906 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12907 of two integers, instead of a cons.
12908
12909 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12910 `visited-file-modtime' now returns a list of two integers, instead
12911 of a cons.
12912
12913 * dired.el (dired-directory-changed-p): Ditto.
12914
12915 * progmodes/grep.el (grep): Doc fix.
12916
12917 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12918
12919 * autorevert.el (auto-revert-tail-mode)
12920 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12921 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12922 in both at the same time.
12923 (auto-revert-tail-mode): New command.
12924 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12925 (auto-revert-handler): Revert only either tail or whole file.
12926
12927 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12928 add auto-revert-tail-mode.
12929
12930 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12931
12932 * printing.el: Doc fix. Change name of some funs.
12933 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12934 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12935 (pr-standard-file-name): New fun. Replace pr-standard-path.
12936 (pr-call-process): Code fix.
12937
12938 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12939
12940 * subr.el (with-selected-window): Doc fix.
12941
12942 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12943
12944 * subr.el (get-buffer-window-list): Doc fix.
12945
12946 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12947
12948 * files.el (switch-to-buffer-other-window): Doc fix.
12949
12950 * window.el (save-selected-window, one-window-p)
12951 (split-window-keep-point, split-window-vertically)
12952 (split-window-horizontally): Doc fixes.
12953
12954 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12955
12956 * printing.el: Doc fix. Now it uses call-process instead of
12957 shell-command for low command execution.
12958 (pr-version): New version number (6.8).
12959 (pr-shell-file-name): Option removed.
12960 (pr-shell-command): Fun removed.
12961 (pr-call-process): New fun. Replace pr-shell-command.
12962 (pr-standard-path, pr-remove-nil-from-list): New funs.
12963 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12964 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12965 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12966 (pr-ps-utility-process, pr-txt-print): Code fix.
12967
12968 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12969
12970 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12971 boolean.
12972
12973 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12974
12975 * wid-edit.el (widget-field-buffer): Doc fix.
12976
12977 2004-07-09 John Paul Wallington <jpw@gnu.org>
12978
12979 * emacs-lisp/re-builder.el (reb-update-overlays):
12980 Distinguish between one and several matches in message.
12981
12982 2004-07-09 Richard M. Stallman <rms@gnu.org>
12983
12984 * mouse.el (mouse-set-region-1): If transient-mark-mode
12985 is `identity', change it to `only'.
12986
12987 * simple.el (current-word): Doc fix.
12988
12989 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12990
12991 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12992 so that it is more understanding of whitespace.
12993
12994 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12995 (("ns" . "element") (attr-list) children) instead of
12996 ((:ns . "element") (attr-list) children) in order to reduce the
12997 number of symbols used.
12998 (xml-skip-dtd): Change to use xml-parse-dtd but set
12999 xml-validating-parsing to nil.
13000 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13001 (xml-substitute-entity): Remove in favor of new entity substitution.
13002 (xml-substitute-special): Rewrite in to substitute complex
13003 entities from DOCTYPE declarations.
13004 (xml-parse-fragment): Parse fragments from entity deleclarations.
13005 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13006 (xml-parse-dtd, xml-substitute-special): Make validity checks
13007 conditioned on xml-validating-parser. Add "Not Well Formed" to
13008 error messages about well-formedness.
13009
13010 2004-07-08 Steven Tamm <steventamm@mac.com>
13011
13012 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13013 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13014 Do not treat double clicks and triple clicks specially in the
13015 scroll bar (preventing strange repositioning problems)
13016
13017 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13018
13019 * replace.el (query-replace-regexp-eval): Fix last change.
13020
13021 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13022
13023 * replace.el (query-replace-descr): New fun.
13024 (query-replace-read-from, query-replace-read-args): Default to the
13025 previous from&to.
13026 (query-replace-read-to): Quote the `from' string when displaying it.
13027 (query-replace-regexp-eval): Immediately check read-only status.
13028 Use query-replace-read-from to get the \n checking.
13029 Quote the `from' string when displaying it.
13030 (map-query-replace-regexp, occur-read-primary-args):
13031 Quote the `from' string when displaying it.
13032
13033 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13034 delimited-ness of the search to query-replace.
13035
13036 * replace.el (query-replace-read-from, query-replace-read-to):
13037 New funs extracted from query-replace-read-args.
13038 (query-replace-read-args): Use them.
13039
13040 * replace.el (query-replace-interactive, query-replace-read-args):
13041 Remove the `initial' special value.
13042 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13043 (occur-engine): Remove unused var `matchend'.
13044
13045 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13046 Use the search string without prompting.
13047
13048 2004-07-05 Kenichi Handa <handa@m17n.org>
13049
13050 * international/mule.el (decode-coding-inserted-region):
13051 Set last-coding-system-used only when coding is nil.
13052
13053 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13054
13055 * progmodes/grep.el (grep-compute-defaults, grep-command)
13056 (grep-program, find-program, grep-find-use-xargs, grep-history)
13057 (grep-find-history, grep-tag-default, grep-find-command)
13058 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13059 Add autoload cookies, for unbundled packages that load `compile'
13060 and expect all grep-related symbols to become defined.
13061
13062 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13063
13064 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13065 (iimage-mode-image-search-path): New user option to search the
13066 image file.
13067 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13068 have locate-file.
13069 (iimage-mode-buffer): Use it.
13070
13071 2004-07-03 Nick Roberts <nickrob@gnu.org>
13072
13073 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13074 carefully.
13075 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13076
13077 2004-07-03 Juri Linkov <juri@jurta.org>
13078
13079 * replace.el (query-replace-read-args): Swallow space after 'foo,
13080 not after (quote foo). Match space only immediately after symbol,
13081 not anywhere in the whole string.
13082
13083 2004-07-02 Richard M. Stallman <rms@gnu.org>
13084
13085 * replace.el (query-replace-read-args): Swallow space after
13086 symbols, not after closeparens. But avoid error if string ends there.
13087
13088 * progmodes/python.el (python-beginning-of-statement):
13089 Exit the loop if backward-up-list gets error.
13090
13091 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13092
13093 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13094
13095 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13096 only if vc-consult-headers is non-nil.
13097
13098 2004-07-02 Juri Linkov <juri@jurta.org>
13099
13100 * pcvs.el (cvs-mode-diff-repository): New command.
13101
13102 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13103
13104 2004-07-01 Juri Linkov <juri@jurta.org>
13105
13106 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13107 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13108 C-M-% to isearch-query-replace-regexp.
13109 (minibuffer-local-isearch-map): Add arrow key bindings.
13110 Bind C-f to isearch-yank-char-in-minibuffer.
13111 (isearch-forward): Doc fix.
13112 (isearch-edit-string): Doc fix.
13113 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13114 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13115 (isearch-yank-char): Add optional arg.
13116 (isearch-yank-char-in-minibuffer): New fun.
13117
13118 * replace.el (query-replace-interactive): Change type from boolean
13119 to choice. Add value `initial'.
13120 (query-replace-read-args): Handle value `initial' of
13121 query-replace-interactive.
13122
13123 2004-06-29 Kim F. Storm <storm@cua.dk>
13124
13125 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13126 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13127
13128 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13129 Add :group 'ada.
13130
13131 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13132
13133 2004-06-29 Juri Linkov <juri@jurta.org>
13134
13135 * replace.el (query-replace-read-args): Swallow a space after
13136 everything except )]" which in most cases means after a symbol.
13137
13138 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13139
13140 2004-06-28 Richard M. Stallman <rms@gnu.org>
13141
13142 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13143 More changes to go with previous change in font-lock.el.
13144
13145 2004-06-26 David Kastrup <dak@gnu.org>
13146
13147 * replace.el (perform-replace): Highlight the match even in
13148 non-query mode if there is potential replace string editing.
13149
13150 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13151
13152 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13153 agree with new return value of `file-remote-p'.
13154 This syncs with Tramp 2.0.42.
13155
13156 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13157 according to new documentation of `file-remote-p'.
13158
13159 * files.el (file-remote-p): Fix doc to say that return value is
13160 identification of remote system, if not nil.
13161 (file-relative-name): Use new return value of `file-remote-p'.
13162
13163 2004-06-26 Nick Roberts <nickrob@gnu.org>
13164
13165 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13166 (gdb-goto-breakpoint): Fix breakage.
13167
13168 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13169
13170 * man.el (Man-getpage-in-background): Add windows-nt to the list
13171 of systems where shell-file-name should be used instead of
13172 literal "sh".
13173
13174 2004-06-25 Sam Steingold <sds@gnu.org>
13175
13176 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13177 function names `(setf symbol)'.
13178
13179 2004-06-24 Richard M. Stallman <rms@gnu.org>
13180
13181 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13182
13183 * font-lock.el (font-lock-keywords): Change format of compiled values.
13184 Document it.
13185 (font-lock-add-keywords): If font-lock-keywords is compiled,
13186 extract the uncompiled version, modify, then recompile.
13187 (font-lock-remove-keywords): Likewise.
13188 (font-lock-fontify-keywords-region): Handle changed format.
13189 (font-lock-compile-keywords): Handle changed format.
13190 (font-lock-set-defaults): Compile the keywords explicitly here.
13191
13192 2004-06-24 David Kastrup <dak@gnu.org>
13193
13194 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13195 replacements here.
13196 (query-replace-regexp): Doc string explaining this and the new
13197 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13198 is better placed in `query-replace-read-args'.
13199 (replace-regexp): Explain `\,', `\#' and `\?'.
13200 (replace-match-data): New function for thorough reuse/destruction
13201 of old match-data.
13202 (replace-match-maybe-edit): Function for implementing `\?' editing.
13203 (perform-replace): Fix maintaining of the match stack including
13204 already matched regions, implement `\?', fix various problems
13205 with regions while editing and other stuff.
13206 (replace-highlight): Simplify.
13207
13208 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13209
13210 * progmodes/grep.el (grep-error-screen-columns): New variable.
13211 (grep-regexp-alist): Give it the full functionality of gnu style
13212 compilation messages with line and column ranges. Ask me for the
13213 perl script I'm working on, that uses these.
13214
13215 2004-06-23 Nick Roberts <nickrob@gnu.org>
13216
13217 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13218 Remove.
13219 (comint-insert-input, comint-mouse-insert-input): New functions
13220 based on comint-insert-clicked-input for two bindings but just
13221 one functionality.
13222
13223 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13224
13225 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13226
13227 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13228
13229 * files.el (write-contents-functions): Doc fix.
13230
13231 2004-06-21 Juanma Barranquero <lektu@terra.es>
13232
13233 * image.el (image-library-alist): Rewrite docstring in active voice.
13234
13235 2004-06-20 Richard M. Stallman <rms@gnu.org>
13236
13237 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13238
13239 * isearch.el (isearch-repeat): Avoid testing old match data.
13240 (isearch-message): Display trailing space in special font
13241 when search is failing.
13242 (isearch-search-fun-function): Doc fix.
13243
13244 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13245
13246 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13247
13248 * frame.el (show-trailing-whitespace): Doc fix.
13249
13250 * cus-edit.el (custom-variable-documentation): New function.
13251 (custom-variable): Use it.
13252
13253 2004-06-19 Nick Roberts <nickrob@gnu.org>
13254
13255 * man.el (Man-getpage-in-background): Revert previous change but
13256 make cygwin a special case.
13257
13258 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13259
13260 * autorevert.el (global-auto-revert-non-file-buffers):
13261 Update docstring.
13262
13263 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13264
13265 * progmodes/compile.el (compilation-error-properties): Store one
13266 more than end-col, if present, so that transient-mark-mode will
13267 highlight last char too.
13268 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13269 ranges, if present.
13270
13271 2004-06-18 Jason Rumney <jasonr@gnu.org>
13272
13273 * makefile.w32-in: Double percent signs in for loops.
13274
13275 2004-06-17 David Kastrup <dak@gnu.org>
13276
13277 * replace.el (query-replace-read-args): Only warn about use of \n
13278 and \t when we are doing a regexp replacement and the actual
13279 escaped character is n or t.
13280 (query-replace-regexp): Add \, and \# interpretation to
13281 interactive call and document it.
13282 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13283 as shortkey for replace-count.
13284 (replace-quote): New function for doubling backslashes.
13285
13286 2004-06-17 Juanma Barranquero <lektu@terra.es>
13287
13288 * files.el (parse-colon-path, cd): Mention in docstring that the
13289 path separator is colon in GNU-like systems.
13290
13291 * newcomment.el (comment-region-internal): Fix docstring.
13292
13293 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13294 (ewoc-invalidate, ewoc-collect): Doc fixes.
13295 (ewoc--create-node, ewoc--delete-node-internal):
13296 Fix typos in docstring.
13297
13298 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13299
13300 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13301 manual to docstring.
13302
13303 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13304
13305 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13306
13307 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13308
13309 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13310 Add hyperlink to emacs-xtra manual to docstring.
13311
13312 * autorevert.el (global-auto-revert-non-file-buffers):
13313 Add hyperlink to emacs-xtra manual to docstring, as well as an
13314 info-link.
13315
13316 2004-06-14 Juanma Barranquero <lektu@terra.es>
13317
13318 * image.el (image-library-alist): New variable to map image types
13319 to external libraries. Initialized to nil, unless system-specific
13320 configs change it.
13321 (image-type-available-p): Determine whether an image type is
13322 available by calling `init-image-library'.
13323
13324 * term/w32-win.el (image-library-alist): Initialize to a known set
13325 of probable library names.
13326
13327 2004-06-14 Kenichi Handa <handa@m17n.org>
13328
13329 * international/code-pages.el (windows-1256, cp1125): Fix tables
13330 for several characters.
13331
13332 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13333
13334 2004-06-13 Richard M. Stallman <rms@gnu.org>
13335
13336 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13337
13338 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13339 not "`pc-selection-mode'".
13340
13341 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13342
13343 * simple.el (previous-matching-history-element): Specify a default.
13344
13345 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13346
13347 * cus-face.el (custom-declare-face): Simplify code.
13348
13349 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13350
13351 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13352
13353 * files.el (before-save-hook): Add `time-stamp' to the options.
13354
13355 * time-stamp.el (time-stamp): Recommend adding it to
13356 `before-save-hook', rather than `write-file-functions'.
13357 Make a similar change in `Commentary' section.
13358
13359 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13360
13361 * diff-mode.el (diff-current-defun): If at start of hunk, use
13362 position of first change.
13363
13364 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13365
13366 * dired-x.el (dired-mark-omitted): Bind to "*O".
13367
13368 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13369
13370 * bookmark.el (bookmark-bmenu-relocate): New function, as
13371 suggested by David J. Biesack <David.Biesack@sas.com>.
13372 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13373 (bookmark-bmenu-mode): Describe binding in doc string.
13374 (bookmark-set-filename): Save the bookmark list if it's time.
13375
13376 2004-06-13 Kenichi Handa <handa@m17n.org>
13377
13378 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13379 (ccl-untranslated-to-ucs): Fix typo.
13380
13381 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13382
13383 * progmodes/python.el (python-open-block-statement-p):
13384 Fix indentation after a block opening that contains a comment.
13385
13386 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13387
13388 * bindings.el (completion-ignored-extensions): Add file extensions
13389 of Python byte-compiled files.
13390
13391 2004-06-12 Juri Linkov <juri@jurta.org>
13392
13393 * info.el (Info-goto-node): Add autoload.
13394 (Info-toc): Add substring-no-properties on Info file name.
13395 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13396 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13397
13398 2004-06-12 Kenichi Handa <handa@m17n.org>
13399
13400 * international/mule-cmds.el (set-language-environment):
13401 Load subst tables if necessary.
13402
13403 * international/mule.el (decode-char): Load subst tables if necessary.
13404 (encode-char): Likewise.
13405
13406 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13407 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13408 (utf-16le-decode-loop): Set r5 to -1 before loop.
13409 (utf-16be-decode-loop): Likewise.
13410 (ccl-decode-mule-utf-16le): Add EOF processing block.
13411 (ccl-decode-mule-utf-16be): Likewise.
13412 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13413 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13414 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13415 (ccl-mule-utf-16-encode-untrans): New CCL.
13416 (utf-16-decode-to-ucs): Handle pre-read character.
13417 (utf-16le-encode-loop): Handle surrogate pair.
13418 (utf-16be-encode-loop): Likewise.
13419 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13420 of utf-16le-encode-loop.
13421 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13422 of utf-16be-encode-loop.
13423 (mule-utf-16-post-read-conversion):
13424 Call utf-8-post-read-conversion at first.
13425 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13426 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13427 Add post-read-conversion and pre-write-conversion.
13428
13429 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13430 (utf-translate-cjk-unicode-range): New variable.
13431 (utf-translate-cjk-load-tables): New function.
13432 (utf-lookup-subst-table-for-decode): New function.
13433 (utf-lookup-subst-table-for-encode): New function.
13434 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13435 tables here. Update safe-charsets of utf-* coding systems.
13436 (ccl-mule-utf-untrans): New CCL.
13437 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13438 at end of each branch.
13439 (ccl-mule-utf-8-encode-untrans): New CCL.
13440 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13441 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13442 length of encoding. Don't return r0.
13443 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13444 (utf-8-post-read-conversion): Narrow to region properly.
13445 If utf-translate-cjk-mode is on, load tables if necessary.
13446 Call utf-8-compose with hash-table arg if necessary.
13447 Call XXX-compose-region instead of XXX-post-read-convesion.
13448 (utf-8-pre-write-conversion): New function.
13449 (mule-utf-8): Include CJK charsets in safe-charsets if
13450 utf-translate-cjk-mode is on. Add pre-write-conversion.
13451
13452 * international/characters.el: Temporarily set
13453 utf-translate-cjk-mode to nil.
13454
13455 * language/devan-util.el (devanagari-compose-region):
13456 Add autoload cookie.
13457
13458 * international/ccl.el (ccl-dump-call): Fix printing the
13459 subroutine name.
13460
13461 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13462
13463 * dired.el (dired-revert): If buffer is marked unmodified before
13464 reverting, keep it marked unmodified.
13465 Adapt to new conventions for commenting out code.
13466 (dired-make-relative): Adapt to new conventions for commenting out code.
13467
13468 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13469
13470 * eshell/esh-module.el (eshell-load-defgroups):
13471 Bind `vc-handled-backends' to nil when opening files.
13472
13473 2004-06-11 Juanma Barranquero <lektu@terra.es>
13474
13475 * files.el (parse-colon-path, cd): Doc fixes (refer to
13476 `path-separator', not colon).
13477
13478 2004-06-10 Juanma Barranquero <lektu@terra.es>
13479
13480 * newcomment.el (comment-search-forward)
13481 (comment-search-backward): Fix typos in docstring.
13482 (comment-region): Doc fix.
13483
13484 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13485
13486 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13487 switch is no longer stored in `dired-switches-alist'.
13488
13489 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13490 `dired-switches-alist'.
13491
13492 2004-06-10 Kim F. Storm <storm@cua.dk>
13493
13494 * pcvs.el (cvs-mode-diff-yesterday): New command.
13495
13496 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13497
13498 2004-06-10 Juri Linkov <juri@jurta.org>
13499
13500 * emacs-lisp/edebug.el (edebug-eval-defun):
13501 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13502 Fix docstring.
13503
13504 * simple.el (eval-expression-print-format): Don't print additional
13505 information on the first call to `eval-print-last-sexp'.
13506 (next-error-find-buffer): Fix punctuation.
13507 (killing) <defgroup>: Fix punctuation.
13508 (yank-excluded-properties): Change group from editing to killing.
13509
13510 * replace.el (perform-replace): Use `limit' to terminate the
13511 while-loop explicitly.
13512
13513 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13514
13515 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13516 Use lc-*.xpm as prefix instead of *-locol.xpm.
13517
13518 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13519 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13520 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13521 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13522 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13523 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13524 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13525 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13526 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13527 * toolbar/lc-up_arrow.xpm:
13528 Rename from *-locol.xpm.
13529
13530 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13531
13532 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13533 include forms like &<str>; as valid url patterns.
13534
13535 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13536
13537 * dired.el (dired-diff, dired-backup-diff)
13538 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13539 (dired-do-chown, dired-do-touch, dired-do-print)
13540 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13541 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13542 (dired-create-directory, dired-do-copy, dired-do-symlink)
13543 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13544 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13545 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13546 (dired-maybe-insert-subdir, dired-next-subdir)
13547 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13548 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13549 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13550 (dired-run-shell-command, dired-query): Remove redundant,
13551 or incorrect, autoloads.
13552
13553 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13554 does not end in a slash. Add optional argument KILL-ROOT.
13555 Update docstring.
13556 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13557 (dired-query): Add autoloads.
13558
13559 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13560
13561 * progmodes/compile.el (compilation-set-window-height):
13562 Rearrange the save-* functions because a buffer can have several current
13563 point in different windows.
13564 (compilation-error-regexp-alist-alist): Recognize {standard input}
13565 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13566
13567 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13568
13569 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13570 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13571 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13572 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13573 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13574 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13575 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13576 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13577 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13578 * toolbar/up_arrow-locol.xpm:
13579 New versions of icons that uses fewer colors.
13580
13581 * toolbar/tool-bar.el (tool-bar-local-item)
13582 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13583 if display-color-cells is 256 or less.
13584
13585 2004-06-08 Kim F. Storm <storm@cua.dk>
13586
13587 * wid-edit.el (widget-specify-button): Use hand pointer rather
13588 than mouse-face as visible mouse-over effect.
13589
13590 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13591
13592 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13593 and `print-level' to nil when writing out `save-place-alist'.
13594 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13595
13596 2004-06-07 Juanma Barranquero <lektu@terra.es>
13597
13598 * completion.el (completion-kill-region): Doc fix.
13599
13600 * format.el (format-insert-annotations)
13601 (format-annotate-location): Doc fixes.
13602 (format-subtract-regions): Make arguments match their use in docstring.
13603
13604 * simple.el (kill-region): Doc fix.
13605
13606 * subr.el (insert-buffer-substring-no-properties)
13607 (insert-buffer-substring-as-yank): Doc fixes.
13608
13609 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13610
13611 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13612 Update docstring.
13613 (dired-reset-subdir-switches): New function.
13614
13615 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13616 Limit scope of `buffer-read-only' binding.
13617
13618 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13619
13620 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13621 eshell-explicit-command-char.
13622
13623 2004-06-06 Juanma Barranquero <lektu@terra.es>
13624
13625 * help-fns.el (help-argument-name): Inherit from italic face only
13626 if the frame supports it.
13627
13628 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13629
13630 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13631 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13632 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13633 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13634 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13635 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13636 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13637 New conversions from xpm files.
13638
13639 * toolbar/README: New file.
13640
13641 2004-06-06 Richard M. Stallman <rms@gnu.org>
13642
13643 * isearch.el (isearch-mode-map): Undo previous change.
13644
13645 2004-06-05 Juri Linkov <juri@jurta.org>
13646
13647 * bindings.el (debug-ignored-errors): Add regexps for history
13648 related messages. Remove $ from "No further undo information".
13649 Move Ediff's messages to ediff.el.
13650
13651 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13652
13653 * cus-edit.el (custom-display): Add `min-colors'.
13654
13655 * custom.el (defface): Add `supports' to docstring.
13656
13657 * help-fns.el (help-argument-name): Add :group 'help.
13658
13659 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13660
13661 * find-dired.el (find-ls-subdir-switches): New user option.
13662 (find-dired): No longer call `abbreviate-file-name' on DIR.
13663 Set `dired-subdir-switches' buffer-locally.
13664
13665 * locate.el: Merge the two `Commentary' sections.
13666 (locate-ls-subdir-switches): New user option.
13667 (locate): Update for other changes.
13668 (locate-mode-map): Restore Dired binding for mouse-2.
13669 Bind `locate-mouse-view-file' to M-mouse-2.
13670 Bind `l' to `locate-do-redisplay'.
13671 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13672 (locate-mouse-view-file, locate-tags, locate-find-directory):
13673 Print message if used outside main listing.
13674 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13675 Various changes to support inserted subdirectories.
13676 (locate-insert-header): Change header of *Locate* buffer.
13677
13678 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13679 Change interactive default switches.
13680 (dired-rename-subdir-2): Update `dired-switches-alist'.
13681 (dired-insert-subdir, dired-kill-subdir):
13682 Handle `dired-switches-alist'. Do not mark buffer modified.
13683 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13684 (dired-insert-subdir-doinsert): Omit messages.
13685 Handle `dired-subdir-switches'.
13686 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13687
13688 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13689 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13690 subdirs if -R switch is used for a subdir.
13691 (dired-mode): Set `dired-switches-alist'.
13692 (dired-build-subdir-alist): Only print number of directories in
13693 echo area when invoked interactively.
13694
13695 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13696
13697 * dired-x.el (dired-omit-mode): Rename from
13698 dired-omit-files-p. Use define-minor-mode to define it.
13699 (dired-omit-files-p): Add as alias for dired-omit-mode.
13700 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13701 dired-mark-omitted.
13702 (dired-mark-omitted): Add. Bind to M-O.
13703
13704 2004-06-05 Kenichi Handa <handa@m17n.org>
13705
13706 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13707
13708 2004-06-05 Juanma Barranquero <lektu@terra.es>
13709
13710 * help-fns.el (help-argument-name): Reintroduce face.
13711 (help-default-arg-highlight): Use it, now that
13712 `face-differs-from-default-p' can be trusted.
13713
13714 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13715
13716 * textmodes/table.el: Sentence commands added to Point Motion
13717 group; kill and backward-kill commands added to Extraction group.
13718
13719 2004-06-04 Mario Lang <mlang@delysid.org>
13720
13721 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13722 systems appear to use mW, make the code handle this. Fix a
13723 division-by-zero bug while at it, and handle kernels with
13724 a slightly different layout in /proc/acpi.
13725
13726 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13727
13728 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13729 because the latter is a CL-ism. This fixes the bug reported by
13730 Shawn Boyette <mdxi@collapsar.net> in
13731 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13732
13733 2004-06-04 Miles Bader <miles@gnu.org>
13734
13735 * faces.el (display-supports-face-attributes-p): Function moved to
13736 C code. Previously only the tty-related portion of this function
13737 was done in C; however the previous attempt to do a halfway-proper
13738 job for non-tty displays in lisp didn't work properly because of
13739 funny conditions during Emacs startup.
13740 (face-differs-from-default-p): Simplify, now that
13741 display-supports-face-attributes-p works properly on all display
13742 types. Remove :stipple from comparison; it doesn't really work
13743 in emacs anyway.
13744
13745 2004-06-04 Miles Bader <miles@gnu.org>
13746
13747 * faces.el (face-differs-from-default-p): Use a different
13748 implementation, so we can really check whether FACE displays
13749 differently or not.
13750
13751 2004-06-04 Miles Bader <miles@gnu.org>
13752
13753 * faces.el (display-supports-face-attributes-p): Implement a
13754 `different from default' check for non-tty displays.
13755
13756 2004-06-03 David Kastrup <dak@gnu.org>
13757
13758 * woman.el (woman-mapcan): More concise code.
13759 (woman-topic-all-completions, woman-topic-all-completions-1)
13760 (woman-topic-all-completions-merge): Replace by a simpler and
13761 much faster implementation based on O(n log n) sort/merge instead
13762 of the old O(n^2) behavior.
13763
13764 2004-06-03 Miles Bader <miles@gnu.org>
13765
13766 * subr.el (read-number): Use canonical format for default in prompt.
13767
13768 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13769 Add regexp for " [...]" style defaults.
13770
13771 2004-06-02 Romain Francoise <romain@orebokech.com>
13772
13773 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13774 groups: if the user asks for a hidden buffer, open the
13775 corresponding filter group to expose it.
13776
13777 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13778 `ibuffer-jump-to-buffer'.
13779 (ibuffer-jump-offer-only-visible-buffers): New user option.
13780
13781 2004-06-02 Juanma Barranquero <lektu@terra.es>
13782
13783 * faces.el (frame-update-faces): Add empty docstring so the one
13784 for `ignore' doesn't show through.
13785
13786 * subr.el (process-kill-without-query): Remove spurious "\n" on
13787 obsolescence string.
13788 (focus-frame, unfocus-frame): Add obsolescence declaration and
13789 empty docstring.
13790
13791 * international/mule.el (register-char-codings): Make alias for
13792 `ignore'. Move docstring to obsolescence info and remove redundancy.
13793
13794 2004-06-02 Kim F. Storm <storm@cua.dk>
13795
13796 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13797 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13798
13799 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13800
13801 * comint.el (comint-replace-by-expanded-history-before-point):
13802 Obey `start' as the docstring says.
13803 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13804 (comint-update-fence): Prevent font-lock from running unnecessarily.
13805 (comint-dynamic-list-completions): Use with-current-buffer.
13806
13807 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13808
13809 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13810 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13811 (bibtex-entry-update): Handle alternatives and optional fields.
13812 (bibtex-parse-entry): Bugfix, handle empty key.
13813
13814 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13815
13816 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13817
13818 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13819
13820 * desktop.el (desktop-save): Don't save minor modes without a
13821 known mode initialization function.
13822
13823 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13824
13825 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13826
13827 * autorevert.el: Update `Commentary' section.
13828
13829 2004-05-30 Juanma Barranquero <lektu@terra.es>
13830
13831 * dos-fns.el (convert-standard-filename):
13832 * files.el (convert-standard-filename):
13833 * w32-fns.el (convert-standard-filename):
13834 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13835
13836 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13837
13838 Sync with Tramp.
13839
13840 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13841 (tramp-let-maybe): Move to an earlier spot in the file.
13842 Patch by Andreas Schwab.
13843
13844 2004-05-30 Andreas Schwab <schwab@suse.de>
13845
13846 * dired.el (dired-get-filename): Don't use dired-re-dot.
13847
13848 2004-05-30 Richard M. Stallman <rms@gnu.org>
13849
13850 * files.el (find-file): Doc fix.
13851
13852 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13853
13854 2004-05-30 Nick Roberts <nickrob@gnu.org>
13855
13856 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13857 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13858 modeline of the locals buffer.
13859 (gdb-goto-breakpoint): Handle gdbmi.
13860 (gdb-get-frame-number): Change for gdbmi.
13861
13862 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13863
13864 * files.el (file-remote-p): Apply file name handler for operation
13865 `file-remote-p'. It isn' a property any longer.
13866 (file-relative-name): `fh' and `fd' get the required value via
13867 `find-file-name-handler' already.
13868
13869 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13870 (top): Remove setting of `file-remote-p' property for
13871 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13872
13873 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13874
13875 Version 2.0.41 of Tramp released.
13876
13877 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13878 Throw away if process has died.
13879 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13880 (tramp-out-of-band-prompt-regexp): Rename to
13881 `tramp-process-alive-regexp', because its usage is widen.
13882 (tramp-actions-copy-out-of-band): Apply it.
13883 (tramp-actions-before-shell, tramp-multi-actions):
13884 Add `tramp-action-process-alive' action.
13885 (tramp-action-process-alive): New defun.
13886 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13887 Add entry for `file-remote-p'.
13888 (tramp-handle-file-remote-p): New defun.
13889 (top): Remove setting of `file-remote-p'. Don't set
13890 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13891
13892 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13893 `file-remote-p'.
13894
13895 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13896 counted for (last) line. [They should or they shouldn't? --Stef]
13897 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13898
13899 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13900
13901 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13902 not really necessary but seems to keep the shell history smaller
13903 in some cases. It is no substitute for setting HISTFILE and
13904 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13905 though. Suggested by Luc Teirlinck.
13906 (tramp-open-connection-setup-interactive-shell): Export variables
13907 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13908 (tramp-set-process-query-on-exit-flag): New compat function.
13909 (tramp-open-connection-multi, tramp-open-connection-su)
13910 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13911 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13912 (tramp-let-maybe): New macro, let-binds a variable only if it
13913 isn't obsolete.
13914 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13915 (tramp-handle-file-truename): Use it.
13916 (tramp-completion-file-name-regexp-unified): Avoid matching
13917 filenames starting with "/:" -- those are reserved for
13918 file-name-non-special.
13919
13920 * tramp-smb.el (tramp-smb-open-connection):
13921 Use tramp-set-process-query-on-exit-flag compat function.
13922
13923 2004-05-29 Richard M. Stallman <rms@gnu.org>
13924
13925 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13926
13927 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13928 (eval-last-sexp-print-value): Print char equivalent regardless
13929 of standard-output value.
13930
13931 * thumbs.el (thumbs-subst-char-in-string): Delete.
13932 (thumbs-thumbname): Use subst-char-in-string.
13933 (thumbs-resize-image): Use condition-case, not ignore-errors.
13934 (thumbs-kill-buffer): Likewise.
13935
13936 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13937 (thumbs-mode): Make buffer read-only.
13938 (thumbs-make-thumb): Unconditionally accept an existing file.
13939 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13940 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13941 (thumbs-show-thumbs-list): Error if images not supported.
13942 (thumbs-save-current-image): Improve prompt string.
13943 (thumbs-mode-map): Define u, R, x.
13944 (thumbs-unmark): New command.
13945 (thumbs-emboss-image): Minor cleanup.
13946 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13947 (thumbs-rename-images): New command.
13948 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13949
13950 * thumbs.el (thumbs-current-image): New function.
13951 (thumbs-file-list, thumbs-file-alist): New functions.
13952 (thumbs-find-image): Delete arg L.
13953 Don't set up thumbs-fileL as buffer-local global var.
13954 (thumbs-find-image-at-point): Use thumbs-current-image.
13955 (thumbs-set-image-at-point-to-root-window): Likewise.
13956 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13957 Record and warn about errors. Update thumbs-markedL for deletions.
13958 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13959 (thumbs-redraw-buffer): Use thumbs-file-list.
13960 (thumbs-mark): Use thumbs-current-image.
13961 (thumbs-show-name): Use thumbs-current-image.
13962
13963 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13964 and imenu--last-menubar-index-alist.
13965
13966 * subr.el (with-selected-window): Undo previous change.
13967
13968 2004-05-29 John Paul Wallington <jpw@gnu.org>
13969
13970 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13971 (thumbs-mouse-find-image): New command.
13972 (thumbs-mode-map): Bind it to mouse-2.
13973 (thumbs-mode): Make mode-class special.
13974 (thumbs-view-image-mode): Likewise.
13975
13976 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13977
13978 * flymake.el: New file.
13979
13980 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13981
13982 * files.el (find-file-noselect-1): Do not bind
13983 `inhibit-read-only' to t during execution of
13984 `find-file-not-found-functions'.
13985
13986 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13987
13988 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13989 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13990
13991 2004-05-28 Juri Linkov <juri@jurta.org>
13992
13993 * simple.el (eval-expression-print-format): New fun.
13994
13995 * simple.el (eval-expression):
13996 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13997 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13998 (edebug-eval-expression): Print additionally the value returned by
13999 `eval-expression-print-format'.
14000
14001 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14002 (insert-pair): Make arguments optional. Find character pair
14003 from `insert-pair-alist' according to the last input event.
14004 (insert-parentheses): Make arguments optional.
14005 (raise-sexp, delete-pair): New funs.
14006
14007 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14008 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14009 Bind C-M-q to `indent-pp-sexp'.
14010
14011 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14012 `pp-to-string' modified to be able to format text with newlines.
14013 (pp-to-string): Move the buffer-formatting part of the code to
14014 `pp-buffer'. Call `pp-buffer'.
14015
14016 * info.el (Info-desktop-buffer-misc-data): Don't save information
14017 about virtual files.
14018 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14019 buffers with names obtained from the desktop file instead of the
14020 default *info* buffer.
14021
14022 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14023
14024 * subr.el (with-selected-window): Only save/restore the selected window.
14025
14026 * progmodes/compile.el (compilation-error-regexp-alist):
14027 Use expand-file-name and data-directory.
14028
14029 * progmodes/grep.el (grep-tree): Rework previous fix.
14030
14031 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14032 after the user marked text with the mouse.
14033
14034 * startup.el (command-line): Keep the first regexp of
14035 auto-save-file-name-transforms intact.
14036
14037 2004-05-28 Juanma Barranquero <lektu@terra.es>
14038
14039 * cus-edit.el (customize-face, customize-face-other-window)
14040 (custom-face-edit-delete): Make arguments match their use in
14041 docstring.
14042 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14043 docstring.
14044
14045 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14046 not `cvs-butlast'.
14047
14048 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14049 `nbutlast' are in subr.el).
14050
14051 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14052 (set-w32-system-coding-system): Doc fixes.
14053
14054 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14055 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14056 Make arguments match their use in docstring.
14057 (artist-draw-region-trim-line-endings)
14058 (artist-mouse-choose-operation): Fix typo in docstring.
14059 (artist-key-set-point-common): Doc fix.
14060
14061 2004-05-28 Simon Josefsson <jas@extundo.com>
14062
14063 * mail/smtpmail.el (smtpmail-open-stream):
14064 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14065
14066 2004-05-26 Simon Josefsson <jas@extundo.com>
14067
14068 * starttls.el: Merge with my GNUTLS based starttls.el.
14069 (starttls-gnutls-program, starttls-use-gnutls)
14070 (starttls-extra-arguments, starttls-process-connection-type)
14071 (starttls-connect, starttls-failure, starttls-success): New variables.
14072 (starttls-program, starttls-extra-args): Doc fix.
14073 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14074 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14075 and pass on to corresponding *-gnutls function if it is set.
14076
14077 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14078
14079 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14080 remote files.
14081
14082 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14083
14084 * files.el (file-name-non-special): There are more operations
14085 which need handling: `find-backup-file-name',
14086 `insert-file-contents', `verify-visited-file-modtime',
14087 `write-region'. Rename t value of method to `add'. Add new
14088 methods `quote' and `unquote-then-quote' to file-arg-indices.
14089
14090 2004-05-25 Juri Linkov <juri@jurta.org>
14091
14092 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14093 (Info-index-nodes): Enclose code in condition-case to catch errors.
14094 (Info-index-node): Don't search all index nodes if request is only
14095 for the current node and file is not in the cache of index nodes.
14096 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14097 for consistency with dired-copy-filename-as-kill.
14098 Bind `S' to Info-search-case-sensitively.
14099 (Info-copy-current-node-name): New arg. With zero prefix arg put
14100 the name inside a function call to `info'. Display copied text in
14101 the echo area.
14102
14103 2004-05-25 Sam Steingold <sds@gnu.org>
14104
14105 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14106 strip the package prefix from the symbol name, if any.
14107 Make it the `find-tag-default-function' for `lisp-mode'.
14108
14109 2004-05-25 John Paul Wallington <jpw@gnu.org>
14110
14111 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14112 instead of obsolete `process-kill-without-query'.
14113
14114 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14115 Declare as variable, not constant.
14116
14117 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14118
14119 * files.el (find-file-noselect-1): Fix bug introduced by
14120 Revision 1.694. As a side effect, `inhibit-read-only'
14121 is again, by default, t during execution of
14122 `find-file-not-found-functions'.
14123 (insert-directory): Check that lines were really inserted by
14124 the --dired switch, before erasing them.
14125
14126 2004-05-24 Nick Roberts <nickrob@gnu.org>
14127
14128 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14129 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14130 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14131 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14132 gud-minor-mode (gdbmi).
14133
14134 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14135
14136 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14137 explicitly select the text to be taken as URL.
14138
14139 2004-05-23 Juri Linkov <juri@jurta.org>
14140
14141 * info.el (Info-index-nodes): New var and fun.
14142 (Info-goto-index, Info-index, info-apropos)
14143 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14144 (Info-index): Fix docstring. Store and restore Info-history-list.
14145 (Info-complete-nodes): New var.
14146 (Info-complete-menu-item): Use it.
14147 (Info-index-node): New fun.
14148 (Info-final-node, Info-forward-node, Info-backward-node)
14149 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14150 Use Info-index-node.
14151 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14152 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14153 (Info-find-node-2): If a node with period in its name not found,
14154 try to find a node without the name part after period.
14155 (Info-select-node): Call Info-fontify-node only if
14156 Info-fontify-maximum-menu-size is not nil.
14157 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14158 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14159 Preserve Info-history-list.
14160 (Info-toc): Set Info-current-file.
14161 (Info-build-toc): Move point to the beginning of the buffer.
14162 Add main-file variable.
14163 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14164 Use backslashed representation of the control character ^_.
14165
14166 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14167 numbers in the new Texinfo 4.7 format.
14168
14169 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14170 regexps for function and variable names.
14171
14172 * descr-text.el (describe-property-list): Add [show] button for
14173 `syntax-table' property with action to pp to a separate buffer.
14174 (describe-char): Replace search-forward by re-search-forward with
14175 whitespace regexp after "character:" to not fail in too narrow windows.
14176
14177 * simple.el (next-error-find-buffer): Add a rule to return
14178 next-error capable buffer if one window on the selected frame
14179 displays such buffer.
14180
14181 2004-05-23 Nick Roberts <nickrob@gnu.org>
14182
14183 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14184 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14185 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14186 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14187 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14188 Handle new value for gud-minor-mode (gdbmi).
14189 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14190 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14191 Change from local to global gdb variable set.
14192 (gdb-ann3): Initialise above gdb variable set.
14193 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14194 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14195 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14196 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14197 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14198 (gdb-info-locals-handler, gdb-invalidate-assembler)
14199 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14200 set as global variables.
14201 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14202 Handle gdbmi.
14203 (gdb-info-breakpoints-custom): Fix regexp.
14204 (def-gdb-var): Delete.
14205
14206 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14207 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14208 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14209 a new mode. The file (gdb-mi.el) for this mode will be included
14210 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14211 primary interface.
14212
14213 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14214
14215 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14216 interpreted as a directory.
14217
14218 2004-05-22 Richard M. Stallman <rms@gnu.org>
14219
14220 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14221 as a close quote.
14222
14223 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14224
14225 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14226 Use assoc-string, not assoc-ignore-case.
14227
14228 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14229
14230 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14231 If moving back then fwd gets a defun that ends before point,
14232 try again moving fwd then back.
14233
14234 * files.el (file-name-non-special): Allow t in file-arg-indices
14235 to mean requote the return value. Use `identity' as an element
14236 rather than as the whole value.
14237
14238 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14239
14240 2004-05-22 Juanma Barranquero <lektu@terra.es>
14241
14242 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14243 `help-make-usage'.
14244 (help-highlight-arguments): Skip function name before searching
14245 for arguments.
14246
14247 2004-05-21 Juanma Barranquero <lektu@terra.es>
14248
14249 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14250 Don't mention in the docstring these arguments meant for
14251 internal (recursive) use only.
14252 (allout-char-spec): Comment out (it's not implemented).
14253 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14254 obsolescence declaration.
14255 (allout-flatten-exposed-to-buffer)
14256 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14257 (my-mark-marker): Doc fix.
14258 (produce-allout-mode-map, allout-sibling-index)
14259 (allout-isearch-expose, allout-distinctive-bullet)
14260 (allout-open-topic, allout-reindent-body)
14261 (allout-rebullet-heading, allout-process-exposed)
14262 (allout-insert-listified, allout-latex-verb-quote)
14263 (allout-insert-latex-header, allout-insert-latex-trailer):
14264 Make arguments match their use in docstring.
14265 (allout-primary-bullet, allout-old-style-prefixes)
14266 (allout-inhibit-protection, allout-init, allout-mode)
14267 (allout-before-change-protect, allout-flag-region):
14268 Use "Emacs" instead of "emacs" in docstrings.
14269
14270 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14271
14272 * international/characters.el: Modify syntax of more characters.
14273
14274 2004-05-21 Masatake YAMATO <jet@gyve.org>
14275
14276 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14277 (etags-tags-completion-table): Show parsing progress.
14278
14279 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14280
14281 * locate.el (locate-prompt-for-command): Shorten first line of
14282 docstring.
14283 (locate-mode): Expand docstring and include keymap summary.
14284
14285 * files.el (find-file-noselect-1): Limit the scope of the
14286 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14287 is, by default, nil during the execution of
14288 `find-file-not-found-functions' and `find-file-hook'.
14289
14290 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14291
14292 * facemenu.el (facemenu-color-name-equal): New function.
14293 (list-colors-display): Use it to compare colors instead of
14294 facemenu-color-equal.
14295
14296 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14297
14298 * compare-w.el (compare-windows-face): Use min-colors instead of
14299 checking for tty or pc types.
14300
14301 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14302
14303 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14304 (completion-setup-function): Use with-current-buffer.
14305 Properly save excursion. Simplify.
14306 Don't assume there is necessarily a `mouse-face' property somewhere.
14307
14308 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14309
14310 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14311
14312 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14313 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14314 Use with-current-buffer.
14315 (byte-goto-log-buffer): Delete.
14316 (byte-compile-log-file): Call compilation-forget-errors.
14317
14318 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14319
14320 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14321 output messages into the search result.
14322
14323 2004-05-19 Masatake YAMATO <jet@gyve.org>
14324
14325 * wid-edit.el (widget-radio-button-notify): Revert my last
14326 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14327
14328 2004-05-19 Kenichi Handa <handa@m17n.org>
14329
14330 * international/characters.el: Fix syntax (open/close) of CJK chars.
14331
14332 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14333
14334 * help-mode.el (help-go-back): Don't depend on position of back button.
14335
14336 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14337
14338 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14339 files files don't contain an accidental additional /.
14340
14341 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14342 in source buffer.
14343
14344 2004-05-18 Masatake YAMATO <jet@gyve.org>
14345
14346 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14347 to widget-apply. :action method assumes 2 arguments, not 3.
14348
14349 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14350
14351 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14352 New constants.
14353 (hs-special-modes-alist): Add an f90-mode entry.
14354
14355 2004-05-17 Sam Steingold <sds@gnu.org>
14356
14357 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14358 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14359
14360 2004-05-16 Kim F. Storm <storm@cua.dk>
14361
14362 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14363
14364 2004-05-15 John Wiegley <johnw@newartisans.com>
14365
14366 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14367 (eshell-output-object-to-target): Improve output speed 20% by not
14368 calling `eshell-stringify' if something is already known to be a string.
14369
14370 2004-05-15 Alex Ott <ott@jet.msk.su>
14371
14372 * textmodes/ispell.el (ispell-local-dictionary-alist):
14373 Add windows-1251 to the choice of coding systems.
14374 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14375 encoded in cp1251.
14376
14377 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14378
14379 * progmodes/compile.el (compilation-warning-face)
14380 (compilation-info-face): Use min-colors.
14381
14382 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14383
14384 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14385 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14386 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14387 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14388 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14389 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14390 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14391 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14392 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14393 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14394 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14395 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14396 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14397 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14398
14399 2004-05-15 Kim F. Storm <storm@cua.dk>
14400
14401 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14402 Use it to set triggered-p element of timer.
14403 (timer-event-handler): Set triggered-p element non-nil while running
14404 the timer function.
14405
14406 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14407
14408 * descr-text.el (describe-char-unicode-data)
14409 (describe-char-unicodedata-file): Re-enable the unicode code now that
14410 the licensing issues have been cleared in the unicode-4 license.
14411 (describe-text-properties-1): Remove unused `overlay' var.
14412 (describe-char): Remove unused var `buffer'.
14413
14414 2004-05-14 David Ponce <david@dponce.com>
14415
14416 * tree-widget.el: New file.
14417
14418 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14419
14420 * language/european.el ("Brazilian Portuguese"): Add support for
14421 Brazilian Portuguese.
14422
14423 2004-05-13 John Wiegley <johnw@newartisans.com>
14424
14425 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14426 `recentf-mode' if this variable has been customized to t.
14427
14428 * eshell/esh-test.el (eshell-test): Call the function
14429 `emacs-version' rather than trying to build a custom version string.
14430
14431 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14432
14433 * net/telnet.el (telnet-mode): Use define-derived-mode.
14434 Don't modify the global value of comint-prompt-regexp.
14435
14436 2004-05-13 John Paul Wallington <jpw@gnu.org>
14437
14438 * version.el (emacs-version): Check for `gtk' feature before
14439 `x-toolkit' feature.
14440
14441 2004-05-13 Juanma Barranquero <lektu@terra.es>
14442
14443 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14444 arguments in the docstring, they're used only in recursive calls.
14445
14446 * help-fns.el (help-arg-highlighting-function)
14447 (help-argument-name): Delete.
14448 (help-default-arg-highlight): New function.
14449 (help-do-arg-highlighting): Use it.
14450
14451 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14452
14453 * calendar/appt.el (appt-disp-window):
14454 Use `calendar-set-mode-line' for a centered mode-line.
14455
14456 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14457
14458 * calendar/appt.el (appt-disp-window): Do not split window
14459 excessively when `split-height-threshold' is low.
14460
14461 2004-05-12 Nick Roberts <nickrob@gnu.org>
14462
14463 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14464 kill-buffer-hook here and make it local.
14465 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14466
14467 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14468
14469 * progmodes/compile.el (compilation-set-window-height):
14470 Use save-excursion to protect against misplaced marker.
14471
14472 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14473
14474 * custom.el (defface): Document that type can have value gtk.
14475
14476 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14477
14478 2004-05-12 Kenichi Handa <handa@m17n.org>
14479
14480 * descr-text.el: Require quail at comile time.
14481 (describe-char): If an input method is on and it supports the
14482 character, show how to input it.
14483
14484 * international/quail.el (quail-install-decode-map): Accept a
14485 char-table whose subtype is `quail-decode-map'.
14486 (quail-store-decode-map-key, quail-gen-decode-map1)
14487 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14488 (quail-show-key): New functions.
14489
14490 2004-05-12 Juanma Barranquero <lektu@terra.es>
14491
14492 * generic.el (define-generic-mode): Remove redundant arglist info.
14493
14494 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14495 Make arguments match their use in docstring.
14496 (help-arg-highlighting-function): New variable.
14497 (help-argument-name): Mention it in the docstring.
14498 (help-do-arg-highlight): Use it. Expand regexp to accept also
14499 ARG-xxx and xxx-ARG references.
14500
14501 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14502
14503 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14504 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14505 and "mailto:addr1?to=addr2" equal.
14506
14507 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14508
14509 * man.el (Man-getpage-in-background): Use shell-file-name
14510 and shell-command-switch variables instead of hard-coded values.
14511
14512 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14513
14514 * iimage.el: New file.
14515
14516 2004-05-11 Juanma Barranquero <lektu@terra.es>
14517
14518 * custom.el (custom-initialize-default, defcustom):
14519 Fix typo in docstring.
14520
14521 * files.el (set-visited-file-name, file-expand-wildcards):
14522 Fix docstring.
14523
14524 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14525
14526 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14527
14528 * subr.el (eventp): Be more discriminating with integers.
14529
14530 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14531
14532 * progmodes/compile.el (compile): Add universal prefix arg.
14533 (compilation-error-regexp-alist-alist): Add edg patterns.
14534
14535 2004-05-10 Sam Steingold <sds@gnu.org>
14536
14537 * textmodes/ispell.el (ispell-message):
14538 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14539
14540 2004-05-10 Dave Love <fx@gnu.org>
14541
14542 * progmodes/python.el (help-buffer): Autoload when compiling.
14543 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14544 (run-python): Prepend to any existing PYTHONPATH.
14545
14546 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14547
14548 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14549 for pending breakpoints.
14550
14551 2004-05-10 Richard M. Stallman <rms@gnu.org>
14552
14553 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14554 directly without calling any functions in Rmail.
14555 (unrmail-unprune): Function deleted.
14556
14557 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14558
14559 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14560 C-c C-z binding.
14561
14562 2004-05-10 Kenichi Handa <handa@m17n.org>
14563
14564 * descr-text.el (describe-char): Fix previous change. Don't make
14565 a unibyte character to multibyte in the *Help* buffer.
14566
14567 2004-05-10 Miles Bader <miles@gnu.org>
14568
14569 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14570 buffer an error if the debugger process is actually running.
14571
14572 2004-05-10 Juanma Barranquero <lektu@terra.es>
14573
14574 * help-fns.el (help-argument-name): Default to italic.
14575 (help-highlight-arguments): Return always (usage . doc), even when
14576 usage is nil.
14577
14578 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14579 (define-ibuffer-filter): Add usage info.
14580 (define-ibuffer-op): Add usage info (but CL-style defaults for
14581 keyword args are not shown).
14582
14583 * subr.el (remove-overlays, read-passwd): Fix docstring.
14584 (start-process-shell-command): Fix docstring. Put usage info in a
14585 format usable by `describe-function'.
14586 (open-network-stream, open-network-stream-nowait)
14587 (open-network-stream-server): Fix docstring.
14588
14589 2004-05-09 Jason Rumney <jasonr@gnu.org>
14590
14591 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14592 Only define cp125* if windows-125* is already defined.
14593
14594 * language/korean.el (cp949): Add alias.
14595
14596 * language/chinese.el (cp936, cp950): Add aliases.
14597
14598 * language/japanese.el (cp932): Add alias.
14599
14600 * term/w32-win.el: Require code-pages.
14601
14602 * international/mule-cmds.el (set-locale-environment):
14603 On MS-Windows use ansi code-page for default coding-systems.
14604 Set up paper sizes for Windows 3 letter languages.
14605
14606 * international/code-pages.el (cp932, cp936, cp949, cp950):
14607 Add aliases. Also add cp125* if not already defined.
14608
14609 2004-05-09 Juanma Barranquero <lektu@terra.es>
14610
14611 * help-fns.el (help-highlight-arguments): Don't try to highlight
14612 missing or autoloaded arglists. Accept structured arguments, like
14613 the first ones of `do' and `flet'.
14614
14615 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14616 (cvs-get-marked): Remove redundant arglist info.
14617
14618 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14619 Don't use CL-style default args.
14620
14621 2004-05-08 Andreas Schwab <schwab@suse.de>
14622
14623 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14624
14625 * international/subst-ksc.el: Fix references to utf-translate-cjk
14626 into utf-translate-cjk-mode.
14627 * international/subst-big5.el: Likewise.
14628 * international/subst-gb2312.el: Likewise.
14629 * international/subst-jis.el: Likewise.
14630 * international/utf-16.el: Likewise.
14631 * international/utf-8.el: Likewise.
14632
14633 2004-05-08 John Wiegley <johnw@newartisans.com>
14634
14635 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14636 "virtual buffers" (off by default), which makes it possible to
14637 switch to the "virtual" buffers of recently visited files. When a
14638 buffer name search fails, and this option is on, iswitchb will
14639 look at the list of recently visited files, and permit matching
14640 against those names. When the user hits RET on a match, it will
14641 revisit that file.
14642 (iswitchb-read-buffer): Add two optional arguments, which makes
14643 isearchb.el possible.
14644 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14645 (iswitchb-next-match): Add support for virtual buffers.
14646
14647 * isearchb.el: This module extends iswitchb to provide "as you
14648 type" buffer selection.
14649
14650 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14651 Ignore the read-only property when flyspell highlighting is on.
14652 Not ignoring it leads to a series of confusing errors.
14653 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14654 but also make sure to call flyspell-incorrect-hook.
14655 (flyspell-maybe-correct-transposition): Perform transposition test
14656 by bit twiddling a string, rather than using a temp buffer.
14657 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14658 buffer. This is also the original version of the code, which
14659 could not be checked in before due to a previous lack of
14660 assignment papers. This version has seen heavy usage on my system
14661 for several years now.
14662
14663 * calendar/cal-bahai.el: New file, which adds support for the
14664 Baha'i calendar to Emacs. This calendar is based on a solar year
14665 of 19 months of 19 days, with 4 intercalary days. Each year
14666 begins on March 21, with the calendar starting in 1844.
14667
14668 * calendar/cal-menu.el, calendar/calendar.el
14669 * calendar/diary-lib.el, calendar/holidays.el:
14670 Added support for using cal-bahai.el.
14671
14672 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14673 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14674 function can be used outside of eshell buffers.
14675 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14676
14677 2004-05-08 Juanma Barranquero <lektu@terra.es>
14678
14679 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14680 word constituent so FOO-ARG is not recognized as an arg.
14681 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14682
14683 * simple.el (next-error): Fix typo in docstring.
14684 (open-line): Make argument names match their use in docstring.
14685 (split-line): Fix docstring.
14686
14687 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14688 usable by `describe-function'.
14689 (gensym, gentemp, typep, ignore-errors): Make argument names match
14690 their use in docstring.
14691
14692 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14693 argument to `help-setup-xref'.
14694
14695 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14696
14697 Version 2.0.40 of Tramp released.
14698
14699 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14700 Use symbol-function to invoke functions only known on some Emacs
14701 flavors. This avoids byte-compiler warnings. Reported by Kevin
14702 Scaldeferri <kevin@scaldeferri.com>.
14703 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14704 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14705 consistent with the other tramp-do-* functions.
14706 (tramp-do-copy-or-rename-file): Calls adjusted.
14707 (tramp-process-initial-commands): Avoid liveness check on shell --
14708 we know that it must be alive since we're opening a connection at
14709 this moment.
14710 (tramp-last-cmd): New internal variable.
14711 (tramp-process-echoes): New tunable.
14712 (tramp-send-command): Set tramp-last-cmd.
14713 (tramp-wait-for-output): Delete echo, if applicable.
14714 (tramp-read-passwd): Construct the key for the password cache in a
14715 way that works for multi methods, too.
14716 (tramp-bug): Add backup-directory-alist and
14717 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14718
14719 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14720
14721 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14722
14723 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14724 (tramp-actions-copy-out-of-band): New defcustoms.
14725 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14726 used instead of a synchronous one. Allows password entering.
14727 (tramp-action-out-of-band): New defun.
14728 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14729 Remove restriction with password from doc string.
14730 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14731 `tramp-out-of-band-prompt-regexp',
14732 `tramp-actions-copy-out-of-band', `password-cache' and
14733 `password-cache-expiry'.
14734 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14735 password caching.
14736 (tramp-touch): FILE can be a local file, too.
14737 (TODO): Remove items done.
14738 (tramp-handle-insert-directory): Properly quote file name also if
14739 not full-directory-p. Handle wildcard case. Reported by Andreas
14740 Schwab <schwab@suse.de>.
14741 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14742 new file.
14743 (tramp-handle-file-local-copy, tramp-handle-write-region):
14744 The permissions of the temporary file are set if filename exists.
14745 Reported by Ted Stern <stern@cray.com>.
14746 (tramp-backup-directory-alist)
14747 (tramp-bkup-backup-directory-info): New defcustoms.
14748 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14749 (tramp-handle-find-backup-file-name): New function.
14750 Implements Tramp's find-backup-file-name.
14751
14752 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14753 for `find-backup-file-name'.
14754
14755 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14756 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14757
14758 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14759
14760 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14761
14762 2004-05-07 Juanma Barranquero <lektu@terra.es>
14763
14764 * subr.el (lambda): Add arglist description to docstring.
14765 (declare): Fix typo in docstring.
14766 (open-network-stream): Fix docstring.
14767 (process-kill-without-query): Fix docstring and add obsolescence info.
14768 (last, butlast, nbutlast): Make arguments match their use in docstring.
14769 (insert-buffer-substring-no-properties): Likewise.
14770 (insert-buffer-substring-as-yank): Likewise.
14771 (split-string): Fix docstring.
14772
14773 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14774 Make argument names match their use in docstring.
14775
14776 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14777
14778 2004-05-06 Nick Roberts <nickrob@gnu.org>
14779
14780 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14781 Fit first sentence on one line for apropos-command.
14782
14783 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14784
14785 Changes largely merged in from Dave Love's code.
14786 * progmodes/python.el: Doc fixes.
14787 (python-mode-map): Add python-complete-symbol.
14788 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14789 (python-comment-indent, python-complete-symbol)
14790 (python-symbol-completions, python-partial-symbol)
14791 (python-try-complete): New.
14792 (python-indent-line): Remove optional arg. Use python-block-end-p.
14793 (python-check): Bind compilation-error-regexp-alist.
14794 (inferior-python-mode): Use rx. Move keybindings to top level.
14795 Set comint-input-filter.
14796 (python-preoutput-filter): Use rx.
14797 (python-input-filter): Re-introduce.
14798 (python-proc): Start new process if necessary.
14799 Check python-buffer non-nil.
14800 (view-return-to-alist): Defvar.
14801 (python-send-receive): New.
14802 (python-eldoc-function): Use it.
14803 (python-mode-running): Don't defvar.
14804 (python-mode): Set comment-indent-function.
14805 Maybe update hippie-expand-try-functions-list.
14806 (python-indentation-levels): Initialize differently.
14807 (python-block-end-p): New.
14808 (python-indent-line): Use it.
14809 (python-compilation-regexp-alist): Augment.
14810 (run-python): Import `emacs' module to Python rather than loading
14811 code directly. Set python-buffer differently.
14812 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14813 Use python-proc.
14814 (python-send-command): Go to end of comint buffer.
14815 (python-load-file): Use python-proc, emacs.eimport.
14816 (python-describe-symbol): Simplify interactive form.
14817 Use emacs.help. Do use temp-buffer-show-hook.
14818 Call print-help-return-message.
14819 (hippie-exp): Require when compiling.
14820 (python-preoutput-continuation): Use rx.
14821
14822 * diff-mode.el (diff-make-unified): Fix regexp.
14823
14824 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14825
14826 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14827 filter groups from the buffer when rebuilding the Ibuffer buffer
14828 and `ibuffer-show-empty-filter-groups' is nil.
14829
14830 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14831
14832 * ps-print.el (ps-print-quote): Call ps-value-string.
14833 (ps-setup): Call ps-comment-string.
14834 (ps-value-string, ps-comment-string): New funs.
14835
14836 2004-05-06 Juanma Barranquero <lektu@terra.es>
14837
14838 * ehelp.el (electric-help-command-loop): Check whether the last
14839 character is visible, not (point-max).
14840
14841 * help-fns.el (help-argument-name): Default to bold; don't inherit
14842 from font-lock-variable-name-face.
14843 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14844
14845 2004-05-05 Kenichi Handa <handa@m17n.org>
14846
14847 * descr-text.el (describe-char): Copy the character with text
14848 properties and overlays into the first line, and call
14849 describe-text-properties on it.
14850
14851 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14852
14853 * iswitchb.el (iswitchb-global-map): Fix typo.
14854 Remove unwanted ###autoloads from source file.
14855
14856 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14857
14858 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14859 in run-hooks. Use substitute-command-keys in message.
14860 (wdired-abort-changes): Add message.
14861
14862 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14863
14864 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14865 (sql-emacs20-p): Remove.
14866 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14867 (sql-builtin-face, sql-doc-face): Remove.
14868 (sql-mode-ansi-font-lock-keywords)
14869 (sql-mode-oracle-font-lock-keywords)
14870 (sql-mode-postgres-font-lock-keywords)
14871 (sql-mode-linter-font-lock-keywords)
14872 (sql-mode-ms-font-lock-keywords)
14873 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14874 (sql-product-font-lock): Fix font-lock reset when font rules change.
14875 (sql-highlight-product): Remove incorrect font-lock reset logic.
14876
14877 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14878
14879 * ses.el (ses-set-parameter): Fix typo.
14880
14881 2004-05-04 Kim F. Storm <storm@cua.dk>
14882
14883 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14884 Must expand directory for completion to work; and don't mess with
14885 process-environment.
14886 (ido-read-file-name): If command has ido property, don't use ido
14887 if value is ignore, or read as directory if value is dir.
14888 Set ido ignore property for dired-do-rename command.
14889
14890 2004-05-04 Juanma Barranquero <lektu@terra.es>
14891
14892 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14893 (electric-help-help): Check against unmapped commands.
14894
14895 * help-fns.el (help-argument-name): New face, inheriting from
14896 font-lock-variable-name-face, to highlight function arguments in
14897 `describe-function' and `describe-key'.
14898 (help-do-arg-highlight): Auxiliary function to highlight a given
14899 list of arguments in a string.
14900 (help-highlight-arguments): Highlight the function arguments and
14901 all uses of them in the docstring.
14902 (describe-function-1): Use it. Do docstring output via `insert',
14903 not 'princ', so text attributes are preserved.
14904
14905 * winner.el (winner-mode-map): Move `winner-undo' and
14906 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14907 previous bindings conflict with `prev-buffer', `next-buffer').
14908
14909 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14910
14911 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14912 (bibtex-entry-update): New command bound to C-c C-u.
14913 (bibtex-text-in-string): Fix regexp.
14914 (bibtex-assoc-of-regexp): Remove.
14915 (bibtex-progress-message): Fix docstring.
14916 (bibtex-inside-field): Use if.
14917 (bibtex-assoc-regexp): New function.
14918 (bibtex-format-entry): Make code more robust so that it formats
14919 also old entries.
14920 (bibtex-autokey-demangle-title): Merge with obsolete function
14921 bibtex-assoc-of-regexp.
14922 (bibtex-field-list): New function.
14923 (bibtex-entry): Use bibtex-field-list.
14924 (bibtex-parse-entry): Fix docstring.
14925 (bibtex-print-help-message): Use bibtex-field-list.
14926 (bibtex-make-field): Use bibtex-field-list.
14927 (bibtex-entry-index): Bugfix. Return crossref key if required.
14928 (bibtex-lessp): Fix docstring.
14929
14930 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14931
14932 * select.el (xselect-convert-to-string): Move comment to intended line.
14933
14934 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14935
14936 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14937 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14938
14939 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14940
14941 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14942 x-get-selection.
14943
14944 2004-05-03 Jason Rumney <jasonr@gnu.org>
14945
14946 * makefile.nt: Remove.
14947
14948 2004-05-03 Kim F. Storm <storm@cua.dk>
14949
14950 * emulation/cua-base.el (cua--update-indications): Fix last change.
14951 (cua-mode): Deactivate mark when cua-mode is enabled.
14952
14953 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14954
14955 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14956
14957 2004-05-03 Nick Roberts <nickrob@gnu.org>
14958
14959 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14960 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14961 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14962 window over visible frames.
14963 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14964
14965 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14966
14967 * progmodes/compile.el (compilation-gcpro): New var.
14968 (compilation-fake-loc): Use it.
14969 (compilation-forget-errors): Reset it.
14970
14971 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14972
14973 * diff-mode.el (diff-header-face, diff-file-header-face):
14974 Use min-colors.
14975
14976 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14977
14978 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14979 (bibtex-clean-entry): Disentangle code.
14980 (bibtex-realign): New function.
14981 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14982 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14983 Remove undocumented optional arg called-by-convert-alien.
14984 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14985 for sorting instead of bibtex-sort-buffer.
14986
14987 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14988
14989 * progmodes/compile.el (compilation-start): In the
14990 no-async-subprocesses branch, call sit-for to give redisplay a
14991 chance to show the updated process status in the mode line, and
14992 fontify the buffer explicitly after the process exits.
14993
14994 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14995
14996 * progmodes/python.el (python-compilation-line-number): Remove.
14997 (python-compilation-regexp-alist): Don't use it any more.
14998 (python-orig-start, python-input-filter): Remove.
14999 (inferior-python-mode): Don't set up comint-input-filter-functions.
15000 (python-send-region): Use compilation-fake-loc.
15001
15002 * progmodes/compile.el (compilation-messages-start): New var.
15003 (compilation-mode): Don't setup next-error-function here.
15004 (compilation-setup): Set it up here instead (for minor modes as well).
15005 Make compilation-messages-start buffer local.
15006 (compilation-next-error-function): Use it.
15007 (compilation-forget-errors): Set compilation-messages-start.
15008
15009 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15010
15011 * ielm.el (ielm-prompt-read-only): Update docstring.
15012
15013 * comint.el (comint-prompt-read-only): Update docstring.
15014 (comint-update-fence, comint-kill-whole-line)
15015 (comint-kill-region): New functions.
15016
15017 * simple.el (kill-whole-line): Use "p" instead of "P" in
15018 interactive form.
15019
15020 2004-05-01 Juanma Barranquero <lektu@terra.es>
15021
15022 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15023 format arglist so default values in CL-style argument lists are
15024 correctly shown.
15025
15026 2004-05-01 Jason Rumney <jasonr@gnu.org>
15027
15028 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15029
15030 2004-05-01 Kenichi Handa <handa@m17n.org>
15031
15032 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15033 quail file if it is up to date.
15034
15035 2004-04-30 Juri Linkov <juri@jurta.org>
15036
15037 * cus-edit.el (custom-mode-map):
15038 Add key binding `C-x C-s' to `Custom-save'.
15039
15040 * outline.el (outline-blank-line): New var.
15041 (outline-next-preface, outline-show-heading)
15042 (outline-end-of-subtree): Use it.
15043
15044 * dired-aux.el (dired-touch-initial): New fun.
15045 (dired-do-chxxx): Call it for op-symbol `touch'.
15046 (dired-diff): Use `dired-dwim-target-directory'
15047 if current dired buffer has no buffer mark.
15048
15049 * bindings.el (propertized-buffer-identification):
15050 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15051 Add C-M-arrow keys for consistency.
15052
15053 * files.el (confirm-kill-emacs):
15054 Change group from top-level `emacs' to `convenience'.
15055
15056 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15057 Push mark on the first call of successive command calls.
15058 (insert-pair): New fun created from `insert-parentheses' with
15059 `open' and `close' arguments added. Enclose active regions
15060 in paired characters. Compare adjacent characters syntax with
15061 inserted characters syntax before inserting a space.
15062 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15063
15064 * delsel.el: Don't put `delete-selection' property
15065 on `insert-parentheses' symbol to take advantage of
15066 region handling in `insert-pair' function.
15067 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15068
15069 2004-04-30 Kim F. Storm <storm@cua.dk>
15070
15071 * emulation/cua-base.el: Add support for changing cursor types;
15072 based on patch from Michael Mauger.
15073 (cua-normal-cursor-color, cua-read-only-cursor-color)
15074 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15075 Customization cursor type and/or cursor color.
15076 (cua--update-indications): Handle cursor type changes.
15077 (cua-mode): Update cursor indications if enabled.
15078
15079 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15080
15081 * mouse.el (mouse-drag-copy-region): New defcustom.
15082 (mouse-set-region, mouse-drag-region-1): Use it.
15083
15084 * simple.el (kill-ring-save): If region face background color is
15085 unspecified (if no highlighting), show extent of fully visible
15086 region even if transient-mark-mode is enabled.
15087
15088 * emulation/cua-base.el (cua--standard-movement-commands):
15089 Add cua-scroll-up and cua-scroll-down.
15090 (cua-scroll-up, cua-scroll-down): New commands.
15091 (cua--init-keymaps): Remap scroll-up and scroll-down.
15092
15093 * emulation/cua-rect.el (cua--convert-rectangle-as):
15094 New defmacro.
15095 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15096 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15097 New commands (suggested by Jordan Breeding).
15098
15099 2004-04-30 Juanma Barranquero <lektu@terra.es>
15100
15101 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15102
15103 2004-04-30 Mario Lang <mlang@delysid.org>
15104
15105 * diff.el (diff-switches): Fix typo in docstring.
15106
15107 2004-04-30 Alex Schroeder <alex@gnu.org>
15108
15109 * xml.el (xml-debug-print-internal): Don't add newline and
15110 indentation to text nodes and write empty elements as empty tags
15111 instead of opening and closing tags.
15112 (xml-debug-print): Take optional indent-string argument.
15113 (xml-print): Alias for xml-debug-print.
15114
15115 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15116
15117 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15118 than duplicate call to `line-beginning-position'.
15119
15120 * progmodes/f90.el (f90-get-present-comment-type):
15121 Return whitespace, as well as comment chars, for consistent filling
15122 of comment blocks. Use `match-string-no-properties'.
15123 (f90-break-line): Trim trailing whitespace when filling comments.
15124
15125 2004-04-30 Dave Love <fx@gnu.org>
15126
15127 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15128 (diary-from-outlook-internal, diary-from-outlook)
15129 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15130 New functions to import diary entries from Outlook-format
15131 appointments in mail messages.
15132
15133 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15134
15135 * progmodes/python.el (python-send-command): New fun.
15136 (python-send-region, python-load-file): Use it.
15137
15138 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15139
15140 * help-fns.el (help-C-file-name): Use new subr-name.
15141 Prepend `src/' to the file name.
15142 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15143 (describe-function-1, describe-variable): Only find a C source file
15144 name if DOC is already loaded.
15145
15146 * help-mode.el (help-function-def, help-variable-def):
15147 Use the new find-function-search-for-symbol functionality.
15148 Allow FILE to be `C-source'.
15149
15150 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15151 (find-function-C-source): New fun.
15152 (find-function-search-for-symbol): Use it.
15153
15154 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15155
15156 * progmodes/sql.el (sql-product-alist): Rename variable
15157 `sql-product-support'. Add Postgres login parameters.
15158 (sql-set-product, sql-product-feature): Update with renamed variable.
15159 (sql-connect-postgres): Add username prompt.
15160 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15161 Make patterns less product specific.
15162 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15163 (sql-mode-abbrev-table): Modify initialization.
15164 (sql-builtin-face): Add variable.
15165 (sql-keywords-re): Add macro.
15166 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15167 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15168 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15169 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15170 (sql-mode-linter-font-lock-keywords)
15171 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15172 (sql-mode-sybase-font-lock-keywords)
15173 (sql-mode-informix-font-lock-keywords)
15174 (sql-mode-interbase-font-lock-keywords)
15175 (sql-mode-ingres-font-lock-keywords)
15176 (sql-mode-solid-font-lock-keywords)
15177 (sql-mode-sqlite-font-lock-keywords)
15178 (sql-mode-db2-font-lock-keywords): Default to nil.
15179 (sql-product-font-lock): Always highlight ANSI keywords.
15180 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15181 (sql-send-string): Add function.
15182
15183 2004-04-29 Dave Love <fx@gnu.org>
15184
15185 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15186 (cfengine-end-of-defun): Ensure progress through buffer.
15187
15188 * info-look.el (cfengine-mode): Accept a terminal ().
15189
15190 2004-04-29 Juri Linkov <juri@jurta.org>
15191
15192 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15193 instead of isearch-yank-word-or-char. Add new key bindings for
15194 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15195 (isearch-del-char): New fun.
15196 (isearch-forward, isearch-edit-string): Update docstring.
15197 (isearch-yank-char): Doc fix.
15198 (isearch-other-meta-char): Restore point after scrolling.
15199
15200 * progmodes/compile.el (compilation-context-lines): Add nil option
15201 to disable compilation output window scrolling.
15202 (compilation-set-window): Use it.
15203
15204 * outline.el (outline-next-preface, outline-show-heading):
15205 Don't leave unhidden blank line before heading.
15206 (outline-end-of-subtree): Include last newline into subtree.
15207 (hide-entry): Leave point at beginning of heading instead of end.
15208 (outline-up-heading): Push mark for the first call of successive
15209 command calls.
15210
15211 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15212
15213 * comint.el (comint-prompt-read-only): New variable.
15214 (comint-output-filter): Implement it.
15215
15216 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15217 (ielm-prompt-internal): New variable.
15218 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15219 (ielm-send-input): Delete unused variable `buf'.
15220 (ielm-eval-input): Use `ielm-prompt-internal'.
15221 (inferior-emacs-lisp-mode): Use new variables
15222 `comint-prompt-read-only' and `ielm-prompt-internal'.
15223 Get rid of obsolete variable `directory-sep-char'.
15224 (ielm): Use `zerop'.
15225
15226 2004-04-29 John Paul Wallington <jpw@gnu.org>
15227
15228 * thumbs.el (toplevel): Require cl at compile time.
15229 Remove conditional definitions of `ignore-errors' and `caddar'
15230 because they occur at run time.
15231
15232 2004-04-28 Nick Roberts <nickrob@gnu.org>
15233
15234 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15235 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15236 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15237 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15238
15239 * progmodes/gud.el (gud-common-init): Throw an error if program is
15240 already running under gdb.
15241
15242 2004-04-28 John Paul Wallington <jpw@gnu.org>
15243
15244 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15245 (thumbs-show-image-num): Move assignment of
15246 `thumbs-current-image-filename' within scope of `i'.
15247 (thumbs-emboss-image): Don't use `evenp'.
15248
15249 2004-04-28 Richard M. Stallman <rms@gnu.org>
15250
15251 * progmodes/compile.el (compilation-context-lines): Default now 0.
15252
15253 2004-04-28 Juanma Barranquero <lektu@terra.es>
15254
15255 Use `time-less-p' from calendar/time-date.el instead of defining
15256 custom versions of it.
15257
15258 * pcomplete.el (pcomplete-time-less-p): Remove.
15259
15260 * thumbs.el (time-less-p): Remove.
15261
15262 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15263 (timeclock-generate-report): Use `time-less-p'.
15264
15265 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15266 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15267
15268 2004-04-28 Masatake YAMATO <jet@gyve.org>
15269
15270 * subr.el (remove-overlays): Make arguments optional.
15271
15272 * wid-edit.el (widget-specify-button): Put evaporate to the
15273 overlay for sample.
15274 (widget-specify-sample): Put evaporate to the overlay for sample.
15275 (widget-specify-doc): Put evaporate to the overlay for documentation.
15276
15277 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15278
15279 * info.el (info-apropos): Make it an index node. Align node names
15280 like makeinfo.
15281
15282 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15283
15284 * net/browse-url.el (browse-url-netscape-sentinel)
15285 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15286 (browse-url-epiphany-sentinel, browse-url-mosaic):
15287 Use browse-url-*-program instead of a literal program name.
15288
15289 2004-04-27 Kevin Ryde <user42@zip.com.au>
15290
15291 * eshell/em-alias.el:
15292 * eshell/em-dirs.el:
15293 * eshell/em-hist.el:
15294 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15295 features when M-x customize-group loads modules before the main
15296 eshell.el.
15297
15298 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15299
15300 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15301 either a character representation of an event or an event
15302 description list.
15303
15304 * type-break.el: Capitalise Emacs and Lisp.
15305 (type-break-good-break-interval, type-break-demo-boring-stats)
15306 (type-break-terse-messages, type-break-file-name): New defcustoms.
15307 (type-break-post-command-hook)
15308 (type-break-warning-countdown-string): Quote variable names in doc.
15309 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15310 (type-break-mode): Document type-break-good-break-interval and the
15311 "session" file. Schedule break according to the session file.
15312 Kill session file buffer on exit. Organise for save-some-buffers
15313 to always save the session file.
15314 (type-break-mode-line-message-mode, type-break-query-mode):
15315 Uppercase arguments.
15316 (type-break-file-time, type-break-file-keystroke-count, timep)
15317 (type-break-choose-file, type-break-get-previous-time)
15318 (type-break-get-previous-count): New defuns.
15319 (type-break): Avoid break querying after a completed break in the
15320 case where the query was initiated during user invocation of the
15321 break. Optional terse messages.
15322 Use type-break-good-break-interval if type-break-good-rest-interval is
15323 nil. File the break time.
15324 (type-break-schedule): New optional args for overriding the use of
15325 the current time.
15326 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15327 after a break.
15328 (type-break-check): File the keystroke count.
15329 (type-break-do-query): Prevent a second query when the break is
15330 interrupted. Optional terse message.
15331 (type-break-keystroke-reset): Record the start of a typing interval.
15332 (type-break-demo-boring): Optional terse messages. Display word
15333 per minute and keystroke counts according to
15334 type-break-demo-boring-stats.
15335
15336 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15337
15338 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15339 directories, make sure they exist under archive-tmpdir.
15340
15341 2004-04-27 Juri Linkov <juri@jurta.org>
15342
15343 * help.el (view-emacs-news): With argument, display info for the
15344 selected version by finding it among different NEWS files, and
15345 narrowing the buffer to the selected version.
15346
15347 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15348 same-window-buffer-names.
15349 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15350 non-numeric prefix argument, append the number to the buffer name
15351 for numeric prefix argument.
15352 (info-other-window): Bind same-window-regexps to nil.
15353 (Info-reference-name): Rename to Info-point-loc.
15354 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15355 and Info-find-index-name for stringy Info-point-loc.
15356 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15357 without middle `.', but with final `.' and optional line number
15358 for it. Set Info-point-loc for index nodes.
15359 (Info-index): Remove middle `.' from index entry regexp.
15360 Modify line number regexp.
15361 (Info-index-next): Decrement line number.
15362 (info-apropos): Remove middle `.' from index entry regexp.
15363 Add optional line number regexp at the end. Add matched value
15364 for line number to the result list and insert it to the buffer.
15365 Replace match-string by match-string-no-properties.
15366 Reorder result list.
15367 (Info-fontify-node): Hide index line numbers.
15368 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15369 empty matches.
15370 (Info-follow-reference): Use `str' instead of
15371 Info-following-node-name-re.
15372 (Info-toc): Use full file names. Set Info-current-node to "Top".
15373 (Info-fontify-node): Compare file names without directory name.
15374 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15375 Set second arg of Info-extract-menu-node-name for index nodes.
15376 (info-xref-visited): Use magenta3 instead of magenta4.
15377 (Info-mode): Add info-apropos to docstring.
15378
15379 * log-view.el (log-view-diff): Replace interactive code "r"
15380 by a list to allow to call it even if region is not active.
15381
15382 * paren.el (show-paren-highlight-openparen): New var.
15383 (show-paren-function): Turn on openparen highlighting when
15384 matching forward if show-paren-highlight-openparen is non-nil.
15385
15386 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15387 the constant value 1.
15388 (completions-common-part): Expand docstring.
15389
15390 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15391
15392 2004-04-27 Kim F. Storm <storm@cua.dk>
15393
15394 * image.el (insert-sliced-image): Use line-height instead of
15395 line-spacing property on newline.
15396
15397 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15398
15399 * desktop.el (desktop-buffer-misc-data-function): Rename to
15400 desktop-save-buffer and change docstring.
15401 (desktop-buffer-modes-to-save): Delete.
15402 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15403 desktop-buffer-modes-to-save.
15404 (desktop-save): Rename desktop-buffer-misc-data-function to
15405 desktop-save-buffer and allow non-function value.
15406 (desktop-missing-file-warning): Correct docstring.
15407
15408 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15409 to desktop-save-buffer.
15410
15411 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15412 desktop-save-buffer.
15413
15414 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15415
15416 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15417
15418 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15419
15420 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15421
15422 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15423
15424 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15425 (ielm): Only go to the end of the buffer when starting a new process.
15426
15427 2004-04-25 Juanma Barranquero <lektu@terra.es>
15428
15429 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15430 mode line. Bind `inhibit-read-only' to t before modifying
15431 properties of text in the buffer.
15432 (ielm): Force point to the end of buffer, even when running ielm
15433 from inside itself.
15434
15435 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15436
15437 * info.el (info-apropos): Reset Info-complete-cache.
15438
15439 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15440
15441 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15442 Also recognize severe Irix et al. messages.
15443 (compilation-normalize-filename, compile-abbreviate-directory):
15444 Delete functions.
15445 (compilation-get-file-structure): New function inherits
15446 functionality of the two preceding ones.
15447 (compilation-internal-error-properties, compilation-fake-loc):
15448 Use it so that different paths to the same file share the same
15449 markers. Also optimize finding adjacent marker slightly.
15450
15451 2004-04-25 Kim F. Storm <storm@cua.dk>
15452
15453 * image.el (insert-sliced-image): Add line-spacing t property
15454 to newlines separating image lines.
15455
15456 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15457
15458 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15459
15460 * ielm.el (ielm-prompt-read-only): New user option.
15461 (ielm-prompt): Expand docstring to describe new behavior.
15462 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15463 mention it in the docstring.
15464
15465 2004-04-24 Andreas Schwab <schwab@suse.de>
15466
15467 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15468
15469 * diff.el (diff): Set default-directory in diff buffer.
15470
15471 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15472
15473 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15474 mail was being composed if the terminal cannot display more than
15475 one frame; instead, switch to previous frame.
15476
15477 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15478 (rmail-start-mail): Support rmail-mail-new-frame even on
15479 terminals that can display only one frame at a time.
15480
15481 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15482
15483 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15484 (checkdoc-output-font-lock-keywords): Remove error regexp.
15485 (checkdoc-output-mode-map): Remove.
15486 (checkdoc-output-mode): Derive from compilation-mode.
15487 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15488
15489 * dired.el (dired-mode-map): Add a menu entry for wdired.
15490
15491 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15492 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15493
15494 * wdired.el (wdired-mode-map): Move init into declaration.
15495 Fix `return' binding.
15496 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15497 Use force-mode-line-update.
15498 (wdired-get-filename): Use `unless'.
15499 (wdired-preprocess-files): Don't assume names have no \n and use / for
15500 dir separator.
15501 (wdired-normalize-filename): Use replace-regexp-in-string.
15502 (wdired-load-hooks): Remove.
15503 (wdired-mode-hooks): Rename to wdired-mode-hook.
15504
15505 * info-look.el: Add support for cfengine-mode.
15506 (info-lookup-setup-mode): Use dolist.
15507
15508 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15509
15510 * wdired.el: New file.
15511
15512 2004-04-23 Juanma Barranquero <lektu@terra.es>
15513
15514 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15515
15516 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15517 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15518 (pcomplete--help, pcomplete--here): Doc fixes.
15519
15520 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15521
15522 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15523 handles wrong-number-of-arguments in backend call.
15524
15525 * vc.el (vc-print-log): Likewise.
15526
15527 2004-04-20 Dave Love <fx@gnu.org>
15528
15529 * emacs-lisp/rx.el: Doc fixes.
15530 (rx-constituents): Add/extend many forms.
15531 (rx-check): Check form is a list.
15532 (bracket): Defvar.
15533 (rx-check-any, rx-any, rx-check-not): Modify.
15534 (rx-not): Simplify.
15535 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15536 (rx-kleene): Use rx-trans-forms.
15537 (rx-quote-for-set): Delete.
15538 (rx): Allow multiple args.
15539
15540 2004-04-23 Kenichi Handa <handa@m17n.org>
15541
15542 * international/mule-util.el (char-displayable-p): Simplify by
15543 using internal-char-font.
15544
15545 2004-04-23 Juanma Barranquero <lektu@terra.es>
15546
15547 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15548
15549 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15550
15551 * diff-mode.el (diff-next-error): New fun.
15552 (diff-mode): Use it.
15553
15554 * simple.el (next-error): Change arg name.
15555 Add support for the documented C-u C-x ` usage.
15556
15557 * frame.el (special-display-popup-frame, next-multiframe-window)
15558 (previous-multiframe-window): Only consider frames on same display.
15559
15560 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15561
15562 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15563 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15564
15565 2004-04-22 Kim F. Storm <storm@cua.dk>
15566
15567 * net/telnet.el (telnet): Add optional port arg.
15568
15569 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15570
15571 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15572 Minor sanity check on the `hyperlink' slot.
15573
15574 * Makefile.in (recompile): Compile new files.
15575
15576 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15577 Add byte-recompile-directory's optional `arg'.
15578
15579 * cvs-status.el (cvs-tree-use-charset): New var.
15580 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15581 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15582 (cvs-status-cvstrees): Use it.
15583
15584 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15585 Make it a normal major mode.
15586 (checkdoc-buffer-label): Make sure the file name is meaningful.
15587 (checkdoc-output-to-error-buffer): Remove.
15588 (checkdoc-error, checkdoc-start-section): Rewrite.
15589
15590 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15591 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15592 (Info-title-4-face): Use new syntax.
15593 (info-xref-visited): Inherit from info-xref.
15594
15595 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15596
15597 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15598
15599 * simple.el (next-error-last-buffer, next-error-function):
15600 New variables for the next-error framework.
15601 (next-error-buffer-p): New function.
15602 (next-error-find-buffer): Generalize compilation-find-buffer.
15603 (next-error, previous-error, first-error, next-error-no-select)
15604 (previous-error-no-select): Move from compile.el.
15605
15606 * replace.el (occur-next-error, occur-1): Hook into the next-error
15607 framework.
15608
15609 * progmodes/compile.el (compilation-start):
15610 Set next-error-last-buffer so next-error knows where to jump.
15611 (compilation-setup): Set the buffer-local variable
15612 next-error-function to 'compilation-next-error-function.
15613 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15614 alternate way to find if a buffer is a compilation buffer, for
15615 next-error convenience.
15616 (next-error-no-select, previous-error-no-select, next-error)
15617 (previous-error, first-error): Move to simple.el.
15618 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15619 (compilation-last-buffer): Remove.
15620 (compilation-start, compilation-next-error, compilation-setup)
15621 (compilation-next-error-function, compilation-find-buffer):
15622 Remove compilation-last-buffer use.
15623
15624 2004-04-21 Juanma Barranquero <lektu@terra.es>
15625
15626 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15627 (font-lock-warning-face): Fix spacing.
15628
15629 * makefile.w32-in (WINS): Add url/ directory.
15630
15631 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15632
15633 * desktop.el (desktop-buffer-mode-handlers): New variable.
15634 Alist of major mode specific functions to restore a desktop buffer.
15635 (desktop-buffer-handlers): Make variable obsolete.
15636 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15637 Catch errors signaled in handlers. Update buffer count.
15638 Evaluate desktop-buffer-point.
15639 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15640 move to dired.el.
15641 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15642 move to info.el.
15643 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15644 move to mail/rmail.el.
15645 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15646 to mh-e/mh-e.el.
15647 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15648 On fail, print message (to message buffer) even if
15649 desktop-missing-file-warning is nil.
15650 (desktop-buffer-misc-data-function): New buffer local variable.
15651 Function returning major mode specific data.
15652 (desktop-buffer-misc-functions): Make variable obsolete.
15653 (desktop-save): Use desktop-buffer-misc-data-function.
15654 (desktop-buffer-dired-misc-data): Rename to
15655 dired-desktop-buffer-misc-data and move to dired.el.
15656 (desktop-buffer-info-misc-data): Rename to
15657 Info-desktop-buffer-misc-data and move to info.el.
15658 (desktop-read): Add message about number of buffers restored/failed.
15659
15660 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15661 Add parameters. Pause to display error only when
15662 desktop-missing-file-warning is non-nil.
15663 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15664 (dired-mode): Bind desktop-buffer-misc-data-function.
15665
15666 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15667 Add Parameters.
15668 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15669 (Info-mode): Bind desktop-buffer-misc-data-function.
15670
15671 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15672 Add Parameters.
15673
15674 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15675 Add Parameters.
15676
15677 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15678
15679 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15680 the case of letters in case-insensitive expansions when the
15681 abbrev is preceded by characters with letter syntax.
15682
15683 2004-04-21 Richard M. Stallman <rms@gnu.org>
15684
15685 * progmodes/cperl-mode.el (cperl-putback-char):
15686 Delete Emacs 18 definition.
15687
15688 * international/mule.el (ctext-post-read-conversion):
15689 Use assoc-string, not assoc-ignore-case.
15690
15691 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15692
15693 * emacs-lisp/easymenu.el (easy-menu-add):
15694 Do call x-popup-menu, but only if it's defined.
15695
15696 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15697
15698 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15699 Handle multiple args: compile like progn.
15700
15701 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15702 take all args as &rest arg.
15703
15704 * autoinsert.el (auto-insert-alist): Insert the user's name in
15705 copyright notice, rather than Free Software Foundation.
15706
15707 2004-04-21 Kenichi Handa <handa@m17n.org>
15708
15709 * descr-text.el (describe-char): Make it work on *Help* buffer.
15710
15711 2004-04-21 Kim F. Storm <storm@cua.dk>
15712
15713 * image.el (insert-image): Add optional SLICE arg.
15714 (insert-sliced-image): New defun.
15715
15716 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15717
15718 * subr.el (read-number): Check whether `default' is nil.
15719
15720 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15721
15722 * progmodes/compile.el (compilation-error-properties):
15723 Split into two.
15724 (compilation-internal-error-properties): New one.
15725 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15726
15727 2004-04-20 Richard M. Stallman <rms@gnu.org>
15728
15729 * window.el (split-window-save-restore-data):
15730 Don't update the data if OLD-INFO is nil.
15731
15732 * view.el (view-return-to-alist): Mark it permanent local.
15733
15734 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15735
15736 * recentf.el (recentf-save-list): Catch and warn about errors.
15737
15738 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15739 so "Buffers" won't be pure.
15740
15741 * help-mode.el (help-mode-finish): Set help-return-alist first
15742 thing, setting only the entry for the selected window.
15743
15744 * help-fns.el (describe-function-1): If many non-control non-meta
15745 keys run the command, don't list all of them.
15746
15747 2004-04-20 Juanma Barranquero <lektu@terra.es>
15748
15749 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15750 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15751
15752 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15753
15754 2004-04-20 Kenichi Handa <handa@m17n.org>
15755
15756 * international/quail.el (quail-lookup-key): New optional arg
15757 NOT-RESET-INDICES.
15758 (quail-get-translations): Call quail-lookup-key with
15759 NOT-RESET-INDICES t.
15760 (quail-completion): Likewise.
15761 (quail-lookup-map-and-concat): Likewise.
15762
15763 2004-04-20 Kenichi Handa <handa@m17n.org>
15764
15765 * international/quail.el (quail-update-translation): Don't insert
15766 such an unsupported multibyte char in a unibyte buffer.
15767
15768 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15769
15770 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15771 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15772 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15773 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15774 (gdb-frame-assembler-buffer): Improve behaviour with
15775 multiple frames.
15776 (gdb-display-buffer): Extend search to all visible frames.
15777
15778 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15779
15780 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15781 characters left after base64 decoding.
15782 (rmail-decode-region): Use -dos variety of `coding', to remove any
15783 ^M characters left after qp or base64 decoding.
15784
15785 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15786
15787 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15788 messages.
15789
15790 2004-04-19 Stephen Eglen <stephen@gnu.org>
15791
15792 * add-log.el (add-change-log-entry): Update doc string to mention
15793 add-log-full-name and add-log-mailing-address.
15794
15795 2004-04-18 Juri Linkov <juri@jurta.org>
15796
15797 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15798 (Info-find-node-2): Simplify error message.
15799 (Info-insert-dir): Use Info-following-node-name.
15800 (Info-goto-node): Remove *info-history* and *info-toc*.
15801 (Info-history): Create a node of the virtual history file.
15802 (Info-toc): Create a node of the virtual toc file.
15803 (Info-insert-toc): New arg `curr-file' for reference file names.
15804 (info-apropos): Remove redundant var binding for temp-file.
15805 (Info-index, Info-index-next, Info-mode): Doc fix.
15806 (Info-goto-emacs-command-node): Don't jump to *info* from
15807 non-*info* Info buffers.
15808 (Info-fontify-node): Don't show the file name of external
15809 references if `Info-hide-note-references' is `hide'. Don't hide
15810 newlines at the end of paragraphs.
15811
15812 * international/mule-diag.el (list-input-methods):
15813 Fix args to help-xref-button.
15814
15815 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15816 to put into effect local variables from TUTORIAL files.
15817
15818 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15819 with default value taken from the variable `sentence-end'.
15820 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15821 Add nil const to :type.
15822 (sentence-end-without-period, sentence-end-double-space)
15823 (sentence-end-without-space): Doc fix.
15824
15825 * textmodes/paragraphs.el (forward-sentence):
15826 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15827 (fill-delete-newlines):
15828 * progmodes/cc-cmds.el (c-beginning-of-statement):
15829 Use function `sentence-end' instead of variable `sentence-end'.
15830
15831 2004-04-18 Andreas Schwab <schwab@suse.de>
15832
15833 * progmodes/compile.el (compilation-start): Set window start to
15834 point-min if compilation-scroll-output is nil.
15835
15836 2004-04-18 John Wiegley <johnw@newartisans.com>
15837
15838 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15839
15840 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15841
15842 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15843 (gdb-info-breakpoints-custom): Revert previous change.
15844 (gdb-view-assembler): Update assembler if necessary.
15845 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15846 (gdb-display-source-buffer): Update properly when both source and
15847 assembler are visible.
15848
15849 2004-04-17 John Wiegley <johnw@newartisans.com>
15850
15851 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15852 which limits the number of names shown in the minibuffer. Off by
15853 default.
15854 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15855 up iswitchb for users with a multitude of open buffers by showing
15856 only the first and last N/2 buffers in the completion list (which
15857 is enough to aid C-s/C-r, and to know that more characters are
15858 needed to refine the completion list).
15859
15860 2004-04-17 Richard M. Stallman <rms@gnu.org>
15861
15862 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15863 (file-truename): Expand all ~ constructs directly.
15864 (insert-directory): Delete any error msg output by the
15865 `insert-directory-program'.
15866
15867 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15868 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15869 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15870 (allout-init): Use find-file-hook, not find-file-hooks.
15871 (allout-mode): Eliminate Emacs 18 support.
15872 Use write-contents-functions, not local-write-file-hooks.
15873
15874 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15875
15876 * progmodes/compile.el (compilation-error-properties): Fix for
15877 adding messages when there are already markers for their file.
15878 (compilation-fake-loc): New function.
15879
15880 2004-04-16 Dave Love <fx@gnu.org>
15881
15882 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15883 (python-load-file): Fix python-orig-start setting.
15884
15885 * progmodes/compile.el: Doc fixes.
15886 (compilation-error-regexp-alist-alist)
15887 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15888 (compilation-assq): Wrap in eval-when-compile.
15889 (compilation-mode-font-lock-keywords): Don't use list*.
15890 (compilation-start): Avoid warning.
15891 (compilation-compat-error-properties)
15892 (compilation-directory-properties): Add keymap property.
15893 (compilation-parsing-end): Make it a marker for better compatibility.
15894
15895 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15896
15897 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15898
15899 * xml.el: Doc fixes.
15900 (xml-get-children): Only looks at sub-tags and ignore strings.
15901
15902 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15903
15904 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15905
15906 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15907
15908 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15909
15910 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15911
15912 * vc.el (vc-print-log): Likewise.
15913
15914 2004-04-16 Masatake YAMATO <jet@gyve.org>
15915
15916 * simple.el (completion-setup-function): Set an initial value
15917 to `element-common-end' before entering loop. Set a value
15918 to `element-common-end' at the end of loop.
15919 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15920 (completions-common-part): Rename from completion-de-emphasis.
15921 (completions-first-difference): Rename from completion-emphasis.
15922 Suggested by RMS.
15923
15924 2004-04-16 Juanma Barranquero <lektu@terra.es>
15925
15926 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15927 (bookmark-edit-annotation-mode): Add mode name.
15928
15929 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15930
15931 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15932 for nested conflict markers.
15933 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15934
15935 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15936
15937 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15938
15939 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15940
15941 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15942
15943 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15944 Give a backtrace if requested.
15945
15946 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15947
15948 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15949 Remove unused functions.
15950 (python-orig-start-line, python-orig-file): Remove.
15951 (python-orig-start): New var.
15952 (python-input-filter, python-compilation-line-number)
15953 (python-send-region, python-load-file): Use it.
15954
15955 * info.el (info): Always jump to *info*.
15956
15957 * subr.el (posn-set-point): New function.
15958
15959 * mouse.el (mouse-set-point): Use it.
15960
15961 * progmodes/compile.el (compile-goto-error): Use it.
15962 (compilation-button-map): New keymap.
15963 (compilation-error-properties): Use it.
15964 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15965
15966 * smerge-mode.el (smerge-popup-context-menu): Use it.
15967
15968 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15969 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15970 mouse and non-mouse case.
15971
15972 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15973 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15974
15975 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15976 Make it work for non-mouse events.
15977
15978 * pcvs-info.el (cvs-status-map): Update binding name.
15979
15980 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15981
15982 * xml.el (xml-maybe-do-ns): New function to handle namespace
15983 parsing of both attribute and element names.
15984 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15985 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15986 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15987 (xml-parse-attlist): Make it do its own namespace parsing.
15988
15989 2004-04-14 Dave Love <fx@gnu.org>
15990
15991 * progmodes/python.el (run-python): Fix use of \n.
15992 (python-load-file): Remove `try' from Python fragment.
15993 (python-describe-symbol): Fix message.
15994
15995 * comint.el: Doc fixes.
15996 (comint-last-input-start, comint-last-input-end)
15997 (comint-last-output-start): Give them values.
15998 (comint-arguments): Avoid warning.
15999 (comint-skip-prompt): Use line-end-position.
16000 (comint-backward-matching-input): Rename arg to agree with doc.
16001 (comint-extract-string): Use syntax-ppss.
16002 (comint-dynamic-simple-complete): Delete useless list construction.
16003 (comint-redirect-subvert-readonly): New.
16004 (comint-redirect-preoutput-filter): Use it.
16005
16006 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16007 Correctly handle negative arguments when calling hook functions.
16008
16009 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16010
16011 * info.el (info-apropos): Don't clobber Info-history-list.
16012
16013 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16014
16015 * progmodes/compile.el (compilation-setup):
16016 Localize overlay-arrow-position.
16017 (compilation-sentinel): Restructure code equivalently.
16018 (compilation-next-error): Find message on same line after point if
16019 not found before point.
16020 (compile-mouse-goto-error): Restore function so that compilation
16021 buffer need not be current and use compile-goto-error.
16022 (compile-goto-error): Restore function.
16023 (next-error): Set overlay-arrow-position.
16024 (compilation-forget-errors): Don't localize already local
16025 compilation-locs and remove FIXME about refontifying.
16026
16027 2004-04-14 Kim F. Storm <storm@cua.dk>
16028
16029 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16030 (command-line): New option -Q. Like -q --no-site-file, but
16031 in addition it also disables menu-bar, tool-bar, scroll-bars,
16032 tool-tips, and the blinking cursor.
16033 (command-line-1): Skip startup screen if -Q.
16034 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16035
16036 * emulation/cua-base.el (cua-read-only-cursor-color)
16037 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16038
16039 2004-04-13 Dave Love <fx@gnu.org>
16040
16041 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16042 (syntax): Don't require.
16043 (python) <defgroup>: Add :version.
16044 (python-quote-syntax): Re-written.
16045 (inferior-python-mode): Move stuff here from run-python and add
16046 some more.
16047 (python-preoutput-continuation, python-preoutput-result)
16048 (python-dotty-syntax-table): New.
16049 (python-describe-symbol): Use them.
16050 (run-python): Move stuff to inferior-python-mode. Modify code
16051 loaded into Python.
16052 (python-send-region): Use python-proc, python-send-string.
16053 (python-send-string): Send newlines too. Callers changed.
16054 (python-load-file): Re-written.
16055 (python-eldoc-function): New.
16056 (info-look): Don't require.
16057 (python-after-info-look): New. A modified version of former
16058 top-level code for use with eval-after-load.
16059 (python-maybe-jython, python-guess-indent): Use widened buffer.
16060 (python-fill-paragraph): Re-written.
16061 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16062 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16063
16064 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16065
16066 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16067 Set compilation-error-regexp-alist earlier.
16068
16069 * progmodes/compile.el (compilation-minor-mode-map)
16070 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16071 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16072
16073 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16074
16075 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16076 corresponding to the event.
16077
16078 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16079
16080 * loadup.el: Add cygwin to system-type list, for unexec() support.
16081
16082 2004-04-12 John Paul Wallington <jpw@gnu.org>
16083
16084 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16085 (ibuffer-restore-window-config-on-quit): New variable to replace
16086 `ibuffer-delete-window-on-quit'. Update all references.
16087 (ibuffer-prev-window-config): New variable.
16088 (ibuffer-quit): Restore previous window configuration instead of
16089 deleting window.
16090 (ibuffer): Save window configuration before showing Ibuffer buffer.
16091
16092 * help.el (describe-mode): Doc fix.
16093
16094 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16095
16096 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16097 not to treat nil as a function.
16098
16099 * vc-arch.el (vc-arch-root): Be a bit more careful.
16100 (vc-arch-register): Save the buffer if we modified it.
16101 (vc-arch-delete-rej-if-obsolete): Save excursion.
16102 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16103 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16104
16105 * net/ldap.el (ldap-search): Use list*.
16106
16107 2004-04-12 Juri Linkov <juri@jurta.org>
16108
16109 * info.el (Info-follow-reference): Allow multiline reference name.
16110
16111 2004-04-11 Dave Love <fx@gnu.org>
16112
16113 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16114
16115 * progmodes/python.el: New file.
16116
16117 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16118
16119 * vc-hooks.el (vc-arg-list): Function removed.
16120 (vc-default-workfile-unchanged-p): Use condition-case to check for
16121 backward compatibility.
16122
16123 * vc.el (vc-print-log): Use condition-case to check for backward
16124 compatibility.
16125
16126 2004-04-11 Juri Linkov <juri@jurta.org>
16127
16128 * dired.el (dired-faces): New defgroup.
16129 (dired-header, dired-mark, dired-marked, dired-flagged)
16130 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16131 New faces.
16132 (dired-header-face, dired-mark-face, dired-marked-face)
16133 (dired-flagged-face, dired-warning-face, dired-directory-face)
16134 (dired-symlink-face, dired-ignored-face): New face variables.
16135 (dired-font-lock-keywords): Use them instead of font-lock faces.
16136 Split the rule for dired marks into 3 separate rules: for marks,
16137 marked file names and flagged file names.
16138
16139 * help-mode.el (help-make-xrefs): Add a final newline to the
16140 *Help* buffer.
16141
16142 2004-04-11 John Paul Wallington <jpw@gnu.org>
16143
16144 * replace.el (occur-engine): Distinguish between one and several
16145 matches in the matches per buffer heading.
16146
16147 2004-04-11 Kim F. Storm <storm@cua.dk>
16148
16149 * ido.el (ido-confirm-unique-completion): New defcustom.
16150 (ido-complete): Use it.
16151 (ido-write-file): Set it to t unconditionally.
16152
16153 2004-04-10 Miles Bader <miles@gnu.org>
16154
16155 RCS keyword removal (only non-comment changes are enumerated here):
16156
16157 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16158 (byte-compile-insert-header): Don't use `byte-compile-version'.
16159 * forms.el (forms-version): Variable removed.
16160 (forms-mode): Don't use `forms-version'.
16161 * recentf.el (recentf-version): Variable removed.
16162 * progmodes/delphi.el (delphi-version): Variable removed.
16163 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16164
16165 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16166
16167 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16168
16169 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16170
16171 * info.el (info-apropos): Improve menu item regexp.
16172
16173 2004-04-09 Simon Josefsson <jas@extundo.com>
16174
16175 * mail/smtpmail.el: Add comment, based on report by
16176 kdc@rcn.com (Kevin D. Clark).
16177
16178 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16179
16180 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16181 Redo one more thing that I didn't notice Daniel had undone.
16182
16183 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16184
16185 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16186 (gdb-goto-breakpoint, gdb-display-buffer)
16187 (gdb-display-source-buffer, gdb-view-source-function)
16188 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16189 (gdb-source-info, gdb-frame-handler): Don't specify a window
16190 for display.
16191 (gdb-info-breakpoints-custom): Remove superfluous update of
16192 assembler buffer.
16193 (gdb-many-windows): Make settable outside gdb.
16194
16195 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16196
16197 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16198 Derive from fundamental-mode rather than text-mode.
16199
16200 2004-04-08 Juri Linkov <juri@jurta.org>
16201
16202 * info.el (Info-history): Doc fix.
16203 (Info-history-list): New var.
16204 (info-xref): Change magenta4 to blue, remove bold for dark and
16205 light backgrounds, change bold to underline for non-color classes.
16206 (info-xref-visited): New face.
16207 (Info-fontify-visited-nodes): New custom.
16208 (Info-hide-note-references): Add new value `hide'. Doc fix.
16209 (Info-reference-name): New var.
16210 (Info-selection-hook): New custom.
16211 (Info-edit-mode-hook): New var.
16212 (Info-find-file): New fun.
16213 (Info-find-node): Move part of code to Info-find-file.
16214 (Info-find-node-2): Add anchors to Info-history-list. Move point
16215 to the place with the reference name if name is defined.
16216 (Info-select-node): Add current node to Info-history-list.
16217 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16218 (Info-search-whitespace-regexp): New custom.
16219 (Info-search-case-fold): New var.
16220 (Info-search): Add "case-sensitively" to the prompt.
16221 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16222 (Info-search-case-sensitively, Info-search-next): New fun.
16223 (Info-up): Move point to the menu item of the current node.
16224 (Info-history): New fun. Add *info-history* to
16225 same-window-buffer-names.
16226 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16227 (Info-insert-toc): New fun.
16228 (Info-build-toc): New fun.
16229 (Info-follow-reference): Add new arg `fork'. Doc fix.
16230 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16231 with the same name prefer the reference closest to point.
16232 (Info-next-reference): Replace * by + in the *Note regexp.
16233 Add regexp for http:// and ftp://. Skip the *Note prefix.
16234 (Info-prev-reference): Replace * by + in the *Note regexp.
16235 Add regexp for http:// and ftp://. Skip the *Note prefix.
16236 (Info-follow-nearest-node): Add new arg `fork'.
16237 (Info-try-follow-nearest-node): Add new arg `fork'.
16238 Call browse-url for http:// and ftp:// references.
16239 Set Info-reference-name for index entries.
16240 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16241 Info-search-next, Info-history, Info-toc, clone-buffer.
16242 (Info-menu-update): Replace * by + in the *Note regexp.
16243 (Info-mode): Add documentation for Info-history, Info-toc,
16244 Info-search-case-sensitively, Info-search-next, clone-buffer.
16245 (Info-fontify-menu-headers): Remove fun. Move code to
16246 Info-fontify-node.
16247 (Info-fontify-node): Add docstring. Add local vars
16248 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16249 then fontify header line, titles, menu headers, http and ftp
16250 references, refill paragraphs. If not-fontified-p is t or
16251 fontify-visited-p is t then fontify cross references, menu items.
16252 Fontify menu headers. Fontify http and ftp references.
16253 Change regexp for cross references to require whitespace after *Note,
16254 add matching groups for file and node names. Remove hack for quote.
16255 Use display property for Info-hide-note-references=t. Use fifth
16256 or fourth match for help-echo. Display visited nodes in a
16257 different face. Unhide file names of external references.
16258 Unhide newlines. Display visited menu items in a different face.
16259
16260 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16261
16262 * progmodes/compile.el: Require CL.
16263 (compilation-mode-font-lock-keywords): Re-install the "line as
16264 function" patch.
16265
16266 * help-fns.el (help-C-source-directory): New var.
16267 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16268 (describe-function-1, describe-variable): Use them.
16269
16270 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16271 to C source files specially.
16272
16273 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16274
16275 * info.el (Info-hide-cookies-node): New function.
16276 (Info-select-node): Use it.
16277 (Info-display-images-node): Remove message with image file name.
16278
16279 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16280
16281 * progmodes/compile.el (compilation-warning-face)
16282 (compilation-info-face, compilation-skip-threshold)
16283 (compilation-skip-visited, compilation-context-lines):
16284 Declare :version when added to Emacs.
16285 (compilation-error-regexp-alist-alist): Extend caml and irix.
16286 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16287 (compilation-mode-font-lock-keywords): Temporarily undo line as
16288 function patch, which wasn't ready.
16289
16290 2004-04-07 Kenichi Handa <handa@m17n.org>
16291
16292 * international/latin1-disp.el (latin1-display-setup): Check each
16293 character is displayable or not instead of calling
16294 latin1-display-check-font.
16295
16296 2004-04-06 Kenichi Handa <handa@m17n.org>
16297
16298 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16299 New variable.
16300 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16301 instead of sera-being-called-by-w3.
16302 (ethio-fidel-to-sera-buffer): Likewise.
16303 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16304 instead of sera-being-called-by-w3.
16305 (ethio-write-file): Likewise.
16306
16307 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16308
16309 * printing.el: Doc fix.
16310
16311 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16312
16313 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16314 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16315 (gdb-setup-windows): Only use separate IO buffer if required.
16316
16317 2004-04-06 Kim F. Storm <storm@cua.dk>
16318
16319 * term.el (term-is-xemacs): Remove.
16320 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16321 (term-window-width): New function.
16322 (term-mode, term-check-size): Use it.
16323 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16324
16325 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16326
16327 * cus-edit.el (custom-add-parent-links): Change unbound variable
16328 `symbol' to `name'.
16329
16330 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16331 * info.el (info-apropos): New function.
16332 (Info-mode-menu): Add it.
16333 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16334
16335 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16336 inherited docstring.
16337
16338 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16339
16340 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16341
16342 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16343
16344 * progmodes/compile.el (font-lock): Don't require any more.
16345 (compilation-error-properties, compilation-start, compilation-sentinel)
16346 (compilation-filter, next-error): Use with-current-buffer.
16347 (compilation-skip-to-next-location, compilation-skip-threshold)
16348 (compilation-skip-visited): Move to silence the byte-compiler.
16349 (compilation-setup): Simplify.
16350 (compilation-next-error): Use line-(beginning|end)-position.
16351 Make sure `pt' is non-nil before using compilation-loop.
16352 (compile-goto-error): Add optional event arg. Use it.
16353 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16354 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16355 Update the binding for mouse-2.
16356 (first-error): Set compilation-current-error to nil rather than bob.
16357 (compilation-parsing-end, compilation-parse-errors-function)
16358 (compilation-error-list, compilation-old-error-list):
16359 "New" compatibility variables.
16360 (compile-buffer-substring, compilation-compat-error-properties)
16361 (compilation-compat-parse-errors, compilation-forget-errors):
16362 New compatibility functions.
16363 (compilation-mode-font-lock-keywords): Use them.
16364
16365 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16366
16367 * autorevert.el (auto-revert-handler): If point (or a window
16368 point) is at the end of the buffer, keep it there after
16369 reverting. This allows to tail a file.
16370 Mention this in the `Commentary'.
16371
16372 * format.el (format-write-file): Add optional argument CONFIRM
16373 and make it behave like the analogous argument to `write-file'.
16374
16375 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16376
16377 * progmodes/ebnf2ps.el: Doc fix.
16378 (ebnf-version): New version number (4.2).
16379 (ebnf-syntax): Customization and docstring fix.
16380 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16381 Put autoloaded funs before first use.
16382 (ebnf-style-database): Add dtd entry.
16383 (ebnf-syntax-alist): Add dtd initialization.
16384 (ebnf-token-sequence): New fun.
16385 (ebnf-comment-table): Add new comment action character.
16386 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16387
16388 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16389 Type Definition for XML).
16390
16391 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16392 * progmodes/ebnf-bnf.el (ebnf-sequence):
16393 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16394 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16395 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16396 Code simplification: call ebnf-token-sequence.
16397
16398 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16399
16400 * calendar/timeclock.el (timeclock-relative)
16401 (timeclock-get-project-function, timeclock-get-workday-function)
16402 (timeclock-query-out, timeclock-when-to-leave)
16403 (timeclock-when-to-leave-string, timeclock-log-data)
16404 (timeclock-generate-report, timeclock-in): Doc fixes.
16405
16406 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16407
16408 * url/: New dir. Import the URL package from its repository.
16409
16410 2004-04-03 Andreas Schwab <schwab@suse.de>
16411
16412 * diff-mode.el (diff-mode): Fix missing quote.
16413
16414 2004-04-03 Juri Linkov <juri@jurta.org>
16415
16416 * descr-text.el (describe-property-list): Add `font-lock-face'.
16417
16418 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16419
16420 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16421
16422 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16423 Use utf-16le on little endian machines and utf-16be otherwise.
16424
16425 2004-04-02 David Kastrup <dak@gnu.org>
16426
16427 * net/browse-url.el (browse-url-generic): Use call-process
16428 instead of start-process to allow browsers that fork and detach.
16429
16430 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16431
16432 * compile.el (compilation-current-error): New var.
16433 (compilation-setup, compile-mouse-goto-error)
16434 (compile-goto-error, next-error): Use it.
16435 (compilation-skip-to-next-location): Default to t, which gives
16436 contiguous skipping like old compile (where this was redundant).
16437 (compilation-next-error): Prevent previous-* commands from moving
16438 back to message at or just before point.
16439
16440 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16441
16442 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16443 (gdb-source-info): Don't display source at startup, if required.
16444 (gdb-show-main): New option.
16445 (gdba): Update documentation.
16446 (gdb-source): Cover case of auto-display output.
16447
16448 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16449
16450 * autorevert.el: Delete obsolete autoload's and defvar's.
16451 (auto-revert-check-vc-info): New user option.
16452 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16453 (auto-revert-handler-vc): Delete.
16454 (auto-revert-handler): Treat return value `fast' of
16455 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16456
16457 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16458 return `fast'.
16459
16460 * files.el (buffer-stale-function): Doc change.
16461
16462 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16463
16464 * printing.el: New tip on Tips section.
16465 (pr-version): New version number (6.7.4).
16466 (pr-shell-file-name): Initialization fix.
16467
16468 2004-03-31 Juri Linkov <juri@jurta.org>
16469
16470 * dired.el: Add autoload for `dired-do-touch'.
16471 (dired-touch-program): New var.
16472 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16473 (dired-no-confirm): Add `touch' to docstring.
16474
16475 * dired-aux.el (dired-do-touch): New fun.
16476 (dired-do-chxxx): Add argument -t for touch operation.
16477
16478 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16479 `dired-move-to-filename-regexp'.
16480
16481 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16482
16483 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16484
16485 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16486
16487 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16488 and only if the buffer was modified.
16489
16490 2004-03-30 Kenichi Handa <handa@m17n.org>
16491
16492 * international/characters.el: Delete pairs for U+2308..U+230B.
16493
16494 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16495
16496 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16497 to detect the beginning of a level 2 or 3 annotation.
16498
16499 2004-03-29 Kenichi Handa <handa@m17n.org>
16500
16501 * international/ucs-tables.el (ucs-insert): Fix the error message.
16502
16503 2004-03-29 Kenichi Handa <handa@m17n.org>
16504
16505 * international/mule-util.el (char-displayable-p): Fix generation
16506 of XLFD file name.
16507
16508 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16509 before finding directories by `find'.
16510
16511 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16512
16513 * subr.el (interactive-form): Delete. Now implemented in C.
16514
16515 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16516
16517 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16518 (vc-diff-label): New fun.
16519 (vc-diff-internal): Use it.
16520
16521 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16522
16523 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16524
16525 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16526
16527 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16528 specify XML (EBNFX).
16529
16530 * progmodes/ebnf2ps.el: Doc fix.
16531 (ebnf-version): New version number (4.1).
16532 (ebnf-syntax): Adjust customization.
16533 (ebnf-style-database): Add ebnfx entry.
16534 (ebnf-syntax-alist): Add ebnfx initialization.
16535 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16536
16537 * printing.el: Doc fix.
16538 (pr-version): New version number (6.7.3).
16539 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16540 returns nil for mouse position. Reported by Drew Adams
16541 <drew.adams@oracle.com>.
16542 (pr-update-menus): Modify interactive declaration. Reported by Drew
16543 Adams <drew.adams@oracle.com>.
16544
16545 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16546
16547 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16548 (gud-gdba-marker-filter): Log the process input and output, if
16549 required. From Stefan Monnier.
16550 (gdb-debug-log, gdb-enable-debug-log): New variables.
16551 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16552
16553 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16554
16555 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16556 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16557
16558 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16559
16560 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16561 Call vc-find-file-hook here instead of in auto-revert-buffers.
16562 (auto-revert-buffers): Delete call to vc-find-file-hook.
16563 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16564 (global-auto-revert-mode, auto-revert-set-timer)
16565 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16566
16567 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16568
16569 * woman.el (woman-change-fonts): Rename local variable
16570 woman-font-alist to font-alist to avoid a compiler warning.
16571
16572 2004-03-27 Dave Love <fx@gnu.org>
16573
16574 * emacs-lisp/rx.el (rx): Doc fix.
16575 Fix copyright years.
16576
16577 * strokes.el (strokes-global-set-stroke-string): New function.
16578 (strokes-list-strokes): Cope with strings, not just commands.
16579 Set foreground colour of image.
16580 (strokes-global-set-stroke): Doc fix.
16581
16582 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16583
16584 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16585 Auto Revert mode.
16586 (Buffer-menu-files-only): New variable.
16587 (Buffer-menu-toggle-files-only): New function.
16588 (Buffer-menu-mode-map): Bind it to `T'.
16589 (Buffer-menu-mode): Mention `T' in docstring.
16590 Set buffer-stale-function.
16591 (list-buffers-noselect): Mark buffer non-modified and set
16592 Buffer-menu-files-only.
16593
16594 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16595
16596 * autorevert.el (auto-revert-handler): Print revert message
16597 before, rather than after, reverting.
16598 (buffer-stale-function): Move to files.el.
16599
16600 * files.el (buffer-stale-function): Move here from autorevert.el.
16601
16602 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16603
16604 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16605
16606 * calc/calc.el (calc-mode-map): Use mapc.
16607
16608 * apropos.el (apropos-mode): Don't autoload.
16609 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16610 (apropos): Use it.
16611 (apropos-print): Add optional `text' argument.
16612 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16613 Don't assume point-min == 1.
16614
16615 * bs.el (bs-buffer-list): Use buffer-local-value.
16616 (bs--set-toggle-to-show): Use with-current-buffer.
16617
16618 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16619 New funs.
16620 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16621
16622 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16623
16624 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16625 (dabbrev--find-expansion): Use pop.
16626 (dabbrev--search): Use match-string-no-properties.
16627
16628 * dired.el (dired-mode): Use run-mode-hooks.
16629 (dired-move-to-end-of-filename): Use match-string.
16630
16631 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16632 is bound before using it.
16633 (ediff-verbose-p): Make it into a var since it's not constant.
16634
16635 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16636
16637 * faces.el (read-face-font): Don't cons up unnecessarily.
16638 (header-line, tool-bar): Share common parts.
16639
16640 * files.el (file-relative-name): Use compare-strings.
16641
16642 * finder.el (finder-mode): Follow coding convention.
16643
16644 * subr.el (read-number): New function.
16645
16646 * ses.el (ses-read-number): Move to subr.el.
16647 (ses-set-header-row): Use read-number.
16648
16649 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16650
16651 * vc-hooks.el (vc-arg-list): New function, which handles both
16652 compiled and uncompiled code.
16653 (vc-default-workfile-unchanged-p): Use it.
16654
16655 * vc.el (vc-print-log): Undo prev change, use new function
16656 vc-arg-list from vc-hooks.el.
16657
16658 2004-03-26 Masatake YAMATO <jet@gyve.org>
16659
16660 * simple.el (completion-setup-function): Emphasize the
16661 first uncommon characters in the completions; and de-emphasize
16662 the common prefix substrings.
16663 (completion-emphasis): New face.
16664 (completion-de-emphasis): New face.
16665
16666 2004-03-25 Juanma Barranquero <lektu@terra.es>
16667
16668 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16669 Comment out (it's unused and unfinished code).
16670
16671 2004-03-25 Sam Steingold <sds@gnu.org>
16672
16673 * vc.el (vc-print-log): Fix a bug in the last patch:
16674 backend-function may be a byte-compiled object, not a lambda.
16675
16676 2004-03-25 Juri Linkov <juri@jurta.org>
16677
16678 * descr-text.el (describe-property-list): Add a button
16679 for `face' property that calls `describe-face'.
16680 Suggested by luis fernandes <elf@ee.ryerson.ca>
16681
16682 * international/mule.el (keyboard-coding-system):
16683 * kmacro.el (kmacro-call-macro): Fix docstring.
16684
16685 * dired.el: Fix comments.
16686
16687 * textmodes/fill.el (fill): Fix Info link.
16688
16689 * font-lock.el (fast-lock, lazy-lock):
16690 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16691 Info node.
16692
16693 * eshell/eshell.el (eshell): Fix broken info-link.
16694
16695 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16696 * eshell/em-banner.el (eshell-banner):
16697 * eshell/em-smart.el (eshell-smart):
16698 * eshell/esh-cmd.el (eshell-cmd):
16699 Comment out broken info-links to incomplete Info manual.
16700
16701 * info-xref.el: Fix commentary.
16702
16703 2004-03-25 Kevin Ryde <user42@zip.com.au>
16704
16705 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16706 Remove spurious node duplicate suppression, doesn't work, not wanted.
16707 (info-xref-output): Take format style args, add "sit-for 0" to let
16708 user see the results as they progress.
16709 (info-xref-check-all-custom): New function.
16710
16711 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16712
16713 * gdb-ui.el: Moved to progmodes.
16714
16715 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16716
16717 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16718
16719 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16720
16721 * calendar/appt.el (appt-check): Remove superfluous progn.
16722 When finished with diary buffer: if it was not being displayed
16723 before, kill it; otherwise restore its original state.
16724 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16725
16726 * calendar/calendar.el (calendar-set-mode-line): Use total
16727 available mode-line width, rather than frame-width.
16728
16729 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16730 after mode change so effect not lost.
16731
16732 2004-03-23 Dave Love <fx@gnu.org>
16733
16734 * dired.el (dired) <defgroup>: Add link to manual.
16735 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16736 (dired-revert): Use dolist.
16737 (dired-mode-map): Add U binding.
16738 (dired-mode): Add font-lock-beginning-of-syntax-function.
16739 (dired-garbage-files-regexp): Make it a defcustom.
16740
16741 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16742
16743 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16744 is equivalent to nil.
16745 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16746 (vc-arch-mode-line-string): Accept `added' state.
16747 (vc-arch-state): Use inode-sigs if available.
16748 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16749 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16750 (vc-arch-tagline-re): New var.
16751 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16752 New functions.
16753 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16754 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16755
16756 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16757 (vc-file-not-found-hook): Use it.
16758
16759 * diff-mode.el (diff-default-read-only): Change default.
16760 (diff-mode-hook): Make it a defcustom. Add some options.
16761 (diff-mode-map): Bind diff-refine-hook.
16762 (diff-yank-handler): New var.
16763 (diff-yank-function): New fun.
16764 (diff-font-lock-keywords): Use them.
16765 (diff-end-of-file): Handle case where file-header looks like diff text.
16766 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16767 (diff-file-kill): Delete a subsequent empty line, if applicable.
16768 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16769 (diff-find-file-name): Use it.
16770 (diff-tell-file-name): New command.
16771 (diff-mode): Be careful with view-mode.
16772 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16773 New functions, for use in diff-mode-hook.
16774 (diff-find-source-location): Catch "regex too large" errors.
16775 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16776 (diff-refine-hunk): New command.
16777
16778 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16779 (smerge-context-menu-map): Remove unused var.
16780 (smerge-keep-all): Preserve markers.
16781 (smerge-keep-n): New fun.
16782 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16783 (smerge-keep-current, smerge-ediff): Use it.
16784 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16785 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16786 (smerge-resolve): Resolve trivial 3-part conflicts.
16787
16788 2004-03-23 Juri Linkov <juri@jurta.org>
16789
16790 * man.el (Man-width): New var.
16791 (Man-getpage-in-background): Use it.
16792 (Man-support-local-filenames): New var and fun.
16793 (Man-build-man-command): Don't add a second %s.
16794 (Man-fontify-manpage): Clean up message.
16795 (Man-mode): Set outline-regexp, outline-level,
16796 imenu-generic-expression.
16797
16798 * woman.el (woman-fill-frame): Doc fix.
16799 (woman-decode-region): Use window-width instead of frame-width.
16800
16801 * abbrevlist.el (list-one-abbrev-table):
16802 * descr-text.el (describe-char):
16803 * international/mule-diag.el (describe-current-coding-system):
16804 * international/quail.el (quail-insert-decode-map):
16805 Use window-width instead of frame-width.
16806
16807 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16808 (jka-compr-mode-alist-additions): Add tbz.
16809 (jka-compr-write-region, jka-compr-insert-file-contents):
16810 Add message for undefined compress-program.
16811 (jka-compr-write-region): Remove redundant var bindings.
16812
16813 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16814 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16815 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16816 (dired-man): Use dired-guess-shell-command.
16817 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16818 Change default nil to t.
16819
16820 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16821 (dired-compare-directories): Add default value for empty input.
16822
16823 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16824
16825 * time.el (display-time-string-forms): Fix help-echo date format.
16826
16827 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16828
16829 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16830 (buffer-stale-function): New variable.
16831 (auto-revert-list-diff, auto-revert-dired-file-list)
16832 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16833 (auto-revert-handler): Take over some functionality of deleted
16834 functions.
16835 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16836
16837 * dired.el (dired-directory-changed-p): New fun, extracted from
16838 dired-internal-noselect.
16839 (dired-buffer-stale-p): New fun.
16840 (dired-internal-noselect): Use dired-directory-changed-p.
16841 Eliminate revert messages.
16842 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16843
16844 2004-03-23 Kenichi Handa <handa@m17n.org>
16845
16846 * international/characters.el: Setup syntaxes for more parentheses
16847 Unicode characters.
16848
16849 * international/mule-cmds.el (select-safe-coding-system):
16850 Merge coding-system and auto-cs before comparing them.
16851
16852 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16853
16854 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16855
16856 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16857 normal-auto-fill-function and comment-indent-function.
16858 The default values now work just as well.
16859 Don't set font-lock-beginning-of-syntax-function since we already set
16860 syntax-begin-function.
16861 (lisp-outline-level): Put ;;;###autoload at same level as (.
16862 (prin1-char): Quote special chars.
16863
16864 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16865 than with-no-warnings.
16866
16867 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16868 if the source location can't be found.
16869 (edebug-compute-previous-result): Use prin1-char.
16870
16871 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16872 (debug-ignored-errors): Add an entry.
16873
16874 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16875 (byte-compile-file): Output warning when deleting a file.
16876
16877 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16878 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16879
16880 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16881 (byte-compile-inline-expand): Use backquote.
16882 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16883 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16884
16885 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16886
16887 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16888
16889 2004-03-22 Juri Linkov <juri@jurta.org>
16890
16891 * finder.el (finder-known-keywords): Fix data, tex, unix.
16892
16893 * play/landmark.el: Fix keywords.
16894
16895 * language/ethio-util.el (ethio-find-file): Doc fix.
16896
16897 * emacs-lisp/warnings.el: Doc fix.
16898
16899 * textmodes/ispell.el (ispell-help): Doc fix.
16900
16901 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16902
16903 * format.el (format-insert-file): Always return a list of two
16904 elements, like insert-file-contents does.
16905
16906 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16907
16908 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16909 and vc-BACKEND-diff.
16910 (vc-print-log): If the print-log implementation supports it, use
16911 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16912 (vc-version-diff, vc-diff-internal): Doc fixes.
16913
16914 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16915 implementation supports it, let diff output go to *vc*,
16916 not *vc-diff*, since this is an internal call.
16917
16918 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16919
16920 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16921
16922 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16923
16924 2004-03-21 Dave Love <fx@gnu.org>
16925
16926 * progmodes/cfengine.el (cfengine-mode):
16927 Set parse-sexp-ignore-comments.
16928
16929 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16930
16931 2004-03-21 Juanma Barranquero <lektu@terra.es>
16932
16933 * allout.el (allout-mode): Fix docstring.
16934
16935 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16936
16937 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16938
16939 * autorevert.el (auto-revert-interval): Make new value take
16940 effect immediately when set through Custom.
16941 (auto-revert-set-timer): Add interactive declaration.
16942
16943 2004-03-19 David Ponce <david@dponce.com>
16944
16945 * ruler-mode.el (ruler-mode-header-line-format-old):
16946 Don't `make-variable-buffer-local'.
16947 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16948 (ruler-mode-header-line-format): Simply funcall the above.
16949 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16950 to save/restore a previous header line format.
16951 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16952 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16953 fringes and margins width.
16954 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16955
16956 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16957
16958 * log-edit.el (log-edit-font-lock-keywords): Typo.
16959
16960 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16961 (tex-send-tex-command): Rather than here.
16962 (tex-compilation-parse-errors): Simplify.
16963
16964 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16965
16966 * time.el (display-time-string-forms): Add help-echo with date on time.
16967
16968 * composite.el (compose-region): Use restore-buffer-modified-p.
16969
16970 * disp-table.el (standard-display-8bit): Simplify.
16971
16972 * server.el (server-process-filter): Delete temp frame.
16973
16974 * add-log.el (add-change-log-entry): Simplify.
16975
16976 2004-03-19 Kim F. Storm <storm@cua.dk>
16977
16978 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16979 (hexl-follow-line): Don't require 'fringe.
16980
16981 * progmodes/compile.el (compilation-start): Always set
16982 compilation-last-buffer and return it.
16983
16984 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16985
16986 * simple.el (clone-buffer): Doc fix.
16987
16988 2004-03-18 Juanma Barranquero <lektu@terra.es>
16989
16990 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16991
16992 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16993
16994 * log-edit.el (log-edit-font-lock-keywords): New var.
16995 (log-edit-mode): Use it.
16996
16997 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16998
16999 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17000 properly for watching in speedbar.
17001
17002 2004-03-17 Masatake YAMATO <jet@gyve.org>
17003
17004 * smerge-mode.el (smerge-popup-context-menu):
17005 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17006
17007 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17008
17009 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17010 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17011 Take sealed revisions into account.
17012 (vc-arch-checkin): Extract a summary line from the message.
17013
17014 2004-03-16 Masatake YAMATO <jet@gyve.org>
17015
17016 * register.el (register): Provide `register' feature.
17017
17018 2004-03-15 Masatake YAMATO <jet@gyve.org>
17019
17020 Added context menu support in smerge mode.
17021 Most of the part is written by Stefan Monnier.
17022
17023 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17024 New keymap and menu.
17025 (smerge-text-properties): New function.
17026 (smerge-remove-props): New function.
17027 (smerge-popup-context-menu): New function.
17028 (smerge-resolve): Call `smerge-remove-props'.
17029 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17030 (smerge-keep-current): Ditto.
17031 (smerge-kill-current): New function.
17032 (smerge-match-conflict): Put text properties.
17033 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17034
17035 2004-03-15 David Ponce <david@dponce.com>
17036
17037 * ruler-mode.el (ruler-mode-left-fringe-cols)
17038 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17039 (ruler-mode-right-scroll-bar-cols): Remove.
17040 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17041 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17042 Use fringe-columns and scroll-bar-columns.
17043
17044 2004-03-15 Masatake YAMATO <jet@gyve.org>
17045
17046 * hl-line.el (hl-line-range-function): New variable.
17047 (hl-line-move): New function.
17048 (global-hl-line-highlight): Use `hl-line-move'.
17049 (hl-line-highlight): Ditto.
17050
17051 * scroll-bar.el (scroll-bar-columns):
17052 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17053
17054 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17055 (ruler-mode-left-fringe-cols)
17056 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17057 (ruler-mode-right-scroll-bar-cols)
17058 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17059 (ruler-mode-ruler-function): New variable.
17060 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17061 if the value for `ruler-mode-ruler-function'is given.
17062
17063 * hexl.el (hexl-mode-hook): Make the hook customizable.
17064 (hexl-address-area, hexl-ascii-area): New customize variables.
17065 (hexlify-buffer): Put font-lock-faces on the address area and
17066 the ascii area.
17067 (hexl-activate-ruler): New function.
17068 (hexl-follow-line): New function.
17069 (hexl-highlight-line-range): New function.
17070 (hexl-mode-ruler): New function.
17071
17072 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17073
17074 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17075 (vc-default-find-file-hook): New fun.
17076 (vc-find-file-hook): Call new find-file-hook operation.
17077
17078 * vc-arch.el: New file.
17079
17080 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17081
17082 * info-look.el (info-lookup): Reuse an existing Info window.
17083
17084 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17085
17086 * woman.el (woman-preserve-ascii): Default value changed to t and
17087 doc string revised.
17088
17089 2004-03-12 Richard M. Stallman <rms@gnu.org>
17090
17091 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17092 Fix minor bug.
17093
17094 * replace.el (occur-engine): Change message for count of matches.
17095
17096 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17097 For strings, do compare text properties.
17098
17099 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17100
17101 * progmodes/compile.el (compile-auto-highlight)
17102 (compilation-error-list, compilation-old-error-list)
17103 (compilation-parse-errors-function, compilation-parsing-end)
17104 (compilation-error-message, compilation-directory-stack)
17105 (compilation-enter-directory-regexp-alist)
17106 (compilation-leave-directory-regexp-alist)
17107 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17108 (compilation-current-file, compilation-regexps): Remove vars.
17109
17110 (compile-error-at-point, compilation-error-filedata)
17111 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17112 (compilation-next-error-locus, compilation-forget-errors)
17113 (count-regexp-groupings, compilation-parse-errors)
17114 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17115
17116 (compile-internal): Make obsolete.
17117
17118 (compilation-first-column, compilation-error)
17119 (compilation-directory-matcher, compilation-page-delimiter)
17120 (compilation-mode-font-lock-keywords, compilation-debug)
17121 (compilation-error-face, compilation-warning-face)
17122 (compilation-info-face, compilation-line-face)
17123 (compilation-column-face, compilation-enter-directory-face)
17124 (compilation-leave-directory-face, compilation-skip-threshold)
17125 (compilation-skip-visited, compilation-context-lines): New vars.
17126
17127 (compilation-warning-face, compilation-info-face)
17128 (compilation-message-face): New faces.
17129
17130 (compilation-error-regexp-alist-alist): New constant.
17131
17132 (compilation-face, compilation-directory-properties)
17133 (compilation-assq, compilation-error-properties, compilation-start)
17134 (define-compilation-mode, compilation-loop)
17135 (compilation-set-window): New functions.
17136
17137 (compile): Additional argument for interactive compiles like TeX.
17138
17139 * progmodes/grep.el (kill-grep): Move here from compile.el
17140 (grep-error, grep-hit-face, grep-error-face)
17141 (grep-mode-font-lock-keywords): New variables.
17142 (grep-regexp-alist): Simplify regexp and add `binary' case.
17143 (grep-mode): New mode.
17144 (grep-process-setup): Simplify.
17145
17146 2004-03-11 Jason Rumney <jasonr@gnu.org>
17147
17148 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17149 letters on DOS/Windows.
17150
17151 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17152
17153 * server.el (server-name): New var.
17154 (server-socket-dir): New var to replace server-socket-name.
17155 (server-start): Use them.
17156
17157 2004-03-11 Simon Josefsson <jas@extundo.com>
17158
17159 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17160 died to avoid infloop. Reported by Jonathan Glauner
17161 <jglauner@sbum.org>.
17162
17163 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17164
17165 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17166 (smerge-mode-menu): Use it to deactivate menu entries.
17167 (smerge-keep-current): New fun.
17168 (smerge-keep-current): Use it.
17169
17170 2004-03-10 John Paul Wallington <jpw@gnu.org>
17171
17172 * foldout.el (foldout-fold-list, foldout-modeline-string):
17173 Declare them as variables, not constants.
17174
17175 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17176
17177 * ps-print.el: Modification to print *Messages* buffer.
17178 (ps-print-version): New version 6.6.4.
17179 (ps-message-log-max): New fun.
17180 (ps-spool-without-faces, ps-spool-with-faces)
17181 (ps-count-lines-preprint): Code fix.
17182
17183 * printing.el: New tips in Tips section.
17184
17185 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17186
17187 * delim-col.el: Doc fix.
17188
17189 * printing.el: Doc fix. New doc section (Tips).
17190
17191 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17192
17193 * type-break.el (type-break-emacs-variant): Remove.
17194 (type-break-run-at-time, type-break-cancel-function-timers):
17195 Use fboundp rather than version name and number.
17196
17197 2004-03-09 Masatake YAMATO <jet@gyve.org>
17198
17199 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17200 `make-variable-buffer-local'.
17201
17202 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17203
17204 * find-dired.el (find-dired): Call `shell-command' instead of
17205 `start-process-shell-command'. By this, Tramp takes over
17206 handling of remote directories.
17207
17208 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17209
17210 * newcomment.el (comment-use-global-state): New var.
17211 (comment-search-forward): Use it.
17212
17213 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17214
17215 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17216
17217 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17218 (enable-kinsoku): Make it a defcustom.
17219 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17220 paragraph to same-comment-start-marker.
17221
17222 2004-03-07 Dave Love <fx@gnu.org>
17223
17224 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17225 (browse-url-mail): Use it.
17226
17227 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17228 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17229
17230 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17231
17232 * woman.el (woman-man.conf-path): Doc fix.
17233 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17234
17235 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17236
17237 * sort.el (sort-columns): Remove ms-dos from the list of systems
17238 where the external `sort' command is not used.
17239
17240 2004-03-07 Kim F. Storm <storm@cua.dk>
17241
17242 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17243 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17244 from overlay-arrow-variable-list.
17245 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17246
17247 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17248
17249 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17250 overlay arrow string properly for the assembler buffer.
17251
17252 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17253
17254 * mail/sendmail.el (mail-mode): Fix last change.
17255
17256 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17257
17258 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17259 for the assembler buffer.
17260 (gdb-assembler-custom): Position the overlay arrow.
17261 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17262
17263 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17264
17265 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17266
17267 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17268 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17269
17270 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17271
17272 * newcomment.el (uncomment-region): Allow non-terminated comment.
17273 (comment-normalize-vars): Check the user-specified comstart marker.
17274
17275 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17276
17277 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17278 Otherwise, do use it if the region only contains font-lock text
17279 properties.
17280
17281 2004-03-04 Masatake YAMATO <jet@gyve.org>
17282
17283 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17284 as the callback function for eldoc.
17285 (hexl-print-current-point-info): New function.
17286 (hexl-current-address): Print the address in both decimal
17287 and hexadecimal format.
17288
17289 2004-03-04 Richard M. Stallman <rms@gnu.org>
17290
17291 * mail/rmail.el (rmail-convert-to-babyl-format):
17292 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17293
17294 * mail/mail-utils.el (mail-unquote-printable-region):
17295 New arg UNIBYTE.
17296
17297 * startup.el (command-switch-alist): Doc fix.
17298
17299 * simple.el (undo): Temporarily set this-command to `undo-start',
17300 then set it to `undo' once undo-start returns without error.
17301
17302 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17303
17304 * simple.el (kill-line): Don't disregard trailing whitespace
17305 in eol condition, if show-trailing-whitespace is set.
17306
17307 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17308 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17309 When disabling, restore old values only if mouse-sel-has-been-enabled.
17310
17311 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17312 (isearch-{-char): New function.
17313 (isearch-mode-map): Bind { to isearch-{-char.
17314
17315 * font-lock.el (lisp-font-lock-keywords-2):
17316 Turn off the CL with-... and do-... general patterns.
17317 Instead, recognize several specific with... and do... constructs.
17318
17319 * files.el (switch-to-buffer-other-window):
17320 Bind same-window-buffer-names and same-window-regexps to nil.
17321 (switch-to-buffer-other-frame): Likewise.
17322
17323 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17324
17325 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17326 recognizing leading comment on code line.
17327
17328 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17329
17330 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17331 hidden files/directories.
17332
17333 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17334
17335 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17336 only comment-start (in case the mode hasn't set it).
17337
17338 * Makefile.in (AUTOGENEL): New var.
17339 (bootstrap-prepare): Rename from bootstrap-clean.
17340 Don't remove elc files.
17341 (maintainer-clean): New target.
17342
17343 * xml.el (xml-get-attribute-or-nil): Simplify.
17344
17345 2004-03-02 Juri Linkov <juri@jurta.org>
17346
17347 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17348 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17349 URL to prevent their substitution with the environment variable
17350 values by browsers.
17351
17352 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17353
17354 * ps-print.el: Doc fix.
17355 (ps-print-version): New version number (6.6.3).
17356 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17357 Docstring fix.
17358 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17359 before printing.
17360 (ps-time-stamp-yyyy-mm-dd): New fun.
17361 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17362
17363 2004-03-02 Kim F. Storm <storm@cua.dk>
17364
17365 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17366
17367 2004-03-01 Juanma Barranquero <lektu@terra.es>
17368
17369 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17370
17371 * desktop.el (desktop-file-version)
17372 (desktop-after-read-hook): Fix typos.
17373 (desktop-clear-preserve-buffers): Remove redundant info in
17374 docstring already shown by the obsolescence message.
17375 (desktop-truncate, desktop-internal-v2s)
17376 (desktop-value-to-string): Change argument name to match docstring.
17377
17378 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17379
17380 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17381 docstring.
17382
17383 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17384
17385 * printing.el: Replace "As Is..." in PostScript file print/preview by
17386 "No Preprocessing...". Suggested by Colin Marquardt
17387 <_marquardt_@zmd.de>.
17388 (pr-insert-section-4): Adjust buffer interface.
17389
17390 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17391
17392 Version 2.0.39 of Tramp released.
17393
17394 * net/tramp.el (tramp-handle-file-local-copy)
17395 (tramp-handle-write-region, tramp-open-connection-rsh):
17396 Variable name typo. Small change. From Patrick Tullmann
17397 <tullmann@flux.utah.edu>.
17398 (tramp-process-connection-type): New variable.
17399 (tramp-maybe-open-connection): Use it.
17400 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17401 (tramp-touch): Set last-modified time of a remote file.
17402 (tramp-handle-write-region): Say which function is used when encoding.
17403
17404 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17405
17406 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17407 case of non-existing filename, too. Reported by Christoph Bauer
17408 <c_bauer@informatik.uni-kl.de>.
17409 (tramp-smb-get-file-entries): The directory in question should
17410 have permissions "drwxrwxrwx". Just virtual, because we don't
17411 know the real permissions. Don't we know?
17412 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17413 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17414 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17415 output. If it was received chunkwise, there have been problems.
17416 Remove the "prompt not found" error message; it is obvious.
17417 Simplify algorithm.
17418 (tramp-smb-process-running): Remove. Since we acknowledge the
17419 virtual prompt for shares, there's no need for distinction of
17420 reading shares (process ends afterwards) and interactive mode of
17421 smblient.
17422 (tramp-smb-open-connection): Setting process sentinel removed.
17423 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17424 "NT_STATUS_NETWORK_ACCESS_DENIED".
17425 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17426 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17427 (top-level): Setting default value in `tramp-default-method-alist'
17428 corrected. Order of USER and HOST have been wrong.
17429 Nobody complained for months ...
17430 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17431 (tramp-smb-open-connection): Clear password cache if login has failed.
17432
17433 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17434 `tramp-unified-filenames'.
17435 (tramp-completion-mode): Make test for XEmacs explicitely.
17436 `event-to-character' can exists in Emacs packages too.
17437 Reported by Matt Swift <swift@alum.mit.edu>.
17438 (tramp-buffer-name): Buffer name must contain the user if exists.
17439 Reported by Adrian Phillips <a.phillips@met.no>.
17440 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17441 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17442 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17443 `tramp-do-copy-or-rename-file-one-local', because it handles also
17444 the case both files use the same out-of-band method.
17445 Implementation added.
17446 (tramp-handle-file-local-copy, tramp-handle-write-region):
17447 Out-of-band handling removed. `copy-file' called instead, which
17448 calls `tramp-do-copy-or-rename-file-out-of-band'.
17449 (tramp-action-password): Check for out-of-band method removed.
17450 This function is used for 'login-program.
17451 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17452 appropriate.
17453 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17454 and `tramp-parse-sknownhosts'.
17455 (tramp-completion-function-alist): It's a defvar now, because we
17456 want to apply the optimized `tramp-set-completion-function'
17457 instead of a static list.
17458 (tramp-set-completion-function): Implementation tuned.
17459 Avoid double entries, and entries where the function or the
17460 file/directory doesn't exist.
17461 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17462 for SSH2.
17463 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17464 (tramp-handle-dired-compress-file): New function.
17465 (tramp-async-proc): New variable.
17466 (tramp-handle-shell-command): Adding asynchronous processes.
17467 They are far from being perfect, but it works at least for
17468 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17469 (top-level): Require password.el if visible. Should be mandatory
17470 once No Gnus has found its way into (X)Emacs.
17471 (tramp-read-passwd): Invoke `password-read' if available,
17472 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17473 fallback any longer.
17474 (tramp-clear-passwd): New function.
17475 (tramp-process-actions, tramp-process-multi-actions):
17476 Clear password cache if login has failed.
17477
17478 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17479 its own module.
17480 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17481 `ange-ftp-ftp-name-res'. There could be incorrect values from
17482 previous calls in case the "ftp" method is used in the Tramp file
17483 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17484
17485 2004-02-28 Richard M. Stallman <rms@gnu.org>
17486
17487 * term.el (term-mouse-paste): Call mouse-set-point.
17488
17489 * thumbs.el: New file.
17490
17491 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17492
17493 * progmodes/ebnf-abn.el: Doc fix.
17494
17495 * progmodes/ebnf-bnf.el: Doc fix.
17496 (ebnf-repeat): Code fix.
17497
17498 * progmodes/ebnf2ps.el: Doc fix.
17499 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17500
17501 2004-02-28 Juri Linkov <juri@jurta.org>
17502
17503 * ffap.el (dired-at-point): Additional writability test for
17504 relative directory names.
17505 (dired-at-point-prompter): Treat directories as a directory, get
17506 the directory component from files.
17507 (ffap-string-at-point): Return string from region if region is active.
17508 (ffap-file-at-point): Remove redundant code.
17509
17510 2004-02-28 Kim F. Storm <storm@cua.dk>
17511
17512 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17513 Initialize margin area images to nil.
17514 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17515 (breakpoint-enabled-bitmap-face)
17516 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17517 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17518 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17519 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17520 (gdb-reset): Use gdb-remove-breakpoint-icons.
17521 (gdb-put-string): Add dprop arg to specify alternative display
17522 property (for setting fringe bitmap).
17523 (gdb-remove-strings): Doc fix.
17524 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17525 icon in fringe (if available), or else as icon or text in display
17526 margin. Creates necessary icons in breakpoint-bitmap,
17527 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17528 Also make left window margin if required.
17529 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17530 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17531 no longer needed.
17532 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17533 gdb-put-breakpoint-icon.
17534 (gdb-assembler-mode): Don't set left-margin-width here.
17535
17536 2004-02-27 Kevin Ryde <user42@zip.com.au>
17537
17538 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17539 comma, so that it DTRT in macros.
17540
17541 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17542
17543 * progmodes/sh-script.el (sh-shell-arg)
17544 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17545 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17546
17547 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17548
17549 * faces.el (face-spec-set-match-display): Add a new attribute,
17550 `min-colors'.
17551 (region, highlight, secondary-selection): Use `min-colors'.
17552
17553 * custom.el (defface): Add documentation for `min-colors'.
17554
17555 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17556 (font-lock-keyword-face, font-lock-function-name-face)
17557 (font-lock-variable-name-face, font-lock-constant-face):
17558 Use `min-colors'.
17559
17560 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17561
17562 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17563
17564 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17565 define assq-delete-all if it's not defined.
17566 (ebnf-generate-region): Code fix.
17567
17568 * printing.el: Doc fix.
17569 (pr-version): New version number (6.7.2).
17570 (pr-command): Return empty string if command is an empty string.
17571
17572 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17573
17574 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17575
17576 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17577 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17578 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17579 "tt" ["test"] ). Reported by Markus Dreyer
17580 <mdreyer@ix.urz.uni-heidelberg.de>.
17581 (ebnf-version): New version number (4.0).
17582 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17583 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17584 (ebnf-delete-style): New commands.
17585 (ebnf-directory, ebnf-file): New funs.
17586 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17587 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17588 (ebnf-syntax-alist): New var.
17589 (ebnf-element-width): New fun replacing ebnf-list-width.
17590 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17591 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17592 (ebnf-prologue): Adjust vars.
17593 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17594 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17595 (ebnf-check-style-values, ebnf-generate-production)
17596 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17597 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17598 (ebnf-token-repeat): Code fix.
17599
17600 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17601 %right, %left and %prec. Suggested by Matthew K. Junker
17602 <junker@alum.mit.edu>.
17603 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17604
17605 * progmodes/ebnf-iso.el: Doc fix.
17606 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17607 (ebnf-iso-lex): Code fix.
17608
17609 * progmodes/ebnf-bnf.el: Doc fix.
17610 (ebnf-bnf-lex): Code fix.
17611
17612 * progmodes/ebnf-otz.el: Doc fix.
17613
17614 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17615
17616 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17617 (abbrev-prefix-mark): Doc fix.
17618
17619 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17620
17621 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17622 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17623 (gdb-var-delete): Make interactive (really).
17624 (gdb-edit-value): Make non-interactive.
17625
17626 * progmodes/gud.el (gud-speedbar-menu-items):
17627 Add gdb-var-delete and, indirectly, gdb-edit-value.
17628 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17629 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17630 (gud-gdb-marker-filter): Add comment for annotations.
17631
17632 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17633
17634 * calendar/calendar.el (generate-calendar)
17635 (calendar-read-date): Prevent display of BC calendars once more -
17636 reverts 2003-10-01 change.
17637 (generate-calendar-month): Doc fix.
17638
17639 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17640
17641 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17642 return value of increment-calendar-month.
17643
17644 2004-02-21 Stephen Compall <s11@member.fsf.org>
17645
17646 * saveplace.el (save-place-forget-unreadable-files)
17647 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17648 (save-place-forget-unreadable-files): New function.
17649 (save-place-alist-to-file): Use it to filter out files that are
17650 no longer readable.
17651
17652 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17653 current Texinfo environment, using the same method as in
17654 `texinfo-insert-@end', and insert a space rather than a newline if
17655 point in a @table environment.
17656
17657 2004-02-21 Juri Linkov <juri@jurta.org>
17658
17659 * ffap.el (ffap-file-at-point): Try parent directories.
17660
17661 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17662
17663 * vcursor.el (vcursor-modifiers): New defcustom.
17664 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17665 hard-coded list.
17666
17667 2004-02-21 Masatake YAMATO <jet@gyve.org>
17668
17669 * play/animate.el (animate-birthday-present): Accept names other
17670 than `Sarah', too.
17671
17672 2004-02-21 Juri Linkov <juri@jurta.org>
17673
17674 * startup.el: Remove table of command line arguments from the
17675 Commentary section.
17676
17677 2004-02-20 John Wiegley <johnw@newartisans.com>
17678
17679 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17680 again" modifier from 'e' to 'E', since 'e' is also used by the
17681 "file extension" modifier.
17682
17683 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17684
17685 * help-fns.el (describe-categories): Doc fix.
17686
17687 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17688
17689 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17690 temporary file for buffer already visiting one. This change makes
17691 output likely to be directly usable by patch program.
17692 Suggested by Adrian Aichner <adrian@xemacs.org>
17693
17694 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17695
17696 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17697 case of variables defined in compound statements.
17698 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17699 Simplify constructions using switch-to-buffer.
17700
17701 2004-02-19 Simon Josefsson <jas@extundo.com>
17702
17703 * play/morse.el: Fix typo.
17704 (morse-code): Add @.
17705
17706 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17707
17708 * calendar/appt.el (appt-display-format): Change default to
17709 'ignore, for backwards compatibility.
17710 (appt-display-message): If appt-display-format is 'ignore,
17711 respect old vars appt-msg-window and appt-visible.
17712 (appt-activate): Don't depend on return value of cancel-timer.
17713
17714 * calendar/calendar.el (calendar-holidays): Doc fix.
17715
17716 * calendar/cal-coptic.el (coptic-prompt-for-date):
17717 Use assoc-string instead of assoc-ignore-case.
17718 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17719 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17720 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17721 * calendar/cal-islam.el (calendar-goto-islamic-date)
17722 (mark-islamic-diary-entries): Ditto.
17723 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17724 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17725 (calendar-read-mayan-tzolkin-date): Ditto.
17726 * calendar/calendar.el (calendar-read-date): Ditto.
17727 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17728
17729 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17730
17731 * progmodes/executable.el (executable-command-find-posix-p):
17732 Fix choice of the directory.
17733
17734 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17735
17736 * simple.el (interprogram-cut-function)
17737 (interprogram-paste-function, kill-new, kill-append):
17738 Doc fixes.
17739 (kill-region): Make it return nil. Doc fix.
17740 (yank-pop): Make its argument optional.
17741 (yank): Make ARG `-' equivalent to `-1'.
17742
17743 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17744
17745 * mail/rmail.el (rmail-get-new-mail): Don't reference
17746 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17747
17748 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17749
17750 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17751 if one of global-auto-revert-non-file-buffers or autorevert-mode
17752 is non-nil.
17753
17754 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17755
17756 * subr.el (delete-dups): A better implementation from Karl Heuer
17757 <kwzh@gnu.org>.
17758
17759 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17760
17761 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17762 correct place.
17763 * progmodes/icon.el (icon-indent-command): Ditto.
17764 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17765
17766 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17767
17768 * progmodes/grep.el (grep-compute-defaults): Undo change from
17769 2004-01-29: don't use executable-command-find-posix-p.
17770
17771 2004-02-16 Richard Sharman <rsharman@pobox.com>
17772
17773 * hilit-chg.el: Use require instead of eval-and-compile.
17774 (highlight-compare-buffers): New function.
17775
17776 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17777
17778 * man.el (Man-fontify-manpage): Render section headings in
17779 `Man-overstrike-face' even when overstrike was not used by man
17780 formatter for section headings.
17781
17782 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17783
17784 * rmail-spam-filter.el (vm-use-spam-filter)
17785 (rsf-min-region-length-added-to-spam-list): New variables.
17786 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17787 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17788 spam testing. Don't delete spam message if automatic deletion
17789 after output via variable rmail-delete-after-output is turned on.
17790 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17791 rsf-bbdb-dont-create-entries-for-spam.
17792 (check-field): New function, extracted from code in
17793 rmail-spam-filter to ease addition of header fields like content-type.
17794 (message-content-type): New variable to check the content-type:
17795 field added, also in defcustom of rsf-definitions-alist.
17796 (rmail-spam-filter): Replace repeated test code for header fields
17797 by calls to check-field; change the call to
17798 rmail-output-to-rmail-file such that rmail-current-message stays
17799 the same to avoid wrong deletion of unseen flags.
17800 (rsf-add-contents-type): New function to convert old format
17801 of rmail-spam-definitions-alist into new one.
17802 Change prefixes of all variables and functions from
17803 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17804
17805 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17806
17807 * loadhist.el (unload-hook-features-list): New defvar.
17808
17809 2004-02-16 Dave Love <fx@gnu.org>
17810
17811 * loadhist.el (unload-feature): Doc fix. Rename flist to
17812 unload-hook-features-list.
17813
17814 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17815
17816 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17817 cookie. Don't check if we are looking-at open-formula.
17818
17819 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17820
17821 * subr.el (match-string-no-properties): Use substring-no-properties.
17822
17823 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17824
17825 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17826 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17827 Use lower-case "rx" in all error message.
17828
17829 2004-02-16 Dave Love <fx@gnu.org>
17830
17831 * emacs-lisp/rx.el (rx-or): Put group around result.
17832 (rx-constituents): Add backref.
17833 (rx-syntax): Add string-delimiter, comment-delimiter.
17834 (rx-categories): Add combining-diacritic.
17835 (rx-check-not, rx-greedy, rx): Doc fix.
17836 (rx-backref, rx-check-backref): New.
17837
17838 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17839
17840 * newcomment.el (uncomment-region): Allow eob as comment end.
17841
17842 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17843
17844 * filecache.el: All message and error commands now use prefix
17845 "Filecache:" to make it easy to read *Messages* buffer.
17846
17847 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17848
17849 * autorevert.el: Add support to detect changed dired and VC buffers.
17850 (auto-revert-active-p, auto-revert-list-diff)
17851 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17852 (auto-revert-handler, auto-revert-active-p): New functions.
17853 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17854 and `auto-revert-active-p'.
17855 (eval-when-compile): Defvar dired-directory and vc-mode.
17856 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17857 (auto-revert-handler-vc): New functions.
17858
17859 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17860
17861 * progmodes/compile.el (compilation-directory): New defvar.
17862 (compile): Save current directory in compilation-directory.
17863 (recompile): Bind default-directory to compilation-directory if
17864 that is non-nil.
17865
17866 2004-02-16 Dave Love <fx@gnu.org>
17867
17868 * newcomment.el (comment-insert-comment-function)
17869 (comment-region-function, uncomment-region-function): New.
17870 (comment-indent): Use comment-insert-comment-function.
17871 (uncomment-region): Use uncomment-region-function.
17872 (comment-region): Use comment-region-function.
17873
17874 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17875
17876 2004-02-16 Richard Stallman <rms@gnu.org>
17877
17878 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17879 loaddefs* and ldefs-boot*.
17880
17881 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17882
17883 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17884 and email address at the beginning and end of the address.
17885
17886 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17887 anchored at the beginning of the email address.
17888
17889 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17890
17891 * international/ccl.el (ccl-compile-write): Pass `left' to
17892 ccl-embed-code to generate correct code of write-expr-register.
17893
17894 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17895
17896 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17897
17898 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17899
17900 * x-dnd.el: Mention support for Motif in commentary.
17901 (x-dnd-handle-drag-n-drop-event): Ditto.
17902
17903 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17904
17905 * ses.el: Use "ses--" prefixes for buffer-local variables.
17906 Use (point-min) instead of 1, even when we know the buffer
17907 is unnarrowed.
17908 (ses-build-load-map): Delete. Distribute its content to defconst's for
17909 the three maps.
17910 (ses-menu, ses-header-line-menu): New menus.
17911 (ses-mode-map): Use them.
17912 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17913
17914 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17915
17916 * Makefile.in: Fix the CC Mode recompile kludge so it works
17917 when building in a different directory.
17918
17919 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17920
17921 * simple.el (kill-new): Put yank-handler property on the entire string.
17922
17923 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17924
17925 * diff.el: Don't use compile any more, use diff-mode instead.
17926 (diff-regexp-alist, diff-old-file, diff-new-file)
17927 (diff-parse-differences, diff-process-setup): Remove.
17928 (diff-sentinel): New fun.
17929 (diff): Use it. Run the process ourselves.
17930 Use diff-mode for the rest of the processing.
17931
17932 * diff.el (diff): Simplify code handling `switch'.
17933
17934 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17935
17936 * pcvs-defs.el (cvs-menu): Add `tag'.
17937
17938 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17939
17940 * simple.el (kill-append): Doc fix.
17941
17942 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17943 Adapt outline-regexp to the new conventions for commenting out code.
17944
17945 2004-02-11 John Paul Wallington <jpw@gnu.org>
17946
17947 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17948
17949 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17950
17951 * diff.el (diff-switches): New fun.
17952 (diff, diff-backup): Use it.
17953 (diff): Clean up the args construction. Use backquote.
17954 Use listp instead of consp to avoid putting a nil arg.
17955 (diff): Add a revert-buffer function.
17956
17957 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17958
17959 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17960 handled by x-dnd-handle-file-name.
17961 (x-dnd-known-types): Add COMPOUND_TEXT.
17962 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17963 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17964 x-dnd-empty-state.
17965 (x-dnd-forget-drop): Ditto.
17966 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17967 (x-dnd-handle-one-url): Return private when inserting text.
17968 (x-dnd-insert-ctext): New function.
17969 (x-dnd-handle-file-name): New function for FILE_NAME.
17970 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17971 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17972 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17973
17974 2004-02-10 Kenichi Handa <handa@m17n.org>
17975
17976 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17977 instead of while loop.
17978
17979 2004-02-10 Miles Bader <miles@gnu.org>
17980
17981 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17982
17983 2004-02-09 Kenichi Handa <handa@m17n.org>
17984
17985 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17986 have end-of-line.
17987
17988 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17989
17990 * Makefile.in: Added extra dependencies in the recompile target
17991 needed to cope with the compile time macro expansions in CC Mode.
17992
17993 2004-02-09 Kim F. Storm <storm@cua.dk>
17994
17995 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17996 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17997 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17998 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17999 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18000 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18001 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18002 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18003 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18004 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18005 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18006
18007 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18008
18009 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18010 Don't allow shrink if there's a window on our right.
18011
18012 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18013 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18014 Bring together declaration and initialization.
18015 (prolog-mode-variables): Don't set the syntax table.
18016 Don't set paragraph-start and comment-indent-function.
18017 Add /*..*/ to the comment regexps.
18018 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18019 (prolog-mode-map): Don't bind TAB.
18020 (prolog-mode): Set the syntax table.
18021 (prolog-comment-indent): Remove.
18022 (inferior-prolog-mode-map): Initialize in the declaration.
18023 (inferior-prolog-mode-syntax-table)
18024 (inferior-prolog-mode-abbrev-table): New vars.
18025 (inferior-prolog-mode): Derive from comint-mode.
18026 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18027 minibuffer windows.
18028
18029 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18030 in file names, as long as it is unabmiguous.
18031
18032 2004-02-08 Andreas Schwab <schwab@suse.de>
18033
18034 * textmodes/reftex-toc.el
18035 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18036 format. Doc fix.
18037
18038 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18039 format string arguments.
18040
18041 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18042 string argument.
18043
18044 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18045
18046 * play/zone.el (zone-call): Fix format string.
18047
18048 * net/webjump.el (webjump-builtin): Add missing format string argument.
18049
18050 * midnight.el (midnight-delay-set): Remove extra format string argument.
18051
18052 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18053
18054 * hexl.el (hexl-insert-char): Add missing format string argument.
18055
18056 * format.el (format-decode): Fix format string.
18057
18058 * emulation/vi.el (vi-mode): Remove extra format string argument.
18059 (vi-repeat-last-search): Likewise.
18060 (vi-reverse-last-search): Likewise.
18061 (vi-goto-mark): Likewise.
18062 (vi-reverse-last-find-char): Likewise.
18063 (vi-repeat-last-find-char): Likewise.
18064 (vi-locate-def): Likewise.
18065
18066 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18067
18068 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18069 string argument.
18070 (ediff-toggle-regexp-match): Likewise.
18071
18072 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18073 format string argument.
18074
18075 * calc/calc-map.el (calc-get-operator): Remove extra format
18076 string argument.
18077
18078 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18079
18080 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18081 string argument.
18082
18083 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18084
18085 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18086
18087 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18088
18089 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18090 (cl-struct-setf-expander): Likewise.
18091
18092 * vc.el (with-vc-file): Fix unsafe uses of error.
18093 (vc-cancel-version): Likewise.
18094
18095 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18096
18097 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18098 thousands separator; fixes <class>:<line-number> regexp for
18099 non-english locales.
18100
18101 2004-02-08 Andreas Schwab <schwab@suse.de>
18102
18103 * view.el (view-mode-enable): Revert previous change.
18104
18105 2004-02-07 Kim F. Storm <storm@cua.dk>
18106
18107 * simple.el (line-number-at-pos): Rename from line-at-pos.
18108 Uses changed (what-line and vc-annotate-warp-version).
18109
18110 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18111
18112 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18113 (diff-mode): Remove aborted attempt at support for compile.el.
18114 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18115
18116 2004-02-06 Andreas Schwab <schwab@suse.de>
18117
18118 * view.el (view-mode-enable): Add view-mode-map to
18119 minor-mode-overriding-map-alist.
18120
18121 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18122
18123 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18124
18125 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18126
18127 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18128 with point inside rather than after the paragraph.
18129
18130 2004-02-04 Sam Steingold <sds@gnu.org>
18131
18132 * mail/smtpmail.el (smtpmail-try-auth-methods):
18133 Do not try authentication when no mechanism is available.
18134 Pass port-name as defaultport to `netrc-machine'.
18135
18136 2004-02-04 Stephen Eglen <stephen@gnu.org>
18137
18138 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18139 to show how minibuffer height can be constrained.
18140
18141 2004-02-04 John Paul Wallington <jpw@gnu.org>
18142
18143 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18144
18145 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18146
18147 * x-dnd.el: New file for drag and drop.
18148
18149 * term/x-win.el: require x-dnd, set after-make-frame-functions
18150 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18151 drag-n-drop event.
18152
18153 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18154 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18155 (dired-dnd-handle-file): New functions for drag and drop support.
18156 (dired-mode): Initialize drag and drop if x-dnd present.
18157
18158 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18159
18160 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18161 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18162 (cperl-mode): Set fill-paragraph-function.
18163 (cperl-fill-paragraph): Make it non-interactive.
18164
18165 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18166
18167 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18168
18169 2004-02-02 David Kastrup <dak@gnu.org>
18170
18171 * replace.el (perform-replace): Allow 'literal argument in
18172 regexp-flag to indicate literal replacement.
18173 (query-replace-regexp-eval): Use it.
18174
18175 2004-02-01 Andreas Schwab <schwab@suse.de>
18176
18177 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18178
18179 2004-02-01 Stephen Eglen <stephen@gnu.org>
18180
18181 * info-look.el: Add support for maxima-mode. Update commentary
18182 because info-lookup-symbol is now bound to C-h S.
18183
18184 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18185
18186 * simple.el (edit-and-eval-command): Bind print-level and
18187 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18188 Correct initial position in command-history.
18189
18190 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18191
18192 * files.el (read-directory-name): Adapt the docstring to recent
18193 change in Fread_file_name.
18194
18195 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18196
18197 * ses.el (ses-print-cell): If print format too wide for column
18198 width, truncate decimal places if that helps to avoid "#####" fill.
18199 * ses.el (ses-initial-column-width): Revert previous change.
18200
18201 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18202
18203 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18204 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18205 Add edebug info.
18206 (jit-lock-mode): Setup/cancel the new timer.
18207 (jit-lock-context-fontify): New fun. Extracted from
18208 context fontification code of jit-lock-stealth-fontify.
18209 (jit-lock-stealth-fontify): Don't do context fontification any more.
18210
18211 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18212 (jit-lock-fontify-now): Handle the `quit' case.
18213 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18214
18215 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18216
18217 * progmodes/executable.el (executable-command-find-posix-p):
18218 New. Check if find handles arguments Posix-style.
18219
18220 * progmodes/grep.el (grep-compute-defaults):
18221 Use executable-command-find-posix-p.
18222 (grep-find): Check `grep-find-command'.
18223
18224 * filecache.el (file-cache-find-posix-p): Delete.
18225 (file-cache-add-directory-using-find):
18226 Use `executable-command-find-posix-p'.
18227
18228 2004-01-29 Dave Love <fx@gnu.org>
18229
18230 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18231 Iterate the hook function if arg is given.
18232 (mark-defun, narrow-to-defun): Change order of finding the limits.
18233
18234 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18235 (byte-compile-format-warn): New.
18236 (byte-compile-callargs-warn): Use it.
18237 (Format, message, error): Add byte-compile-format-like property.
18238 (byte-compile-maybe-guarded): New.
18239 (byte-compile-if, byte-compile-cond): Use it.
18240 (byte-compile-lambda): Compile interactive forms,
18241 just to make warnings about them.
18242
18243 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18244
18245 * ses.el (ses-initial-column-width): Increase to 14, so it will
18246 work well with the default printer of "%.7g" for extreme values
18247 like "-1.234567e+07".
18248
18249 2004-01-29 Kenichi Handa <handa@m17n.org>
18250
18251 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18252
18253 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18254
18255 * dos-w32.el: Added support for the `default-printer-name' function.
18256
18257 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18258
18259 * server.el (server-socket-name): Don't use the hostname in the
18260 socket name since /tmp is local to the host anyway.
18261
18262 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18263 robust check of widening and fix var-naming.
18264
18265 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18266
18267 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18268 or rmail-spam- to rsf- in all function and variable names.
18269 (rsf-min-region-to-spam-list): New variable.
18270 (rsf-bbdb-auto-delete-spam-entries): Rename from
18271 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18272 scanned together with the recipients field for spam testing; Don't
18273 delete spam message if rmail-delete-after-output is non-nil;
18274 (rsf-check-field): New function, extracted from code in
18275 rmail-spam-filter to ease addition of header fields like
18276 content-type:;
18277 (message-content-type): New variable. The content-type: field was
18278 added also in defcustom of rsf-definitions-alist;
18279 (rmail-spam-filter): Replace repeated test code for header fields
18280 by calls to check-field; change the call to
18281 rmail-output-to-rmail-file such that rmail-current-message stays
18282 the same to avoid wrong deletion of unseen flags.
18283 (rmail-use-spam-filter): Add autoload cookie.
18284
18285 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18286
18287 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18288 (file-cache-add-directory-using-find): Add Cygwin support.
18289 (file-cache-find-command-posix-flag): New user variable.
18290
18291 * filecache.el (file-cache-add-directory): Check for
18292 directories an remove them from dir-files.
18293
18294 2004-01-27 Richard M. Stallman <rms@gnu.org>
18295
18296 * man.el (Man-fontify-manpage): Clean up message.
18297
18298 2004-01-27 Kenichi Handa <handa@m17n.org>
18299
18300 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18301 (sentence-end): Define using sentence-end-without-space.
18302
18303 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18304 a sentence ends with one of a character in sentence-end-without-space.
18305
18306 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18307
18308 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18309 (jit-lock): Group declaration moved to jit-lock.el.
18310 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18311 when necessary.
18312
18313 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18314 (jit-lock-context-unfontify-pos): Rename from
18315 jit-lock-first-unfontify-pos.
18316 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18317
18318 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18319
18320 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18321 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18322 (fortran-fill): When filling a string, adjust re-search-backward
18323 argument for special case of string just on fill-column.
18324 When filling non-string, allow one extra char if
18325 fortran-break-before-delimiters is non-nil.
18326 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18327 Use fortran-break-delimiters-re and fortran-no-break-re to
18328 correctly handle cases such as "**".
18329
18330 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18331 (f90-no-break-re): Add some extra tokens. Doc fix.
18332
18333 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18334
18335 * mail/rmail-spam-filter.el:
18336 Use two semicolons as Commentary line prefix.
18337 Add ";;; Code:" stylized comment.
18338 Delete end-of-line whitespace.
18339 Wrap (require 'cl) with `eval-when-compile'.
18340
18341 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18342
18343 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18344 at the top level of vc.el.
18345
18346 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18347
18348 * vc.el (vc-current-line): Function removed. This is now done by
18349 the new function line-at-pos in simple.el.
18350 (vc-annotate-warp-version): Use line-at-pos instead of
18351 vc-current-line.
18352
18353 2004-01-22 Kim F. Storm <storm@cua.dk>
18354
18355 * simple.el (line-at-pos): New defun.
18356 (what-line): Use it. Optimize by only counting lines in narrowed
18357 region once.
18358
18359 2004-01-22 Kenichi Handa <handa@m17n.org>
18360
18361 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18362 point (register r1) only for charset mule-unicode-0100-24ff.
18363
18364 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18365
18366 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18367 trailing white space and ensure a final newline.
18368
18369 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18370 Add autoload cookie.
18371
18372 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18373
18374 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18375 activate view-mode explicitly.
18376
18377 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18378
18379 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18380 menu-bar-enable-clipboard and make Paste use clipboard first.
18381
18382 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18383
18384 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18385 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18386 (vc-mcvs-cvs): Remove.
18387 (vc-mcvs-command): Remove use of assert.
18388
18389 * outline.el (outline-insert-heading): Tighten up match.
18390 (outline-demote, outline-move-subtree-down): Don't assume anything
18391 about outline-regexp.
18392
18393 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18394 (texinfo-show-structure): Explicitly add ^, and simplify.
18395
18396 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18397
18398 * calendar/appt.el (appt-check): Restore usage of
18399 appt-issue-message deleted in previous change.
18400 (top-level): Activate package when loaded (needed for backwards
18401 compatibility).
18402
18403 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18404
18405 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18406 following previous change to smtpmail-send-data.
18407
18408 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18409
18410 * vc.el (vc-default-previous-version): Doc enhancement.
18411 (vc-default-next-version): New function.
18412 (vc-print-log): New arg FOCUS-REV.
18413 (vc-annotate-mode): Derive from view-mode.
18414 (vc-annotate): New args REVISION, DISPLAY-MODE.
18415 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18416 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18417 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18418 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18419 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18420
18421 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18422
18423 2004-01-19 Karl Berry <karl@gnu.org>
18424
18425 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18426 or "TexInfo".
18427
18428 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18429
18430 * subr.el (delete-dups): New function.
18431
18432 2004-01-19 Karl Berry <karl@gnu.org>
18433
18434 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18435 with ^, since that's what texinfo-show-structure
18436 documentation says (plus it works much better in texinfo.txi).
18437
18438 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18439
18440 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18441
18442 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18443
18444 * progmodes/which-func.el (which-function-mode): Don't cancel
18445 which-func-update-timer if not set.
18446
18447 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18448
18449 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18450 Remove spurious left square bracket in XX:XXam regexp.
18451
18452 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18453
18454 * progmodes/cc-defs.el: Do not require cl at run time.
18455
18456 2004-01-16 Richard M. Stallman <rms@gnu.org>
18457
18458 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18459 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18460
18461 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18462 Call rmail-spam-filter. Delete and expunge spam.
18463 Print number of spam messages deleted.
18464 Save and restore the deletion status of old messages when reading
18465 new mail with spam filter, so that expunging spam does not expunge
18466 msgs deleted by the user.
18467 (rmail-only-expunge): Add an optional argument dont-show to
18468 prevent showing message after expunge.
18469
18470 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18471
18472 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18473 * subr.el (declare): New macro.
18474
18475 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18476
18477 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18478
18479 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18480
18481 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18482 Test window-system rather than system-type (for X11/Mac).
18483
18484 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18485
18486 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18487
18488 2004-01-12 Richard M. Stallman <rms@gnu.org>
18489
18490 * mail/rmail.el (rmail-convert-to-babyl-format):
18491 Use mail-unquote-printable-region.
18492 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18493 (rmail-hex-char-to-integer): Functions deleted.
18494
18495 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18496 (mail-unquote-printable-region): New arg NOERROR.
18497 For invalid encoding, either signal an error to just return nil.
18498
18499 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18500
18501 * calendar/appt.el: Update copyright and commentary.
18502 (appt-issue-message): Make obsolete.
18503 (appt-visible, appt-msg-window): Make obsolete, in favour of
18504 appt-display-format.
18505 (appt-display-mode-line, appt-display-duration)
18506 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18507 (appt-prev-comp-time, appt-display-count, appt-timer)
18508 (appt-convert-time): Doc change.
18509 (appt-disp-window-function, appt-delete-window-function):
18510 Use defcustom rather than defvar.
18511 (appt-display-format): New variable.
18512 (appt-display-message): New function with display code from appt-check.
18513 (appt-check): Add optional FORCE argument. Doc change.
18514 Add appt-make-list to diary-hook if displaying diary.
18515 Remove checking of view-diary-entries-initially.
18516 Message display section removed to new function appt-display-message.
18517 (appt-display-window): Doc change. Remove unused internal var
18518 this-buffer. Do not beep, since appt-display-message does that.
18519 (appt-make-list): Doc change. Use caar.
18520 (appt-sort-list): Simplify by using builtin sort function.
18521 (appt-update-list): New function for updating appts when diary is
18522 saved.
18523 (appt-activate): New autoloaded function to toggle package
18524 functionality.
18525
18526 * calendar/cal-x.el: (calendar-one-frame-setup)
18527 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18528
18529 * calendar/calendar.el: Update copyright.
18530 (view-diary-entries-initially, european-calendar-style): Doc change.
18531 (calendar-setup): Make defcustom rather than defvar.
18532 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18533 in let binding so local to function.
18534
18535 * calendar/diary-lib.el: Update copyright.
18536 (diary, diary-entry-time): Doc change.
18537 (list-diary-entries): Doc change. Trivial logic change.
18538 (fancy-diary-display): Restore make-face command mistakenly
18539 deleted 2003-05-08.
18540 (show-all-diary-entries): Allow to pop-up frame if needed.
18541
18542 2004-01-09 John Paul Wallington <jpw@gnu.org>
18543
18544 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18545 Temporarily select EVENT's window for changing eol type.
18546
18547 2004-01-09 Deepak Goel <deego@gnufans.org>
18548
18549 * calendar/diary-lib.el (diary-entry-time):
18550 Also accept time in the form XX[.XX][am/pm/AM/PM].
18551 (fancy-diary-font-lock-keywords): Likewise.
18552 (diary-font-lock-keywords): Likewise.
18553 * calendar/appt.el (appt-add): Likewise.
18554 (appt-make-list): Likewise.
18555 (appt-convert-time): Likewise.
18556
18557 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18558
18559 * gdb-ui.el (gdb-ann3): Revert previous change.
18560 (gdb-source-info): Allow for case of where compilation directory
18561 is not recorded.
18562
18563 2004-01-08 John Paul Wallington <jpw@gnu.org>
18564
18565 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18566
18567 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18568
18569 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18570
18571 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18572 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18573 problems.
18574 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18575
18576 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18577
18578 * files.el (write-file-functions, write-contents-functions):
18579 Clarify docstrings.
18580
18581 2004-01-07 Kenichi Handa <handa@m17n.org>
18582
18583 * international/mule.el (set-auto-coding): Fix for the case that
18584 end-of-line is only CR.
18585
18586 2004-01-07 Kim F. Storm <storm@cua.dk>
18587
18588 * subr.el (event-start, event-end): Doc fix.
18589 (posn-string, posn-image): New defuns.
18590 (posn-object): Return either image or string object.
18591 (posn-object-x-y): Return 8th element of position.
18592 (posn-object-width-height): New defun.
18593
18594 2004-01-06 Andreas Schwab <schwab@suse.de>
18595
18596 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18597 output.
18598
18599 2004-01-05 Karl Berry <karl@gnu.org>
18600
18601 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18602 / and *, too.
18603
18604 2003-12-31 Simon Josefsson <jas@extundo.com>
18605
18606 * files.el (before-save-hook): Add.
18607 (basic-save-buffer): Use before-save-hook.
18608
18609 * emacs-lisp/copyright.el: Fix comment to recommend
18610 before-save-hook instead of write-file-functions.
18611
18612 2004-01-05 Richard M. Stallman <rms@gnu.org>
18613
18614 * finder.el (finder-commentary): Call delete-other-windows.
18615
18616 * net/ange-ftp.el (ange-ftp-file-attributes):
18617 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18618
18619 2004-01-04 Karl Berry <karl@gnu.org>
18620
18621 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18622 comment characters % and # in the copyright year notice,
18623 as well as ;.
18624
18625 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18626
18627 * wid-edit.el (default): Define dummy :value-delete.
18628 Reported by Jesper Harder <harder@ifa.au.dk>.
18629
18630 2004-01-03 Richard M. Stallman <rms@gnu.org>
18631
18632 * progmodes/compile.el (compile-internal): Use point, not point-min,
18633 for set-window-point.
18634
18635 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18636
18637 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18638
18639 * progmodes/grep.el (grep-mode-map):
18640 Don't remap next-line, previous-line.
18641
18642 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18643
18644 * speedbar.el (speedbar-edit-line): Change regexp to position
18645 the cursor on the first character of this line's button.
18646
18647 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18648
18649 * subr.el (functionp): Doc fix.
18650
18651 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18652
18653 * progmodes/idlwave.el (idlwave-make-tags):
18654 * textmodes/flyspell.el (flyspell-large-region):.
18655 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18656 * emulation/viper-util.el (viper-glob-unix-files):
18657 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18658 * man.el (Man-init-defvars):
18659 * jka-compr.el (jka-compr-call-process):
18660 * files.el (get-free-disk-space,insert-directory):
18661 * ediff-ptch.el (ediff-test-patch-utility):
18662 * ediff-diff.el (ediff-test-utility):
18663 * dired-aux.el (dired-check-process):
18664 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18665 test the return value of call-process, because it can be a string.
18666
18667 2003-12-31 John Paul Wallington <jpw@gnu.org>
18668
18669 * bindings.el (completion-ignored-extensions): Add .pfsl.
18670
18671 2003-12-31 Kim F. Storm <storm@cua.dk>
18672
18673 * ido.el (ido-nonreadable-directory-p): New defun to check for
18674 nonreadable directory without activating tramp (to avoid problems
18675 with checking incomplete tramp paths).
18676 (ido-set-current-directory, ido-file-internal)
18677 (ido-file-name-all-completions1): Use it.
18678
18679 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18680
18681 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18682 documentation if the anchor (or node) name is preceded by `info
18683 anchor' or `Info anchor' in addition to earlier `info node' and
18684 `Info node'.
18685 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18686
18687 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18688
18689 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18690 error in arguments to base64-decode-region. Remove ^M characters
18691 after decoding base64.
18692
18693 2003-12-30 Simon Josefsson <jas@extundo.com>
18694
18695 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18696 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18697 have only been distributed with Emacs for some years.
18698 (texinfo-mode-hook): Customize.
18699
18700 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18701
18702 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18703 cleaner (suggested by Richard Stallman).
18704
18705 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18706 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18707 file-name clashes on 8+3 DOS filesystems.
18708
18709 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18710 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18711 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18712 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18713 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18714 file-name clashes on 8+3 filesystems.
18715
18716 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18717 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18718 file-name clashes on 8+3 DOS filesystems.
18719
18720 2003-12-29 Richard M. Stallman <rms@gnu.org>
18721
18722 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18723 Upcase the character.
18724
18725 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18726 Search for header separator alone on a line, literally,
18727 and search for it backward, not forward.
18728 (flyspell-abbrev-table): Always use global-abbrev-table
18729 if there is no local one.
18730
18731 * progmodes/sh-script.el (sh-get-indent-info):
18732 Don't move point back if at bob.
18733
18734 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18735
18736 * play/handwrite.el (handwrite): Make the handwrite credit message
18737 a comment rather than an output command.
18738
18739 * obsolete/sc.el: Display message that this file is obsolete.
18740
18741 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18742
18743 * mail/rfc822.el (rfc822-address-start): Declare variable.
18744 Renamed from address-start. All uses changed.
18745
18746 * term.el (term-exec): Set up sentinel.
18747 (term-sentinel): New function.
18748 (term-handle-exit): New function.
18749
18750 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18751 Use assoc-string, and mark them obsolete.
18752 (delay-mode-hooks): Mark as permanent local.
18753
18754 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18755
18756 * register.el (copy-rectangle-to-register): Doc fix.
18757
18758 * info.el (Info-insert-dir): Use assoc-string.
18759
18760 * info-look.el (info-lookup): Use assoc-string.
18761
18762 * frame.el (pop-up-frame-function): Use quote, not `function'.
18763 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18764 copying with lists as coordinate values.
18765
18766 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18767
18768 * find-dired.el (kill-find): New command.
18769 (find-dired): Make buffer read-only.
18770 Set up a keymap with C-c C-k running kill-find.
18771 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18772
18773 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18774
18775 * filecache.el (file-cache-ignore-case): New variable.
18776 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18777
18778 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18779 (comint-dynamic-complete-as-filename): Rename local vars.
18780 (comint-dynamic-list-filename-completions): Likewise.
18781
18782 * comint.el (comint-dynamic-list-completions-config): New var.
18783 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18784
18785 * comint.el (comint-file-name-chars): Add [].
18786 (comint-word): Use skip-chars-backward, not search.
18787
18788 * shell.el (shell-file-name-chars): Add [].
18789
18790 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18791
18792 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18793
18794 * generic.el (define-generic-mode): Doc fix.
18795
18796 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18797
18798 * files.el (kill-some-buffers): Doc fix.
18799
18800 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18801
18802 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18803 arg to send-invisible
18804 (send-invisible): Doc fix. The argument is now a prompt, not the
18805 string to send.
18806 (comint-read-noecho): Doc fix.
18807
18808 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18809
18810 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18811 "@", as required by some ISP hosting service. Fix defcustom
18812 argument syntax errors that prevented use of customization.
18813
18814 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18815
18816 * xml.el (xml-get-attribute-or-nil): Doc fix.
18817
18818 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18819
18820 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18821 write-file-hooks.
18822
18823 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18824
18825 * autorevert.el (auto-revert-interval): Doc fix.
18826
18827 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18828
18829 * xml.el (xml-get-attribute-or-nil): New function, like
18830 xml-get-attribute, but returns nil if the attribute was not found.
18831 (xml-get-attribute): Convert to defsubst, uses
18832 xml-get-attribute-or-nil.
18833
18834 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18835
18836 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18837
18838 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18839
18840 * custom.el (custom-declare-theme): Use `value' when putting
18841 properties on `theme'.
18842
18843 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18844
18845 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18846 for each yank-handler segment.
18847 (insert-for-yank-1): New function, with the body of the previous
18848 insert-for-yank.
18849
18850 * textmodes/table.el (table-yank-handler): New defcustom.
18851 (table--put-cell-indicator-property): Put yank-handler property
18852 that indicates the yank handler for the table cell.
18853
18854 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18855
18856 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18857 set of keywords.
18858
18859 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18860
18861 * international/mule-cmds.el (reset-language-environment)
18862 (set-language-environment): Don't invoke fontset-related functions
18863 if fontset-list is not fboundp.
18864
18865 2003-12-29 Kenichi Handa <handa@m17n.org>
18866
18867 * international/mule-cmds.el (reset-language-environment):
18868 Call set-overriding-fontspec-internal with nil.
18869 (set-language-environment): Call set-overriding-fontspec-internal
18870 if the language environment specify `overriding-fontspec'.
18871 (language-info-alist): Doc added.
18872
18873 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18874 characters of mule-unicode-0100-24ff.
18875 (ccl-encode-windows-1251-font): New CCL program.
18876 ("Bulgarian"): Specify overriding-fontspec.
18877 ("Belarusian"): Likewise.
18878
18879 2003-12-28 Sam Steingold <sds@gnu.org>
18880
18881 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18882 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18883
18884 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18885
18886 * progmodes/gud.el (gud-gdb-command-name): Set default to
18887 "gdb --annotate=3".
18888 (gud-gdb-marker-filter): Look out for annotations.
18889 (gdb-first-pre-prompt): New variable.
18890 Remove trailing white space.
18891
18892 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18893 if necessary.
18894 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18895 annotations are detected.
18896 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18897 instead of a local one to allow transition from
18898 gud-gdb-marker-filter.
18899 Remove trailing white space.
18900
18901 2003-12-27 Kim F. Storm <storm@cua.dk>
18902
18903 * ido.el: Handle non-readable directories.
18904 (ido-decorations): Add 9th element for non-readable directory.
18905 (ido-directory-nonreadable): New dynamic var.
18906 (ido-set-current-directory): Set it.
18907 (ido-read-buffer, ido-file-internal):
18908 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18909 (ido-file-name-all-completions1): Return empty list for
18910 non-readable directory.
18911 (ido-exhibit): Print [Not readable] if directory is not readable.
18912 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18913 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18914 Use it.
18915
18916 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18917
18918 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18919 calls to directory-files-and-attributes and file-attributes.
18920 (ls-lisp-format): Remove system dependent handling of user and
18921 group id's.
18922
18923 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18924
18925 * ffap.el (ffap-read-file-or-url): Revert previous change.
18926
18927 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18928
18929 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18930 new list of included files called `files-with-node-lines', that
18931 only have node lines. This way @include commands can include any
18932 file, such as version and update files without node lines, not
18933 just files that are chapters.
18934
18935 2003-12-25 Andreas Schwab <schwab@suse.de>
18936
18937 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18938 file not found.
18939
18940 2003-12-08 Miles Bader <miles@gnu.org>
18941
18942 * dired.el (dired-between-files): Always use dired-move-to-filename,
18943 which is more robust in non-english locales.
18944
18945 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18946
18947 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18948
18949 2003-12-24 Andreas Schwab <schwab@suse.de>
18950
18951 * shell.el (shell-file-name-quote-list): Add backslash.
18952
18953 * comint.el (comint-quote-filename): Correctly handle backslash
18954 in comint-file-name-quote-list.
18955
18956 2003-12-24 Kenichi Handa <handa@m17n.org>
18957
18958 * international/mule-cmds.el (set-default-coding-systems):
18959 Call ucs-set-table-for-input for all buffers that don't have local
18960 value of buffer-file-coding-system.
18961
18962 * international/ucs-tables.el (ucs-set-table-for-input):
18963 If translation-table-for-encode is a symbol, get its
18964 translation-table property.
18965
18966 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18967
18968 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18969 to `completing-read' on a recently fixed bug.
18970
18971 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18972 instead of SPACE, to get the list of possible fringe modes.
18973 SPACE only works if both `partial-completion-mode' and
18974 `completion-auto-help' are nil.
18975
18976 * complete.el (PC-is-complete-p): Delete.
18977 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18978 calls to `test-completion'.
18979
18980 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18981
18982 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18983 to edit values when there are no children.
18984
18985 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18986 a mode called "Assembler" already exists.
18987 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18988 (gud-watch): Use format option. Remove font properties from string.
18989 (gdb-var-create-handler, gdb-var-list-children-handler):
18990 Don't bother about properties as there are none.
18991 (gdb-var-create-handler, gdb-var-list-children-handler)
18992 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18993 with two arguments.
18994 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18995 Let speedbar show value changes with a different font.
18996 (gdb-edit-value): New defun.
18997 (gdb-clear-partial-output, gdb-clear-inferior-io)
18998 (def-gdb-auto-update-handler): Use erase-buffer.
18999 (gdb-frame-handler): Display watch expressions in
19000 FUNCTION::VARIABLE format if required.
19001
19002 2003-12-23 John Paul Wallington <jpw@gnu.org>
19003
19004 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19005 (Info-goto-emacs-command-node): Doc fixes.
19006
19007 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19008
19009 * cus-edit.el (custom-add-parent-links): Define "many".
19010
19011 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19012
19013 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19014 (widget-child-validate, widget-type-value-create)
19015 (widget-type-default-get, widget-type-match): New functions.
19016 (lazy): New widget.
19017 (menu-choice, checklist, radio-button-choice, editable-list)
19018 (group, documentation-string): Remove redundant (per 2003-10-25
19019 change) calls to `widget-children-value-delete'.
19020 (widget-choice-value-get, widget-choice-value-inline): Remove.
19021 (menu-choice): Update widget.
19022
19023 2003-12-03 Kenichi Handa <handa@m17n.org>
19024
19025 * language/cyrillic.el: Register "microsoft-cp1251" in
19026 ctext-non-standard-encodings-alist.
19027 ("Bulgarian"): Add ctext-non-standard-encodings.
19028 ("Belarusian"): Likewise.
19029
19030 * international/mule-conf.el (compound-text-with-extensions):
19031 Change the type to 2 (iso-2022 base).
19032
19033 * international/mule.el (ctext-non-standard-encodings-alist):
19034 Change the format.
19035 (ctext-non-standard-encodings): New variable.
19036 (ctext-post-read-conversion): Fully re-written.
19037 (ctext-non-standard-designations-alist): Delete it.
19038 (ctext-non-standard-encodings-table): New function.
19039 (ctext-pre-write-conversion): Fully re-written.
19040
19041 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19042
19043 * cus-edit.el (custom-add-parent-links): Add documentation links
19044 for parent, if the item has none of its own.
19045
19046 2003-11-30 Richard M. Stallman <rms@gnu.org>
19047
19048 * dired-aux.el (dired-do-query-replace-regexp):
19049 Report files visited read-only.
19050
19051 2003-11-30 Juri Linkov <juri@jurta.org>
19052
19053 * dired-aux.el (dired-compare-directories): New command.
19054 (dired-file-set-difference, dired-files-attributes): New functions.
19055
19056 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19057 Version 2.0.38 of Tramp released.
19058
19059 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19060 Charles Curley <charlescurley@charlescurley.com>.
19061 (tramp-multi-connection-function-alist): Add ssht entry which adds
19062 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19063 Aichner.
19064 (tramp-get-method-parameter): New function to retrieve a method
19065 parameter. This allows for omission of method parameters.
19066 Callers adjusted.
19067
19068 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19069
19070 * net/tramp.el: Add new optional parameter ID-FORMAT to
19071 `file-attributes'. Calls of `file-attributes' won't use this
19072 parameter for backward compatibility reasons.
19073 (tramp-perl-file-attributes): Add a new parameter to Perl script
19074 in order to handle uid/gid as strings, if desired.
19075 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19076 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19077 order to make the function more general.
19078 (tramp-handle-file-attributes): Replace proprietary optional
19079 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19080 (tramp-handle-file-attributes-with-perl): Handle parameter
19081 NONNUMERIC if set. This wasn't done in the past.
19082 (tramp-post-connection): Apply second parameter "$2" if
19083 `tramp-remote-perl' is called.
19084
19085 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19086 Correct cut'n'waste error (`filename' instead of `directory').
19087 (tramp-smb-handle-directory-files-and-attributes)
19088 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19089 introduced parameter ID-FORMAT.
19090 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19091 error (`directory' instead of `ldir').
19092
19093 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19094 `file-attributes' has a second parameter. If yes, apply it with
19095 value "'integer". Otherwise, don't use that parameter (default is
19096 integer format).
19097
19098 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19099
19100 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19101 (help-for-help): Add `C-h .' to the listed Help options.
19102 Remove trailing whitespace.
19103
19104 * help-at-pt.el: New file.
19105
19106 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19107
19108 * subr.el (noreturn, 1value): New macros for test coverage.
19109 See `testcover.el'.
19110
19111 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19112
19113 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19114 for macro `1value'.
19115 (testcover-1value): New function. Checks that a 1value form
19116 actually returns only one value. Requested by RMS.
19117
19118 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19119
19120 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19121 (gdb-var-list-children, gdb-var-list-children-handler)
19122 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19123 gdb commands that use mi to keep them out of the command history.
19124
19125 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19126
19127 * cus-start.el (all): Add use-file-dialog.
19128
19129 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19130
19131 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19132
19133 2003-11-27 Kim F. Storm <storm@cua.dk>
19134
19135 * subr.el (posn-object-x-y): New defun.
19136
19137 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19138
19139 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19140 Don't use `space' for \\\n.
19141 Be more selective as to which # are comment-starters.
19142
19143 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19144
19145 * subr.el (number-sequence): Improve handling of floating point
19146 arguments (suggested by Kim Storm). Allow negative arguments.
19147
19148 2003-11-26 Kenichi Handa <handa@m17n.org>
19149
19150 * international/mule-cmds.el (standard-display-european-internal):
19151 Cancel the standard-display-table setting for ` and '.
19152
19153 2003-11-26 Kim F. Storm <storm@cua.dk>
19154
19155 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19156 New defcustoms to add ffap-like functionality to ido.
19157 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19158 (ido-no-final-slash): New defun.
19159 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19160 (ido-read-file-name): ): Toggle VC checking via
19161 vc-handled-backends instead of vc-master-templates.
19162 (ido-file-internal): Handle ido-use-url-at-point and
19163 ido-use-filename-at-point via code borrowed from ffap-guesser.
19164 Handle new ido-exit code ffap.
19165 (ido-sort-list): Ignore final slash when sorting file names.
19166
19167 2003-11-25 Kim F. Storm <storm@cua.dk>
19168
19169 * emulation/cua-base.el (cua--standard-movement-commands):
19170 Add forward-sentence and backward-sentence.
19171
19172 2003-11-25 Stephen Eglen <stephen@gnu.org>
19173
19174 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19175 iswitchb-exit is set to 'usefirst when user selects buffer at head
19176 of list using RET. (Selecting buffers at the head of the list was
19177 broken if the substring was also a complete buffername.)
19178
19179 2003-11-23 Kim F. Storm <storm@cua.dk>
19180
19181 * progmodes/compile.el (grep-command, grep-use-null-device)
19182 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19183 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19184 (grep-regexp-alist, grep-program, find-program)
19185 (grep-find-use-xargs, grep-history, grep-find-history)
19186 (grep-process-setup, grep-compute-defaults)
19187 (grep-default-command, grep, grep-tag-default, grep-find)
19188 (grep-expand-command-macros, grep-tree-last-regexp)
19189 (grep-tree-last-files, grep-tree): Move grep variables, functions
19190 and commands to new file grep.el.
19191 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19192 (compilation-process-setup-function): Doc fix.
19193 (compilation-highlight-regexp, compilation-highlight-overlay): New
19194 defvars used for highlighting current compile error in source buffer.
19195 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19196 LOCAL-MAP which overrides compilation-highlight-regexp and
19197 compilation-mode-map for this compilation.
19198 Delay calling compilation-set-window-height until after running
19199 compilation-process-setup-function so it can buffer-local override
19200 compilation-window-height.
19201 Check buffer-local value of compilation-scroll-output.
19202 (compilation-set-window-height): Use buffer-local value of
19203 compilation-window-height.
19204 (compilation-revert-buffer): Don't pass (undefined)
19205 preserve-modes arg to revert-buffer.
19206 (next-error-no-select, previous-error-no-select): New commands.
19207 (compilation-goto-locus): Temporarily highlight current match in
19208 source buffer using compilation-highlight-regexp.
19209
19210 * progmodes/grep.el: New file with grep code from compile.el.
19211 (grep): New defcustom group.
19212 (grep-window-height): New defcustom, like compilation-window-height.
19213 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19214 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19215 (grep-command, grep-use-null-device, grep-find-command)
19216 (grep-tree-files-aliases, grep-tree-ignore-case)
19217 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19218 (grep-setup-hook): New hook variable.
19219 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19220 (grep-last-buffer): New defvar, override compilation-last-buffer.
19221 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19222 Call compile-internal with args highlight-regexp and grep-mode-map.
19223
19224 2003-11-23 Kim F. Storm <storm@cua.dk>
19225
19226 * subr.el (event-start, event-end): Doc fix.
19227 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19228 (posn-area, posn-actual-col-row, posn-object): New defuns.
19229 (posn-col-row): Simplify doc. Rewrite to use cond.
19230 (posn-point): Also return buffer position for events outside text
19231 area (that info is now present in the event position).
19232
19233 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19234 mouse-set-point so that hscroll still works now that clicks on
19235 fringes generate specific mouse events.
19236 (mouse-set-point): Note that it now works in fringes and margins
19237 too due to new semantics of posn-point in fringes and margins.
19238
19239 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19240 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19241
19242 2003-11-20 Kim F. Storm <storm@cua.dk>
19243
19244 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19245 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19246 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19247 to 100 for icons to avoid increasing line height when shown.
19248
19249 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19250
19251 * newcomment.el (comment-normalize-vars): Initialize properly if
19252 comment-start was nil.
19253
19254 2003-11-19 Andreas Schwab <schwab@suse.de>
19255
19256 * simple.el (set-variable): Fix indentation.
19257
19258 2003-11-17 Kenichi Handa <handa@m17n.org>
19259
19260 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19261 Fix docstring.
19262
19263 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19264
19265 * international/latin1-disp.el (latin1-display): Fix docstring.
19266
19267 2003-11-16 John Wiegley <johnw@newartisans.com>
19268
19269 * eshell/em-ls.el (eshell-ls-file): There are times with
19270 size-width is nil and uncomputed (when directories are created in
19271 dired, for example); in this case, 4 is reasonable default value,
19272 although it may caused skewed new entries (which could be avoided
19273 by returning the original value of 8 in all cases, but 99% of the
19274 time this is a waste of whitespace).
19275
19276 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19277
19278 * cc-engine.el (c-guess-continued-construct)
19279 (c-guess-basic-syntax): Check a little more carefully if it's a
19280 function declaration when an unknown construct followed by a block
19281 is found inside a statement context. This avoids macros followed
19282 by blocks to be taken as function declarations.
19283
19284 (c-guess-continued-construct): Change the analysis of a statement
19285 continuation with a brace open to `substatement-block', for
19286 consistency with recognized statements.
19287
19288 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19289 start is in a position so that `c-beginning-of-statement-1' jumped
19290 to the beginning of the same statement.
19291
19292 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19293 Don't accept binary operators in the arglist if we're in a function
19294 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19295 template recognition in cases like "if (a < b || c > d)".
19296
19297 (c-restricted-<>-arglists): New more appropriate name for
19298 `c-disallow-comma-in-<>-arglists'.
19299
19300 Accessing functions updated for the variable name change.
19301
19302 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19303 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19304
19305 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19306 labels.
19307
19308 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19309 instead of duplicating parts of it. This fixes bogus label
19310 recognition.
19311
19312 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19313 of checking the context in which to apply the minimum indentation,
19314 so that it isn't enforced in e.g. namespace blocks.
19315
19316 * cc-vars.el (c-inside-block-syms): New constant used by
19317 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19318 to somewhat reduce the risk of becoming stale.
19319
19320 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19321 cc-cmds to cc-engine to allow use from cc-align.
19322
19323 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19324 qualified identifiers containing "::".
19325
19326 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19327 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19328
19329 * cc-vars.el (c-emacs-features): Use a space in front of the name
19330 of the temporary buffer. That also avoids dumping problems in
19331 XEmacs due to undo info being left around after the buffer is killed.
19332
19333 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19334 arglist to see if it's a K&R style declaration.
19335
19336 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19337 before returning `knr-argdecl-intro'.
19338
19339 2003-11-16 John Wiegley <johnw@newartisans.com>
19340
19341 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19342 field in a long-listing always 8 characters, use `size-width',
19343 which has already been computed.
19344
19345 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19346
19347 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19348
19349 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19350
19351 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19352 Support operation while narrowed, with `diff-restrict-view'.
19353
19354 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19355
19356 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19357 Take additional optional arg NARROWFUN. For the generated functions:
19358 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19359 include frags that arrange to check for and save narrowing state before
19360 the move and then conditionally call NARROWFUN after the move.
19361
19362 2003-11-14 John Wiegley <johnw@newartisans.com>
19363
19364 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19365 that was optional, but obviously missing based on surrounding code.
19366
19367 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19368 string arguments to numbers unless the whole argument was seen as
19369 a number.
19370
19371 2003-11-14 Kenichi Handa <handa@m17n.org>
19372
19373 * international/mule.el (ctext-non-standard-encodings-alist):
19374 Fix coding systems.
19375
19376 2003-11-10 Kenichi Handa <handa@m17n.org>
19377
19378 * language/kannada.el ("Kannada"): Add sample-text.
19379
19380 * language/knd-util.el (kannada-compose-region)
19381 (kannada-compose-string, kannada-post-read-conversion):
19382 Add autoload cookie.
19383
19384 * international/quail.el (quail-completion): Change the message
19385 "corresponding translations" to "corresponding characters".
19386
19387 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19388
19389 * descr-text.el (describe-char): Fix typo.
19390
19391 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19392
19393 These changes are to support Kannada language/script.
19394
19395 * Makefile.in (DONTCOMPILE): Add kannada.el.
19396
19397 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19398
19399 * loadup.el: Preload kannada.el.
19400
19401 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19402 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19403 New variables.
19404
19405 * language/kannada.el: New file.
19406
19407 * language/knd-util.el: New file.
19408
19409 2003-11-07 Andreas Schwab <schwab@suse.de>
19410
19411 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19412 Also highlight AH_*.
19413
19414 * xml.el (xml-parse-dtd): Fix misplaced paren.
19415
19416 2003-11-07 Kenichi Handa <handa@m17n.org>
19417
19418 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19419
19420 2003-11-05 Juri Linkov <juri@jurta.org>
19421
19422 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19423 (desktop-buffer-file): Use saved buffer-file-coding-system
19424 for file reading. Set auto-insert to nil to prevent automatic
19425 insertion into restored empty files.
19426
19427 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19428
19429 * files.el (risky-local-variable-p): Make second argument optional.
19430
19431 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19432
19433 * subr.el (add-hook): Fix last change.
19434
19435 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19436
19437 * mail/rmail.el (rmail-convert-to-babyl-format):
19438 If base64-decode-region signals an error, catch it and silently
19439 ignore it.
19440
19441 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19442
19443 * xml.el (xml-parse-region): Allow comments to appear after the
19444 topmost element has closed.
19445 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19446 (xml-ns-expand-attr): New functions to do namespace handling.
19447 (xml-intern-attrlist): Back-compatible handling of attribute names.
19448 (xml-parse-tag): Move namespace handling to separate functions.
19449 Now produces elements in the form ((:ns . "element") (attr-list)
19450 children) instead of ('ns:element (attr-list) children).
19451 (xml-parse-attlist): Fix attribute parsing.
19452 (xml-parse-dtd): Change parsing so that it produces strings
19453 instead of interned symbols.
19454
19455 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19456
19457 * dired.el (dired-ls-sorting-switches): Doc fix.
19458
19459 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19460
19461 * emacs-lisp/rx.el (rx-or): Fix the case of
19462 "(rx (and ?a (or ?b ?c) ?d))".
19463
19464 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19465
19466 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19467 (texinfo-format-region): Use it.
19468 (texinfo-format-buffer-1): Ditto.
19469
19470 2003-11-01 Alan Mackenzie <acm@muc.de>
19471
19472 Changes to allow scrolling whilst in isearch mode:
19473 * isearch.el (isearch-unread-key-sequence): New function,
19474 extracted from isearch-other-meta-char.
19475 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19476 "scrollable" standard functions.
19477 (isearch-allow-scroll): New customizable variable.
19478 (isearch-string-out-of-window, isearch-back-into-window)
19479 (isearch-reread-key-sequence-naturally)
19480 (isearch-lookup-scroll-key): New functions.
19481 (isearch-other-meta-char): Doc string and functionality enhanced.
19482 Now accepts a prefix argument.
19483 (isearch-lazy-highlight-window-end): New variable.
19484 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19485 end (thru isearch-lazy-highlight-window-end), not only its start.
19486
19487 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19488 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19489 (universal-argument, universal-argument-more, negative-argument)
19490 (digit-argument, universal-argument-other-key): Minor changes.
19491
19492 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19493
19494 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19495 recursively if the last message is deleted, thus avoiding an
19496 infinite loop.
19497
19498 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19499
19500 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19501 (tex-main-file): Don't add .tex if the extension is already present.
19502 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19503
19504 2003-10-29 Lute Kamstra <lute@gnu.org>
19505
19506 * progmodes/octave-inf.el (inferior-octave-prompt):
19507 Recognize version number in prompt.
19508
19509 2003-10-28 Dave Love <fx@gnu.org>
19510
19511 * international/characters.el: Fix some Unicode ranges.
19512
19513 2003-10-28 Kenichi Handa <handa@m17n.org>
19514
19515 * disp-table.el (standard-display-8bit)
19516 (standard-display-default, standard-display-ascii)
19517 (standard-display-g1, standard-display-graphic)
19518 (standard-display-underline): Assure that standard-display-table
19519 is a display table.
19520
19521 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19522
19523 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19524 reindenting the first line.
19525
19526 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19527
19528 * wid-edit.el (widget-default-delete): Always delete child widgets.
19529
19530 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19531
19532 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19533 if the line has code.
19534 Don't try to line up with something that's too far left.
19535
19536 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19537 (octave-mode-syntax-table): Add % as a comment starter.
19538 (octave-point): Remove.
19539 (octave-in-comment-p, octave-in-string-p)
19540 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19541 (octave-blink-matching-block-open, octave-auto-fill):
19542 Use line-(beginning|end)-position instead.
19543
19544 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19545
19546 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19547 for Francesco Potort\e,Al\e(B.
19548
19549 2003-10-23 Dave Love <fx@gnu.org>
19550
19551 * international/mule-cmds.el (locale-charset-to-coding-system):
19552 Don't rely on nil being a coding system.
19553
19554 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19555 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19556 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19557
19558 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19559
19560 * gdb-ui.el (gdb-current-language): New variable.
19561 (gdb-update-flag): Remove variable.
19562 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19563 (gdb-take-last-elt): Remove function.
19564 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19565 (gdb-post-prompt): Check for variable object changes here.
19566
19567 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19568 object changes in gdb-ui.el.
19569
19570 2003-10-21 Richard M. Stallman <rms@gnu.org>
19571
19572 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19573
19574 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19575 Don't check for foo*/ wildcard form here.
19576 (insert-directory): Recognize foo*/ as a wildcard.
19577 Separate wildcard-regexp variable from the arg, wildcard.
19578
19579 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19580 (remove-hook): Correctly handle strange cases about local hooks.
19581
19582 2003-10-21 David Ponce <david@dponce.com>
19583
19584 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19585 argument REAL, to return a real number instead of a rounded
19586 integer value. Define as inline function.
19587 (ruler-mode-right-fringe-cols): Likewise.
19588 (ruler-mode-scroll-bar-cols): New function.
19589 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19590 (ruler-mode-right-scroll-bar-cols): Likewise.
19591 (ruler-mode-space): New function.
19592 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19593 scroll bar mode and margins in a more robust way.
19594
19595 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19596
19597 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19598 (antlr-c-init-language-vars): New function.
19599 (antlr-mode): Use it with cc-mode before v5.29.
19600 (antlr-c-common-init): Don't set some local vars here.
19601 (antlr-mode): Set them here.
19602 (antlr-c-forward-sws): New function alias.
19603 (antlr-mode): Redefine with cc-mode before v5.30.
19604 (antlr-skip-sexps): Use it.
19605 (antlr-skip-exception-part): Ditto.
19606 (antlr-skip-file-prelude): Ditto.
19607 (antlr-outside-rule-p): Ditto.
19608 (antlr-end-of-body): Ditto.
19609 (antlr-option-kind): Ditto.
19610 (antlr-insert-option-area): Ditto.
19611 (antlr-file-dependencies): Ditto.
19612
19613 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19614
19615 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19616 Move backward only if point was not inside an entry.
19617
19618 2003-10-21 Richard M. Stallman <rms@gnu.org>
19619
19620 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19621
19622 2003-10-21 Juri Linkov <juri@jurta.org>
19623
19624 * compare-w.el: Automatically skip non-matching text to resync.
19625 (compare-windows-whitespace): Doc fix.
19626 (compare-windows-sync, compare-windows-sync-string-size)
19627 (compare-windows-recenter, compare-ignore-whitespace)
19628 (compare-windows-highlight, compare-windows-face): New variables.
19629 (compare-windows): Use compare-windows-sync.
19630 (compare-windows-highlight, compare-windows-dehighlight)
19631 (compare-windows-sync-regexp)
19632 (compare-windows-sync-default-function): New functions.
19633
19634 2003-10-21 Juri Linkov <juri@jurta.org>
19635
19636 * diff.el (diff-parse-differences): Don't visit the files now;
19637 instead, just record the error locus.
19638
19639 2003-10-21 Dave Love <fx@gnu.org>
19640
19641 * progmodes/cfengine.el: New file.
19642
19643 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19644
19645 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19646 default-directory when completing file names.
19647
19648 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19649
19650 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19651 followed by the word `face', it gets treated as a face, even if
19652 it is also defined as a variable or a function.
19653
19654 2003-10-20 Dave Love <fx@gnu.org>
19655
19656 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19657 Avoid incf in macro expansion.
19658
19659 2003-10-20 John Paul Wallington <jpw@gnu.org>
19660
19661 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19662 `evenp' so we don't implicitly require cl library at runtime.
19663
19664 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19665
19666 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19667 (help-make-xrefs): Only make cross-references for faces if
19668 preceded or followed by the word `face'. Do not make a
19669 cross-reference for variables without variable documentation,
19670 unless preceded by the word `variable' or `option'. Update doc
19671 string accordingly.
19672
19673 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19674
19675 * progmodes/hideshow.el: Rewrite one-armed `if'
19676 constructs using either `when' or `unless'.
19677 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19678
19679 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19680
19681 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19682 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19683 instead of 12x12.
19684
19685 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19686
19687 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19688 message while converting to Babyl.
19689
19690 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19691
19692 * allout.el (allout-mode): Doc fix.
19693
19694 2003-10-16 Lute Kamstra <lute@gnu.org>
19695
19696 * subr.el (force-mode-line-update): Fix docstring.
19697
19698 2003-10-14 Dave Love <fx@gnu.org>
19699
19700 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19701 (default-input-method): Add :link, improve :type.
19702 (locale-charset-language-names): Fix utf-8 pattern.
19703 (locale-charset-match-p, locale-charset-alist)
19704 (locale-charset-to-coding-system): New.
19705 (set-locale-environment): Deal with codeset part of locale specs.
19706
19707 2003-10-14 Lute Kamstra <lute@gnu.org>
19708
19709 * fringe.el (fringe-mode): Use active voice in docstring.
19710 (set-fringe-style): Ditto.
19711
19712 2003-10-13 Lute Kamstra <lute@gnu.org>
19713
19714 * fringe.el (fringe-mode): Fix docstring.
19715 (set-fringe-style): Ditto.
19716
19717 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19718
19719 * ediff-mult.el (ediff-filegroup-action):
19720 Use ediff-default-filtering-regexp.
19721
19722 * ediff-util.el (ediff-recenter): Don't call
19723 ediff-restore-highlighting twice.
19724 (ediff-select-difference): Set current difference.
19725 (ediff-unselect-and-select-difference): Add comment.
19726
19727 * ediff.el (ediff-directories,ediff-directory-revisions)
19728 (ediff-directories3,ediff-merge-directories)
19729 (ediff-merge-directories-with-ancestor)
19730 (ediff-merge-directory-revisions)
19731 (ediff-merge-directory-revisions-with-ancestor):
19732 Use ediff-default-filtering-regexp.
19733
19734 2003-10-12 Andreas Schwab <schwab@suse.de>
19735
19736 * international/mule-cmds.el (locale-charset-language-names):
19737 Simplify regex by removing unused grouping.
19738
19739 2003-10-10 Dave Love <fx@gnu.org>
19740
19741 * bindings.el: Don't bind stop.
19742
19743 2003-10-08 Miles Bader <miles@gnu.org>
19744
19745 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19746 face instead of attempting to emulate it.
19747
19748 2003-10-07 Kenichi Handa <handa@m17n.org>
19749
19750 * international/mule-diag.el (list-coding-systems-1): List coding
19751 systems that are loaded automatically.
19752
19753 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19754
19755 * international/mule.el (autoload-coding-system): New function.
19756
19757 2003-10-07 Andreas Schwab <schwab@suse.de>
19758
19759 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19760 change-log-default-name in the buffer visiting the file.
19761
19762 2003-10-06 Dave Love <fx@gnu.org>
19763
19764 * files.el (find-file-hook): Customize.
19765 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19766
19767 * bindings.el (completion-ignored-extensions): Remove .log.
19768 (global-map): Add again, open, stop keys.
19769
19770 2003-10-05 Richard M. Stallman <rms@gnu.org>
19771
19772 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19773 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19774 Use sh-modify directly.
19775 (sh-select): Use sh-append, not eval.
19776
19777 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19778
19779 * info.el (Info-following-node-name): New function.
19780
19781 * loadhist.el (unload-feature-special-hooks):
19782 Rename from loadhist-hook-functions.
19783 (loadhist-hook-functions): Now an alias.
19784
19785 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19786
19787 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19788 file-name clashes on 8+3 filesystems.
19789
19790 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19791 Rename loaddefs-boot.el to ldefs-boot.el
19792
19793 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19794 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19795
19796 2003-10-03 Lute Kamstra <lute@gnu.org>
19797
19798 * info.el (Info-mode): Revert previous change.
19799 (Info-escape-percent): New function.
19800 (Info-fontify-node): Use it.
19801
19802 2003-10-02 Andreas Schwab <schwab@suse.de>
19803
19804 * loaddefs-boot.el: Regenerated.
19805
19806 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19807
19808 * ffap.el: Remove defadvice related code from CVS since `complete'
19809 provides a `PC-completion-as-file-name-predicate' variable that
19810 ffap can override.
19811
19812 2003-10-02 Kenichi Handa <handa@m17n.org>
19813
19814 * international/utf-8.el (ccl-decode-mule-utf-8):
19815 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19816
19817 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19818 * international/subst-big5.el: Likewise.
19819 * international/subst-gb2312.el: Likewise.
19820 * international/subst-ksc.el: Likewise.
19821
19822 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19823
19824 * calendar/calendar.el (increment-calendar-month)
19825 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19826 (generate-calendar, calendar-read-date, calendar-interval)
19827 (calendar-day-of-week): Handle years BC.
19828 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19829
19830 2003-10-01 Dave Love <fx@gnu.org>
19831
19832 * language/cyrillic.el (cp1251): Alias for windows-1251.
19833
19834 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19835 bootstrap.
19836
19837 2003-10-01 Lute Kamstra <lute@gnu.org>
19838
19839 * files.el: Fix typo.
19840 * imenu.el (imenu--generic-function): Docstring fix.
19841
19842 2003-09-30 Richard M. Stallman <rms@gnu.org>
19843
19844 * dired.el (dired-mode): Handle dired-directory as a list.
19845
19846 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19847
19848 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19849
19850 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19851
19852 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19853 Replace gud-display with gud-watch.
19854 (gud-speedbar-buttons): Add stuff for watching expressions
19855 in the speedbar when using M-x gdba. Use dolist on old part
19856 of this function.
19857
19858 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19859 (gdb-update-flag): New variables.
19860 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19861 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19862 (gud-watch, gdb-var-create-handler) : New functions.
19863 (gdb-var-list-children, gdb-var-list-children-handler)
19864 (gdb-var-create-regexp, gdb-var-update-regexp)
19865 (gdb-var-list-children-regexp): New constants.
19866 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19867 (gdb-annotation-rules): Reduce annotation set (level 3).
19868 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19869 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19870 updates.
19871 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19872 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19873 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19874 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19875 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19876 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19877 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19878 (gud-display, gud-display1)
19879 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19880 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19881 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19882 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19883 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19884 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19885 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19886 (gdb-display-display-buffer, gdb-toggle-display)
19887 (gdb-delete-display, gdb-expressions-popup-menu)
19888 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19889 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19890 to display buffer.
19891
19892 2003-09-30 Richard M. Stallman <rms@gnu.org>
19893
19894 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19895 Instead, set which-func-functions.
19896
19897 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19898 (which-func-functions): New variable.
19899 (which-function): Use that.
19900
19901 * info.el (Info-mode): Double each `%' in header line.
19902
19903 * emacs-lisp/lisp-mnt.el (lm-with-file):
19904 When FILE is nil, run BODY in current buffer.
19905
19906 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19907
19908 * help.el (describe-mode): Start with a brief list of minor modes.
19909 Find them thru minor-mode-list so as to find them all.
19910 Show them in alphabetical order.
19911
19912 * mail/sendmail.el (mail-aliases): Doc fix.
19913
19914 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19915
19916 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19917
19918 * mail/rmailsum.el (rmail-make-summary-line-1):
19919 Change comma after last label to a space.
19920 (rmail-summary-font-lock-keywords): Adapt to that change.
19921
19922 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19923
19924 * progmodes/scheme.el (scheme-mode-variables): When setting
19925 `font-lock-defaults', also specify that "#" should
19926 be interpreted with `word' syntax.
19927 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19928
19929 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19930
19931 * desktop.el: A lot of comments updated.
19932 (desktop-save-mode): Minor mode introduced.
19933 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19934 (desktop-load-default): Function made obsolete.
19935 (desktop-locals-to-save): Variable made customizable.
19936 (desktop-read): Optional parameter `dirname' added.
19937 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19938 `desktop-read' used.
19939 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19940
19941 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19942
19943 * whitespace.el (whitespace-clean-msg): Add user customizable message
19944 for displaying ``clean'' output.
19945 (whitespace-buffer): Use `whitespace-clean-msg'.
19946 (whitespace-global-mode): Fix typo.
19947
19948 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19949
19950 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19951
19952 2003-09-29 Lute Kamstra <lute@gnu.org>
19953
19954 * bindings.el (mode-line-modes): Remove superfluous :propertize
19955 construct in initialization.
19956 (mode-line-position): Change cons cell into proper list in
19957 initialization.
19958
19959 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19960
19961 * international/mule.el (decode-coding-inserted-region): Use car
19962 of the return value of find-operation-coding-system.
19963
19964 2003-09-29 Kenichi Handa <handa@m17n.org>
19965
19966 * descr-text.el (describe-char): Fix previous change.
19967
19968 2003-09-28 Kenichi Handa <handa@m17n.org>
19969
19970 * descr-text.el (describe-char-display): New function.
19971 (describe-char): Pay attention to display table on describing how
19972 a character is displayed.
19973
19974 * international/mule-cmds.el (encoded-string-description):
19975 Prepend "0x" to each encoded byte.
19976
19977 2003-09-28 Andreas Schwab <schwab@suse.de>
19978
19979 * find-file.el (ff-special-constructs): Add autoload cookie.
19980
19981 2003-09-28 Kevin Ryde <user42@zip.com.au>
19982
19983 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19984 makeinfo appends to duplicate index entries.
19985
19986 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19987
19988 * dired-x.el (dired-clean-tex): Doc fix.
19989
19990 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19991 using a Chinese tutorial.
19992
19993 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19994
19995 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19996 between "MAIL FROM:" and "RCPT TO:" and the following address.
19997
19998 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19999
20000 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20001
20002 2003-09-28 David Ponce <david@dponce.com>
20003
20004 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20005 (recentf-load-list): When `recentf-initialize-file-name-history'
20006 is non-nil, initialize an empty `file-name-history' with the
20007 recent list.
20008
20009 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20010
20011 * man.el (Man-default-man-entry): Remove the leading `*' from the
20012 word at point.
20013
20014 2003-09-26 Lute Kamstra <lute@gnu.org>
20015
20016 * bindings.el (mode-line-position): Mention size indication in
20017 docstring.
20018
20019 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20020
20021 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20022
20023 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20024 because it's autoloaded now.
20025
20026 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20027
20028 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20029 (sh-font-lock-keywords, sh-feature): Fix previous change of
20030 sh-feature to avoid infloop with sh-font-lock-keywords.
20031
20032 2003-09-25 Kim F. Storm <storm@cua.dk>
20033
20034 * frame.el (frame-current-scroll-bars): New defun.
20035
20036 * window.el (window-current-scroll-bars): New defun.
20037
20038 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20039
20040 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20041 cause errors when the state cache contains info on parts that have
20042 been narrowed out.
20043
20044 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20045
20046 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20047 `c-setup-paragraph-variables' has to be used when this variable is
20048 changed; it doesn't work to reinitialize the mode since that
20049 typically clobbers the variable.
20050
20051 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20052 Make it interactive.
20053
20054 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20055
20056 * progmodes/cc-fonts.el (c-font-lock-declarations):
20057 Fix recognition of constructors and destructors for classes whose
20058 names are matched by `*-font-lock-extra-types'.
20059
20060 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20061 followed by an identifier in C++ then it's a type.
20062
20063 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20064
20065 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20066 problem that primarily affected XEmacs. Don't use faces to find
20067 unterminated strings since Emacs and XEmacs fontify strings
20068 differently - this function should now work better in XEmacs.
20069
20070 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20071
20072 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20073 `expand-abbrev' workaround which caused braces to misbehave inside
20074 macros.
20075
20076 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20077 handling. This bug could cause interactive font locking to bail out.
20078
20079 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20080
20081 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20082 Handle paren-style types in Pike. Also fixed some cases of
20083 insufficient handling of unbalanced parens.
20084
20085 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20086
20087 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20088 common shell prompts that are not common filename or URL characters.
20089 (ffap-file-at-point): Use the new regexp to strip the prompts from
20090 the file names. This is an issue mostly for user prompts that
20091 don't have a trailing space and find-file-at-point is invoked from
20092 within a shell inside Emacs.
20093
20094 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20095
20096 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20097 stamps numerically, rather than textually.
20098
20099 2003-09-24 Kenichi Handa <handa@m17n.org>
20100
20101 * language/devan-util.el (devanagari-post-read-conversion):
20102 * language/mlm-util.el (malayalam-post-read-conversion):
20103 * language/tml-util.el (tamil-post-read-conversion):
20104 Add autoload cookie.
20105
20106 * international/utf-8.el (utf-8-post-read-conversion):
20107 Call post-read-conversion functions for Devanagari, Malayalam,
20108 and Tamil.
20109
20110 2003-09-23 Dave Love <fx@gnu.org>
20111
20112 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20113
20114 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20115
20116 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20117 Update gud-remove.
20118
20119 2003-09-22 Richard M. Stallman <rms@gnu.org>
20120
20121 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20122 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20123 (sh-mode-syntax-table-input): New variable.
20124 (sh-require-final-newline): Don't use eval.
20125 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20126 (sh-variables, sh-font-lock-keywords): Don't use eval.
20127 (sh-set-shell): When setting require-final-newline,
20128 treat value = `require-final-newline' as don't change it.
20129 Set sh-mode-syntax-table locally based on
20130 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20131
20132 * progmodes/compile.el (compile-internal):
20133 Call compilation-set-window-height before setting window start.
20134
20135 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20136
20137 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20138 Clear out byte-compile-last-warned-form.
20139
20140 2003-09-22 Richard M. Stallman <rms@gnu.org>
20141
20142 * woman.el (woman-file-name, woman-follow-word):
20143 If current-word returns nil, use "".
20144
20145 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20146
20147 2003-09-22 Richard M. Stallman <rms@gnu.org>
20148
20149 * emacs-lisp/lisp-mnt.el (lm-with-file):
20150 Don't visit the file, just use insert-file-contents in temp buffer.
20151
20152 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20153
20154 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20155 Add surrounding \\( and \\) around the header, as in
20156 for lm-history-header 'Change Log\\|History'.
20157
20158 2003-09-22 John Paul Wallington <jpw@gnu.org>
20159
20160 * progmodes/ld-script.el: Add Commentary section,
20161 minor cleanup of file header.
20162 (ld-script-font-lock-keywords): Doc fix.
20163 (toplevel): Provide `ld-script' feature.
20164
20165 2003-09-21 Kim F. Storm <storm@cua.dk>
20166
20167 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20168 new built-in variable default-frame-scroll-bars.
20169 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20170 scroll-bar-mode; notably, use it instead of t when we toggle
20171 scroll-bars on.
20172 (toggle-scroll-bar): Use default-frame-scroll-bars.
20173
20174 2003-09-19 Masatake YAMATO <jet@gyve.org>
20175
20176 * pcvs.el (cvs-do-removal): Change the prompt depending on
20177 `filter' value.
20178
20179 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20180
20181 * startup.el (command-line-1): Stop startup-echo-area-message
20182 being hidden by "Loading image..." message.
20183 (use-fancy-splash-screens-p, display-splash-screen):
20184 Move display-graphic-p test from latter to former.
20185
20186 * progmodes/sh-script.el (sh-font-lock-keywords):
20187 Highlight escaped EOLs differently from other backslash constructs.
20188
20189 2003-09-19 Richard M. Stallman <rms@gnu.org>
20190
20191 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20192 New functions.
20193 (edebug-enter, edebug-outside-excursion): Use them.
20194
20195 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20196 Fix the condition for whether to print "In WHERE".
20197
20198 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20199
20200 * finder.el (finder-mode-hook): New variable.
20201 (finder-mode): Run hook finder-mode-hook
20202
20203 2003-09-18 Masatake YAMATO <jet@gyve.org>
20204
20205 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20206
20207 2003-09-17 Mario Lang <mlang@delysid.org>
20208
20209 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20210 "p %e" to actually print the value in the GUD buffer.
20211
20212 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20213
20214 From David Ponce <david.ponce@wanadoo.fr>:
20215 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20216 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20217 from loaddefs-boot.el if necessary.
20218
20219 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20220
20221 * progmodes/gud.el (gud-find-class): Make jdb work again since
20222 cc-mode changed the syntactic information.
20223
20224 2003-09-15 David Ponce <david@dponce.com>
20225
20226 * recentf.el: (recentf-exclude): Accept predicates too.
20227 (recentf-file-readable-p): New function.
20228 (recentf-include-p): Handle predicates in recentf-exclude.
20229 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20230 (recentf-cleanup): Likewise.
20231 (recentf-save-list): Use write-file to handle backup of
20232 recentf-save-file.
20233
20234 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20235
20236 * loaddefs-boot.el: Renamed from `loaddefs.el'
20237 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20238 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20239 necessary.
20240
20241 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20242
20243 * electric.el (Electric-pop-up-window): For the `one-window' case,
20244 no longer disconcertingly move point in the original buffer.
20245
20246 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20247
20248 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20249
20250 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20251
20252 * dired.el (dired-mode-map): Fix typo.
20253
20254 2003-09-11 Richard M. Stallman <rms@gnu.org>
20255
20256 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20257
20258 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20259
20260 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20261 the function is less noisy. Now only `kill-buffer' can ask questions.
20262
20263 2003-09-10 Mario Lang <mlang@delysid.org>
20264
20265 * battery.el: Update Commentary and Copyright.
20266 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20267 appear due to wrong ordering of the expressions in `or'.
20268
20269 2003-09-09 Lute Kamstra <lute@gnu.org>
20270
20271 * misc.el (upcase-char): Fix docstring.
20272 (zap-up-to-char): New command.
20273
20274 2003-09-08 David Ponce <david@dponce.com>
20275
20276 Ensure that recentf correctly updates the menu bar.
20277 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20278 (recentf-menu-bar): New function.
20279 (recentf-clear-data): Use it
20280 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20281 of easy-menu-change.
20282
20283 2003-09-08 Lute Kamstra <lute@gnu.org>
20284
20285 * simple.el (size-indication-mode): New.
20286 * bindings.el (mode-line-position): Add buffer size indicator.
20287
20288 2003-09-04 Mario Lang <mlang@delysid.org>
20289
20290 * battery.el (battery-linux-proc-acpi): New function.
20291 (battery-status-function): Modify default value calculation to also
20292 check for availability of ACPI.
20293 (battery-echo-area-format): Ditto.
20294 (battery-mode-line-format): Ditto.
20295
20296 2003-09-06 Dave Love <fx@gnu.org>
20297
20298 * ielm.el (ielm-mode-hook): Add :options.
20299
20300 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20301 (eldoc-print-current-symbol-info): Use it.
20302
20303 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20304
20305 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20306 being displayed in GUD buffer.
20307 (gdb-idle-input-queue): Remove var. Use just one queue.
20308 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20309 Remove functions. Use just one queue.
20310 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20311 (gdb-invalidate-assembler, gdb-get-current-frame):
20312 Modify functions. Use just one queue.
20313
20314 2003-09-04 Dave Love <fx@gnu.org>
20315
20316 * cus-start.el: Add blink-cursor-alist.
20317
20318 * ruler-mode.el (ruler-mode-fill-column-char)
20319 (ruler-mode-current-column-char): Use char-displayable-p,
20320 not window-system.
20321
20322 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20323
20324 * language/european.el (windows-1252): Move from code-pages.
20325
20326 * language/cyrillic.el ("Windows-1251"): Delete.
20327 ("Bulgarian", "Belarusian"): Remove `features'.
20328 (windows-1251): Move from code-pages.
20329
20330 * international/mule-diag.el (non-iso-charset-alist):
20331 Remove `codepage' stuff.
20332 (print-designation, list-coding-systems-1): Output fixes.
20333
20334 * international/code-pages.el (cp-make-translation-table)
20335 (cp-valid-codes): Made defsubsts.
20336 (cp-fix-safe-chars): Delete.
20337 (mule-diag): Don't require.
20338 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20339 (top-level): Check for defined coding system when defining
20340 cp... aliases. Change w32-add-charset-info test to avoid warning.
20341 (non-iso-charset-alist): Defvar when compiling.
20342 (cp-make-coding-system): Doc fix.
20343
20344 2003-09-02 Jason Rumney <jasonr@gnu.org>
20345
20346 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20347 line-ends from CVS before doing conversion.
20348
20349 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20350
20351 * calendar/diary-lib.el (diary-header-line-flag)
20352 (diary-header-line-format): New variables.
20353 (list-diary-entries): Use them to set header line in simple diary.
20354
20355 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20356 other than font-lock-string-face to highlight backslashes.
20357
20358 2003-09-01 Jason Rumney <jasonr@gnu.org>
20359
20360 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20361 regexp.
20362
20363 2003-09-01 Dave Love <fx@gnu.org>
20364
20365 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20366
20367 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20368 and :help; also line and column numbers labels.
20369
20370 * international/mule-util.el (char-displayable-p): Move from
20371 latin1-disp, rename and autoload.
20372
20373 * international/latin1-disp.el (latin1-char-displayable-p):
20374 Now obsolete alias. Replace uses with char-displayable-p.
20375 (latin1-display-ucs-per-lynx): Fix last change.
20376
20377 * international/mule-cmds.el (standard-display-european-internal):
20378 Don't use char code for Latin-1 NBSP.
20379 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20380 U+2018, U+2019 for `'.
20381 (select-safe-coding-system): Message fix.
20382
20383 2003-09-01 Kenichi Handa <handa@m17n.org>
20384
20385 * international/fontset.el (setup-default-fontset): For Thai
20386 font, specify "*" family.
20387
20388 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20389
20390 * progmodes/compile.el (previous-error): Accept a prefix
20391 argument, similarly to next-error.
20392
20393 2003-08-31 Masatake YAMATO <jet@gyve.org>
20394
20395 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20396 the number of files. Bind the number of files to a local
20397 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20398
20399 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20400
20401 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20402 2003-07-26: msdos-long-file-names is a function, not a variable.
20403
20404 2003-08-29 Richard M. Stallman <rms@gnu.org>
20405
20406 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20407 Do nothing with mail-personal-alias-file if it is nil.
20408
20409 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20410 Do nothing if mail-personal-alias-file is nil.
20411
20412 * term.el (term-exec-1): Bind coding-system-for-read.
20413
20414 * dired.el (dired-mouse-find-file-other-window):
20415 Use dired-view-command-alist here, as in dired-view-file.
20416 (dired-view-command-alist): Use %s to substitute file name.
20417 Handle .ps_pages, .eps, .jpg, .gif, .png.
20418
20419 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20420
20421 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20422 `Info-prev-reference', instead of M-tab.
20423
20424 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20425
20426 * simple.el (blink-matching-open): Work correctly on chars that
20427 are designated as parens through the syntax-table text property.
20428
20429 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20430
20431 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20432 line break position in the middle of a non-kinsoku (e.g. latin)
20433 word, making it skip until either a space or a character with
20434 category "|".
20435 (kinsoku-longer): Test for end of buffer.
20436
20437 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20438
20439 * mail/rmail.el (rmail-convert-to-babyl-format):
20440 Detect quoted-printable- and base64-encoded messages and decode them
20441 automatically. Set the message's encoding from the charset=
20442 header, if any. Decode base64-encoded messages in Mail format as well.
20443
20444 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20445
20446 * mail/smtpmail.el: Fix previous change.
20447 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20448 calling smtpmail-via-smtp.
20449 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20450
20451 2003-08-26 John Paul Wallington <jpw@gnu.org>
20452
20453 * image.el (image-jpeg-p): Don't search beyond length of data.
20454
20455 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20456
20457 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20458 misfeature in `expand-abbrev' which caused electric keywords like
20459 "else" to disappear if an open brace was typed directly afterwards.
20460
20461 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20462
20463 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20464 mandatory in `define-widget'.
20465
20466 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20467 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20468
20469 (c-assignment-operators): New language constant that only contains
20470 the assignment operators.
20471
20472 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20473
20474 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20475
20476 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20477 Safeguard against unbalanced sexps.
20478
20479 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20480
20481 * version.el (emacs-version): Check for gtk. Include gtk version info.
20482
20483 2003-08-25 John Paul Wallington <jpw@gnu.org>
20484
20485 * man.el (Man-default-man-entry): Don't whizz past the section
20486 number before looking for it.
20487
20488 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20489
20490 * progmodes/gud.el (gud-display-line): Don't set window-point if
20491 source buffer is not visible. (Only happens with M-x gdba.)
20492
20493 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20494 documentation.
20495 (gdb-source, gdb-source-info): Update to assembler unnecessary
20496 as its done after each GDB command anyway.
20497 (gdb-pre-prompt): Use with-current-buffer.
20498 (gdb-insert-field): Add help-echo text.
20499 (gdb-invalidate-assembler): Re-display of assembler now done in
20500 gdb-info-breakpoints-custom.
20501 (gdb-info-breakpoints-custom): Force re-display of assembler to
20502 happen *after* update of breakpoints buffer.
20503 (gdb-display-source-buffer): Don't choke if gdb-source-window
20504 isn't visible.
20505 (gdb-put-string, gdb-put-arrow): Remove free variables.
20506
20507 2003-08-24 John Paul Wallington <jpw@gnu.org>
20508
20509 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20510
20511 * man.el (Man-default-man-entry): Strip text properties when
20512 snarfing parts of entry because `format' preserves properties.
20513
20514 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20515
20516 * files.el (file-newest-backup): Use `expand-file-name'.
20517
20518 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20519 Allow the diary to pop up a new frame, if needed.
20520
20521 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20522 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20523 (smtpmail-send-it): Make treatment of envelope-from consistent with
20524 sendmail.el.
20525
20526 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20527 (sh-leading-keywords): Add the bash `time' reserved word.
20528 (sh-variables): Add some bash variables.
20529 (sh-add-completer): Fix nil branch of case statement.
20530
20531 2003-08-24 Masatake YAMATO <jet@gyve.org>
20532
20533 * progmodes/ld-script.el: New file.
20534
20535 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20536
20537 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20538
20539 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20540
20541 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20542 Better explain obsolescence, and what to use instead.
20543
20544 2003-08-23 Masatake YAMATO <jet@gyve.org>
20545
20546 * pcvs.el (cvs-do-removal): Show the deleted file name
20547 on the prompt.
20548
20549 2003-08-20 Dave Love <fx@gnu.org>
20550
20551 * international/mule.el (make-coding-system)
20552 (set-buffer-file-coding-system): Doc fix.
20553
20554 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20555
20556 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20557
20558 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20559
20560 * international/utf-16.el: Add mime-text-unsuitable coding system
20561 properties.
20562
20563 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20564
20565 * cus-edit.el: Add some :links.
20566 (bib): Remove.
20567
20568 * textmodes/bib-mode.el (bib): Add :group external.
20569
20570 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20571
20572 * wid-edit.el (widget-echo-help): Make it handle expressions that
20573 evaluate to strings.
20574
20575 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20576
20577 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20578
20579 Simplify selection of SQL products to define highlighting and
20580 interactive mode. Includes detailed instructions on adding
20581 support for new products.
20582
20583 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20584 product for use in highlighting and interactive mode.
20585 (sql-interactive-product): New variable. SQL product for
20586 sql-interactive-mode.
20587 (sql-product-support): New variable. Specifies product-specific
20588 parameters to drive highlighting and interactive mode.
20589 (sql-imenu-generic-expression): Add more object types.
20590 (sql-sqlite-options): Correct comment.
20591 (sql-ms-program): Use "osql" rather than "isql".
20592 (sql-prompt-regexp, sql-prompt-length): Update comment.
20593 (sql-mode-menu): Add "Start SQLi session" entry.
20594 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20595 (sql-mode-abbrev-table): Add abbreviations. Support of
20596 SYSTEM-FLAG on define-abbrev. Support was removed with last
20597 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20598 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20599 names.
20600 (sql-mode-ansi-font-lock-keywords): Set as default value.
20601 (sql-mode-oracle-font-lock-keywords): Set as default value.
20602 Support Oracle 9i keywords.
20603 (sql-mode-postgres-font-lock-keywords): Set as default value.
20604 (sql-mode-linter-font-lock-keywords): Set as default value.
20605 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20606 SQLServer 2000.
20607 (sql-mode-sybase-font-lock-keywords)
20608 (sql-mode-interbase-font-lock-keywords)
20609 (sql-mode-sqlite-font-lock-keywords)
20610 (sql-mode-strong-font-lock-keywords)
20611 (sql-mode-mysql-font-lock-keywords)
20612 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20613 keywords.
20614 (sql-mode-font-lock-defaults): Update comment.
20615 (sql-product-feature): New function. Returns feature associated
20616 with a product from `sql-product-support' alist.
20617 (sql-product-font-lock): New function. Set font-lock support
20618 based on `sql-product'.
20619 (sql-add-product-keywords): New function. Add font-lock rules to
20620 product-specific keyword variables.
20621 (sql-set-product): New function. Set `sql-product' and apply
20622 appropriate font-lock highlighting.
20623 (sql-highlight-product): New function. Set font-lock support
20624 based on a product. Also set mode name to include product name.
20625 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20626 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20627 Use `sql-set-product'.
20628 (sql-highlight-ms-keywords)
20629 (sql-highlight-sybase-keywords)
20630 (sql-highlight-interbase-keywords)
20631 (sql-highlight-strong-keywords)
20632 (sql-highlight-mysql-keywords)
20633 (sql-highlight-sqlite-keywords)
20634 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20635 (sql-get-login): Prompt in the same order as the tokens.
20636 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20637 (sql-product-interactive): New function. Common portions of
20638 product-specific interactive mode wrappers.
20639 (sql-interactive-mode): Rewritten to use product features.
20640 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20641 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20642 (sql-db2, sql-linter): Use `sql-product-interactive'.
20643 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20644 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20645 (sql-connect-ingres, sql-connect-postgres)
20646 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20647 New functions. Format command line parameters and invoke comint on
20648 the appropriate interpreter. Code was in the corresponding
20649 `sql-xyz' function before.
20650 (sql-connect-ms): New function. Support -E argument to use
20651 operating system credentials for authentication.
20652
20653 2003-08-18 Kenichi Handa <handa@m17n.org>
20654
20655 * international/mule.el (encode-char): Fix for the ASCII case.
20656
20657 2003-08-15 Kenichi Handa <handa@m17n.org>
20658
20659 * international/fontset.el (setup-default-fontset): Change "*" to
20660 nil in the specifications of font family.
20661
20662 2003-08-18 Kim F. Storm <storm@cua.dk>
20663
20664 * kmacro.el (kmacro-keymap): Group related bindings in
20665 initialization for clarity. Bind C-s to start macro.
20666 Remove C-r binding.
20667 (kmacro-initial-counter-value): New defvar to hold initial counter
20668 value in case we set the value before defining a macro.
20669 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20670 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20671 not defining or executing macro. Doc fix.
20672 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20673 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20674 temporarily view older elements on the macro ring without cycling
20675 the ring.
20676 (kmacro-display): Doc fix.
20677 (kmacro-exec-ring-item): New helper function.
20678 (kmacro-call-ring-2nd): Use it.
20679 (kmacro-call-ring-2nd-repeat): Doc fix.
20680 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20681 (kmacro-end-or-call-macro): Execute last viewed macro (using
20682 kmacro-exec-ring-item) from ring if this follows
20683 kmacro-view-macro. This allows us to find a macro on the ring
20684 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20685 the ring to bring it to the head of the ring.
20686 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20687 Allow binding to reserved keys without specifying C-x C-k prefix.
20688 Ask for confirmation if entered key sequence is already bound to
20689 a non-macro command.
20690 (kmacro-view-macro): Repeating command will show older elements
20691 on the macro ring; C-k will execute the last viewed macro.
20692 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20693 property from 'ring to 'head.
20694
20695 2003-08-17 Alan Shutko <ats@acm.org>
20696
20697 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20698 keeping December out of the alist.
20699
20700 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20701
20702 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20703 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20704 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20705 (calendar-flatten): New function.
20706 (calendar-mouse-view-other-diary-entries)
20707 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20708 in the menu title and to show multi-line diary entries correctly
20709 in the menu.
20710
20711 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20712
20713 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20714 defcustom, because the default was recently changed.
20715
20716 2003-08-16 Richard M. Stallman <rms@gnu.org>
20717
20718 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20719
20720 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20721 New subroutine, broken out of eval-last-sexp-1.
20722 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20723
20724 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20725
20726 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20727
20728 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20729
20730 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20731
20732 * progmodes/compile.el (compilation-error-regexp-alist):
20733 Add Java ANt error detection as described in document
20734 http://ant.apache.org/faq.html
20735
20736 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20737
20738 * simple.el (backward-word, forward-to-indentation)
20739 (backward-to-indentation): Argument changed to optional.
20740 (next-line, previous-line): Use `or' instead of `unless'.
20741
20742 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20743
20744 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20745 instead of a constant.
20746
20747 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20748
20749 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20750
20751 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20752
20753 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20754 (vc-sccs-workfile-version): Search the entire delta table, rather
20755 than just the first entry, because that might be a deleted version.
20756
20757 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20758
20759 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20760 [save-place] binding in the Options menu. Have it require
20761 'saveplace' and then toggle the variable manually, to avoid an an
20762 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20763 for the bug report.
20764
20765 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20766
20767 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20768 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20769 (gdb-info-threads-custom): Add help-echo text.
20770 (gdb-display-back): Don't use purecopy.
20771 (gdb-info-breakpoints-custom, gdb-reset)
20772 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20773 icons can be displayed.
20774
20775 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20776
20777 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20778
20779 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20780
20781 * bookmark.el (bookmark-completing-read):
20782 Return a string, instead of a list of one string.
20783 Use a popup menu if activated from the mouse.
20784 (bookmark-edit-annotation): Remove unused vars.
20785 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20786 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20787 to bookmark-completing-read.
20788 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20789 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20790 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20791 and erase-buffer.
20792 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20793 (bookmark-menu-jump, bookmark-menu-insert)
20794 (bookmark-popup-menu-and-apply-function)
20795 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20796 (bookmark-menu-build-paned-menu): Remove by folding it into
20797 bookmark-menu-popup-paned-menu.
20798 (menu-bar-bookmark-map): Move the define-key statements here.
20799 Use the "non-menu" commands since they now pop up a menu if needed.
20800 (bookmark-exit-hook-internal): Simplify.
20801
20802 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20803
20804 * reftex-toc.el (reftex-toc-rename-label): New function.
20805 (reftex-toc-check-docstruct): New function.
20806
20807 * reftex.el (reftex-region-active-p): New function.
20808
20809 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20810 regexp to find the \bibliography macro.
20811
20812 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20813 which does not exist in LaTeX.
20814 (reftex-cite-format-builtin): Added amsrefs support.
20815 (reftex-toc-confirm-promotion): New option
20816
20817 * reftex-toc.el
20818 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20819 (reftex-toc-demote, reftex-toc-promote)
20820 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20821 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20822 (reftex-toc-newhead-from-alist)
20823 (reftex-toc-load-all-files-for-promotion): New functions.
20824 (reftex-toc-help): Added description of new keys.
20825 (reftex-toc-split-windows-fraction): New option.
20826 (reftex-recenter-toc-when-idle): Search *toc* window on all
20827 visible frames.
20828 (reftex-toc): Additional parameter REUSE
20829 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20830 with REUSE argument.
20831 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20832 the call of `reftex-toc'.
20833 (reftex-make-separate-toc-frame): New function .
20834 (reftex-toc-recenter): When called with triple prefix arg, call
20835 `reftex-make-separate-toc-frame' first.
20836 (reftex-toc-toggle-dedicated-frame): New command.
20837 (reftex-toc-quit): Adapted to delete frame when called in
20838 dedicated frame.
20839
20840 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20841 all enclosing macros.
20842
20843
20844 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20845
20846 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20847 first use.
20848
20849 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20850
20851 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20852
20853 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20854
20855 * calendar/calendar.el (list-diary-entries-hook)
20856 (diary-display-hook, nongregorian-diary-listing-hook)
20857 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20858 Add some customize options for these hooks.
20859 (calendar-abbrev-construct): Don't try to take a substring longer
20860 than the original string.
20861
20862 2003-08-05 Richard M. Stallman <rms@gnu.org>
20863
20864 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20865 (testcover-reinstrument-clauses): Doc fix.
20866
20867 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20868 (warning-type-format): Rename from warning-group-format.
20869
20870 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20871 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20872 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20873 to prevent warnings about defvar for an obsolete variable.
20874
20875 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20876 warning-group-format renamed to warning-type-format.
20877
20878 * subr.el (read-passwd): Use clear-string instead of fillarray.
20879
20880 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20881 Use vconcat instead of concat.
20882 (edmacro-sanitize-for-string): New function.
20883
20884 2003-08-05 Dave Love <fx@gnu.org>
20885
20886 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20887 line-number-display-limit-width.
20888
20889 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20890
20891 2003-08-05 Kenichi Handa <handa@m17n.org>
20892
20893 * international/code-pages.el: Don't require mule-diag.
20894
20895 * international/mule-diag.el (non-iso-charset-alist):
20896 Add autoload cookie.
20897
20898 * language/devan-util.el (dev-glyph-order): Add an entry for the
20899 glyph code #xC4.
20900
20901 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20902
20903 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20904 (european-calendar-style, diary-date-forms)
20905 (calendar-day-name-array, calendar-month-name-array): Doc change.
20906 (generate-calendar-month): Adapt for new behaviour of
20907 `calendar-day-name' function.
20908 (calendar-abbrev-length, calendar-day-abbrev-array)
20909 (calendar-month-abbrev-array): New variables.
20910 (calendar-abbrev-construct): New function.
20911 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20912 rather than fixing abbrevs at some width. Calling syntax change.
20913 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20914 (calendar-date-string): Adapt for new behaviours of
20915 `calendar-day-name' and `calendar-month-name' functions.
20916
20917 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20918 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20919 (diary-name-pattern): Use abbrev arrays, rather than fixing
20920 abbrevs at three chars. Calling syntax change.
20921 (mark-diary-entries): Adapt for new behaviours of
20922 `diary-name-pattern' and `calendar-make-alist' functions.
20923 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20924 `diary-name-pattern' function.
20925 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20926 fixing abbrevs at three chars. Calling syntax change.
20927 (cal-hebrew, cal-islam): Require when compiling.
20928 (diary-font-lock-keywords): Adapt for new behaviour of
20929 `font-lock-diary-date-forms' function.
20930
20931 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20932 (calendar-hebrew-month-name-array-common-year)
20933 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20934 (list-hebrew-diary-entries): Adapt for new behaviours of
20935 `calendar-day-name' and `add-to-diary-list' functions.
20936 (mark-hebrew-diary-entries): Adapt for new behaviours of
20937 `diary-name-pattern' and `calendar-make-alist' functions.
20938
20939 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20940 Add doc string.
20941 (list-islamic-diary-entries): Adapt for new behaviours of
20942 `calendar-day-name' and `add-to-diary-list' functions.
20943 (mark-islamic-diary-entries): Adapt for new behaviours of
20944 `diary-name-pattern' and `calendar-make-alist' functions.
20945
20946 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20947 `calendar-month-name' function.
20948
20949 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20950
20951 * calendar/solar.el (solar-seasons-data): Move definition before use.
20952
20953 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20954 (cal-tex-LaTeX-hourbox): Move definition before use.
20955
20956 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20957 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20958 * lunar.el, solar.el (displayed-month, displayed-year):
20959 Define for compiler.
20960
20961 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20962
20963 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20964 MODE. Renamed from c-init-c-language-vars'.
20965 (c-initialize-cc-mode): Change accordingly.
20966 (c-common-init): Ditto.
20967 (c-mode): Ditto.
20968 (c++-mode): Use `c-init-language-vars-for'.
20969 (objc-mode): Ditto.
20970 (java-mode): Ditto.
20971 (idl-mode): Ditto.
20972 (pike-mode): Ditto.
20973 (awk-mode): Ditto.
20974
20975 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20976
20977 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20978 or not the point moved.
20979
20980 (c-search-decl-header-end): Don't trip up on operator identifiers
20981 in C++ and operators like == in all languages.
20982
20983 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20984 Detect leading labels correctly.
20985
20986 2003-08-02 Andreas Schwab <schwab@suse.de>
20987
20988 * textmodes/ispell.el: Don't redo key bindings on loading, put
20989 them only in loaddefs.el.
20990 * bookmark.el: Likewise.
20991 * dabbrev.el: Likewise.
20992 * emerge.el: Likewise.
20993
20994 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20995 has more than one member.
20996
20997 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20998
20999 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21000
21001 * lpr.el (printify-region): It was ending conversion before the
21002 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21003
21004 2003-07-31 John Paul Wallington <jpw@gnu.org>
21005
21006 * net/browse-url.el (browse-url-epiphany): Doc fix.
21007
21008 2003-07-30 Kenichi Handa <handa@m17n.org>
21009
21010 * international/fontset.el (setup-default-fontset):
21011 Change registry names of Akurti fonts.
21012
21013 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21014
21015 * comint.el (comint-read-noecho): Use `clear-string' instead of
21016 `fillarray'.
21017
21018 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21019
21020 * outline.el (outline-mode-hook): Add defvar.
21021
21022 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21023
21024 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21025 Restore assembler in source window if that is what has been selected.
21026 (menu): Add gdb-restore-windows to menu. Make gdba
21027 specific menus only visible from gdba.
21028
21029 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21030
21031 * progmodes/compile.el (compilation-environment): New user variable.
21032 (compile-internal): Respect it.
21033
21034 2003-07-23 Masatake YAMATO <jet@gyve.org>
21035
21036 * progmodes/gud.el (gdb-script-font-lock-keywords):
21037 Put `font-lock-function-name-face' on a symbol which includes
21038 `-' like `hook-run'. Put font-lock-variable-name-face
21039 on a symbol starting with $.
21040
21041 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21042
21043 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21044
21045 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21046
21047 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21048
21049 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21050
21051 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21052 Use with-no-warnings.
21053 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21054 rather than to find-file-not-found-hook, which doesn't exist.
21055
21056 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21057
21058 * international/quail.el (quail-translate-key): Fix previous change.
21059
21060 2003-07-25 John Paul Wallington <jpw@gnu.org>
21061
21062 * server.el (server-start): Check `server-process' is non-nil
21063 before killing it to avoid killing current buffer's process.
21064
21065 * simple.el (choose-completion-string): Use `minibufferp';
21066 test `completion-reference-buffer' if `buffer' arg is nil.
21067 (push-mark): Use `when' and `unless'.
21068 (pop-mark): Use `when'.
21069
21070 * mouse-sel.el (mouse-sel-get-selection-function):
21071 Check `x-last-selected-text-primary'. Don't barf if it or
21072 `x-last-selected-text' aren't bound.
21073
21074 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21075
21076 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21077
21078 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21079
21080 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21081
21082 2003-07-23 John Paul Wallington <jpw@gnu.org>
21083
21084 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21085
21086 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21087
21088 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21089 string. Defvar the derived hook.
21090
21091 * macros.el (insert-kbd-macro): Escape double quote character.
21092 From Thomas W Murphy <twm@andrew.cmu.edu>.
21093
21094 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21095
21096 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21097 to match the specific mark rather than reusing comment-start-skip.
21098
21099 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21100
21101 * progmodes/hideshow.el (hs-special-modes-alist):
21102 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21103
21104 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21105
21106 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21107 value using ?\s.
21108
21109 2003-07-21 John Paul Wallington <jpw@gnu.org>
21110
21111 * subr.el (with-selected-window): Add closing paren.
21112
21113 2003-07-21 Richard M. Stallman <rms@gnu.org>
21114
21115 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21116 (lisp-mode): Likewise.
21117
21118 * subr.el (with-selected-window): Copy code form save-selected-window
21119 so as to call select-window with norecord arg.
21120 (dynamic-completion-table): Doc fix.
21121 (lazy-completion-table): Doc fix.
21122
21123 * international/mule-cmds.el (set-locale-environment):
21124 langinfo renamed to locale-info.
21125
21126 * international/mule.el (auto-coding-functions): Doc fix.
21127
21128 2003-07-21 Kenichi Handa <handa@m17n.org>
21129
21130 * international/quail.el (quail-translate-key):
21131 Update quail-current-str correctly.
21132
21133 2003-07-21 Andreas Schwab <schwab@suse.de>
21134
21135 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21136 ?, to "_".
21137
21138 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21139 Version 2.0.36 of Tramp released.
21140
21141 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21142 tramp-password-end-of-line.
21143 (tramp-password-end-of-line): New method parameter.
21144 (tramp-get-password-end-of-line): Function to access method
21145 parameter `tramp-password-end-of-line', or variable
21146 `tramp-default-password-end-of-line' (default value).
21147 (tramp-methods): Add entries for new parameter
21148 tramp-password-end-of-line.
21149 (tramp-enter-password): Use new function
21150 `tramp-get-password-end-of-line'.
21151 (tramp-handle-insert-file-contents): Do not
21152 unconditionally inhibit the file operation file-local-copy, only
21153 do that when the inhibit-file-name-operation is currently
21154 insert-file-contents. This fixes finding remote CVS-controlled
21155 files. (It would barf on inserting the CVS/Entries file
21156 literally, because the file-local-copy handler wasn't called.)
21157 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21158 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21159 (tramp-initial-commands): New variable.
21160 (tramp-process-initial-commands): New function, using the variable.
21161 (tramp-open-connection-setup-interactive-shell): Call the new function.
21162 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21163 method into the buffer name, never use nil. Reported by Hanak
21164 David <dhanak@inf.bme.hu>.
21165 (tramp-open-connection-setup-interactive-shell): Erase buffer
21166 before sending "stty -onlcr".
21167
21168 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21169
21170 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21171
21172 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21173
21174 2003-07-19 John Paul Wallington <jpw@gnu.org>
21175
21176 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21177 (artist-draw-rect, artist-draw-square): Doc fixes.
21178
21179 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21180
21181 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21182
21183 2003-07-19 Kenichi Handa <handa@m17n.org>
21184
21185 * international/kkc.el (kkc-show-conversion-list-update):
21186 Highlight the correct candidate in the message.
21187
21188 2003-07-18 John Paul Wallington <jpw@gnu.org>
21189
21190 * simple.el (current-word): Don't include punctuation char when
21191 `really-word' arg is non-nil.
21192
21193 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21194
21195 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21196 moved to the directory obsolete.
21197
21198 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21199
21200 * info.el (Info-menu-entry-name-re): Allow newlines in
21201 menu entry names.
21202
21203 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21204 syntax-ppss-after-change-function.
21205 (syntax-ppss-after-change-function): New alias. Update uses.
21206 (syntax-ppss): Catch the case where the buffer is narrowed.
21207
21208 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21209
21210 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21211 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21212
21213 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21214
21215 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21216 since it might be modified.
21217
21218 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21219 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21220 names to these language constants.
21221
21222 2003-07-15 Kim F. Storm <storm@cua.dk>
21223
21224 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21225 All uses changed.
21226
21227 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21228
21229 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21230 Namespace support.
21231
21232 2003-07-13 Juanma Barranquero <lektu@terra.es>
21233
21234 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21235 papers received).
21236
21237 2003-07-13 Karl Eichwalder <ke@suse.de>
21238
21239 * textmodes/po.el (po-find-charset): White space at the start of the
21240 Content-Type field body is non-mandatory.
21241
21242 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21243
21244 * textmodes/texinfo.el (texinfo-section-list):
21245 Append appendixsection; a synonym for appendixsec.
21246
21247 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21248
21249 * man.el (Man-translate-cleanup): New.
21250 (Man-translate-references): Call `Man-translate-cleanup' to clean
21251 leading, trailing and middle spaces.
21252
21253 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21254
21255 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21256 Handle `dired-directory' being a list.
21257
21258 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21259
21260 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21261 it doesn't exist.
21262
21263 2003-07-12 Richard M. Stallman <rms@gnu.org>
21264
21265 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21266
21267 * progmodes/cc-defs.el (c-make-keywords-re):
21268 Don't use delete-duplicates.
21269 (c-lang-const): Don't use mapcan.
21270
21271 * apropos.el (apropos-show-scores): Make it customizable.
21272 Document new meaning.
21273 (apropos): Compute scores from symbols.
21274 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21275
21276 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21277
21278 * ps-bdf.el: Fix copyright line.
21279 (bdf-directory-list): Fix initialization code.
21280
21281 2003-07-11 John Paul Wallington <jpw@gnu.org>
21282
21283 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21284 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21285 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21286
21287 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21288
21289 * emacs-lisp/ring.el (ring-elements): Doc fix.
21290
21291 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21292
21293 * calendar/timeclock.el (timeclock-relative)
21294 (timeclock-ask-before-exiting, timeclock-use-display-time):
21295 Doc changes.
21296 (timeclock-modeline-display): Give a message if
21297 `timeclock-use-display-time' is non-nil but `display-time-mode'
21298 is not active.
21299
21300 2003-07-11 Kenichi Handa <handa@m17n.org>
21301
21302 * international/mule-cmds.el (set-language-environment):
21303 Set current-language-environment to the correct string.
21304
21305 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21306
21307 * ps-print.el: Print line number correctly in a region. Reported by
21308 Tim Allen <timallen@ls83.fsnet.co.uk>.
21309 (ps-print-version): New version number (6.6.2).
21310 (ps-printing-region): Code fix.
21311
21312 2003-07-10 John Paul Wallington <jpw@gnu.org>
21313
21314 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21315 this function can be called from `add-completions-from-tags-table'.
21316
21317 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21318
21319 * calendar/timeclock.el (timeclock-use-display-time)
21320 (timeclock-day-over-hook, timeclock-workday-remaining)
21321 (timeclock-status-string, timeclock-when-to-leave)
21322 (timeclock-when-to-leave-string, timeclock-log-data)
21323 (timeclock-find-discrep, timeclock-day-base)
21324 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21325 (timeclock-modeline-display): Set the variable
21326 `timeclock-modeline-display'.
21327 (timeclock-update-modeline): Doc fix. Respect value of
21328 `timeclock-relative'.
21329
21330 2003-07-09 Richard M. Stallman <rms@gnu.org>
21331
21332 * textmodes/reftex-parse.el (reftex-all-document-files):
21333 Add autoload cookie.
21334
21335 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21336 (reftex-scanning-info-available-p): Add autoload cookie.
21337
21338 * international/mule-cmds.el
21339 (set-display-table-and-terminal-coding-system): Delete duplicate
21340 aset on standard-display-table.
21341
21342 * view.el (view-file): If existing buffer's major mode is special,
21343 don't go into view mode.
21344
21345 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21346
21347 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21348
21349 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21350 buffer changes; there's third party code that calls this function
21351 directly.
21352
21353 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21354
21355 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21356 (autodoc-font-lock-keywords): Don't byte compile on font lock
21357 initialization when running from byte compiled files.
21358
21359 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21360
21361 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21362 statement ends with auto-increment "++".
21363
21364 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21365
21366 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21367 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21368 these are changed, so declare them as variables and not constants.
21369
21370 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21371
21372 * subr.el (dolist, dotimes): Doc fix.
21373
21374 2003-07-08 Kim F. Storm <storm@cua.dk>
21375
21376 * international/mule-cmds.el
21377 (set-display-table-and-terminal-coding-system): Don't break
21378 bootstrap if standard-display-table isn't setup yet.
21379
21380 2003-07-07 Richard M. Stallman <rms@gnu.org>
21381
21382 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21383 Give it a doc string, and autoload it.
21384
21385 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21386 Use with-no-warnings.
21387
21388 * info.el (Info-search): If find invisible text, search again.
21389
21390 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21391
21392 * man.el (Man-name-regexp): Match + as part of name.
21393
21394 * simple.el (visible-mode): Rename from vis-mode.
21395 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21396
21397 * simple.el (current-word): New arg REALLY-WORD specifies
21398 don't include punctuation chars.
21399
21400 * emacs-lisp/debug.el (debug, debugger-env-macro):
21401 Use with-no-warnings while accessing and binding unread-command-char.
21402
21403 * international/mule-cmds.el
21404 (set-display-table-and-terminal-coding-system): Use explicit loop
21405 instead of calling standard-display-default.
21406
21407 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21408 Use condition-case to catch error in ange-ftp-get-files.
21409
21410 * net/browse-url.el (browse-url-browser-function):
21411 Add alternative for Epiphany.
21412 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21413 (browse-url-epiphany-startup-arguments)
21414 (browse-url-epiphany-new-window-is-tab): New variables.
21415 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21416
21417 * progmodes/compile.el (compile-auto-highlight): Default now t.
21418 (compile): Doc fix.
21419 (compilation-next-error): Fix previous change.
21420
21421 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21422
21423 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21424
21425 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21426
21427 * gdb-ui.el (gdb-source-info): Display current frame when
21428 attaching to an existing process.
21429 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21430 while laying out windows when attaching to an existing process.
21431
21432 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21433
21434 * info.el (Info-menu): Use Info-menu-entry-name-re.
21435
21436 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21437
21438 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21439 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21440
21441 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21442 to match the same text.
21443
21444 2003-07-06 John Paul Wallington <jpw@gnu.org>
21445
21446 * vc.el (vc-annotate-offset): Move defvar up.
21447
21448 2003-07-06 Kim F. Storm <storm@cua.dk>
21449
21450 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21451 This should fix the infinite loop when extracting menu names.
21452
21453 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21454
21455 * files.el (auto-mode-alist, interpreter-mode-alist):
21456 Remove entries to CC Mode modes to avoid duplicates; they are now added
21457 with autoload directives in cc-mode.el.
21458
21459 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21460
21461 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21462 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21463 these are changed, so declare them as variables and not constants.
21464
21465 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21466 ensure that the entry for ".c" extension comes before the one for
21467 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21468 Fix incorrect entries that were added to `interpreter-mode-alist'.
21469 Move the autoload directives for AWK to the top level since they
21470 aren't recognized anywhere else. Do not use the new AWK mode doc
21471 in the autoload form for the old AWK mode.
21472
21473 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21474
21475 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21476 (bibtex-sort-ignore-string-entries): Default value t.
21477 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21478 erroneously in previous version.
21479 (bibtex-string-files): Docstring reflects new parsing scheme.
21480 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21481 docstring, add # as one of the chars to crush
21482 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21483 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21484 (bibtex-autokey-name-change-strings)
21485 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21486 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21487 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21488 (bibtex-autokey-title-terminators)
21489 (bibtex-autokey-titlewords-stretch)
21490 (bibtex-autokey-titleword-ignore)
21491 (bibtex-autokey-titleword-case-convert)
21492 (bibtex-autokey-titleword-abbrevs)
21493 (bibtex-autokey-titleword-abbrevs)
21494 (bibtex-autokey-titleword-change-strings)
21495 (bibtex-autokey-titleword-length)
21496 (bibtex-autokey-titleword-separator)
21497 (bibtex-autokey-name-year-separator)
21498 (bibtex-autokey-year-title-separator)
21499 (bibtex-autokey-before-presentation-function)
21500 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21501 Fix docstring.
21502 (bibtex-strings, bibtex-reference-keys):
21503 Use lazy-completion-table and make-variable-buffer-local.
21504 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21505 (bibtex-braced-string-syntax-table)
21506 (bibtex-quoted-string-syntax-table): New variables.
21507 (bibtex-parse-nested-braces): Remove.
21508 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21509 (bibtex-parse-association): Simplify.
21510 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21511 (bibtex-parse-field-text): Simplify.
21512 (bibtex-search-forward-field, bibtex-search-backward-field):
21513 argument BOUND can take value t.
21514 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21515 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21516 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21517 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21518 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21519 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21520 and ending of entry. Update for changes of bibtex-search-entry.
21521 Simplify.
21522 (bibtex-map-entries): FUN is called with three arguments.
21523 (bibtex-search-entry): Return a cons pair with buffer positions of
21524 beginning and end of entry.
21525 (bibtex-enclosing-field): Simplify.
21526 (bibtex-format-entry): Use booktitle to set a missing title.
21527 (bibtex-autokey-get-names): Fiddle with regexps.
21528 (bibtex-generate-autokey): Use identity.
21529 (bibtex-parse-keys): Use simplified parsing algorithm if
21530 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21531 arguments. Return alist of keys.
21532 (bibtex-parse-strings): Simplify. Return alist of strings.
21533 (bibtex-complete-string-cleanup): Fix docstring.
21534 (bibtex-read-key): New function.
21535 (bibtex-mode): Fix docstring. Do not parse for keys and
21536 strings when the mode is entered. Set fill-paragraph-function to
21537 bibtex-fill-field. Setup font-lock-mark-block-function the way
21538 font-lock intended.
21539 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21540 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21541 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21542 (bibtex-Preamble): Avoid hard coded constants.
21543 (bibtex-make-field): Fix docstring. Simplify.
21544 (bibtex-beginning-of-entry): Always return new position of point.
21545 (bibtex-end-of-entry): Rearrange cond clauses.
21546 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21547 Update for changes of bibtex-map-entries.
21548 (bibtex-ispell-abstract): Do not move point.
21549 (bibtex-entry-index): Use downcase. Simplify.
21550 (bibtex-lessp): Handle catch-all.
21551 (bibtex-find-crossref): Turn into a command.
21552 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21553 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21554 preamble entries.
21555 (bibtex-fill-field-bounds): New function.
21556 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21557 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21558 (bibtex-String): Use bibtex-strings. Always obey
21559 bibtex-sort-ignore-string-entries.
21560
21561 2003-07-05 John Paul Wallington <jpw@gnu.org>
21562
21563 * cus-theme.el (customize-create-theme):
21564 Call `customize-create-theme' in Reset widget's notify function.
21565
21566 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21567 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21568 (define-ibuffer-column name): Add summarizer.
21569 (define-ibuffer-column size): Likewise.
21570 (define-ibuffer-column filename): Likewise.
21571 (define-ibuffer-column process): Likewise. Change BODY's output too.
21572 (define-ibuffer-column filename-and-process): Likewise, likewise.
21573 (ibuffer): Remove local vars `already-in' and `need-update'.
21574
21575 * ibuf-ext.el: Don't require `derived' at compile-time.
21576
21577 2003-07-05 Kim F. Storm <storm@cua.dk>
21578
21579 * info.el: Disable paragraph refilling.
21580 (Info-refill-paragraphs): New defcustom.
21581 (Info-fontify-node): Use it.
21582
21583 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21584
21585 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21586 thingies from constructors created by defstruct.
21587
21588 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21589 the default value of the variable.
21590 (byte-code-meter): Move declaration to top level.
21591
21592 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21593
21594 * info.el (Info-following-node-name-re): New fun.
21595 (Info-following-node-name): Remove.
21596 (Info-insert-dir): Use the new fun.
21597 (Info-extract-pointer): Don't save restriction; use new fun.
21598 (Info-menu-entry-name-re): New const.
21599 (Info-menu-entry-name-re): Use it along with new fun.
21600 (Info-node-spec-re): Use new fun.
21601 (Info-complete-menu-item, Info-fontify-node): Use new const.
21602 (Info-goto-node, Info-follow-reference, Info-menu-update):
21603 Use match-string.
21604 (Info-follow-reference): Use assoc-string.
21605 Use a list of strings for the completion table.
21606 (Info-fontify-node): Use match-string, line-end-position.
21607 Limit the search for `node:' to the first line.
21608
21609 * newcomment.el (uncomment-region): Remove padding coming from
21610 comment-start rather than just from comment-padding.
21611
21612 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21613 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21614 (vc-cvs-rename-file): Remove (use the default).
21615 (vc-cvs-register): Register parent dir if needed.
21616 (vc-cvs-could-register): Return non-nil if parent can be registered.
21617 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21618 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21619
21620 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21621 (vc-svn-update): Fix the arguments to `svn'.
21622 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21623 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21624 Simple implementations, assuming `name' is a URL.
21625
21626 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21627 set of chars allowed unquoted in a case pattern.
21628
21629 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21630
21631 * font-lock.el (font-lock-extra-types-widget)
21632 (c-font-lock-extra-types, c++-font-lock-extra-types)
21633 (objc-font-lock-extra-types, java-font-lock-extra-types)
21634 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21635 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21636 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21637 (font-lock-match-c++-structor-declaration)
21638 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21639 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21640 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21641 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21642 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21643 (java-font-lock-keywords-3, java-font-lock-keywords)
21644 (java-font-lock-syntactic-face-function): Remove obsolete code
21645 and constants. It's all in cc-fonts.el now.
21646
21647 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21648
21649 * mail/sendmail.el (mail-specify-envelope-from)
21650 (mail-envelope-from): Doc fix.
21651
21652 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21653
21654 * generic-x.el: Do away with the dependency on `c-emacs-features'
21655 when populating `rul-generic-mode-syntax-table'; we already know
21656 this isn't XEmacs.
21657
21658 See ChangeLog.10 for earlier changes.
21659
21660 ;; Local Variables:
21661 ;; coding: iso-2022-7bit
21662 ;; End:
21663
21664 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21665 Copying and distribution of this file, with or without modification,
21666 are permitted provided the copyright notice and this notice are preserved.
21667
21668 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1