]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
2
3 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
4 minibuffer prompt.
5
6 2005-06-13 Kim F. Storm <storm@cua.dk>
7
8 * subr.el (add-to-ordered-list): New defun.
9
10 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11 add cua--keymap-alist to emulation-mode-map-alists.
12
13 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * subr.el (complete-in-turn): New macro.
16 (dynamic-completion-table, lazy-completion-table): Add debug info.
17
18 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19 in preference to face aliases.
20
21 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
22 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
23 Remove unused vars `start' and `firstline'.
24 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
25 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26
27 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28
29 * cus-start.el (all): Don't complain about missing GTK-related
30 variables, unless either `gtk' is boundp or this isn't a
31 `windows-nt' build.
32
33 2005-06-13 Lute Kamstra <lute@gnu.org>
34
35 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
36 run-mode-hooks.
37
38 * ediff-mult.el (ediff-meta-mode):
39 * ediff-util.el (ediff-mode): Use run-mode-hooks.
40
41 * ledit.el (ledit-mode): Use delay-mode-hooks.
42
43 * woman.el (woman-mode-line-format): Delete constant.
44 (woman-mode-map): Initialize it properly.
45 (woman-mode): Set mode-class property to special.
46 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
47 Set major-mode and mode-name. Don't set mode-line-format directly.
48 (Man-getpage-in-background): Don't reference woman-mode-line-format.
49
50 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
51 string argument obsolete.
52
53 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
54
55 * textmodes/org.el: (org-CUA-compatible): New option.
56 (org-disputed-keys): New variable.
57 (org-key): New function.
58 (orgtbl-make-binding): Add docstring to the created function.
59 (org-mode): Set paragraph start/separate regexps.
60 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
61 (org-archive-location, org-archive-mark-done)
62 (org-archive-stamp-time): New options.
63 (org-archive-subtree): New command.
64 (org-fill-paragraph): New function.
65 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
66 (org-fake-empty-table-line): Function removed.
67 (org-format-org-table-html): Do not create empty table lines at
68 separator lines. Improved table header treatment.
69 (org-link-format): New option.
70 (org-make-link): New function.
71 (org-insert-link, org-store-link): Use org-make-link.
72 (org-open-file): Quote file name for shell command, to allow
73 spaces in file names.
74 (org-link-regexp): Fix bug with mailto link.
75 (org-link-maybe-angles-regexp, org-protected-link-regexp):
76 New constants.
77 (org-export-as-html): Deal with the optional angles around a link.
78 Better treatment of file: links.
79 (org-open-at-point): Replace @{ and @} with < and >.
80 (org-run-mode-hooks): Function removed.
81 (org-agenda-mode): No longer use `org-run-mode-hooks'.
82
83 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
84
85 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
86 MI command -data-list-register-values.
87 (gdb-post-prompt): Indent properly.
88
89 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
90
91 * hilit-chg.el (highlight-changes-colors): Rename from
92 `highlight-changes-colours'.
93 (highlight-changes-colours): Keep as obsolete alias.
94 (highlight-changes-face-list): Doc fix.
95 (hilit-chg-make-list): Use `highlight-changes-colors'.
96
97 2005-06-12 Mark A. Hershberger <mah@everybody.org>
98
99 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
100 defun-prompt-regexp.
101
102 2005-06-12 Eli Zaretskii <eliz@gnu.org>
103
104 * loadup.el: Don't say we are dumping under 2 names on windows-nt
105 and cygwin.
106
107 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
108 Don't use an old loaddefs.el, as in Makefile.in.
109
110 2005-06-12 Lute Kamstra <lute@gnu.org>
111
112 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
113
114 * man.el (Man-mode-map): Initialize it properly.
115 (Man-mode): Set mode-class property to special.
116
117 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
118
119 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
120
121 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
122 A newline is needed in the docstring there.
123
124 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
125 Doc fixes.
126
127 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
128
129 * printing.el: Doc fix. The menubar is no more changed when printing
130 is loaded, it only changes when pr-menu-bind or pr-update-menus is
131 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
132 (pr-version): New version number (6.8.4).
133 (pr-menu-bind): New command.
134 (pr-update-menus): Docstring and code fix.
135 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
136 Docstring fix.
137 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
138 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
139
140 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
141
142 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
143 "Returns" to "return", document useful return values, etc.
144
145 2005-06-11 Alan Mackenzie <acm@muc.de>
146
147 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
148 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
149 (adaptive-file-function): Minor amendment to doc-string.
150
151 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
152
153 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
154 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
155 Fix :type--it is `integer', not `string'.
156
157 * faces.el (modeline-highlight): Rename from (the erroneous)
158 `modeline-higilight'.
159
160 2005-06-11 Lute Kamstra <lute@gnu.org>
161
162 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
163 lisp-interaction-mode-map but make it the parent.
164 (edebug-eval-mode): Use define-derived-mode.
165
166 2005-06-11 Andreas Schwab <schwab@suse.de>
167
168 * bindings.el: Add binding of `ESC functionkey' for every
169 `M-functionkey'.
170 * hexl.el (hexl-mode-map): Likewise.
171
172 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
173
174 * progmodes/compile.el (compilation-error-regexp-alist-alist)
175 [msft]: update regexp for newer msft compilers.
176
177 2005-06-10 Mark A. Hershberger <mah@everybody.org>
178
179 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
180 ATTLIST portions of included DTDs.
181 (xml-parse-dtd): Eliminate use of inefficient match-data.
182
183 2005-06-10 Miles Bader <miles@gnu.org>
184
185 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
186 (mpuz-text): Remove "-face" suffix from face names.
187 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
188 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
189 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
190
191 * play/gomoku.el (gomoku-O, gomoku-X):
192 Remove "-face" suffix from face names.
193 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
194 New backward-compatibility aliases for renamed faces.
195 (gomoku-font-lock-keywords): Use renamed gomoku faces.
196
197 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
198
199 * thumbs.el: Fixes for changes of 2005-06-09.
200 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
201 as a directory.
202 (thumbs-thumbname): Remove directory separator from format string;
203 `thumbs-thumbsdir' now returns a valid directory name.
204 (thumbs-temp-dir): New defsubst.
205 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
206 Use it.
207
208 * cus-edit.el (minibuffer):
209 * files.el (make-backup-file-name-function):
210 * filesets.el (filesets-external-viewers):
211 * hilit-chg.el (highlight-changes-colours)
212 (highlight-changes-face-list, highlight-changes-rotate-faces):
213 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
214 * kmacro.el (kmacro-call-macro):
215 * log-edit.el (log-edit-changelog-full-paragraphs):
216 * mouse.el (mouse-1-click-follows-link):
217 * skeleton.el (skeleton-autowrap):
218 * subr.el (insert-for-yank-1):
219 * tempo.el (tempo-insert-region):
220 * terminal.el (terminal-emulator):
221 * time.el (display-time-mail-face):
222 * vc.el (vc-annotate):
223 * vcursor.el (vcursor-copy-line):
224 * woman.el (woman-bold-headings, woman-ignore)
225 (woman-default-faces, woman-monochrome-faces):
226 * calendar/todo-mode.el (todo-insert-threshold):
227 * emulation/pc-select.el (pc-select-selection-keys-only)
228 (pc-selection-mode):
229 * emulation/vip.el (vip-find-char-forward):
230 * emulation/viper-cmd.el (viper-find-char-forward):
231 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
232 (input-method-exit-on-invalid-key):
233 * international/mule-diag.el (describe-coding-system):
234 * international/ucs-tables.el (unify-8859-on-encoding-mode):
235 * net/browse-url.el (browse-url-xterm-program):
236 * obsolete/lazy-lock.el (lazy-lock-mode):
237 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
238 (cperl-mode):
239 * progmodes/cpp.el (cpp-face-light-name-list)
240 (cpp-face-dark-name-list):
241 * progmodes/delphi.el (delphi-newline-always-indents):
242 Fix spellings in docstrings.
243
244 * ido.el (ido-mode, ido-file-extensions-order)
245 (ido-default-file-method, ido-default-buffer-method)
246 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
247 (ido-decorations, ido-read-file-name-as-directory-commands)
248 (ido-read-file-name-non-ido, ido-work-directory-list)
249 (ido-ignore-item-temp-list, ido-current-directory)
250 (ido-magic-forward-char, ido-enter-find-file)
251 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
252 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
253
254 2005-06-10 Lute Kamstra <lute@gnu.org>
255
256 * play/dunnet.el (dun-mode): Use define-derived-mode.
257 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
258 obsolete alias.
259
260 * play/doctor.el (doctor-mode-map): Remove defvar.
261 (doctor-mode): Use define-derived-mode.
262
263 * mail/mspools.el (mspools-mode):
264 * net/eudc-hotlist.el (eudc-hotlist-mode):
265 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
266
267 2005-06-10 Miles Bader <miles@gnu.org>
268
269 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
270 Remove "-face" suffix from face names.
271 (flyspell-incorrect-face, flyspell-duplicate-face):
272 New backward-compatibility aliases for renamed faces.
273 (flyspell-mode-on, make-flyspell-overlay)
274 (flyspell-highlight-incorrect-region)
275 (flyspell-highlight-duplicate-region)
276 (flyspell-display-next-corrections)
277 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
278
279 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
280 from face name.
281 (texinfo-heading-face): New backward-compatibility alias for
282 renamed face.
283 (texinfo-heading-face): Use renamed texinfo-heading face.
284
285 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
286 suffix from face names.
287 (tex-math-face, tex-verbatim-face):
288 New backward-compatibility aliases for renamed faces.
289 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
290 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
291 literal face name.
292
293 * textmodes/table.el (table-cell): Remove "-face" suffix from face
294 name.
295 (table-cell-face): New backward-compatibility alias for renamed face.
296 (table--put-cell-face-property, table--update-cell-face):
297 Use renamed table-cell face.
298
299 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
300 from face name.
301 (sgml-namespace-face): New backward-compatibility alias for
302 renamed face.
303 (sgml-namespace-face): Use renamed sgml-namespace face.
304
305 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
306 (org-level-4, org-level-5, org-level-6, org-level-7)
307 (org-level-8, org-warning, org-headline-done)
308 (org-deadline-announce, org-scheduled-today)
309 (org-scheduled-previously, org-link, org-done, org-table)
310 (org-time-grid): Remove "-face" suffix from face names.
311 (org-level-1-face, org-level-2-face, org-level-3-face)
312 (org-level-4-face, org-level-5-face, org-level-6-face)
313 (org-level-7-face, org-level-8-face, org-warning-face)
314 (org-headline-done-face, org-deadline-announce-face)
315 (org-scheduled-today-face, org-scheduled-previously-face)
316 (org-link-face, org-done-face, org-table-face)
317 (org-time-grid-face):
318 New backward-compatibility aliases for renamed faces.
319 (org-level-faces, org-set-font-lock-defaults, org-timeline)
320 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
321 (org-agenda-get-timestamps, org-agenda-get-scheduled)
322 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
323
324 * emulation/viper-init.el (viper-search, viper-replace-overlay)
325 (viper-minibuffer-emacs, viper-minibuffer-insert)
326 (viper-minibuffer-vi): Remove "-face" suffix from face names.
327 (viper-search-face, viper-replace-overlay-face)
328 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
329 (viper-minibuffer-vi-face):
330 New backward-compatibility aliases for renamed faces.
331 (viper-search-face, viper-replace-overlay-face)
332 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
333 (viper-minibuffer-vi-face): Use renamed viper faces.
334
335 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
336 Remove "-face" suffix from face names.
337 (testcover-nohits-face, testcover-1value-face):
338 New backward-compatibility aliases for renamed faces.
339 (testcover-mark): Use renamed testcover faces.
340
341 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
342 face name.
343 (diary-button-face): New backward-compatibility alias for renamed face.
344 (diary-entry): Use renamed diary-button face.
345
346 * calendar/calendar.el (diary, calendar-today, holiday)
347 (mark-visible-calendar-date): Remove "-face" suffix from face names.
348 (diary-face, calendar-today-face, holiday-face):
349 New backward-compatibility aliases for renamed faces.
350 (eval-after-load "facemenu", diary-entry-marker)
351 (calendar-today-marker, calendar-holiday-marker, diary-face):
352 Use renamed calendar faces.
353
354 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
355 (compare-windows-face): New backward-compatibility alias for
356 renamed face.
357 (compare-windows-highlight): Use renamed compare-windows face.
358
359 * strokes.el (strokes-char): Remove "-face" suffix from face name.
360 (strokes-char-face): New backward-compatibility alias for renamed face.
361 (strokes-encode-buffer): Use renamed strokes-char face.
362
363 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
364 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
365 Remove "-face" suffix from face names.
366 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
367 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
368 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
369 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
370 Use renamed pcvs faces.
371 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
372 * pcvs-defs.el (cvs-mode-map): Likewise.
373 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
374
375 * info.el (info-title-1, info-title-2, info-title-3)
376 (info-title-4): Remove "-face" suffix from and downcase face names.
377 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
378 (Info-title-4-face):
379 New backward-compatibility aliases for renamed faces.
380 (Info-fontify-node): Use renamed info faces.
381
382 * hilit-chg.el (highlight-changes, highlight-changes-delete):
383 Remove "-face" suffix from face names.
384 (highlight-changes-face, highlight-changes-delete-face):
385 New backward-compatibility aliases for renamed faces.
386 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
387 (hilit-chg-make-list): Use renamed highlight-changes faces.
388
389 * generic-x.el (show-tabs-tab, show-tabs-space):
390 Remove "-face" suffix from face names.
391 (show-tabs-tab-face, show-tabs-space-face):
392 New backward-compatibility aliases for renamed faces.
393 (show-tabs-generic-mode-font-lock-defaults-1)
394 (show-tabs-generic-mode-font-lock-defaults-2):
395 Use renamed show-tabs faces.
396
397 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
398 (smerge-markers): Remove "-face" suffix from face names.
399 (smerge-mine-face, smerge-other-face, smerge-base-face)
400 (smerge-markers-face):
401 New backward-compatibility aliases for renamed faces.
402 (smerge-mine-face, smerge-other-face, smerge-base-face)
403 (smerge-markers-face): Use renamed smerge faces.
404
405 * log-view.el (log-view-file, log-view-message):
406 Remove "-face" suffix from face names.
407 (log-view-file-face, log-view-message-face):
408 New backward-compatibility aliases for renamed faces.
409 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
410
411 * paren.el (show-paren-match, show-paren-mismatch):
412 Remove "-face" suffix from face names.
413 (show-paren-match-face, show-paren-mismatch-face):
414 New backward-compatibility aliases for renamed faces.
415 (show-paren-function): Use renamed show-paren faces.
416
417 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
418 (ruler-mode-margins, ruler-mode-fringes)
419 (ruler-mode-column-number, ruler-mode-fill-column)
420 (ruler-mode-comment-column, ruler-mode-goal-column)
421 (ruler-mode-tab-stop, ruler-mode-current-column):
422 Remove "-face" suffix from face names.
423 (ruler-mode-default-face, ruler-mode-pad-face)
424 (ruler-mode-margins-face, ruler-mode-fringes-face)
425 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
426 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
427 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
428 New backward-compatibility aliases for renamed faces.
429 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
430 (ruler-mode-column-number, ruler-mode-fill-column)
431 (ruler-mode-comment-column, ruler-mode-goal-column)
432 (ruler-mode-tab-stop, ruler-mode-current-column)
433 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
434
435 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
436 face name.
437 (whitespace-highlight-the-space): Use renamed face.
438 (whitespace-highlight-face): New backward-compatibility alias for
439 renamed face.
440
441 * woman.el (woman-italic, woman-bold, woman-unknown)
442 (woman-addition, woman-symbol-face):
443 Remove "-face" suffix from face names.
444 (woman-italic-face, woman-bold-face, woman-unknown-face)
445 (woman-addition-face):
446 New backward-compatibility aliases for renamed faces.
447 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
448 (woman-decode-region, woman-replace-match)
449 (woman-display-extended-fonts, woman-special-characters)
450 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
451 Use renamed woman faces.
452
453 * longlines.el (longlines-visible-face): Face removed.
454
455 * diff-mode.el (diff-header, diff-file-header, diff-index)
456 (diff-hunk-header, diff-removed, diff-added, diff-changed)
457 (diff-function, diff-context, diff-nonexistent): Remove "-face"
458 suffix from face names.
459 (diff-header-face, diff-file-header-face, diff-index-face)
460 (diff-hunk-header-face, diff-removed-face, diff-added-face)
461 (diff-changed-face, diff-function-face, diff-context-face)
462 (diff-nonexistent-face): New backward-compatibility aliases for
463 renamed faces.
464 (diff-header-face, diff-file-header-face)
465 (diff-index, diff-index-face, diff-hunk-header)
466 (diff-hunk-header-face, diff-removed, diff-removed-face)
467 (diff-added, diff-added-face, diff-changed-face, diff-function)
468 (diff-function-face, diff-context-face, diff-nonexistent)
469 (diff-nonexistent-face): Use renamed diff-mode faces.
470
471 * progmodes/compile.el (compilation-warning-face)
472 (compilation-info-face): Remove "-face" suffix from face names.
473 (compilation-warning-face, compilation-info-face):
474 New backward-compatibility aliases for renamed faces.
475 (compilation-warning-face, compilation-info-face):
476 Use renamed compilation faces.
477
478 * add-log.el (change-log-date, change-log-name)
479 (change-log-email, change-log-file, change-log-list)
480 (change-log-conditionals, change-log-function)
481 (change-log-acknowledgement): Remove "-face" suffix from face names.
482 (change-log-date-face, change-log-name-face)
483 (change-log-email-face, change-log-file-face)
484 (change-log-list-face, change-log-conditionals-face)
485 (change-log-function-face, change-log-acknowledgement-face):
486 New backward-compatibility aliases for renamed faces.
487 (change-log-font-lock-keywords): Use renamed change-log faces.
488
489 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
490 (custom-set, custom-changed, custom-saved, custom-button)
491 (custom-button-pressed, custom-documentation, custom-state)
492 (custom-comment, custom-comment-tag, custom-variable-tag)
493 (custom-variable-button, custom-face-tag, custom-group-tag-1)
494 (custom-group-tag): Remove "-face" suffix from face names.
495 (custom-magic-alist, custom-magic-value-create)
496 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
497 (custom-invalid-face, custom-rogue-face, custom-modified-face)
498 (custom-set-face, custom-changed-face, custom-saved-face)
499 (custom-button-face, custom-button-pressed-face)
500 (custom-documentation-face, custom-state-face)
501 (custom-comment-face, custom-comment-tag-face)
502 (custom-variable-tag-face, custom-variable-button-face)
503 (custom-face-tag-face, custom-group-tag-face-1)
504 (custom-group-tag-face):
505 New backward-compatibility aliases for renamed faces.
506
507 * wid-edit.el (widget-documentation, widget-button)
508 (widget-field, widget-single-line-field, widget-inactive)
509 (widget-button-pressed): "-face" suffix removed from face names.
510 (widget-documentation-face, widget-button-face)
511 (widget-field-face, widget-single-line-field-face)
512 (widget-inactive-face, widget-button-pressed-face):
513 New backward-compatibility aliases for renamed faces.
514 (widget-documentation-face, widget-button-face)
515 (widget-button-pressed-face, widget-specify-field)
516 (widget-specify-inactive): Use renamed widget faces.
517
518 2005-06-10 Kenichi Handa <handa@m17n.org>
519
520 * term/x-win.el (x-clipboard-yank): Remove condition-case
521 wrapping.
522
523 2005-06-11 Kenichi Handa <handa@m17n.org>
524
525 * add-log.el (change-log-font-lock-keywords): Make the regexp for
526 date lines stricter.
527
528 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
529
530 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
531 of x-get-selection.
532
533 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
534
535 * comint.el (comint-mode, comint-snapshot-last-prompt):
536 * frame.el (frame-current-scroll-bars):
537 * term.el (term-mode, term-check-proc, term-input-sender)
538 (term-simple-send, term-extract-string, term-word)
539 (term-match-partial-filename):
540 * window.el (window-current-scroll-bars):
541 * emulation/cua-base.el (cua-normal-cursor-color)
542 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
543 (cua-global-mark-cursor-color):
544 * mail/undigest.el (rmail-forward-separator-regex):
545 Fix typos in docstrings.
546
547 * comint.el (comint-check-proc, make-comint-in-buffer)
548 (comint-source-default): Doc fixes.
549
550 * term.el (term-send-string): Improve argument/docstring
551 consistency.
552
553 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
554
555 * comint.el (comint-send-input): Bind `inhibit-read-only' around
556 call to `delete-region'.
557 (comint-mode-hook): Do not enable Font Lock by default.
558
559 2005-06-09 Lute Kamstra <lute@gnu.org>
560
561 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
562 could be void.
563
564 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * emacs-lisp/debug.el (debugger-will-be-back): New var.
567 (debug): Use it.
568 (debugger-step-through, debugger-continue, debugger-jump)
569 (debugger-return-value): Set it when needed.
570 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
571 Use inhibit-read-only.
572
573 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
574
575 * window.el (shrink-window-if-larger-than-buffer)
576 (window-size-fixed): Fix typo in docstring.
577
578 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
579 thumbnails directory on loading.
580 (thumbs-conversion-program): Use `eq' to check the system type,
581 not `equal'.
582 (thumbs-temp-dir): Initialize to `temporary-file-directory',
583 not "/tmp". Fix docstring.
584 (thumbs-thumbsdir): New function to return the thumbnails
585 directory, creating it if needed.
586 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
587 (thumbs-temp-file): Delete variable and make it into a function.
588 (thumbs-resize-image, thumbs-modify-image): Use it.
589 (thumbs-kill-buffer): Simplify.
590 (thumbs-gensym): Defalias or duplicate CL `gensym'.
591 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
592 docstrings.
593
594 2005-06-09 Kim F. Storm <storm@cua.dk>
595
596 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
597 set-match-data to free markers in match-data.
598
599 * replace.el (replace-match-data): Pass RESEAT arg `t' to
600 match-data to unchain markers in match-data.
601
602 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
603
604 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
605 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
606 unnecessary now.
607
608 2005-06-08 Richard M. Stallman <rms@gnu.org>
609
610 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
611 give the variable a doc string that doesn't say don't set it directly.
612
613 * textmodes/ispell.el (ispell-check-version):
614 Use match-string-no-properties.
615 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
616 (ispell-buffer-local-words): Likewise.
617
618 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
619 except on terminals with enough colors to really display it.
620 (makefile-dependency-regex): Delete spurious `bb'.
621
622 * faces.el (escape-glyph): Use blue once again in last case.
623 (no-break-space): Redefine so that it isn't invisible on a tty.
624
625 2005-06-08 Kim F. Storm <storm@cua.dk>
626
627 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
628 also when reading directory name.
629
630 2005-06-08 Lute Kamstra <lute@gnu.org>
631
632 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
633 (flyspell-mode-line-string): Remove autoload cookie.
634 (flyspell-mode): Remove defvar.
635
636 2005-06-07 Lute Kamstra <lute@gnu.org>
637
638 * textmodes/org.el (org-run-mode-hooks): New function.
639 (org-agenda-mode): Use it.
640
641 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
642
643 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
644
645 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
648
649 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
650
651 * font-lock.el (font-lock-add-keywords): Doc fix.
652
653 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
654
655 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
656 (tex-compile-default): In the absence of any history, use the order in
657 tex-compile-alist to choose the preferred command.
658 (tex-compile-commands): Reorder a bit.
659
660 * textmodes/flyspell.el (flyspell-auto-correct-binding)
661 (flyspell-incorrect-face, flyspell-duplicate-face):
662 Use (X)Emacs-agnostic code.
663 (flyspell-mode-map): Don't overwrite at each load. Remove code
664 redundant with the subsequent add-minor-mode. Merge Emacs and
665 XEmacs code.
666 (flyspell-word): Minor simplification.
667 (flyspell-math-tex-command-p): Quieten the byte-compiler.
668 (flyspell-external-point-words): Remove unused vars `size' and `start'.
669 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
670 Merge the corresponding Emacs code.
671 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
672
673 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
674 a dedicated window.
675
676 * international/latexenc.el (latexenc-find-file-coding-system):
677 Undo part of last patch, to turn off a compiler warning.
678
679 2005-06-06 Juri Linkov <juri@jurta.org>
680
681 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
682 Rename `tmm-inactive-face' to `tmm-inactive'.
683
684 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
685
686 * iswitchb.el: Rename faces.
687
688 2005-06-06 Kim F. Storm <storm@cua.dk>
689
690 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
691 (cua-global-mark): Remove -face suffix from face names.
692
693 * emulation/cua-gmrk.el (cua--init-global-mark):
694 Remove cua-global-mark face setup.
695
696 2005-06-06 Richard M. Stallman <rms@gnu.org>
697
698 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
699 just like other allowed characters.
700 (makefile-match-dependency): Exclude leading and training whitespace
701 from the range of regexp subexp 1.
702 (makefile-macroassign-regex): Don't try to match the body,
703 just the name of the macro being defined.
704
705 * info.el (Info-read-node-name-2): New function.
706 (Info-read-node-name-1): Use that.
707 Add a completion-base-size-function property.
708
709 * simple.el (completion-setup-function): Look for
710 completion-base-size-function property of
711 minibuffer-completion-table.
712
713 * files.el (locate-file-completion): Doc fix.
714
715 * printing.el: Don't call pr-update-menus; user must do that.
716
717 * emacs-lisp/debug.el (debugger-window): New variable.
718 (debug): Use debugger-window if it is set and still alive.
719 Record debugger-window for next entry.
720
721 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
722
723 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
724
725 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
726 (hack-one-local-variable, hack-local-variables)
727 (hack-local-variables-prop-line): Pass that arg.
728
729 2005-06-06 Kim F. Storm <storm@cua.dk>
730
731 * ido.el (ido-first-match, ido-only-match, ido-subdir)
732 (ido-indicator): Remove -face suffix from face names.
733
734 2005-06-06 Juri Linkov <juri@jurta.org>
735
736 * font-lock.el (font-lock-regexp-backslash)
737 (font-lock-regexp-backslash-construct): New faces.
738 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
739 after `('. Add `while-no-input' to control structures.
740
741 * faces.el (no-break-space, shadow): New faces.
742 (escape-glyph): Use less loud colors pink2 and red4.
743
744 * diff-mode.el (diff-context-face)
745 * dired.el (dired-ignored)
746 * rfn-eshadow.el (file-name-shadow)
747 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
748
749 * info.el (Info-title-1-face): Use green instead of yellow because
750 bold yellow is not readable on light backgrounds.
751
752 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
753 before selecting the desired mode to not spend time fontifying
754 old contents.
755
756 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
757
758 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
759 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
760
761 * ps-print.el (ps-default-fg, ps-default-bg):
762 Fix typos in docstrings.
763
764 * isearchb.el (isearchb): Don't pass a spurious second argument to
765 `iswitchb-completions'.
766
767 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
768
769 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
770 to preserve point.
771 (gdb-find-file-hook): Add doc string.
772
773 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
774 C dereferenced pointer expression.
775 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
776
777 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
778
779 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
780 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
781 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
782 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
783 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
784 Make background transparent.
785
786 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
787
788 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
789 (font-lock-remove-keywords): Doc fix.
790 (font-lock-mode-major-mode): Compiler defvar.
791 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
792
793 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
794 (font-lock-mode): Update `font-lock-mode-major-mode'.
795 (font-lock-set-defaults): Compiler defvar.
796 (font-lock-default-function): Take `font-lock-mode-major-mode'
797 into account.
798
799 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
800 keep track of which major mode it enabled the minor mode for.
801 Use find-file-hook again. Update docstring.
802
803 * simple.el (eval-expression-print-level)
804 (eval-expression-print-length, eval-expression-debug-on-error):
805 Doc fixes.
806
807 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
808
809 * iswitchb.el (iswitchb-single-match-face)
810 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
811 (iswitchb-invalid-regexp-face): New faces.
812 (iswitchb-completions): Use them.
813 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
814 now marked as an obsolete alias.
815 (iswitchb-read-buffer): Remove check for bound font variables.
816 (iswitchb-invalid-regexp): New free variable.
817 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
818 set iswitchb-invalid-regexp.
819 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
820 invalid regexps.
821 (iswitchb-completions): Add check for complete match when entering
822 a regexp.
823 (iswitchb-completions): Remove require-match argument.
824 (iswitchb-exhibit): Fix caller.
825 (iswitchb-common-match-inserted): New variable.
826 (iswitchb-complete, iswitchb-completion-help): Use it.
827
828 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
829
830 * url-http.el (url-http-chunked-encoding-after-change-function):
831 Use `url-http-debug' instead of `message'.
832
833 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
834
835 * url-http.el (url-http-parse-headers): Pass redirected URL as a
836 callback argument.
837
838 2005-06-04 Kim F. Storm <storm@cua.dk>
839
840 * simple.el (line-move): Only call sit-for when moving backwards.
841
842 * ido.el (ido-make-merged-file-list-1): New defun split from
843 ido-make-merged-file-list.
844 (ido-make-merged-file-list): Bind throw-on-input around call to
845 ido-make-merged-file-list-1. Return input-pending-p if
846 interrupted by more input available.
847 (ido-read-internal): Handle input-pending-p return value from
848 ido-make-merged-file-list.
849
850 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
853 compatibility code.
854
855 * international/latexenc.el (latexenc-find-file-coding-system):
856 Don't inherit the EOL part of the coding-system from the
857 tex-main buffer. Fit within 80 columns.
858
859 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
860
861 * tmm.el (tmm-inactive-face): New face.
862 (tmm-remove-inactive-mouse-face): New function.
863 (tmm-prompt, tmm-add-one-shortcut)
864 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
865 but not selectable.
866
867 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
868
869 * faces.el (face-equal): Improve argument/docstring consistency.
870
871 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
872
873 * progmodes/make-mode.el (makefile-targets-face)
874 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
875 (makefile-bsdmake-dependency-regex)
876 (makefile-makepp-rule-action-regex)
877 (makefile-bsdmake-rule-action-regex): New constants.
878 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
879
880 * progmodes/compile.el (compilation-error-regexp-alist-alist):
881 Allow (...) within `...' for makepp messages.
882
883 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
884
885 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
886
887 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
888 "." files are deleted from all file lists before comparison.
889
890 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
891 (viper-ESC-key): Made them customizable.
892
893 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
894
895 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
896
897 * autorevert.el (auto-revert-buffers): Use save-match-data.
898
899 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
900
901 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
902 menu items with a nil command binding.
903
904 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
905
906 * emacs-lisp/cl-macs.el (defsetf):
907 Improve argument/docstring consistency.
908
909 * faces.el (list-faces-display): Improve the formatting by
910 computing the maximum length required for any face-name (reworked
911 patch of 1999-01-11, accidentally deleted on 1999-07-21).
912 (internal-find-face): Remove redundant info in docstring.
913
914 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
915
916 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
917 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
918 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
919 (gdb-assembler-custom): Improve regexps.
920 (def-gdb-auto-update-handler): Use window point to preserve point.
921
922 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
925
926 2005-05-31 Jay Belanger <belanger@truman.edu>
927
928 * calc/calc-embed.el (calc-embedded-word): Change argument passed
929 to calc-embedded.
930 (calc-embedded-make-info): Have plain prefix argument select
931 entire line.
932
933 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
934
935 * faces.el (list-faces-display): Signal error if passed a regexp
936 that matches no face name.
937
938 * simple.el (filter-buffer-substring): Fix typo in docstring.
939
940 2005-05-31 Richard M. Stallman <rms@gnu.org>
941
942 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
943 (vhdl-emacs-21): Doc fix.
944 (vhdl-mode): Unconditionally set comment-padding.
945 (vhdl-fixup-whitespace-region): Insert spaces only where
946 there are none.
947 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
948
949 2005-05-30 John Wiegley <johnw@newartisans.com>
950
951 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
952 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
953 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
954 `directory-sep-char' to ?/, and all uses of `string-to-int' to
955 `string-to-number'.
956
957 2005-05-30 Jay Belanger <belanger@truman.edu>
958
959 * calc/calc.el (calc-bug-address): Fix docstring.
960 (calc-window-hook, calc-trail-window-hook): New variables.
961 (calc-trail-display): Restore use of calc-trail-window-hook.
962 (calc): Restore use of calc-window-hook.
963
964 2005-05-31 Masatake YAMATO <jet@gyve.org>
965
966 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
967
968 * help-fns.el (help-C-file-name): Add autoload mark for
969 `find-function-noselect'.
970
971 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
974 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
975
976 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
977
978 * calendar/diary-lib.el (mark-included-diary-files): Only kill
979 included diary buffer if it was not already being visited.
980 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
981
982 * calendar/icalendar.el (top-level): Do not require 'appt.
983
984 * mail/supercite.el (sc-select-attribution): Only use a list
985 element from sc-attrib-selection-list if it returns a string.
986 Reported by Davide G. M. Salvetti <salve@debian.org>.
987
988 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
989
990 * thumbs.el (thumbs-thumbname): The resulting thubname now
991 includes a hash value to improve its uniqueness, and has a ".jpg"
992 extension. Also, it is now a valid filename on all systems.
993 (thumbs-make-thumb): Use `let', not `let*'.
994 (thumbs-show-thumbs-list): Check for JPEG availability.
995
996 2005-05-30 Richard M. Stallman <rms@gnu.org>
997
998 * filesets.el (filesets-menu-ensure-use-cached):
999 Prevent warning when emacs-version>= is undefined.
1000
1001 * printing.el (pr-interactive-n-up): Use string-to-number.
1002
1003 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1004
1005 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1006 Warn only when name to be defined is quoted.
1007
1008 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1009
1010 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1011 Make regexp more robust.
1012 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1013 Force regeneration of disassembly.
1014
1015 2005-05-29 Jay Belanger <belanger@truman.edu>
1016
1017 * calc/calc.el (calc-user-invocation): Check if
1018 calc-invocation-macro is non-nil.
1019
1020 2005-05-29 Juri Linkov <juri@jurta.org>
1021
1022 * add-log.el (change-log-font-lock-keywords):
1023 Add `+' to e-mail regexp to accept mail address with keywords.
1024
1025 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1026
1027 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1028
1029 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1030
1031 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1032
1033 2005-05-29 Richard M. Stallman <rms@gnu.org>
1034
1035 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1036 Undo the change that moves to end of the current word.
1037
1038 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1039
1040 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1041 Throw error when count <= 0 to ensure input is a number.
1042 (gdb-read-memory-custom): Pick up address from buffer.
1043 (gdb-memory-mode): Allow user to increment and decrement
1044 memory address from header line.
1045
1046 2005-05-29 Richard M. Stallman <rms@gnu.org>
1047
1048 * flyspell.el (flyspell-version): Function deleted.
1049 (flyspell-auto-correct-previous-hook): Doc fix.
1050
1051 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1052 Do nothing if memory is full.
1053
1054 * font-lock.el (font-lock-fontify-syntactically-region):
1055 Pass t for GREEDY to looking-back.
1056
1057 * saveplace.el (save-place-alist-to-file): Write the file
1058 using write-region.
1059
1060 * subr.el (looking-back): New argument GREEDY.
1061
1062 * progmodes/compile.el (compilation-start): Set the mode
1063 before inserting the initial text.
1064
1065 * progmodes/which-func.el (which-func-update-1): Turn the mode
1066 off in case of error by setting which-func-mode.
1067
1068 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1069
1070 * flyspell.el (flyspell-auto-correct-previous-word):
1071 Narrow down to what's on the screen, and recenter overlays
1072 at the end of the next word.
1073
1074 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1075
1076 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1077 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1078 (flyspell-abbrev-p): Default to nil.
1079 (flyspell-use-global-abbrev-table-p): Doc fix.
1080 (flyspell-large-region): Allow nil as value.
1081 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1082
1083 (mail-mode-flyspell-verify): More robust handling
1084 of `mail-header-separator'. More efficient signature detection.
1085 Allow for regexp metacharacters in message-header-separator.
1086 Adding `To' not to be checked in mail-mode-flyspell-verify.
1087
1088 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1089 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1090 Bind flyspell-auto-correct-binding.
1091 Bind C-. and C-, .
1092 (flyspell-mode-map): Likewise.
1093 (flyspell-mode): Doc fix.
1094 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1095 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1096 (flyspell-word-cache-result): New var, always local.
1097 (flyspell-check-pre-word-p): Doc fix.
1098 (flyspell-check-changed-word-p): Handle spc like newline.
1099 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1100 (flyspell-word-search-backward, flyspell-word-search-forward):
1101 New functions.
1102 (flyspell-word): Return t if nothing to check.
1103 When parsing TeX code, check for after } or \.
1104 Use flyspell-word-search-backward to find previous word.
1105 Return nil if duplicated word.
1106 For word already checked, return same value as last time.
1107 Set flyspell-word-cache-result after checking.
1108 Don't clobber the return value.
1109 (flyspell-get-word): Major rewrite.
1110 (flyspell-external-point-words): New locals pword, pcount.
1111 Fix size used in progress message.
1112 Find the proper corresponding word in flyspell-large-region-buffer.
1113 (flyspell-region): Check for flyspell-large-region = nil.
1114 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1115 (flyspell-auto-correct-word): Check that WORD is a cons.
1116 (flyspell-correct-word): Likewise.
1117
1118 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1119
1120 * progmodes/make-mode.el (makefile-rule-action-regex)
1121 (makefile-macroassign-regex, makefile-makepp-mode)
1122 (makefile-bsdmake-mode): Continuation lines may be empty.
1123 Reported by Joshua Varner.
1124 (makefile-makepp-font-lock-keywords): Add $(stem).
1125
1126 2005-05-28 Karl Berry <karl@gnu.org>
1127
1128 * textmodes/tex-mode.el: Now that tex-send-command calls
1129 shell-quote-argument (2005-03-31 change), remove all calls to
1130 shell-quote-argument; they all end up invoking tex-send-command.
1131 The double quoting loses on filenames with non-safe characters,
1132 such as "@". Reported by Frederik Fouvry.
1133
1134 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1135
1136 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1137 about preserving point.
1138
1139 2005-05-27 Jay Belanger <belanger@truman.edu>
1140
1141 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1142 Info-goto-node.
1143
1144 * calc/calc-embed.el (calc-embed-arg): New variable.
1145 (calc-do-embedded-activate, calc-embedded-activate-formula)
1146 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1147 variable by new variable.
1148 (calc-embedded-make-info): Replace undeclared variable by new
1149 variable. When selecting region with positive prefix
1150 argument, use end of previous line instead of beginning of line.
1151
1152 * calc/calc-aent.el (calc-arg-values): Declare it.
1153
1154 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1155 Declare them.
1156
1157 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1158
1159 * calc/calc.el (calc-alg-map): Declare it.
1160
1161 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1162
1163 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1164
1165 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1166 (gdb-registers-buffer, toggle-gdb-all-registers):
1167 Toggle display of floating point registers.
1168 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1169
1170 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1171 (toggle-gud-tooltip-dereference):
1172 Rename from gud-toggle-tooltip-dereference.
1173
1174 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1177
1178 2005-05-27 Jay Belanger <belanger@truman.edu>
1179
1180 * calc/calc-prog.el (calc-kbd-report): Remove.
1181 (calc-kbd-query): Rewrite.
1182
1183 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1184
1185 * image.el (image-library-alist): Move to image.c.
1186 (image-type-available-p): Doc fix.
1187
1188 2005-05-27 Lute Kamstra <lute@gnu.org>
1189
1190 * calc/calc.el (calc):
1191 * outline.el (outline-1, outline-2, outline-3, outline-4)
1192 (outline-5, outline-6, outline-7, outline-8):
1193 * textmodes/dns-mode.el (dns-mode):
1194 * textmodes/sgml-mode.el (sgml-namespace-face):
1195 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1196 (tex-verbatim-face, tex-use-reftex):
1197 * textmodes/texinfo.el (texinfo-heading-face):
1198 Specify customization group.
1199
1200 * longlines.el: Don't require easy-mmode.
1201 (longlines-visible-face): Specify customization group.
1202
1203 2005-05-27 Kenichi Handa <handa@m17n.org>
1204
1205 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1206 encoding table of windows-1251.
1207
1208 * international/ucs-tables.el (ucs-set-table-for-input):
1209 If translation-table-for-input of a coding system is a symbol, get
1210 its translation-table property.
1211
1212 * international/code-pages.el: Don't register a coding system into
1213 non-iso-charset-alist more than once.
1214 (cp-make-coding-system): Likewise.
1215
1216 2005-05-26 John Wiegley <johnw@newartisans.com>
1217
1218 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1219 `eshell-resume-eval' is wrapped in a list, it indicates that the
1220 command was run asynchronously. In that case, unwrap the value
1221 before checking the delimiter value.
1222
1223 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1224 character before a space at the end of a line is \, assume the space
1225 is part of the last argument rather than a final argument separator.
1226
1227 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1228 is in use, and the target is `t' or `nil' (which are the most common
1229 values), don't assume that the symbol target is a buffer.
1230
1231 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1232
1233 * calendar/calendar.el (calendar-mode-line-format):
1234 Use mode-line-highlight as mouse-face.
1235
1236 * time.el (display-time-string-forms, display-time-update):
1237 Use mode-line-highlight as mouse-face.
1238
1239 2005-05-26 Jay Belanger <belanger@truman.edu>
1240
1241 * calc/calc.el (calc-language-alist): Remove extra defvar.
1242
1243 2005-05-26 Lute Kamstra <lute@gnu.org>
1244
1245 * arc-mode.el (archive-mode):
1246 * bookmark.el (bookmark-read-annotation-mode)
1247 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1248 * bs.el (bs-mode):
1249 * calc/calc-yank.el (calc-edit-mode):
1250 * calc/calc.el (calc-mode, calc-trail-mode):
1251 * calculator.el (calculator-mode):
1252 * chistory.el (command-history-mode):
1253 * comint.el:
1254 * cus-edit.el (custom-mode):
1255 * descr-text.el (describe-text-mode):
1256 * ebuff-menu.el (Electric-buffer-menu-mode):
1257 * ediff-util.el (ediff-mode):
1258 * emacs-lisp/re-builder.el (reb-mode):
1259 * emulation/vi.el (vi-mode-setup):
1260 * emulation/ws-mode.el (wordstar-mode):
1261 * eshell/esh-mode.el (eshell-mode):
1262 * forms.el (forms-mode):
1263 * help-mode.el (help-mode):
1264 * hexl.el (hexl-mode):
1265 * ibuffer.el (ibuffer-mode):
1266 * ielm.el (inferior-emacs-lisp-mode):
1267 * info.el (Info-mode, Info-edit-mode):
1268 * international/swedish.el:
1269 * ledit.el (ledit-from-lisp-mode):
1270 * locate.el (locate-mode):
1271 * mail/rmail.el (rmail-mode):
1272 * mail/rmailedit.el (rmail-edit-mode):
1273 * mail/rmailsum.el (rmail-summary-mode):
1274 * mail/supercite.el (sc-electric-mode):
1275 * net/eudc.el (eudc-mode):
1276 * net/quickurl.el (quickurl-list-mode):
1277 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1278 * obsolete/ooutline.el (outline-mode):
1279 * obsolete/options.el (Edit-options-mode):
1280 * obsolete/rnews.el (news-mode):
1281 * obsolete/rnewspost.el (news-reply-mode):
1282 * play/5x5.el (5x5-mode):
1283 * play/decipher.el (decipher-mode, decipher-stats-mode):
1284 * play/gomoku.el (gomoku-mode):
1285 * play/snake.el (snake-mode):
1286 * play/solitaire.el (solitaire-mode):
1287 * play/tetris.el (tetris-mode):
1288 * progmodes/ada-mode.el (ada-mode):
1289 * progmodes/antlr-mode.el (antlr-mode):
1290 * progmodes/autoconf.el (autoconf-mode):
1291 * progmodes/dcl-mode.el (dcl-mode):
1292 * progmodes/delphi.el (delphi-mode):
1293 * progmodes/ebrowse.el (ebrowse-tree-mode)
1294 (ebrowse-electric-list-mode, ebrowse-member-mode)
1295 (ebrowse-electric-position-mode):
1296 * progmodes/f90.el (f90-mode):
1297 * progmodes/fortran.el (fortran-mode):
1298 * progmodes/icon.el (icon-mode):
1299 * progmodes/idlw-help.el (idlwave-help-mode):
1300 * progmodes/idlw-shell.el (idlwave-shell-mode):
1301 * progmodes/idlwave.el (idlwave-mode):
1302 * progmodes/inf-lisp.el (inferior-lisp-mode):
1303 * progmodes/m4-mode.el (m4-mode):
1304 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1305 * progmodes/modula2.el (modula-2-mode):
1306 * progmodes/octave-inf.el (inferior-octave-mode):
1307 * progmodes/octave-mod.el (octave-mode):
1308 * progmodes/pascal.el (pascal-mode):
1309 * progmodes/sh-script.el (sh-mode):
1310 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1311 * progmodes/vhdl-mode.el (vhdl-mode):
1312 * progmodes/xscheme.el (scheme-interaction-mode):
1313 * replace.el (occur-mode):
1314 * ses.el (ses-mode):
1315 * simple.el (completion-list-mode):
1316 * skeleton.el:
1317 * speedbar.el (speedbar-mode):
1318 * term.el (term-mode):
1319 * terminal.el (terminal-edit-mode):
1320 * textmodes/reftex-index.el (reftex-index-mode)
1321 (reftex-index-phrases-mode):
1322 * textmodes/reftex-sel.el (reftex-select-label-mode)
1323 (reftex-select-bib-mode):
1324 * textmodes/reftex-toc.el (reftex-toc-mode):
1325 * wdired.el (wdired-change-to-wdired-mode):
1326 * wid-browse.el (widget-browse-mode):
1327 Use run-mode-hooks.
1328
1329 * array.el (array-mode):
1330 * calendar/todo-mode.el (todo-mode):
1331 * man.el (Man-mode):
1332 * play/landmark.el (lm-mode):
1333 * play/mpuz.el (mpuz-mode):
1334 Use kill-all-local-variables and run-mode-hooks.
1335
1336 * subr.el (delay-mode-hooks): Specify indentation.
1337
1338 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1339
1340 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1341
1342 2005-05-26 Jay Belanger <belanger@truman.edu>
1343
1344 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1345 of nil.
1346
1347 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1348
1349 * progmodes/gdb-ui.el (gdb-frame-address):
1350 Rename from gdb-current-address.
1351 (gdb-previous-frame-address): Rename from gdb-previous-address.
1352 (gdb-selected-frame): Rename from gdb-current-frame.
1353 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1354 (gdb-frame-number): Rename from gdb-current-stack-level.
1355 (gdb-ann3): Match new mode-name for disassembly buffer.
1356 Extend initialisation of variables.
1357 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1358 (gdb-memory-mode): Use mouse-face in header line.
1359 (gdb-assembler-buffer-name): Call it disassembly and give frame
1360 in mode line.
1361 (gdb-source-spec-regexp, gdb-assembler-custom)
1362 (gdb-invalidate-assembler, gdb-frame-handler):
1363 Make robust to leading zeroes in address format.
1364
1365 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1366
1367 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1368 define `org-mode'.
1369 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1370
1371 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 * log-edit.el (log-edit-changelog-entries): Distinguish between
1374 filenames like xfns.c and fns.c.
1375
1376 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1377
1378 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1379 point after reverting.
1380 (Buffer-menu-make-sort-button): Handle the case where
1381 `Buffer-menu-use-header-line' is nil.
1382
1383 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1384
1385 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1386 New funcs. In minibuffer-local-completion-map bind `]', `/'
1387 and `:' to them.
1388
1389 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 * startup.el (normal-top-level): Allow modification of load-path while
1392 we're iterating over it.
1393
1394 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1395
1396 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1397 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1398 (thumbs-resize-interactive, thumbs-insert-image)
1399 (thumbs-insert-thumb, thumbs-dired-show-marked)
1400 (thumbs-find-image-at-point, thumbs-delete-images)
1401 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1402 (thumbs-increment-image-size, thumbs-decrement-image-size):
1403 Fix typos in docstrings.
1404
1405 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1406
1407 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1408 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1409 (cperl-mode): Use them.
1410
1411 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1412
1413 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1414 Doc fixes.
1415
1416 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1417
1418 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1419 Bind C-d to gdb-inferior-io-eof.
1420
1421 * dired.el (dired-dnd-popup-notice): Use message-box.
1422
1423 2005-05-23 Masatake YAMATO <jet@gyve.org>
1424
1425 * bindings.el (mode-line-major-mode-keymap):
1426 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1427
1428 * faces.el (mode-line-highlight): New face.
1429
1430 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1431 as mouse-face.
1432
1433 * bindings.el (top-level, help-echo, mode-line-modified)
1434 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1435 as mouse-face.
1436
1437 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1438
1439 * progmodes/cc-engine.el (c-guess-basic-syntax):
1440 Remove spurious call to `zerop'.
1441
1442 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1443
1444 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1445
1446 CC Mode update to 5.30.10:
1447
1448 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1449 could go past the limit in decoration level 2, thereby causing
1450 errors during interactive fontification.
1451
1452 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1453 the file is evaluated interactively.
1454
1455 * cc-engine.el (c-guess-basic-syntax): Handle operator
1456 declarations somewhat better in C++.
1457
1458 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1459 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1460 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1461 (awk-mode): Use it.
1462 (make-local-hook): Suppress warning about obsoleteness.
1463
1464 * cc-engine.el, cc-align.el, cc-cmds.el
1465 (c-append-backslashes-forward, c-delete-backslashes-forward)
1466 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1467 Compensate for return value from `forward-line' when it has moved
1468 but not to a different line due to eob.
1469
1470 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1471 `objc-method-intro' and `objc-method-args-cont'.
1472
1473 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1474
1475 CC Mode update to 5.30.10:
1476
1477 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1478 in the copyright statement. Incidentally, change "along with GNU
1479 Emacs" to "along with this program" where it occurs.
1480
1481 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1482 so that it is interactive, hence can be found by M-x awk-mode
1483 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1484 <gmorris+emacs@ast.cam.ac.uk>.
1485
1486 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1487 Mode's regexps.
1488
1489 2005-05-23 Kevin Ryde <user42@zip.com.au>
1490
1491 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1492 c-parse-state, to avoid a lisp error (on bad code).
1493
1494 2005-05-23 Lute Kamstra <lute@gnu.org>
1495
1496 * subr.el (font-lock-defaults): Remove defvar as it's already
1497 defined in font-core.el.
1498
1499 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1500
1501 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1502
1503 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1504 more general and work when GDB variable "print pretty" is on,
1505 as with Emacs, for example.
1506
1507 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1508
1509 * font-core.el: Update comment.
1510
1511 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1512 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1513
1514 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1515
1516 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1517
1518 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1519 and `yank-handler' in the doc strings.
1520
1521 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1524
1525 2005-05-22 Richard M. Stallman <rms@gnu.org>
1526
1527 * help.el (describe-key): Move print-help-return-message call
1528 out of conditional.
1529
1530 * progmodes/etags.el (list-tags): Use with-no-warnings.
1531
1532 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1533 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1534 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1535
1536 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1537
1538 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1539 Add defvar.
1540
1541 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1542 Use defvar, not defconst.
1543
1544 * hexl.el (hexl-follow-line): Use with-no-warnings.
1545
1546 * emulation/tpu-extras.el: Use write-file-functions instead of
1547 write-file-hooks.
1548
1549 * dired.el (dired-font-lock-keywords): Fontify files with junk
1550 extensions even if marked by -F.
1551
1552 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1553
1554 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1555 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1556 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1557 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1558 (concatenate, list-length, get*, getf, cl-remprop):
1559 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1560 (etypecase, progv, lexical-let, lexical-let*)
1561 (multiple-value-bind, multiple-value-setq, shiftf):
1562 Improve argument/docstring consistency.
1563
1564 * subr.el (focus-frame, unfocus-frame):
1565 Revert deletion on 2005-05-01.
1566
1567 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1568
1569 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1570 doesn't exist.
1571
1572 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1573 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1574
1575 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1576
1577 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1578 already deleted variables: auto-fill-hook, blink-paren-hook,
1579 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1580 suspend-hooks, comment-indent-hook, meta-flag,
1581 before-change-function, after-change-function,
1582 font-lock-doc-string-face.
1583
1584 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1585
1586 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1587
1588 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1589
1590 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1591 rmail-dont-reply-to.
1592
1593 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1594
1595 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1596 literal blank when splitting new-header-values.
1597
1598 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1599
1600 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1601 string so that tmm doesn't create a completion entry for it.
1602
1603 * textmodes/table.el (table-disable-menu): Ditto.
1604
1605 2005-05-21 Richard M. Stallman <rms@gnu.org>
1606
1607 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1608
1609 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1610
1611 * net/rcompile.el (remote-compile): Use compilation-start.
1612
1613 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1614
1615 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1616
1617 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1618 Default to makefile-bsdmake-mode on BSD systems.
1619
1620 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1621 REGEXP may also be a search function now. The part of doc-string
1622 for describing the structure was 95% identical to that of
1623 `imenu--generic-function'. Unify it there.
1624
1625 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1626 Use function to find dependencies, because regexp alone is so complex,
1627 it easily goes into an endless loop.
1628 (makefile-makepp-mode): Also add submenu for Perl functions
1629 defined in the makefile.
1630 (makefile-bsdmake-mode): Special imenu-generic-expression no
1631 longer needed, due to function call.
1632 (makefile-match-dependency): Take BOUND into account when checking
1633 if we're through.
1634
1635 2005-05-20 Jay Belanger <belanger@truman.edu>
1636
1637 * calc/calc-units.el (calc-invalidate-units-table):
1638 Use inhibit-read-only.
1639 (math-build-units-table-buffer): Use view-mode.
1640
1641 2005-05-20 David Kastrup <dak@gnu.org>
1642
1643 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1644 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1645
1646 2005-05-20 Lute Kamstra <lute@gnu.org>
1647
1648 * diff-mode.el (diff-header-face, diff-file-header-face)
1649 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1650 (diff-added-face, diff-changed-face, diff-function-face)
1651 (diff-context-face, diff-nonexistent-face): Put them in the
1652 diff-mode customization group.
1653
1654 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1657
1658 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1659
1660 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1661 Minor regexp-optimization.
1662
1663 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1664
1665 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1666 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1667 (org-agenda-add-time-grid-maybe): New function.
1668 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1669 (org-table-create): `dotimes' instead of `mapcar'.
1670 (org-xor): Simplify implementation.
1671 (org-agenda): `inhibit-redisplay' turned on.
1672 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1673 a consistent line after a state change.
1674 (org-agenda-remove-times-when-in-prefix): New option.
1675 (org-prefix-has-time): New variable.
1676 (org-parse-time-string): Optional argument NODEFAULT.
1677 (org-format-agenda-item): Parse items for time-of-day
1678 specifications and move these into the prefix if possible.
1679 (org-agenda-priority): Get current heading, not previous heading
1680 during agenda remote editing.
1681
1682 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1683
1684 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1685 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1686 (remove-duplicates, delete-duplicates, substitute)
1687 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1688 (nsubstitute-if-not, find, find-if, find-if-not, position)
1689 (position-if, position-if-not, count, count-if, count-if-not)
1690 (mismatch, search, sort*, stable-sort, merge, member*)
1691 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1692 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1693 (intersection, nintersection, set-difference, nset-difference)
1694 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1695 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1696 (nsublis, tree-equal): Improve argument/docstring consistency.
1697
1698 * subr.el (send-string, send-region):
1699 Remove obsolescence declaration.
1700 (window-dot, set-window-dot, read-input, show-buffer)
1701 (eval-current-buffer, string-to-int):
1702 Add release number to obsolescence declarations.
1703
1704 2005-05-19 Kim F. Storm <storm@cua.dk>
1705
1706 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1707 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1708
1709 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1710
1711 * faces.el (list-faces-display): Make back button respect optional
1712 regexp arg.
1713
1714 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1715
1716 * calculator.el (calculator-radix-grouping-mode)
1717 (calculator-radix-grouping-digits, calculator-displayer)
1718 (calculator-radix-grouping-separator, calculator-copy-displayer):
1719 * dabbrev.el (dabbrev-search-these-buffers-only):
1720 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1721 (diff-advance-after-apply-hunk, diff-mode-hook)
1722 (diff-minor-mode-prefix):
1723 * imenu.el (imenu-use-popup-menu):
1724 * jit-lock.el (jit-lock-context-time):
1725 * newcomment.el (comment-fill-column, comment-column)
1726 (comment-style, comment-padding, comment-multi-line)
1727 (comment-empty-lines, comment-auto-fill-only-comments):
1728 * reveal.el (reveal-around-mark):
1729 * uniquify.el (uniquify-buffer-name-style)
1730 (uniquify-after-kill-buffer-p)
1731 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1732 (uniquify-min-dir-content, uniquify-separator)
1733 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1734 * w32-vars.el (w32-fixed-font-alist):
1735 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1736 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1737 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1738 * progmodes/perl-mode.el (perl-indent-level)
1739 (perl-continued-statement-offset, perl-continued-brace-offset)
1740 (perl-brace-offset, perl-brace-imaginary-offset)
1741 (perl-label-offset, perl-indent-continued-arguments)
1742 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1743 * progmodes/tcl.el (tcl-indent-level)
1744 (tcl-continued-indent-level, tcl-auto-newline)
1745 (tcl-tab-always-indent, tcl-electric-hash-style)
1746 (tcl-help-directory-list, tcl-use-smart-word-finder)
1747 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1748 (inferior-tcl-source-command):
1749 * textmodes/fill.el (enable-kinsoku):
1750 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1751 * textmodes/table.el (table-yank-handler):
1752 Specify missing group (and type, if simple) in defcustom.
1753
1754 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1755
1756 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1757
1758 2005-05-19 Richard M. Stallman <rms@gnu.org>
1759
1760 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1761
1762 * subr.el (event-basic-type): Don't get an error.
1763 (left-fringe-p): Function deleted.
1764
1765 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1766 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1767
1768 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1769 in recursive copy.
1770
1771 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1772
1773 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1774
1775 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1776 Call byte-compile-nogroup-warn if appropriate.
1777
1778 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1779 (compilation-set-window): Don't call left-fringe-p; do it directly.
1780
1781 2005-05-19 Jay Belanger <belanger@truman.edu>
1782
1783 * calc/calc-graph.el (calc-graph-format-data): Make sure
1784 var-PlotRejects is bound before trying to check its value.
1785
1786 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1787
1788 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1789 definition of this variable from reftex-global.el to reftex.el,
1790 because it is needed in the menu.
1791
1792 2005-05-19 Lute Kamstra <lute@gnu.org>
1793
1794 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1795 years are fixed. Don't insert a space after a dash.
1796
1797 2005-05-19 Kim F. Storm <storm@cua.dk>
1798
1799 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1800
1801 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1802
1803 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1804 strings, because (eq ... ?\\) is fairly frequent.
1805
1806 * progmodes/make-mode.el (makefile-add-this-line-targets):
1807 Simplify and integrate into `makefile-pickup-targets'.
1808 (makefile-add-this-line-macro): Simplify and integrate into
1809 `makefile-pickup-macros.
1810 (makefile-pickup-filenames-as-targets): Simplify.
1811 (makefile-previous-dependency, makefile-match-dependency):
1812 Don't stumble over `::'.
1813
1814 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1815
1816 * subr.el (post-command-idle-hook, post-command-idle-delay):
1817 Remove obsoletion of post-command-idle-hook and
1818 post-command-idle-delay.
1819
1820 * faces.el (list-faces-display): Provide button when describe-face
1821 is called to take user back to the list of faces.
1822
1823 * help-fns.el (describe-variable): Remove hyperlinks in a
1824 variable's value as these are quite frequently inappropriate.
1825
1826 * follow.el (follow-submit-feedback, follow-mode):
1827 Remove references to post-command-idle-hook.
1828
1829 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1830
1831 * progmodes/make-mode.el (makefile-previous-dependency)
1832 (makefile-match-dependency): Check for := (and in bsd mode also
1833 !=) to give a better result, even when font-lock is not on.
1834
1835 2005-05-18 Jay Belanger <belanger@truman.edu>
1836
1837 * calc/calc-help.el (calc-s-prefix-help):
1838 Add `calc-copy-special-constant' to help string.
1839
1840 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1841
1842 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1843
1844 2005-05-18 Jay Belanger <belanger@truman.edu>
1845
1846 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1847 in linear factors are in proper order.
1848
1849 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1850
1851 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1852 Support for jurabib.
1853
1854 * textmodes/reftex.el (featurep): Define aliases for overlay
1855 commands, for XEmacs compatibility, and use these aliases in
1856 overlay initializations.
1857 (reftex-highlight): Use `reftex-move-overlay'.
1858 (reftex-unhighlight): Use `reftex-delete-overlay'.
1859 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1860 (reftex-access-search-path): Use `reftex-uniquify' instead of
1861 `reftex-uniq'
1862
1863 * textmodes/reftex-sel.el (reftex-select-unmark):
1864 Overlay `before-string' property modification enables for Emacs as well.
1865 (reftex-select-item): Use `reftex-delete-overlay'.
1866 (reftex-select-mark): Use `reftex-make-overlay' and
1867 `reftex-overlay-put'.
1868 (reftex-select-unmark): Use `reftex-delete-overlay' and
1869 `reftex-overlay-put'.
1870
1871 2005-05-18 Lute Kamstra <lute@gnu.org>
1872
1873 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1874
1875 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1876
1877 * add-log.el (add-change-log-entry):
1878 * array.el (array-make-template, array-reconfigure-rows)
1879 (array-init-max-row, array-init-max-column)
1880 (array-init-columns-per-line, array-init-field-width):
1881 * replace.el (replace-match-maybe-edit, perform-replace):
1882 * textmodes/spell.el (spell-region):
1883 Replace `read-input' by `read-string'.
1884
1885 * forms.el (forms-mode):
1886 * finder.el (finder-compile-keywords):
1887 * shadowfile.el (shadow-read-files):
1888 Replace `eval-current-buffer' by `eval-buffer'.
1889
1890 * terminal.el (te-pass-through):
1891 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1892 (ange-ftp-raw-send-cmd):
1893 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1894 (send-process-next-char, telnet-initial-filter, telnet):
1895 Replace `send-string' by `process-send-string'.
1896
1897 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1898 (prolog-consult-region): Replace `send-string' by
1899 `process-send-string'; replace `send-region' by `process-send-region'.
1900
1901 * progmodes/delphi.el (delphi-log-msg):
1902 Replace `set-window-dot' by `set-window-point'.
1903
1904 * subr.el (window-dot, set-window-dot, read-input, send-string)
1905 (send-region, show-buffer, eval-current-buffer):
1906 Make really obsolete, as the comment says.
1907
1908 2005-05-17 Kim F. Storm <storm@cua.dk>
1909
1910 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1911 (cua--init-keymaps): Bind C-return instead of S-return to set
1912 rectangle mark.
1913
1914 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1915 instead of S-return to toggle/clear rectangle mark.
1916
1917 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1918
1919 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1920 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1921 Also fontify plain strings assigned to variables, mostly so that a
1922 colon has a face and is thus not taken as a dependency separator.
1923 (makefile-previous-dependency): Inline the new matcher, because it
1924 is too complex to work in both directions.
1925 (makefile-match-dependency): Eliminate `backward' arg (see above).
1926 Completely reimplemented so as to not sometimes go into an endless
1927 loop. It should also be more efficient, because first it only
1928 searches for `:', instead of applying the very complex regexp.
1929 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1930 to be fontified in one piece can be too long for JIT.
1931 Makefiles are never *that* big.
1932
1933 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1934
1935 * dired.el (dired-mode): Simplify.
1936
1937 2005-05-17 Lute Kamstra <lute@gnu.org>
1938
1939 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1940 defcustom for the mode hook variable.
1941
1942 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1943 Emacs Lisp Reference Manual.
1944
1945 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1946
1947 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1948 (evenp, list*):
1949 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1950 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1951
1952 * net/tramp-smb.el (tramp-smb-open-connection):
1953 Pass `tramp-chunksize' as fifth (required) argument.
1954
1955 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1956
1957 * font-lock.el (lisp-font-lock-keywords-1):
1958 Set `font-lock-negation-char-face' for [^...] char group.
1959 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1960
1961 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1962 a var, and refine it to mask one more level of nested vars.
1963 (makefile-rule-action-regex): Turn it into a var, and refine it so
1964 it recognizes backslashed continuation lines as belonging to the
1965 same command.
1966 (makefile-macroassign-regex): Refine it so it recognizes
1967 backslashed continuation lines as belonging to the same command.
1968 (makefile-var-use-regex): Don't look at the next char, because it
1969 might be the same one to be skipped by the initial [^$], leading
1970 to an overlooked variable use.
1971 (makefile-make-font-lock-keywords): Remove two parameters, which
1972 are now variables that some of the modes set locally.
1973 Handle dependency and rule action matching through functions, because
1974 regexps alone match too often. Dependency matching now comes
1975 last, so it can check, whether a colon already matched something else.
1976 (makefile-mode): Inform that font-lock improves makefile parsing
1977 capabilities.
1978 (makefile-match-dependency, makefile-match-action): New functions.
1979
1980 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1981
1982 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1983
1984 * align.el (align-regexp):
1985 * ansi-color.el (ansi-color-get-face):
1986 * array.el (array-reconfigure-rows, array-init-max-row)
1987 (array-init-max-column, array-init-columns-per-line)
1988 (array-init-field-width):
1989 * dired-aux.el (dired-trample-file-versions):
1990 * dired-x.el (dired-mark-sexp):
1991 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1992 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1993 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1994 * faces.el (face-read-integer):
1995 * files.el (backup-extract-version, insert-directory):
1996 * hexl.el (hexl-insert-decimal-char):
1997 * server.el (server-process-filter):
1998 * shell.el (shell-extract-num):
1999 * startup.el (command-line-1):
2000 * term.el (term-command-hook):
2001 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2002 (time-stamp-do-number):
2003 * time.el (display-time-update):
2004 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2005 (timezone-fix-time):
2006 * vms-patch.el (vms-suspend-resume-hook):
2007 * calendar/appt.el (appt-convert-time):
2008 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2009 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2010 * calendar/cal-islam.el (mark-islamic-diary-entries):
2011 * calendar/calendar.el (calendar-cursor-to-date)
2012 (calendar-star-date):
2013 * calendar/diary-lib.el (diary-attrtype-convert)
2014 (mark-diary-entries, diary-entry-time):
2015 * calendar/solar.el (solar-get-number):
2016 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2017 * emacs-lisp/re-builder.el (reb-display-subexp):
2018 * emulation/edt.el (edt-set-scroll-margins):
2019 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2020 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2021 (vip-get-ex-count):
2022 * emulation/viper-ex.el (viper-get-ex-token)
2023 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2024 * international/fontset.el (fontset-plain-name):
2025 * mail/feedmail.el (feedmail-look-at-queue-directory):
2026 * mail/mailalias.el (mail-get-names):
2027 * mail/rmail.el (rmail-convert-to-babyl-format):
2028 * mail/rmailsum.el (rmail-make-basic-summary-line)
2029 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2030 (rmail-summary-goto-msg):
2031 * mail/smtpmail.el (smtpmail-read-response):
2032 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2033 (ange-ftp-vms-add-file-entry):
2034 * play/gametree.el (gametree-looking-at-ply)
2035 (gametree-current-branch-score):
2036 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2037 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2038 * progmodes/cperl-mode.el (condition-case):
2039 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2040 (ebrowse-set-member-buffer-column-width)
2041 (ebrowse-select-1st-to-9nth):
2042 * progmodes/etags.el (etags-snarf-tag):
2043 * progmodes/flymake.el (flymake-parse-line):
2044 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2045 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2046 (idlwave-shell-menu-def):
2047 * progmodes/ps-mode.el (ps-run-goto-error):
2048 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2049 (vhdl-speedbar-contract-level):
2050 * term/mac-win.el (x-handle-numeric-switch):
2051 * term/sun-mouse.el (sun-get-frame-data):
2052 * term/w32-win.el (x-handle-numeric-switch):
2053 * term/x-win.el (x-handle-numeric-switch):
2054 * textmodes/ispell.el (ispell-parse-output):
2055 * textmodes/nroff-mode.el (nroff-outline-level):
2056 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2057 (reftex-bib-sort-year-reverse, reftex-format-citation):
2058 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2059 (reftex-section-number):
2060 * textmodes/texinfmt.el (texinfo-paragraphindent):
2061 Replace `string-to-int' by `string-to-number'.
2062
2063 * international/latexenc.el: Add page marker to force the "Local
2064 Variables:" string out of the last page.
2065
2066 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2067
2068 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2069 tooltip-change-major-mode.
2070 (gud-tooltip-print-command): Remove case where gud-minor-mode
2071 is gdb ("--fullname").
2072 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2073 explain to user.
2074
2075 2005-05-16 Jay Belanger <belanger@truman.edu>
2076
2077 * calc/calc-store.el (calc-copy-special-constant): New function.
2078
2079 * calc/calc-ext.el (calc-init-extensions): Add binding for
2080 `calc-copy-special-constant'.
2081
2082 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2083 for the `calc-copy-special-constant' command.
2084
2085 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2086
2087 * subr.el (left-fringe-p): New function.
2088
2089 * progmodes/compile.el (compilation-setup): Set local value of
2090 overlay-arrow-string to "" always.
2091 (compilation-set-window): Left fringe then don't scroll.
2092 No left fringe then no arrow and scroll message to top.
2093 (compilation-context-lines): Adjust doc string accordingly.
2094
2095 2005-05-16 Kim F. Storm <storm@cua.dk>
2096
2097 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2098 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2099 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2100 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2101 (ido-read-file-name): Handle commands with ido property value
2102 equal to find-file as reading a file name, to allow C-d to enter dired.
2103 (ibuffer-find-file): Add ido property with value find-file.
2104
2105 2005-05-15 Kim F. Storm <storm@cua.dk>
2106
2107 * subr.el (open-network-stream-nowait): Remove.
2108 (open-network-stream-server): Remove.
2109
2110 2005-05-15 Richard M. Stallman <rms@gnu.org>
2111
2112 * faces.el (describe-face): Output a definition link button.
2113
2114 * help-mode.el (help-face-def): New button type.
2115
2116 * emacs-lisp/copyright.el (copyright-fix-years):
2117 Match properly if the first year is 2-digit.
2118 Don't mess up the whitespace after the years by filling.
2119
2120 * dired-aux.el (dired-mark-confirm):
2121 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2122
2123 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2124 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2125 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2126
2127 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2128 Set font-lock-comment-start-skip.
2129
2130 * font-lock.el (font-lock-comment-start-skip): New variable.
2131 (font-lock-comment-end-skip): New variable.
2132 (font-lock-fontify-syntactically-region): Use them if non-nil.
2133
2134 2005-05-15 Jay Belanger <belanger@truman.edu>
2135
2136 * calc/calc-store.el (calc-store-value): Return a string rather
2137 than display it as a message.
2138 Use calc-var-name for variable name.
2139 (calc-store-into): Add the result of calc-store-value to message.
2140 (calc-copy-variable): Add a message.
2141 (calc-store-exchange): Improve error messages.
2142 (calc-store-binary, calc-store-map): Don't reset the values of
2143 special constants.
2144
2145 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2146
2147 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2148 manual to docstring.
2149
2150 * files.el (hack-local-variables-confirm): Add STRING argument.
2151 Make the function handle non file visiting buffers correctly.
2152 (hack-local-variables-prop-line, hack-local-variables)
2153 (hack-one-local-variable): Use STRING arg of
2154 `hack-local-variables-confirm'.
2155
2156 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2157
2158 Sync with Tramp 2.0.49.
2159
2160 * tramp.el (tramp-handle-dired-call-process)
2161 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2162 because the contents of the Tramp buffer is changed before
2163 insertion (`expand-file' and alike).
2164 (tramp-handle-insert-directory): If `localname' has an empty
2165 nondirectory name, it must not be quoted.
2166 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2167 variable `tramp-chunksize'. Change callees.
2168 (tramp-open-connection-setup-interactive-shell): Check remote host
2169 for buggy `send-process-string' implementation.
2170 Set `tramp-chunksize' if found. Reported by Michael Kifer
2171 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2172 (tramp-handle-shell-command): `insert-buffer' cannot be used
2173 because the contents of the Tramp buffer is changed before
2174 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2175 <frederic.bothamy@free.fr>.
2176 (tramp-set-auto-save): Actions should be done for Tramp file name
2177 handler only. Ange-FTP has its own auto-save mechanism.
2178 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2179 (tramp-set-auto-save-file-modes): Set file modes of
2180 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2181 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2182 (tramp-bug): Remove obsolete variable.
2183 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2184 for presence of `mml-mode'. Make it running for older Emacsen as well.
2185
2186 2005-05-14 John Paul Wallington <jpw@pobox.com>
2187
2188 * ibuf-ext.el (define-ibuffer-filter filename):
2189 If `dired-directory' is a list, use its car.
2190
2191 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2192
2193 * ibuffer.el (define-ibuffer-column filename):
2194 If `dired-directory' is a list, use its car.
2195
2196 2005-05-14 Richard M. Stallman <rms@gnu.org>
2197
2198 * subr.el (symbol-file): Doc fix.
2199
2200 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2201 (byte-compile-form): Call byte-compile-nogroup-warn.
2202 (byte-compile-warning-types): Doc fix.
2203
2204 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2205
2206 * progmodes/cc-engine.el (c-literal-faces):
2207 Add font-lock-comment-delimiter-face.
2208
2209 * net/net-utils.el (dig): Use with-no-warnings.
2210
2211 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2212 (sc-recite-frame-alist, sc-default-cite-frame)
2213 (sc-default-uncite-frame, sc-default-recite-frame)
2214 (sc-attrib-selection-list, sc-rewrite-header-list):
2215 Mark as risky-local-variable.
2216
2217 * international/ogonek.el (ogonek-jak, ogonek-how):
2218 Don't use beginning-of-buffer.
2219
2220 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2221
2222 * calendar/solar.el (solar-data-list): Move definition up.
2223
2224 * dnd.el (dnd-protocol-alist): Add autoload.
2225
2226 * progmodes/sh-script.el: Many doc usage fixes.
2227 (sh-indent-after-do): Change default to match common styles.
2228
2229 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2230
2231 * files.el (interpreter-mode-alist)
2232 (auto-mode-interpreter-regexp): Doc fixes.
2233
2234 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2235
2236 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2237
2238 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2239
2240 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2241
2242 * dired.el (dired-mode): make-variable-buffer-local =>
2243 make-local-variable.
2244
2245 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2246
2247 * term/mac-win.el (mac-select-convert-to-string): Try coding
2248 systems in mac-script-code-coding-systems if specified one cannot
2249 encode string for `com.apple.traditional-mac-plain-text'.
2250
2251 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2252
2253 * progmodes/make-mode.el (makefile-targets-face)
2254 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2255 (makefile-dependency-regex): Fix it to not make the colon in
2256 $(var:a=b) special.
2257 (makefile-rule-action-regex): New regexp for highlighting embedded
2258 Shell strings.
2259 (makefile-macroassign-regex): Handle != for highlighting as
2260 embedded Shell strings.
2261 (makefile-var-use-regex): New const.
2262 (makefile-statements, makefile-automake-statements)
2263 (makefile-gmake-statements, makefile-makepp-statements)
2264 (makefile-bsdmake-statements): New consts.
2265 (makefile-make-font-lock-keywords): New function.
2266 (makefile-automake-font-lock-keywords)
2267 (makefile-gmake-font-lock-keywords)
2268 (makefile-makepp-font-lock-keywords)
2269 (makefile-bsdmake-font-lock-keywords): New consts.
2270 (makefile-mode-map): Add switchers between the various submodes.
2271 (makefile-mode): Document the availability of the variants.
2272 (makefile-automake-mode, makefile-gmake-mode)
2273 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2274
2275 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2276 new variants of makefile-mode.
2277
2278 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2279
2280 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2281 the inheritance.
2282
2283 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2284
2285 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2286 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2287
2288 * files.el (normal-mode): Extend the scope of the
2289 `enable-local-variables' binding to include the `set-auto-mode' call.
2290 (magic-mode-alist): Doc fix.
2291
2292 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2295 font-lock-comment-face rather than copying its setting.
2296
2297 2005-05-12 Andreas Schwab <schwab@suse.de>
2298
2299 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2300
2301 2005-05-12 Lute Kamstra <lute@gnu.org>
2302
2303 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2304 defcustom for the mode hook variable. Delete the last argument.
2305 * generic-x.el: Fix callers of define-generic-mode.
2306 (generic-x-modes): Delete group.
2307 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2308 generic-x customization group.
2309
2310 2005-05-12 Kim F. Storm <storm@cua.dk>
2311
2312 * font-lock.el (font-lock-negation-char-face): Default to "off".
2313
2314 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2315 font-lock-negation-char-face to ! in !=.
2316
2317 2005-05-12 Masatake YAMATO <jet@gyve.org>
2318
2319 * add-log.el (find-change-log): Fix typos in the docstring
2320 of function.
2321
2322 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2323
2324 * international/latexenc.el (latexenc-find-file-coding-system):
2325 Avoid `re-search-forward' when looking for input encoding because
2326 of speed and safety. Better regular expressions for recognizing
2327 input encoding. Limit a search for TeX-master/tex-main-file to
2328 the local variable section.
2329
2330 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2331
2332 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2333 syntax of $ to "'" (quote).
2334
2335 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2336
2337 * dnd.el (dnd-protocol-alist): Improve custom type.
2338
2339 * dired.el (dired-dnd-protocol-alist): New variable.
2340 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2341 `dired-mode-hook' to the end.
2342
2343 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2344
2345 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2346 comment-end if comment-start-skip is not set.
2347 Obey the font-lock-comment-delimiter-face variables.
2348
2349 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 * files.el (executable-find): Move from executable.el. Use locate-file.
2352 * progmodes/executable.el (executable-find): Move to files.el.
2353
2354 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2355 when trying to ensure forward progress.
2356
2357 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2358
2359 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2360 (mouse-select, mouse-select-internal, mouse-extend-internal):
2361 Use it to implement mouse-1-click-follows-link functionality.
2362
2363 2005-05-11 Richard M. Stallman <rms@gnu.org>
2364
2365 * font-lock.el (font-lock-fontify-syntactically-region):
2366 Use font-lock-comment-delimiter-face for comment delimiters.
2367
2368 2005-05-10 Jay Belanger <belanger@truman.edu>
2369
2370 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2371 preserving embedded modes.
2372
2373 2005-05-10 Richard M. Stallman <rms@gnu.org>
2374
2375 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2376
2377 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2378 Move from ada-stmt.el.
2379 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2380
2381 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2382 Move to ada-mode.el.
2383 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2384
2385 * cus-edit.el (custom-file): Call file-chase-links.
2386
2387 * files.el (read-directory-name): Fix previous change.
2388 (hack-local-variables-confirm): New function.
2389 (hack-local-variables-prop-line, hack-local-variables)
2390 (hack-one-local-variable): Use it.
2391
2392 2005-05-10 Lute Kamstra <lute@gnu.org>
2393
2394 * font-lock.el (font-lock-keywords-alist)
2395 (font-lock-removed-keywords-alist): Clarify docstrings.
2396
2397 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2398
2399 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2400 (gdb-source-info): Check for preprocessor info.
2401 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2402 a macro for a function.
2403 (gdb-info-breakpoints-custom): Try to find file again if not already
2404 found (user might have used GDB dir command).
2405 (gdb-get-location): Update gdb-location-alist correctly for change
2406 to gdb-info-breakpoints-custom.
2407
2408 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2409 (gud-tooltip-print-command): Add gdbmi case.
2410 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2411 preprocessor info.
2412
2413 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2414
2415 * startup.el (fancy-splash-insert): Fix typo in doc string.
2416
2417 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2418
2419 * obsolete/float.el (string-to-float):
2420 * obsolete/hilit19.el (hilit-add-pattern):
2421 * obsolete/rnews.el (news-parse-range, news-select-message)
2422 (news-get-pruned-list-of-files): Replace `string-to-int' by
2423 `string-to-number'.
2424
2425 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2426 `find-file-not-found-hooks'; use `add-hook'.
2427 (uncompress-while-visiting): Set `write-file-functions', not
2428 `write-file-hooks'; use `add-hook'.
2429
2430 2005-05-09 Kim F. Storm <storm@cua.dk>
2431
2432 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2433 (cua-paste): Handle clipboard action.
2434 (cua--init-keymaps): Remap clipboard-kill-region and
2435 clipboard-kill-ring-save.
2436
2437 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2438
2439 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2440 Improve commentary.
2441
2442 * simple.el (next-error-overlay-arrow-position): Revert the change
2443 made on 2005-04-30.
2444
2445 2005-05-07 Jay Belanger <belanger@truman.edu>
2446
2447 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2448 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2449 `calc-sel-reselect'.
2450
2451 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2452 Calc is in embedded mode.
2453
2454 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2455
2456 * progmodes/compile.el (compilation-setup):
2457 Set overlay-arrow-string to an empty string on text terminals.
2458
2459 * textmodes/ispell.el (ispell-program-name): Try looking for
2460 "aspell" along exec-path, and if found, use it as the default
2461 speller program.
2462
2463 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2464
2465 * international/mule.el (sgml-xml-auto-coding-function):
2466 Recognize encoding='FOO' in single quotes as well as in double quotes.
2467
2468 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2469
2470 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2471 as well as `interactive', so that defmacro* would recognize
2472 `declare' forms.
2473
2474 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2475
2476 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2477 Explain more about the LIGHTER arg's usage in the doc string.
2478 Add commentary to clarify what the code does. Fix the regexp that
2479 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2480 since it could have characters special to regular expressions.
2481
2482 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2483
2484 * replace.el (occur-1): Bind inhibit-read-only so that
2485 erase-buffer doesn't barf on read-only text properties (likewise
2486 for add-text-properties in occur-engine). Mark buffer as unmodified.
2487 (occur-engine): Don't set buffer-read-only here.
2488
2489 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2490
2491 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2492 list-buffers-directory. This caused the *cvs-commit* buffer to be
2493 sometimes mistakenly reused as a *cvs* buffer.
2494
2495 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2496
2497 * tooltip.el: Move code for GUD tooltips into gud.el.
2498 (require): CL no longer needed to compile case.
2499 (tooltip-mode): Do not toggle functions for GUD tooltips.
2500 (tooltip-gud-tips-p): Remove. Replace with minor mode
2501 gud-tooltip-mode in gud.el.
2502 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2503 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2504 tooltip-gud prefix with gud-tooltip and obsolete.
2505 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2506 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2507 (tooltip-mouse-motion): Mouse movement functions/variable.
2508 Rename in gud.el by adding gud prefix.
2509 (tooltip-gud-original-filter, tooltip-gud-dereference)
2510 (tooltip-gud-event, tooltip-toggle-gud-tips)
2511 (tooltip-gud-process-output, tooltip-gud-print-command)
2512 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2513 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2514 (gdb-tooltip-print): Move to gdb-ui.el.
2515
2516 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2517 (require): CL needed to compile case.
2518 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2519 tooltip-gud-tips-p. Make it a minor-mode.
2520 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2521 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2522 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2523 (gud-tooltip-change-major-mode)
2524 (gud-tooltip-activate-mouse-motions-if-enabled)
2525 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2526 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2527 (gud-tooltip-original-filter, gud-tooltip-dereference)
2528 (gud-tooltip-event, tooltip-toggle-gud-tips)
2529 (gud-tooltip-process-output, gud-tooltip-print-command)
2530 (gud-tooltip-tips): Move from tooltip.el.
2531
2532 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2533 (gdb-cpp-define-alist-flags): Doc fix.
2534 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2535 gud-tooltip-mode is t.
2536
2537 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2538
2539 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2540 evaporate if their text is deleted.
2541 (goto-address-at-point): Make it work as a mouse binding as well.
2542 (goto-address-at-mouse): Obsolete it. Update users.
2543
2544 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2545
2546 * calendar/appt.el (top-level): No longer activate on load.
2547
2548 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2549
2550 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2551 * net/webjump.el (webjump):
2552 * progmodes/idlw-help.el (idlwave-do-context-help1)
2553 (idlwave-highlight-linked-completions):
2554 * textmodes/po.el (po-find-file-coding-system-guts):
2555 Replace `assoc-ignore-case' by `assoc-string'.
2556
2557 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2558
2559 * files.el (locate-file): Doc fix.
2560
2561 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2562 Remove the redundant test for ms-dos.
2563
2564 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2565 look for the preprocessor with exec-suffixes. If not found in
2566 standard places, look in exec-path. Remove most of the tests that
2567 used system-type.
2568
2569 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2570
2571 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2572
2573 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2574 file-name clash with jka-compr.el on 8+3 filesystems.
2575
2576 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2577
2578 * term/mac-win.el: Don't define or bind scroll bar functions if
2579 x-toolkit-scroll-bars is t.
2580 (x-select-text, x-get-selection-value):
2581 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2582 (PRIMARY): Put mac-scrap-name property.
2583 (mac-select-convert-to-file-url): New function.
2584 (public.file-url): New selection target type. Add to
2585 selection-converter-alist.
2586 (x-get-selection, x-selection-value): Handle it.
2587 (x-cut-buffer-or-selection-value): New alias.
2588
2589 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2590
2591 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2592 entry to avoid calling bibtex-find-entry with arg global
2593 being t. Remove arg key.
2594 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2595 (bibtex-copy-summary-as-kill): Change accordingly.
2596
2597 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2598
2599 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2600 (org-agenda-date-later): Use with-current-buffer.
2601
2602 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2603
2604 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2605 (define-obsolete-variable-alias): Doc Fixes.
2606
2607 2005-05-06 Kim F. Storm <storm@cua.dk>
2608
2609 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2610 vertical-motion when selective-display is active.
2611
2612 * ido.el (ido-setup-hook): New hook.
2613 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2614 (ido-input-stack): New var.
2615 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2616 ido-next-work-file binding to M-O.
2617 Bind M-f to ido-wide-find-file-or-pop-dir.
2618 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2619 (ido-read-internal): Run ido-setup-hook.
2620 Catch quit in read-file-name and read-string to cancel edit.
2621 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2622 Automatically pop-all when completing a directory name (RET).
2623 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2624 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2625 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2626 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2627 New functions for M-b/M-f to move among the directory components.
2628 (ido-make-merged-file-list): Catch quit to cancel merge.
2629 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2630 (ido-completion-help): No warnings for ido-completion-buffer-full.
2631
2632 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2633
2634 * font-lock.el (font-lock-negation-char-face): New face and variable.
2635 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2636 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2637 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2638 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2639
2640 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2641
2642 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2643 Fix typo in docstring.
2644
2645 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2646 (ebrowse-print-statistics-line)
2647 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2648
2649 * term/w32-win.el (image-library-alist): Add additional name for
2650 Xpm library.
2651
2652 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2653
2654 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2655 use gcc instead of cpp.
2656
2657 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2658 (gdb-create-define-alist): Use it.
2659 (gdb-cpp-define-alist-program): Update for MS-DOS.
2660
2661 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2662
2663 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2664
2665 2005-05-04 Richard M. Stallman <rms@gnu.org>
2666
2667 * help.el (describe-key): No error when UNTRANSLATED is nil.
2668
2669 * simple.el (line-move-1): Fix previous change to signal errors
2670 appropriately.
2671
2672 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2673
2674 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2675 (icalendar-duration-correction): Remove.
2676 (icalendar--get-event-properties): Split result at commas.
2677 (icalendar--decode-isoduration): New optional argument
2678 DURATION-CORRECTION.
2679 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2680 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2681 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2682 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2683 (icalendar--convert-anniversary-to-ical): New functions, extracted
2684 from icalendar-export-region, with bug fixes.
2685 (icalendar-export-region): Use the above functions.
2686 (icalendar-import-buffer): Check before saving diary file.
2687 (icalendar--convert-recurring-to-diary)
2688 (icalendar--convert-non-recurring-all-day-to-diary)
2689 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2690 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2691 (icalendar--convert-ical-to-diary): Use the above functions.
2692
2693 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2694
2695 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2696 Remove these recent additions.
2697 (c-mode): Restore to before 2005-04-28.
2698
2699 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2700 recent addition.
2701
2702 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2703 (gdb-define-alist): New variables.
2704 (gdb-create-define-alist): New function.
2705 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2706 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2707 with string-to-number.
2708 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2709
2710 * progmodes/gud.el: Replace string-to-int with string-to-number.
2711 (gud-find-file): Handle gdb-define-alist.
2712
2713 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2714
2715 2005-05-02 Jay Belanger <belanger@truman.edu>
2716
2717 * calc/calc-aent.el (math-read-token):
2718 * calc/calc-bin.el (calc-word-size):
2719 * calc/calc-ext.el (calc-read-number-fancy):
2720 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2721 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2722 * calc/calc-frac.el (calc-over-notation):
2723 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2724 (calc-graph-num-points, calc-graph-init):
2725 * calc/calc-prog.el (calc-read-parse-table-part)
2726 (calc-edit-macro-repeats):
2727 * calc/calc-yank.el (calc-do-grab-rectangle):
2728 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2729 Replace `string-to-int' by `string-to-number'.
2730
2731 2005-05-02 Kim F. Storm <storm@cua.dk>
2732
2733 * kmacro.el: Use executing-kbd-macro-index variable.
2734
2735 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2736
2737 * net/rlogin.el (rlogin-parse-words): Delete func.
2738 (rlogin): Use split-string, not rlogin-parse-words.
2739 Also, if there are option-like elements in the parsed args,
2740 take the host to be the first arg immediately following them.
2741 Suggested by Michael Mauger.
2742
2743 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2744
2745 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2746
2747 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2748
2749 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2750 (cc-mode-cpp-program): Rename to cc-define-list-program and
2751 move to cc-vars.el.
2752
2753 * progmodes/cc-vars.el (cc-define-list-program):
2754 Change to "gcc -E -dM -". Make customizable.
2755
2756 2005-05-02 Kim F. Storm <storm@cua.dk>
2757
2758 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2759
2760 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2761
2762 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2763
2764 * international/mule-util.el (truncate-string): Remove alias and
2765 obsolete declaration.
2766
2767 * international/mule-cmds.el (update-iso-coding-systems):
2768 Remove alias and obsolete declaration.
2769
2770 * international/mule.el (coding-system-parent): Remove alias and
2771 obsolete declaration.
2772
2773 * subr.el (define-function, sref): Remove aliases and obsolete
2774 declarations.
2775 (chars-in-region): Remove obsolete declaration.
2776
2777 2005-05-01 Richard M. Stallman <rms@gnu.org>
2778
2779 * info.el (Info-mode): Set widen-automatically to nil, locally.
2780
2781 * simple.el (widen-automatically): New variable.
2782 (pop-global-mark): Obey widen-automatically.
2783
2784 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2785
2786 * term/xterm.el (function-key-map): Call substitute-key-definition
2787 before the keymap size is increased by a lot of define-key calls.
2788
2789 2005-05-01 Richard M. Stallman <rms@gnu.org>
2790
2791 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2792 Rename ARG to ELEMENT. Doc fix.
2793
2794 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2795
2796 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2797 Remove references to allout-exposure/change to allout-new-exposure.
2798
2799 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2800 bytecode symbols.
2801
2802 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2803 (compiled-function-p, focus-frame, unfocus-frame):
2804 Remove aliases and obsolete declarations.
2805 Back out inadvertent changes from previous commit.
2806
2807 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2808
2809 * files.el (require-final-newline): Make Custom tags consistent
2810 with mode-require-final-newline.
2811 (mode-require-final-newline): Doc fix.
2812
2813 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 * international/latexenc.el (latexenc-find-file-coding-system):
2816 Fix regular expressions.
2817
2818 2005-05-01 David Kastrup <dak@gnu.org>
2819
2820 * international/latexenc.el (latexenc-find-file-coding-system):
2821 Fix regular expressions.
2822
2823 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2824
2825 * subr.el (string-to-int): Make obsolete.
2826
2827 2005-04-30 Richard M. Stallman <rms@gnu.org>
2828
2829 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2830
2831 * loadup.el: load jka-comp-hook.
2832
2833 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2834 (jka-compr-handler): Add autoload. `put' calls moved
2835 to jka-comp-hook.el.
2836 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2837 (jka-compr-inhibit): Autoload.
2838
2839 * jka-comp-hook.el: New file.
2840 Enable the mode by default.
2841
2842 * files.el (backup-buffer-copy): Use copy-file instead
2843 of write-region, and put back the 'excl.
2844
2845 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2846
2847 * progmodes/flymake.el (flymake-split-string)
2848 (flymake-split-string, flymake-log, flymake-pid-to-names)
2849 (flymake-reg-names, flymake-get-source-buffer-name)
2850 (flymake-unreg-names, flymake-add-line-err-info)
2851 (flymake-add-err-info): Clarify docstrings.
2852 (flymake-popup-menu, flymake-make-emacs-menu)
2853 (flymake-make-xemacs-menu): Add docstrings.
2854 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2855 Set variables directly throughout.
2856
2857 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2858
2859 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2860 exists. Initialise cc-define-alist.
2861 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2862 If there is no file (Macroexpansion) don't create an alist.
2863
2864 2005-04-29 Sam Steingold <sds@gnu.org>
2865
2866 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2867 (cc-create-define-alist): Use it instead of the hard-coded string.
2868
2869 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2870
2871 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2872 for latexenc.
2873
2874 2005-04-29 Lute Kamstra <lute@gnu.org>
2875
2876 * emacs-lisp/generic.el: Improve commentary section.
2877 (define-generic-mode): Improve docstring.
2878
2879 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2880
2881 * textmodes/org.el (many places): Change to quiet the byte compiler.
2882 (org-prefix-format-compiled): New variable.
2883 (org-compile-prefix-format): New function.
2884 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2885 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2886 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2887 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2888 consistency with entries from `org-mode' files.
2889 (org-get-time-of-day): Fix bug with partial matches early in a line.
2890 (org-non-link-chars): New constant.
2891 (org-link-regexp): Respect `org-non-link-chars'.
2892 (org-agenda-day-view): Remove command.
2893 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2894 (org-follow-bbdb-link, org-store-link): Search also company field.
2895 (org-highlight-overlay): New variable.
2896 (org-highlight, org-unhighlight): New functions.
2897 (org-agenda-mode): Add pre-command-hook to remove highlight.
2898 (org-evaluate-time-range): Behavior depends upon whether time stamp
2899 contains a time or not.
2900 (org-show-subtree, org-show-entry): New functions.
2901 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2902
2903 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2904
2905 * comint.el (comint-output-filter-functions): Add autoload cookie.
2906
2907 2005-04-28 Kim F. Storm <storm@cua.dk>
2908
2909 * ido.el (ido-everywhere): Fix last change.
2910
2911 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2912
2913 * international/latexenc.el: New file.
2914 * international/mule-conf.el (file-coding-system-alist): For .tex,
2915 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2916
2917 2005-04-28 Lute Kamstra <lute@gnu.org>
2918
2919 * font-lock.el (font-lock-add-keywords)
2920 (font-lock-remove-keywords): Clarify docstring.
2921 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2922 Don't start docstrings with a `*'.
2923 (font-lock-update-removed-keyword-alist): Give it a docstring.
2924
2925 * generic-x.el: Update commentary section.
2926 Only require font-lock when compiling.
2927 Define all modes conditionally.
2928 Place all generic modes in the generic-x-modes customization group.
2929 (generic-x-modes): New customization group.
2930 (generic-default-modes, generic-mswindows-modes)
2931 (generic-unix-modes, generic-other-modes): New constants.
2932 (generic-define-mswindows-modes, generic-define-unix-modes):
2933 Update docstrings. Make them obsolete.
2934 (generic-extras-enable-list): New default value. Update docstring.
2935 Improve :type. Change :set function.
2936 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2937 Fix docstring.
2938
2939 * emacs-lisp/generic.el (generic-mode-internal):
2940 Simplify font-lock-defaults.
2941 (define-generic-mode): Fix docstring.
2942
2943 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2944
2945 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2946 font-lock-face property to highlight matches.
2947
2948 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2949
2950 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2951 (cc-define-alist): New variable.
2952 (c-mode): Make it local and initialise it.
2953
2954 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2955 (gdb-exited): New function.
2956 (gdb-annotation-rules): Use it.
2957 (gdb-starting): Set gdb-active-process to t.
2958 (gdb-stopping): Amend doc string.
2959 (gdb-reset): Set gdb-active-process to nil.
2960
2961 * tooltip.el (tooltip-gud-tips): Show the associated #define
2962 directives when a C program under GDB is not executing.
2963
2964 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2965
2966 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2967 font-lock-fontify-syntactic-keywords.
2968
2969 * font-lock.el (font-lock-default-fontify-region): Don't force
2970 parse-sexp-lookup-properties to nil.
2971
2972 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2973
2974 * man.el (man-mode-syntax-table): Set up `:' to have
2975 word-constituent syntax.
2976
2977 2005-04-27 Lute Kamstra <lute@gnu.org>
2978
2979 * novice.el (disable-command): Don't add spurious newlines to the
2980 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2981
2982 2005-04-26 Jay Belanger <belanger@truman.edu>
2983
2984 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2985 than one window before deleting window.
2986
2987 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2988
2989 * shell.el (shell-prompt-pattern): Doc fix.
2990 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2991
2992 * comint.el (comint-prompt-regexp, comint-get-old-input)
2993 (comint-use-prompt-regexp)
2994 (comint-use-prompt-regexp-instead-of-fields)
2995 (comint-replace-by-expanded-history, comint-send-input)
2996 (comint-output-filter, comint-get-old-input-default)
2997 (comint-line-beginning-position, comint-bol, comint-show-output)
2998 (comint-backward-matching-input, comint-forward-matching-input)
2999 (comint-next-prompt, comint-previous-prompt):
3000 Rename `comint-use-prompt-regexp-instead-of-fields' to
3001 `comint-use-prompt-regexp'. Keep old name as alias and declare
3002 obsolete.
3003 (comint-use-prompt-regexp): Shorten first line of doc string.
3004
3005 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3006 Set paragraph-separate buffer locally to "\\'".
3007
3008 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3009 Adapt to above name change.
3010
3011 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3012 (smbclient-prompt-regexp): Ditto.
3013
3014 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3015
3016 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3017
3018 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3019 gdb-location-list.
3020 Break lines that are over 80 characters wide.
3021
3022 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3025 New fun and var, to preserve compatibility.
3026
3027 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3028
3029 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3030
3031 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3032 name to file-newer-than-file-p.
3033
3034 2005-04-26 Richard M. Stallman <rms@gnu.org>
3035
3036 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3037
3038 * progmodes/python.el (python-mode):
3039 Use new name eldoc-documentation-function.
3040
3041 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3042
3043 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3044 (eldoc-documentation-function):
3045 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3046
3047 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3048
3049 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3050
3051 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3052
3053 * term/xterm.el (function-key-map): Fix strings for
3054 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3055 {C,S,A,C-S}-{f1-f12}.
3056
3057 2005-04-26 Kenichi Handa <handa@m17n.org>
3058
3059 * international/mule-cmds.el (select-safe-coding-system):
3060 Fix previous change.
3061
3062 2005-04-26 Lute Kamstra <lute@gnu.org>
3063
3064 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3065
3066 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3067 (font-lock-comment-delimiter-face): Ditto.
3068
3069 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3070
3071 2005-04-25 Jay Belanger <belanger@truman.edu>
3072
3073 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3074 to t while inserting information; use help-mode.
3075
3076 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3077
3078 * term.el (ansi-term-color-vector): Use the xterm colors.
3079 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3080
3081 2005-04-25 Lute Kamstra <lute@gnu.org>
3082
3083 * font-core.el (font-lock-defaults): Fix docstring.
3084
3085 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3086
3087 2005-04-25 Kenichi Handa <handa@m17n.org>
3088
3089 * international/mule-cmds.el (select-safe-coding-system):
3090 Don't check consistency with coding: spec, etc if raw-text or
3091 no-conversion was found to be safe.
3092
3093 2005-04-24 Richard M. Stallman <rms@gnu.org>
3094
3095 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3096 citation markers at start of each line.
3097
3098 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3099 citation markers at start of each line.
3100
3101 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3102
3103 * files.el (mode-require-final-newline): Fix previous change.
3104 (require-final-newline): Fix type label.
3105
3106 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3107
3108 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3109 statement in buffer (broken by 2004-11-24 change).
3110
3111 2005-04-24 Kim F. Storm <storm@cua.dk>
3112
3113 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3114 and read-file-name-function values. Don't overwrite existing
3115 non-nil values if ido-mode is enabled without ido-everywhere.
3116
3117 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3118
3119 * files.el (mode-require-final-newline): Minor doc fix.
3120
3121 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3122
3123 * subr.el (syntax-after): Doc fix.
3124 (syntax-class): If argument is nil, return nil. Mask off upper 16
3125 bits, not 8 bits.
3126
3127 * files.el (mode-require-final-newline): Doc fix.
3128 (backup-buffer-copy): Fix last change.
3129
3130 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3131
3132 * term/mac-win.el: Require select. Set selection-coding-system to
3133 mac-system-coding-system. Call menu-bar-enable-clipboard.
3134 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3135 (x-select-enable-clipboard): New variables.
3136 (x-select-text, x-get-selection, x-selection-value)
3137 (x-get-selection-value, mac-select-convert-to-string)
3138 (mac-services-open-file, mac-services-open-selection)
3139 (mac-services-insert-text): New functions.
3140 (CLIPBOARD, FIND): Put mac-scrap-name property.
3141 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3142 (public.tiff): Put mac-ostype property.
3143 (selection-converter-alist): Add entries for them.
3144 (mac-application-menu-map): New keymap.
3145 (interprogram-cut-function, interprogram-paste-function): Set to
3146 x-select-text and x-get-selection-value, respectively.
3147 (split-window-keep-point): Set to t.
3148
3149 2005-04-23 Richard M. Stallman <rms@gnu.org>
3150
3151 * files.el (read-directory-name): Always pass non-nil
3152 DEFAULT-FILENAME arg to read-file-name.
3153 (backup-buffer-copy, basic-save-buffer-2): Take care against
3154 writing thru an unexpected existing symlink.
3155 (revert-buffer): In indirect buffer, revert the base buffer.
3156 (magic-mode-alist): Doc fix.
3157 (buffer-stale-function): Doc fix.
3158 (minibuffer-with-setup-hook): Avoid warning.
3159 (mode-require-final-newline): Doc and custom fix.
3160
3161 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3162
3163 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3164 use the default appearance.
3165 (font-lock-comment-delimiter-face): New face, new variable.
3166
3167 * imenu.el (imenu--generic-function): The official position of a
3168 definition is the start of the line that BEG is in.
3169
3170 * midnight.el (midnight-timer): Move defvar up.
3171
3172 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3173
3174 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3175
3176 * startup.el (command-line): Use with-no-warnings.
3177
3178 * window.el (window-size-fixed): New defvar.
3179
3180 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3181
3182 * mail/rmail.el (rmail-font-lock-keywords):
3183 Use font-lock-comment-delimiter-face.
3184
3185 * mail/sendmail.el (mail-font-lock-keywords):
3186 Use font-lock-comment-delimiter-face.
3187
3188 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3189
3190 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3191
3192 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3193 Specify t for LAXMATCH when matching directories.
3194 Save match data around compilation-compat-error-properties form.
3195
3196 2005-04-23 David Kastrup <dak@gnu.org>
3197
3198 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3199 Mention that the autoloaded aliases should be kept for AUCTeX.
3200
3201 2005-04-23 Andreas Schwab <schwab@suse.de>
3202
3203 * isearch.el (isearch-forward): Doc fix.
3204
3205 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3206
3207 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3208 (jit-lock-stealth-nice): Change default value to 0.5.
3209
3210 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3211
3212 * abbrev.el (write-abbrev-file): Write table entries in
3213 alphabetical order by table name.
3214
3215 2005-04-22 Kim F. Storm <storm@cua.dk>
3216
3217 * ido.el (ido-read-internal): Fix `list' completion.
3218
3219 2005-04-22 Kenichi Handa <handa@m17n.org>
3220
3221 * recentf.el (recentf-save-file-coding-system): New variable.
3222 (recentf-save-list): Encode the file by
3223 recentf-save-file-coding-system and add coding: tag.
3224
3225 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3226
3227 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3228
3229 2005-04-21 Lute Kamstra <lute@gnu.org>
3230
3231 * loadhist.el (unload-feature): Don't remove a function from hooks
3232 if it is about to be restored to an autoload . Remove functions
3233 that will become unbound from auto-mode-alist. Simplify the code.
3234
3235 * subr.el (assq-delete-all): New implementation that is linear,
3236 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3237 (rassq-delete-all): New function.
3238
3239 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3240 Add size-indication-mode.
3241
3242 2005-04-21 Kenichi Handa <handa@m17n.org>
3243
3244 * international/mule-cmds.el: Add autoload for widget-value in
3245 eval-when-compile.
3246
3247 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3248
3249 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3250 Add tooltip-mode.
3251
3252 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3253
3254 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3255
3256 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3257 (inferior-lisp-filter-regexp, inferior-lisp-program)
3258 (inferior-lisp-load-command, inferior-lisp-prompt)
3259 (inferior-lisp-mode-hook, lisp-source-modes)
3260 (inferior-lisp-load-hook): defvar->defcustom.
3261 (inferior-lisp-program, inferior-lisp-prompt)
3262 (inferior-lisp-load-hook): Doc fixes.
3263 (inferior-lisp-install-letter-bindings): Small change in
3264 introductory comment.
3265
3266 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3267
3268 * vc.el (vc-annotate-color-map): Change some colors so that text
3269 using them as foreground is readable on both white and black
3270 backgrounds.
3271
3272 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 * international/mule-conf.el (translation-table-for-input):
3275 Remove redundant declaration.
3276
3277 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3278
3279 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3280
3281 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3282 (tooltip-toggle-gud-tips): New function.
3283
3284 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3285
3286 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3287 right angle brackets.
3288
3289 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3290
3291 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3292
3293 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3294
3295 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3296 Remove. Update callers to use expand-file-name instead.
3297
3298 * subr.el (syntax-class): New function.
3299
3300 * simple.el (blink-matching-open): Use it.
3301
3302 * paren.el (show-paren-function): Use it to recognize parens that are
3303 also used in 2-char comment markers.
3304
3305 2005-04-19 Lute Kamstra <lute@gnu.org>
3306
3307 * loadhist.el (unload-feature): Update for new format of
3308 load-history. Simplify the code.
3309
3310 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3311
3312 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3313 (mac-add-charset-info): New function. Initialize variable
3314 mac-charset-info-alist using it.
3315 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3316 for translation.
3317 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3318 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3319 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3320 New CCL programs.
3321
3322 2005-04-19 Kim F. Storm <storm@cua.dk>
3323
3324 * simple.el (next-buffer, prev-buffer, next-error)
3325 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3326 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3327
3328 * bindings.el (next-buffer, prev-buffer, next-error)
3329 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3330 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3331 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3332 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3333
3334 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3335
3336 * isearch.el (isearch-edit-string): Make the search-ring available for
3337 minibuffer history commands.
3338 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3339 the default history commands now work just as well.
3340 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3341
3342 2005-04-18 Kim F. Storm <storm@cua.dk>
3343
3344 * emulation/cua-base.el (cua--pre-command-handler): Add more
3345 elaborate check for shift modifier on non-window systems.
3346
3347 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3348
3349 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3350
3351 2005-04-18 Kim F. Storm <storm@cua.dk>
3352
3353 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3354 and make it optional. Don't test tooltip-gud-echo-area here.
3355 (tooltip-gud-process-output, gdb-tooltip-print):
3356 Pass tooltip-gud-echo-area to tooltip-show.
3357 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3358
3359 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3360
3361 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3362 `display-graphic-p' may not be bound yet.
3363
3364 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3365
3366 * startup.el (command-line): No longer enable Xterm Mouse mode by
3367 default in terminals compatible with xterm.
3368
3369 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3370
3371 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3372
3373 * tooltip.el (tooltip-gud-echo-area): Rename from
3374 tooltip-use-echo-area.
3375 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3376 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3377 area independently of where help tooltips are displayed.
3378
3379 2005-04-17 David Kastrup <dak@gnu.org>
3380
3381 * cus-theme.el (custom-theme-write-variables): Quote variables
3382 where necessary.
3383
3384 2005-04-17 Richard M. Stallman <rms@gnu.org>
3385
3386 * simple.el (yank-excluded-properties): Add follow-link to value.
3387
3388 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3389
3390 * startup.el (fancy-splash-max-time): Just 30 seconds.
3391 (fancy-splash-delay): Just 7.
3392 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3393
3394 * loadhist.el (unload-feature): Update for new format of load-history.
3395 Simplify the code.
3396
3397 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3398 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3399
3400 * mail/sendmail.el (mail-font-lock-keywords):
3401 Don't fontify subject text.
3402 Don't fontify the text of a citation.
3403
3404 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3405
3406 * comint.el (comint-output-filter): Run comint-output-filter-functions
3407 with point where the user had it.
3408
3409 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3410
3411 * international/ucs-tables.el (ucs-set-table-for-input):
3412 Disable when using unify-on-decoding.
3413
3414 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3415
3416 * emulation/cua-base.el (cua-global-mark-face): Add special case
3417 for displays supporting a high number of colors.
3418
3419 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3420
3421 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3422
3423 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3424
3425 * filesets.el (filesets-add-buffer): If user supplies a name of a
3426 non-existing fileset, create a new fileset.
3427
3428 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3429
3430 * textmodes/org.el (org-up-heading-all): Fix bug with
3431 `outline-up-heading-all'.
3432
3433 2005-04-16 Andreas Schwab <schwab@suse.de>
3434
3435 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3436 /etc/permissions.d/* and /etc/aliases.d/*.
3437
3438 2005-04-16 Kenichi Handa <handa@m17n.org>
3439
3440 * international/code-pages.el (cp-make-coding-system):
3441 Set `translation-table-for-input' property value to the symbol
3442 ucs-mule-to-mule-unicode, not to that value.
3443 (pt154): Escape guillemet by `\'.
3444
3445 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3446
3447 * loadup.el: Load tooltip if x-show-tip is fboundp.
3448
3449 * startup.el (command-line): Add comment.
3450
3451 * tooltip.el (tooltip-mode): Specify correct standard value for
3452 Custom in init-value.
3453
3454 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3455
3456 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3457 possible.
3458
3459 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3460
3461 * textmodes/org.el (org-agenda-date-prompt): Rename from
3462 `org-agenda-date-today'.
3463 (org-evaluate-time-range): Insert at point instead of directly
3464 after time range.
3465 (org-first-headline-recenter, org-subtree-end-visible-p)
3466 (org-optimize-window-after-visibility-change): New functions
3467 (org-agenda-post-command-hook): Don't allow point at end of line,
3468 to make sure it always hits the text properties.
3469 (org-agenda-next-date-line, org-agenda-previous-date-line):
3470 New commands.
3471 (org-set-regexps-and-options): Category may contain white space.
3472 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3473 Improve marker positions.
3474 (org-agenda-new-marker): Argument POS made optional.
3475 (org-agenda-get-timestamps): Deadlines which are done are listed
3476 in org-done-face now.
3477 (org-agenda-get-todos, org-agenda-get-timestamps)
3478 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3479 Set `undone-face' and `done-face' properties.
3480 (org-last-todo-state-is-todo): New variable.
3481 (org-todo): Set `org-last-todo-state-is-todo'.
3482 (org-agenda-todo): Change face according to
3483 `org-last-todo-state-is-todo'. And change other lines refering to
3484 the same entry.
3485 (org-calendar-goto-agenda): New command.
3486 (org-calendar-to-agenda-key): New option.
3487 (org-startup-folded): New allowed value `content'.
3488 (org-set-regexps-and-options): Accept new value `content' for
3489 `org-startup-folded'.
3490 (org-get-current-options): Handle new value `content' for
3491 `org-startup-folded'.
3492 (org-insert-todo-heading): New command.
3493 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3494 interactively in empty file and option
3495 `org-insert-mode-line-in-empty-file' has been set.
3496 (org-agenda-todo,org-agenda-priority): Modify to use
3497 `org-agenda-change-all-lines'.
3498 (org-warning-face): Change color on dark background
3499
3500 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3501
3502 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3503 use preferences AppleLocale and AppleLanguages, and variable
3504 mac-system-locale for default locale. On Mac OS Classic, use
3505 mac-system-coding-system for default coding systems.
3506
3507 * term/mac-win.el: Don't set file-name-coding-system.
3508 Decode variables system-name, emacs-build-system, user-login-name, and
3509 user-full-name by mac-system-coding-system on Mac OS Classic.
3510 (mac-system-coding-system): New variable.
3511
3512 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3513
3514 * startup.el (command-line): Handle `xterm-mouse-mode' before
3515 reading init file.
3516
3517 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3518
3519 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3520
3521 * progmodes/sh-script.el (sh-here-document-word): Make it a
3522 defcustom. Doc fix.
3523 (sh-add): Bash uses $(( )) for arithmetic.
3524 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3525 (sh-maybe-here-document): Remove quotes and leading whitespace
3526 from heredoc word when closing. Indent heredoc with tabs if word
3527 starts with "-".
3528
3529 2005-04-13 Richard M. Stallman <rms@gnu.org>
3530
3531 * simple.el (undo): Fix previous change.
3532
3533 * custom.el (defface): Doc fix.
3534
3535 2005-04-13 Lute Kamstra <lute@gnu.org>
3536
3537 * Makefile.in (DONTCOMPILE): Remove list.
3538 (compile, compile-always): Don't use DONTCOMPILE.
3539 (update-authors): Load the library in which batch-update-authors
3540 is defined.
3541 * makefile.w32-in (DONTCOMPILE): Remove list.
3542 (compile, compile-always): Fix comments.
3543 (update-authors): Load the library in which batch-update-authors
3544 is defined.
3545
3546 * generic-x.el (generic-mode-ini-file-find-file-hook):
3547 Rename to ini-generic-mode-find-file-hook.
3548 Keep generic-mode-ini-file-find-file-hook as an alias.
3549 (ini-generic-mode-find-file-hook): Rename from
3550 generic-mode-ini-file-find-file-hook. Fix docstring.
3551 (ini-generic-mode): Docstring change.
3552 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3553
3554 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3555 called from lisp.
3556
3557 * generic.el: Move to the emacs-lisp subdir.
3558
3559 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3560
3561 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3562 and C-S- function and cursor motion keys.
3563
3564 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3565
3566 * startup.el (command-line): Enable Xterm Mouse mode by default.
3567 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3568 for Custom. No longer show "Mouse" in mode line when enabled.
3569 Doc fix.
3570
3571 2005-04-12 Kim F. Storm <storm@cua.dk>
3572
3573 * emulation/cua-base.el (cua-rectangle-face)
3574 (cua-rectangle-noselect-face): Define face attributes here.
3575
3576 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3577
3578 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3579
3580 * startup.el (command-line): Turn off blinking cursor if
3581 cursorBlink in resources is off or false.
3582
3583 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3584
3585 * term/mac-win.el (dnd): Require dnd.
3586 (mac-drag-n-drop): Call dnd-handle-one-url.
3587 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3588 (kTextEncodingISOLatin2): Remove constants.
3589 (mac-script-code-coding-systems): New constant.
3590 (mac-handle-language-change): New function.
3591 (special-event-map): Bind it to `language-change' event.
3592 (mac-centraleurroman, mac-cyrillic): New coding systems.
3593 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3594 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3595 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3596 encode-mac-cyrillic, respectively.
3597
3598 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3599
3600 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3601 Don't set overlay-arrow-string to "=>" as this is done
3602 globally in C now.
3603
3604 2005-04-12 Lute Kamstra <lute@gnu.org>
3605
3606 * generic-x.el (rc-generic-mode, rul-generic-mode):
3607 Fix auto-mode-alist entries.
3608 (etc-fstab-generic-mode): Tweak fontification.
3609
3610 * generic.el (generic-make-keywords-list): Fix docstring.
3611 (generic-mode-internal): Simplify generic-font-lock-keywords.
3612
3613 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3614
3615 * whitespace.el (whitespace-buffer-leading)
3616 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3617 However, fix the highlight area for the leading and
3618 trailing whitespaces to show space.
3619
3620 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3621
3622 * whitespace.el (whitespace-version): Bump to 3.5
3623
3624 (whitespace-buffer-leading, whitespace-buffer-trailing):
3625 Invert sense of the test to highlight the whitespace.
3626
3627 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3628
3629 * progmodes/gud.el (gud-display-line): GUD uses its own
3630 overlay arrow now so don't set overlay-arrow-string.
3631 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3632
3633 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3634
3635 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3636 (term-ansi-current-reverse, term-ansi-current-invisible)
3637 (term-ansi-face-already-done): Change to boolean.
3638 (term-reset-terminal, term-handle-colors-array): Handle the above
3639 vars accordingly.
3640 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3641 (term-emulate-terminal): Use the new name.
3642
3643 * faces.el (secondary-selection): Use yellow1, not yellow.
3644 (trailing-whitespace): Use red1, not red.
3645
3646 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3647
3648 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3649 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3650 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3651
3652 * cus-edit.el (dnd): New group.
3653
3654 * term/w32-win.el (dnd): Require dnd
3655 (w32-drag-n-drop): Call dnd-handle-one-url.
3656
3657 * x-dnd.el: Require dnd.
3658 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3659 Call dnd-handle-one-url.
3660 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3661 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3662 to dnd-insert-text.
3663 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3664 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3665 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3666 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3667
3668 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3669
3670 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3671
3672 * wdired.el: Doc fixes.
3673 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3674 (wdired-use-dired-vertical-movement): Rename from
3675 wdired-always-move-to-filename-beginning.
3676 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3677 (wdired-change-to-wdired-mode): Change mode name.
3678 (wdired-newline): Delete.
3679
3680 2005-04-11 Richard M. Stallman <rms@gnu.org>
3681
3682 * whitespace.el (whitespace-highlight-the-space):
3683 Don't call whitespace-unhighlight-the-space here.
3684
3685 * simple.el (undo): Record t in undo-equiv-table
3686 for the redo record made by an undo-in-region.
3687
3688 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3689
3690 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3691 (gdb-frame-inferior-io-buffer): New Functions to control
3692 display of separate IO buffer.
3693 (menu): Add them to menu-bar.
3694 (gdb-display-buffer): Check for buffer another frame.
3695 Protect GUD buffer.
3696 (gdb-setup-windows): Create IO buffer if not already there.
3697 (gdb-memory-mode): Remove purecopy noops.
3698
3699 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3700
3701 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3702 and pass to self-insert-command.
3703
3704 2005-04-11 Lute Kamstra <lute@gnu.org>
3705
3706 * generic.el: Commentary section cleanup.
3707 (generic): Delete.
3708 (generic-use-find-file-hook, generic-lines-to-scan)
3709 (generic-find-file-regexp, generic-ignore-files-regexp)
3710 (default-generic-mode, generic-mode-find-file-hook)
3711 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3712 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3713 (generic-use-find-file-hook, generic-lines-to-scan)
3714 (generic-find-file-regexp, generic-ignore-files-regexp)
3715 (default-generic-mode, generic-mode-find-file-hook)
3716 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3717
3718 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3719
3720 * bookmark.el (bookmark-write-file): Catch errors writing file.
3721 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3722
3723 2005-04-10 Richard M. Stallman <rms@gnu.org>
3724
3725 * startup.el (fancy-splash-tail): Update copyright year.
3726 (command-line): Split part of -Q into -D.
3727 (emacs-basic-display): New defvar.
3728 (fancy-splash-text): Correct name of menu item.
3729
3730 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3731
3732 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3733 lines in one node.
3734
3735 * comint.el (comint-send-input): New arg ARTIFICIAL.
3736 Callers in this file changed.
3737
3738 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3739
3740 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3741
3742 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3743
3744 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3745 `ldap-search-internal'.
3746
3747 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3748
3749 * files.el (set-auto-mode-1): Use line-end-position.
3750
3751 * international/latin-1.el:
3752 * international/latin-2.el:
3753 * international/latin-3.el:
3754 * international/latin-4.el:
3755 * international/latin-5.el:
3756 * international/latin-8.el:
3757 * international/latin-9.el: Give punctuation syntax to NBSP.
3758
3759 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3760 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3761 Use char-classes to accept non-ascii letters, accepted in some recent
3762 bibtex implementations.
3763
3764 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3765
3766 * custom.el (custom-set-minor-mode): Any non-nil value for the
3767 variable should enable the mode when set through Custom.
3768
3769 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3770
3771 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3772 TAB binding so tab-always-indent is obeyed.
3773 (vhdl-minibuffer-local-map): Move initialization into declaration.
3774 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3775 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3776 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3777 (vhdl-current-line): Use line-beginning-position.
3778 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3779 with-output-to-temp-buffer, so the current position can be recorded.
3780
3781 2005-04-10 Masatake YAMATO <jet@gyve.org>
3782
3783 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3784 Add regexp for gcov.
3785
3786 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3787
3788 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3789 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3790 syntax which Emacs 20 doesn't support.
3791
3792 2005-04-09 Richard M. Stallman <rms@gnu.org>
3793
3794 * help.el (describe-key-briefly, describe-key):
3795 Replace strings as event types with "(any string)".
3796
3797 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3798
3799 * arc-mode.el (archive-mode-map): Move initialization into
3800 the declaration. Override *all* bindings of `undo'.
3801 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3802
3803 2005-04-09 Jay Belanger <belanger@truman.edu>
3804
3805 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3806
3807 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3808
3809 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3810 (xterm-register-default-colors): Update color values computation
3811 to match xterm-200.
3812
3813 2005-04-09 Kenichi Handa <handa@m17n.org>
3814
3815 * international/code-pages.el (iso-latin-7): Fix the map.
3816
3817 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3818
3819 * emacs-lisp/lisp.el (defun-prompt-regexp)
3820 (parens-require-spaces, buffer-end, end-of-defun)
3821 (insert-parentheses): Doc fixes.
3822
3823 2005-04-08 Kim F. Storm <storm@cua.dk>
3824
3825 * comint.el (comint-highlight-prompt): Fix face spec.
3826 * hi-lock.el (hi-green): Likewise.
3827
3828 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3829
3830 * cus-edit.el (custom-modified-face):
3831 * comint.el (comint-highlight-input): Fix previous changes.
3832 * term.el (term-handle-ansi-escape): Add a comment.
3833
3834 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3837 in the buffer and in whitespace-highlighted-space.
3838 (whitespace-unhighlight-the-space): Simplify.
3839 (whitespace-buffer): Simplify.
3840
3841 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3842
3843 * textmodes/table.el (table-cell-face): Add special case for
3844 displays supporting a high number of colors.
3845 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3846 (vhdl-font-lock-reserved-words-face)
3847 (vhdl-speedbar-architecture-face)
3848 (vhdl-speedbar-instantiation-face)
3849 (vhdl-speedbar-architecture-selected-face)
3850 (vhdl-speedbar-instantiation-selected-face): Likewise.
3851 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3852 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3853 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3854 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3855 (ebrowse-progress-face): Likewise.
3856 * progmodes/compile.el (compilation-info-face): Likewise.
3857 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3858 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3859 * calendar/calendar.el (diary-face): Likewise.
3860 * woman.el (woman-italic-face, woman-bold-face)
3861 (woman-unknown-face): Likewise.
3862 * wid-edit.el (widget-button-pressed-face): Likewise.
3863 * whitespace.el (whitespace-highlight-face): Likewise.
3864 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3865 * pcvs-info.el (cvs-marked-face): Likewise.
3866 * info.el (info-xref): Likewise.
3867 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3868 * hilit-chg.el (highlight-changes-face)
3869 (highlight-changes-delete-face): Likewise.
3870 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3871 (hi-red-b): Likewise.
3872 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3873 * font-lock.el (font-lock-keyword-face)
3874 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3875 * cus-edit.el (custom-invalid-face, custom-modified-face)
3876 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3877 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3878 * comint.el (comint-highlight-prompt): Likewise.
3879
3880 2005-04-08 Lute Kamstra <lute@gnu.org>
3881
3882 * font-lock.el (font-lock-keywords): Docstring fixes.
3883
3884 2005-04-08 Kenichi Handa <handa@m17n.org>
3885
3886 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3887 chars are more than a limit, print " and more..." at the tail.
3888
3889 2005-04-08 Kim F. Storm <storm@cua.dk>
3890
3891 * emacs-lisp/authors.el (authors-aliases): Update list.
3892 (authors-ignored-files): New list.
3893 (authors-fixed-entries): Fix typo.
3894 (authors-renamed-files-alist): Update list.
3895 (authors-add): Check authors-ignored-files.
3896
3897 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3898
3899 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3900 optional, to ensure backward compatibility.
3901
3902 2005-04-08 Stephen Eglen <stephen@gnu.org>
3903
3904 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3905
3906 2005-04-08 Kim F. Storm <storm@cua.dk>
3907
3908 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3909
3910 * mouse.el (mouse-on-link-p): Doc fix.
3911
3912 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3913
3914 * ielm.el (ielm-prompt-read-only): Doc fix.
3915
3916 * comint.el (comint-prompt-read-only): Doc fix.
3917
3918 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3919
3920 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3921 ensure dired always handles wildcards passed to ffap.
3922 (find-file-at-point): Use it.
3923 (ffap-dired-wildcards): Doc fix.
3924
3925 2005-04-07 Juri Linkov <juri@jurta.org>
3926
3927 * simple.el (next-error-overlay-arrow-position): New defvar.
3928 Put "=>" on its property `overlay-arrow-string'. Add it to
3929 `overlay-arrow-variable-list'.
3930
3931 * progmodes/compile.el (compilation-setup):
3932 Set `next-error-overlay-arrow-position' to nil. Also set it to
3933 nil in the local hook `kill-buffer-hook'. Make local variable
3934 `overlay-arrow-string' and set it to "=>".
3935 (compilation-goto-locus): Set BOL position to
3936 `next-error-overlay-arrow-position' instead of
3937 `overlay-arrow-position'.
3938
3939 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3940 locally instead of adding it to the global hook.
3941 (Info-kill-buffer): Move up.
3942
3943 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3944
3945 * term/xterm.el (xterm-standard-colors): Update color values from
3946 xterm-200.
3947
3948 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3951
3952 * fast-lock.el:
3953 * lazy-lock.el: Move them to the obsolete subdir.
3954
3955 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3956
3957 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3958 (wdired-add-replace-advice): Remove.
3959 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3960
3961 2005-04-06 Kim F. Storm <storm@cua.dk>
3962
3963 * startup.el (command-line): Add --bare-bones alias for -Q.
3964
3965 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3966
3967 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3968 create the startup fontset if a font specification ends with
3969 `mac-roman'.
3970
3971 2005-04-06 Lute Kamstra <lute@gnu.org>
3972
3973 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3974 change.
3975
3976 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3977 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3978
3979 2005-04-05 Lute Kamstra <lute@gnu.org>
3980
3981 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3982 (define-generic-mode): Ditto. Fix debug declaration.
3983
3984 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3985 Put them in the generic-x group.
3986
3987 * calendar/timeclock.el (timeclock): Doc fix.
3988
3989 * generic.el (define-generic-mode): Don't use custom-current-group.
3990 Document default :group value.
3991 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3992 (define-global-minor-mode): Don't use custom-current-group.
3993
3994 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3995
3996 * startup.el (command-line-1): Display startup-echo-area-message
3997 when fancy splash screen is in use.
3998
3999 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4000 (sh-escaped-newline): New face.
4001 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4002 newline, and use sh-escaped-newline face.
4003
4004 * progmodes/tcl.el (tcl-escaped-newline): New face.
4005 (tcl-builtin-list): New variable.
4006 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4007 newlines. Fix keywords subexpression number.
4008
4009 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4010
4011 * textmodes/org.el (org-diary-default-entry): Fix call to
4012 `add-to-diary-entry'.
4013
4014 2005-04-05 Kim F. Storm <storm@cua.dk>
4015
4016 * ediff-init.el: Use (featurep 'xemacs).
4017
4018 2005-04-05 David Ponce <david@dponce.com>
4019
4020 * cus-edit.el (face): Derive from symbol widget. Display sample
4021 of the current face on the fly.
4022 (widget-face-sample-face-get, widget-face-notify): New functions.
4023 (widget-face-value-create): Remove.
4024
4025 * wid-edit.el (widget-field-end): Temporarily remove field
4026 narrowing before to call `get-char-property'.
4027
4028 2005-04-04 Jay Belanger <belanger@truman.edu>
4029
4030 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4031 (math-read-subscripts): New variable.
4032 (math-read-preprocess-string): Process subscripts.
4033
4034 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4035
4036 * comint.el (comint-prompt-read-only): Doc fix.
4037
4038 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4039 `-1'. Doc fix.
4040
4041 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4042
4043 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4044 Change default value to nil.
4045
4046 2005-04-04 Lute Kamstra <lute@gnu.org>
4047
4048 * autorevert.el (auto-revert-mode): Specify :group.
4049 * battery.el (display-battery-mode): Specify :group.
4050 * diff-mode.el (diff-minor-mode): Specify :group.
4051 * font-core.el (font-lock-mode): Specify :group.
4052 * hl-line.el (hl-line-mode): Specify :group.
4053 * iimage.el (iimage): New customization group.
4054 (iimage-mode): Specify :group.
4055 * longlines.el (longlines-mode): Specify :group.
4056 * master.el: Don't require easy-mmode.
4057 (master): New customization group.
4058 (master-mode): Specify :group.
4059 * msb.el (msb-mode): Specify :group.
4060 * reveal.el (reveal-mode): Specify :group.
4061 * simple.el (next-error-follow-minor-mode): Specify :group.
4062 * smerge-mode.el (smerge-mode): Specify :group.
4063 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4064 * emulation/cua-base.el (cua-mode): Specify :group.
4065 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4066 * language/thai-util.el (thai-auto-composition-mode)
4067 (thai-word-mode): Specify :group.
4068 * mail/supercite.el (sc-minor-mode): Specify :group.
4069 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4070 * progmodes/flymake.el (flymake-mode): Specify :group.
4071 * progmodes/glasses.el (glasses-mode): Specify :group.
4072 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4073 * textmodes/enriched.el (enriched-mode): Specify :group.
4074 * textmodes/refill.el (refill-mode): Specify :group.
4075
4076 * add-log.el (change-log-font-lock-keywords): Names in
4077 parenthesized lists can contain spaces.
4078
4079 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4080
4081 * startup.el (fancy-splash-text): Shorten default text of
4082 "Emacs Tutorial" line. Also, if the current language env
4083 indicates an available tutorial file other than TUTORIAL,
4084 extract its title and append it to the line in parentheses.
4085 (fancy-splash-insert): If arg is a thunk, funcall it.
4086
4087 2005-04-04 Jay Belanger <belanger@truman.edu>
4088
4089 * calc.el (calc-language-alist): Add tags to customization type.
4090
4091 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4092
4093 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4094 Doc fix.
4095
4096 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4097
4098 * add-log.el (change-log-font-lock-keywords): The manual
4099 describing a Change Log entry, says: (...) "Aside from these
4100 header lines, every line in the change log starts with a space or
4101 a tab.". The font-lock was not highlighting lines started with
4102 spaces, added support for it.
4103
4104 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4105
4106 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4107 (bibtex-generate-url-list): Update docstring accordingly. Put the
4108 complex example in the docstring.
4109 (bibtex-font-lock-url): Use pop.
4110
4111 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4114
4115 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4116
4117 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4118
4119 * filesets.el (filesets-set-default): Doc fix.
4120
4121 2005-04-03 Lute Kamstra <lute@gnu.org>
4122
4123 * generic.el (define-generic-mode): Add argument to specify
4124 keywords for defcustom.
4125 (default-generic-mode): Specify :group.
4126
4127 * generic-x.el: Specify :group for all generic modes.
4128
4129 * desktop.el (desktop-no-desktop-file-hook)
4130 (desktop-after-read-hook): Doc fix.
4131
4132 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4133
4134 * simple.el (visible-mode): Use explicit :group keyword.
4135 This changes the group of `visible-mode-hook' from paren-blinking
4136 to editing-basics.
4137
4138 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4139
4140 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4141 mailbox specifications as well as URLs.
4142 (rmail-insert-inbox-text): Remove unused conditional branches.
4143
4144 2005-04-01 Jay Belanger <belanger@truman.edu>
4145
4146 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4147 (calc-gnuplot-print-command): Move definitions to calc.el.
4148
4149 * calc/calc-embed.el (calc-embedded-announce-formula)
4150 (calc-embedded-open-formula, calc-embedded-close-formula)
4151 (calc-embedded-open-word, calc-embedded-close-word)
4152 (calc-embedded-open-plain, calc-embedded-close-plain)
4153 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4154 (calc-embedded-open-mode, calc-embedded-close-mode):
4155 Move definitions to calc.el.
4156
4157 * calc/calc.el (calc-settings-file, calc-language-alist):
4158 Make customizable.
4159 (calc-embedded-announce-formula, calc-embedded-open-formula)
4160 (calc-embedded-close-formula, calc-embedded-open-word)
4161 (calc-embedded-close-word, calc-embedded-open-plain)
4162 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4163 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4164 (calc-embedded-close-mode, calc-gnuplot-name)
4165 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4166 from other files and make customizable.
4167
4168 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4171 Use buffer-live-p.
4172 (cvs-mode-run): Don't call cvs-update-header here.
4173 (cvs-run-process): Call cvs-update-header.
4174 Use process properties for cvs-postprocess and cvs-buffer so that
4175 the sentinel can behave better if the temp buffer is killed.
4176 Use a pipe rather than a tty, to better handle unexpected prompts.
4177 (cvs-sentinel): Rewrite. Call cvs-update-header.
4178
4179 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4180
4181 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4182 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4183
4184 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * generic.el (define-generic-mode): Add indentation rule.
4187
4188 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4189
4190 * files.el (mode-require-final-newline): Make Custom correctly
4191 report a nil value and allow to set it to nil via Custom.
4192 Doc fix.
4193
4194 2005-04-01 Kenichi Handa <handa@m17n.org>
4195
4196 * international/characters.el: Enable the correct case setting for
4197 dotless-i and dotted-I.
4198
4199 2005-04-01 Kim F. Storm <storm@cua.dk>
4200
4201 * ido.el (ido-file-internal): Fall back to non-ido command if
4202 initial directory is on slow ftp (or tramp) host.
4203
4204 2005-03-31 Richard M. Stallman <rms@gnu.org>
4205
4206 * emacs-lisp/autoload.el (make-autoload):
4207 Handle define-global-minor-mode.
4208
4209 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4210 Rename from easy-mmode-define-global-mode.
4211 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4212
4213 * progmodes/scheme.el (scheme-mode-syntax-table):
4214 Update syntax of | and # for two-character comment syntax.
4215
4216 2005-03-31 Lute Kamstra <lute@gnu.org>
4217
4218 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4219 (define-minor-mode): Call custom-current-group at load-time.
4220
4221 * generic.el (define-generic-mode): Add debug declaration.
4222 Add defcustom for the mode hook.
4223 (generic-mode-internal): Use run-mode-hooks.
4224
4225 2005-03-31 Kim F. Storm <storm@cua.dk>
4226
4227 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4228 (mouse-fixup-help-message): New defun called by show_help_echo
4229 to fixup mouse-2 prefix in help messages when applicable.
4230
4231 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4232
4233 2005-03-31 Kenichi Handa <handa@m17n.org>
4234
4235 * language/thai-word.el (thai-find-word-ends): Pay attention to
4236 the case that we reach the end of buffer.
4237
4238 * textmodes/fill.el (fill-text-properties-at): New function.
4239 (fill-newline): Use fill-text-properties-at instead of
4240 text-properties-at.
4241
4242 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4243
4244 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4245 not comint-quote-filename.
4246
4247 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4248
4249 * help-fns.el (help-with-tutorial): Revert last change.
4250
4251 2005-03-31 Kim F. Storm <storm@cua.dk>
4252
4253 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4254
4255 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4256
4257 * calendar/cal-china.el: Update reference to "Calendrical
4258 Calculations" book; there's a new edition.
4259 * calendar/cal-coptic.el: Likewise.
4260 * calendar/cal-french.el: Likewise.
4261 * calendar/cal-hebrew.el: Likewise.
4262 * calendar/cal-islam.el: Likewise.
4263 * calendar/cal-iso.el: Likewise.
4264 * calendar/cal-julian.el: Likewise.
4265 * calendar/cal-mayan.el: Likewise.
4266 * calendar/cal-persia.el: Likewise.
4267 * calendar/calendar.el: Likewise.
4268 * calendar/holidays.el: Likewise.
4269 * calendar/lunar.el: Likewise.
4270 * calendar/solar.el: Likewise.
4271
4272 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4273 white space from doc string.
4274
4275 2005-03-30 Jay Belanger <belanger@truman.edu>
4276
4277 * calc/calc-help.el (calc-full-help): Remove email address.
4278
4279 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4280
4281 * help-fns.el (help-with-tutorial): Delete title line.
4282
4283 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4284
4285 * calendar/cal-x.el (calendar-one-frame-setup)
4286 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4287 rather than 'symbol for set-window-dedicated-p.
4288
4289 * calendar/appt.el (appt-buffer-name): Make it a constant.
4290 (appt-add): Doc fix.
4291
4292 * filesets.el (filesets-menu-path, filesets-menu-before)
4293 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4294 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4295 (filesets-add-submenu): Delete and use add-submenu instead.
4296
4297 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4298
4299 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4300 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4301 (org-diary-default-entry): New function.
4302 (org-get-entries-from-diary): Better parsing of diary entries.
4303 (org-agenda-check-no-diary): New function.
4304 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4305 linking to diary entries.
4306 (org-agenda-execute-calendar-command): New function.
4307 (org-agenda): Improve visible section in window.
4308 Use `org-fit-agenda-window'.
4309 (org-fit-agenda-window): New option.
4310 (org-move-subtree-down): Better handling of empty lines
4311 at end of subtree.
4312 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4313 levels up.
4314 (org-fontify-done-headline): New option.
4315 (org-headline-done-face): New face.
4316 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4317 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4318 When current field is non-empty, it is copied to next row.
4319 (org-table-copy-from-above): Fix bug which made it
4320 impossible to copy fields containing only a single non-white character.
4321
4322 2005-03-30 Kim F. Storm <storm@cua.dk>
4323
4324 * kmacro.el (kmacro-end-macro): Isearch may store this command
4325 into the macro -- so ignore it when executing keyboard macro.
4326
4327 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4328
4329 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4330
4331 2005-03-29 Kenichi Handa <handa@m17n.org>
4332
4333 * language/thai.el ("Thai"): Set setup-function and exit-function
4334 for Thai language environment.
4335
4336 * language/thai-util.el: Require thai-word.
4337 (thai-word-mode-map): New variable.
4338 (thai-word-mode): New minor mode.
4339 (setup-thai-language-environment-internal): New function.
4340 (exit-thai-language-environment-internal): New function.
4341
4342 * language/thai-word.el (thai-word-table): Declare it by defvar,
4343 use dolist to initialize it.
4344 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4345 (thai-fill-find-break-point): New functions.
4346
4347 2005-03-29 Richard M. Stallman <rms@gnu.org>
4348
4349 * simple.el (idle-update-delay): Move definition up.
4350 (set-mark): Doc fix.
4351
4352 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4353
4354 * longlines.el: New file.
4355
4356 * simple.el (buffer-substring-filters): New variable.
4357 (filter-buffer-substring): New function.
4358 (kill-region, copy-region-as-kill): Use it.
4359
4360 * register.el (copy-to-register, append-to-register)
4361 (prepend-to-register): Use filter-buffer-substring.
4362
4363 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4364
4365 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4366 (gud-filter-pending-text): Move in front of gdb.
4367 (gud-overlay-arrow-position): New variable.
4368 (gud-sentinel, gud-display-line): Use it in place of
4369 overlay-arrow-position.
4370
4371 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4372
4373 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4374 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4375 (fortran-font-lock-keywords-4): New variable.
4376 (fortran-blocks-re, fortran-end-block-re)
4377 (fortran-start-block-re): New constants, for hideshow.
4378 (hs-special-modes-alist): Add a Fortran entry.
4379 (fortran-mode-map): Bind fortran-end-of-block,
4380 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4381 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4382 (fortran-looking-at-if-then, fortran-end-of-block)
4383 (fortran-beginning-of-block): New functions, for hideshow.
4384
4385 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4386 Doc fix. Tweak regexp.
4387 (f90-beginning-of-block): Push mark first.
4388
4389 2005-03-29 Jay Belanger <belanger@truman.edu>
4390
4391 * calc/calc.el: Update copyright date.
4392 (calc-version): Increase to 2.1.
4393 (calc-version-date): Remove.
4394
4395 * calc/calc-help.el: Update copyright date.
4396 (calc-full-help): Remove reference to calc-version-date.
4397 Update copyright date.
4398
4399 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4400
4401 * vc.el (vc-do-command): Use a pipe for async processes, so password
4402 prompts don't show up at places where the user can't reply.
4403
4404 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4405
4406 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4407 on the file name we pass to the inferior shell.
4408
4409 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4410
4411 * progmodes/which-func.el (which-function): Be robust in the face of an
4412 imenu--make-index-alist failure.
4413
4414 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4417
4418 * progmodes/python.el (python-preoutput-filter): Fix last change.
4419
4420 2005-03-29 Lute Kamstra <lute@gnu.org>
4421
4422 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4423 functions and compiled macros.
4424 (debug-convert-byte-code): Handle macros too.
4425 (debug-on-entry-1): Don't signal an error when trying to clear a
4426 function that is not set to debug on entry.
4427
4428 2005-03-29 Jay Belanger <belanger@truman.edu>
4429
4430 * calc/calc-lang.el: Add functions to math-function-table
4431 properties of tex and math.
4432
4433 2005-03-29 Kenichi Handa <handa@m17n.org>
4434
4435 * ps-mule.el (ps-mule-plot-string): Translate characters by
4436 ps-print-translation-table.
4437 (ps-mule-begin-job): Call find-charset-region/string with
4438 ps-print-translation-table.
4439 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4440
4441 * ps-print.el (ps-print-translation-table): New variable.
4442 (ps-plot-region): Translate characters by ps-print-translation-table.
4443
4444 2005-03-29 Juri Linkov <juri@jurta.org>
4445
4446 * simple.el (next-error-highlight-timer): New variable.
4447
4448 * progmodes/compile.el (compilation-goto-locus):
4449 Use `next-error-highlight-timer' instead of `sit-for'.
4450
4451 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4452
4453 * mail/supercite.el (sc-mail-field): Use assoc-string.
4454 (sc-get-address): Simplify regexps.
4455
4456 * files.el (minibuffer-with-setup-hook): New macro.
4457 (find-file-read-args): Use it to avoid let-binding
4458 minibuffer-with-setup-hook (which breaks turning on/off
4459 file-name-shadow-mode while in the prompt).
4460
4461 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4462
4463 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4464
4465 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4466
4467 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4468
4469 * window.el (window-buffer-height): Use count-screen-lines.
4470
4471 * progmodes/python.el (python-preoutput-leftover): New var.
4472 (python-preoutput-filter): Use it.
4473 (python-send-receive): Loop until all the result has been received.
4474
4475 2005-03-28 Juri Linkov <juri@jurta.org>
4476
4477 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4478
4479 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4480 "Recover Crashed Session".
4481 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4482 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4483 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4484 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4485 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4486 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4487 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4488 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4489
4490 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4491 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4492 Ediff Sessions", "Toggle use of separate control buffer frame",
4493 "Use separate frame for Ediff control buffer".
4494
4495 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4496 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4497 "Rename Bookmark", "Delete Bookmark".
4498
4499 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4500 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4501 Add `:active Info-index-alternatives' to "Next Matching Item".
4502
4503 * wdired.el (wdired-change-to-wdired-mode):
4504 Mention `wdired-abort-changes' key in the initial message.
4505
4506 * international/mule.el (auto-coding-alist): Associate non-ascii
4507 image filename extensions with `no-conversion'.
4508
4509 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4510
4511 * international/iso-acc.el:
4512 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4513
4514 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4515
4516 * textmodes/sgml-mode.el (html-mode): Doc update.
4517
4518 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4519
4520 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4521
4522 * term.el (term-move-columns): Fix face after extending a line.
4523 (term-insert-spaces): Likewise.
4524 (term-reset-terminal): Fix off by one error.
4525
4526 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4527
4528 * international/mule.el (auto-coding-alist): Add .xpi files.
4529
4530 * files.el (auto-mode-alist): Add .xpi files.
4531
4532 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4533
4534 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4535
4536 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4537
4538 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4539
4540 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4541
4542 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4543 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4544
4545 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4546 cursor to Jan 1 when needed.
4547 (calendar-end-of-year): Fix -/+ typo.
4548 Reported by Chong Yidong <cyd@stupidchicken.com>.
4549
4550 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4553
4554 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4555 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4556
4557 2005-03-25 Richard M. Stallman <rms@gnu.org>
4558
4559 * filesets.el (filesets-init): Add autoload.
4560
4561 * mail/mailalias.el (mail-directory): Doc fix.
4562
4563 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4564
4565 * mail/mailalias.el (mail-directory-process): Do nothing if
4566 mail-directory-process is an atom.
4567 (mail-get-names): Ignore mail-directory-names if it is an atom.
4568 (mail-directory-process defvar): Doc fix.
4569 (mail-names): Doc fix.
4570
4571 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4572
4573 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4574
4575 2005-03-26 Kenichi Handa <handa@m17n.org>
4576
4577 * international/mule-util.el (detect-coding-with-priority):
4578 Call update-coding-systems-internal before detect-coding-region.
4579
4580 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4581
4582 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4583 (gdb-frames-mode-map): Add follow-link property.
4584
4585 2005-03-25 Jay Belanger <belanger@truman.edu>
4586
4587 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4588 for variables.
4589
4590 2005-03-25 Juri Linkov <juri@jurta.org>
4591
4592 * image-mode.el: Optimize image filename extension regexps in
4593 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4594 in `auto-mode-alist'.
4595 (image-mode): Add `image-toggle-display-text' to local hook
4596 `change-major-mode-hook'. Display the image as an image by
4597 default. Set `cursor-type' and `truncate-lines' if the image
4598 is already displayed. Take into account the current mode (image
4599 or text) in message.
4600 (image-minor-mode): New minor mode.
4601 (image-mode-maybe, image-toggle-display-text): New functions.
4602 (image-toggle-display): Use called-interactively-p.
4603 Let-bind `inhibit-read-only' to t.
4604
4605 * image-mode.el (image-minor-mode): Set `cursor-type' and
4606 `truncate-lines' if the image is already displayed. Add turning
4607 image-minor-mode off to `change-major-mode-hook'. Add message.
4608 Call `image-toggle-display-text' after turning image-minor-mode off.
4609
4610 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4613 Terminal.app, use utf-8.
4614 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4615 (set-locale-environment): Use it.
4616
4617 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4618
4619 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4620
4621 * progmodes/python.el (python-close-block-statement-p)
4622 (python-outdent-p, python-current-defun): Use symbol-end.
4623
4624 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4625
4626 * files.el (save-some-buffers): Doc fix.
4627
4628 2005-03-25 Werner Lemberg <wl@gnu.org>
4629
4630 * complete.el, thumbs.el: Replace `legal' with `valid'.
4631 * calendar/calendar.el: Replace `legal' with `valid'.
4632 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4633 * mail/supercite.el: Replace `legal' with `valid'.
4634 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4635 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4636 Replace `legal' with `valid'.
4637 * textmodes/reftex-vars.el, textmodes/reftex.el:
4638 Replace `legal' with `valid'.
4639
4640 2005-03-25 Werner Lemberg <wl@gnu.org>
4641
4642 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4643 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4644 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4645 * emulation/vip.el: Replace `illegal' with `invalid'.
4646 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4647 * mail/supercite.el: Replace `illegal' with `invalid'.
4648 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4649 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4650 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4651 * progmodes/sh-script.el, progmodes/xscheme.el:
4652 Replace `illegal' with `invalid'.
4653 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4654 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4655 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4656 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4657
4658 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4659
4660 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4661 (flymake-find-buildfile, flymake-find-possible-master-files)
4662 (flymake-check-include, flymake-parse-line): Replace loops over the
4663 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4664
4665 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4666 Substitute file-name-as-directory in the rest of the file.
4667 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4668 (flymake-replace-region): Remove unused arg `buffer'.
4669 (flymake-check-patch-master-file-buffer): Update calls to it.
4670 (flymake-add-err-info): Remove unused var `count'.
4671 (flymake-mode): Use define-minor-mode.
4672
4673 * progmodes/flymake.el: Use with-current-buffer.
4674 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4675 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4676 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4677 Avoid testing for `xemacs'.
4678 (flymake-nop): Move.
4679 (flymake-region-has-flymake-overlays): Return the computed value.
4680 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4681 Remove unused var `endline'.
4682 (flymake-get-line-count): Remove unused function.
4683 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4684
4685 * emulation/vi.el:
4686 * generic.el:
4687 * hilit-chg.el (global-highlight-changes):
4688 * hi-lock.el (hi-lock-mode):
4689 * follow.el: find-file-hooks -> find-file-hook.
4690
4691 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4692
4693 2005-03-24 Juri Linkov <juri@jurta.org>
4694
4695 * dired.el (dired-mode-map): Add menu item "Compare directories"
4696 for dired-compare-directories.
4697
4698 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4699 Doc fix. Replace `read-file-name' with `read-directory-name'.
4700
4701 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4702
4703 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4704
4705 2005-03-24 Jay Belanger <belanger@truman.edu>
4706
4707 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4708 relevant mode settings in calc-embedded-original-modes when modes
4709 are permanently changed.
4710
4711 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * autoinsert.el: find-file-hooks -> find-file-hook.
4714
4715 2005-03-24 Lute Kamstra <lute@gnu.org>
4716
4717 * generic.el (generic-font-lock-defaults): Make it obsolete.
4718 (generic-font-lock-keywords): New variable to replace
4719 generic-font-lock-defaults.
4720 (generic-mode-set-font-lock): Delete it.
4721 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4722 (generic-bracket-support): Add docstring.
4723
4724 * generic-x.el: Rename generic-font-lock-defaults to
4725 generic-font-lock-keywords throughout.
4726 (mailagent-rules-setup-function): Delete it.
4727 (mailagent-rules-generic-mode): Use anonymous function instead.
4728 (show-tabs-generic-mode-font-lock-defaults-1)
4729 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4730 Quote faces.
4731 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4732 not foreground.
4733
4734 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4735 Recognize define-generic-mode.
4736
4737 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4740 if there's no completion table.
4741
4742 2005-03-23 Miles Bader <miles@gnu.org>
4743
4744 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4745 Remove tty-specific variants, as they're no longer needed.
4746
4747 2005-03-23 Lute Kamstra <lute@gnu.org>
4748
4749 * generic-x.el: Code cleanup: make args constant whenever possible.
4750 (installshield-statement-keyword-list)
4751 (installshield-system-functions-list)
4752 (installshield-system-variables-list, installshield-types-list)
4753 (installshield-funarg-constants-list): Make them constants.
4754
4755 * generic.el (generic-make-keywords-list): Add autoload cookie.
4756
4757 * calendar/time-date.el: Add comment on time value formats.
4758 Don't require parse-time.
4759 (with-decoded-time-value): New macro.
4760 (encode-time-value): New function.
4761 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4762 (days-to-time): Return a valid time value when arg is huge.
4763 (time-since): Use time-subtract.
4764 (time-to-number-of-days): Use time-to-seconds.
4765
4766 2005-03-23 David Ponce <david@dponce.com>
4767
4768 * recentf.el: (recentf-keep): New option.
4769 (recentf-menu-action): Default to `find-file'.
4770 (recentf-keep-non-readable-files-flag)
4771 (recentf-keep-non-readable-files-p)
4772 (recentf-file-readable-p, recentf-find-file)
4773 (recentf-cleanup-remote): Remove.
4774 (recentf-include-p): More robust.
4775 (recentf-keep-p): New function.
4776 (recentf-remove-if-non-kept): Rename from
4777 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4778 All callers updated.
4779 (recentf-menu-items-for-commands): Fix help string.
4780 (recentf-track-closed-file): Update. Doc fix.
4781 (recentf-cleanup): Update. Count removed files. Doc fix.
4782
4783 2005-03-23 Kim F. Storm <storm@cua.dk>
4784
4785 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4786 Don't inherit from fringe face (now happens automatically).
4787
4788 2005-03-22 Kim F. Storm <storm@cua.dk>
4789
4790 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4791 position values.
4792
4793 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4794
4795 * menu-bar.el (showhide-date-time): Remove.
4796 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4797 (menu-bar-make-mm-toggle): Simplify.
4798
4799 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4800
4801 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4802 Accept qualified variable and function names.
4803
4804 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4805
4806 * bindings.el (completion-ignored-extensions):
4807 Remove ".lis" for `vax-vms'.
4808
4809 2005-03-22 Andreas Schwab <schwab@suse.de>
4810
4811 * generic-x.el: Revert last change.
4812 * ldefs-boot.el: Update.
4813
4814 2005-03-22 Jay Belanger <belanger@truman.edu>
4815
4816 * calc/calc-embed (calc-embedded-original-modes): New variable.
4817 (calc-embedded-save-original-modes)
4818 (calc-embedded-restore-original-modes): New functions.
4819 (calc-do-embedded): Save original modes when entering embedded mode
4820 and restore when leaving embedded mode.
4821 (calc-embedded-modes-change): Change the value of
4822 calc-embedded-original-modes to reflect permanent changes.
4823
4824 2005-03-22 Lute Kamstra <lute@gnu.org>
4825
4826 * generic-x.el: Require generic again.
4827
4828 2005-03-22 Miles Bader <miles@gnu.org>
4829
4830 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4831 Tweak details to look good on both ttys and bitmap displays, light
4832 or dark background, etc.
4833
4834 2005-03-21 Kim F. Storm <storm@cua.dk>
4835
4836 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4837 mouse position.
4838
4839 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * icomplete.el: Don't forcibly turn on the mode upon load.
4842 (icomplete-mode): Use define-minor-mode.
4843 (icomplete-eoinput): Default to nil.
4844 (icomplete-minibuffer-setup): Remove autoload.
4845 (icomplete-tidy): Simplify.
4846 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4847 in the initial state or if the user has modified the field.
4848 Fix handling of icomplete-max-delay-chars.
4849 Remove code that handles the oddball case where
4850 minibuffer-completion-table is an integer.
4851 Wrap icomplete-completions in while-no-input in case building
4852 completions takes more time than expected.
4853 (icomplete-completions): Simplify.
4854
4855 2005-03-21 Richard M. Stallman <rms@gnu.org>
4856
4857 * jka-compr.el (jka-compr-really-do-compress):
4858 Make variable buffer-local.
4859
4860 * image-mode.el: Handle .xpm files too.
4861 (image-toggle-display): Preserve modification flag.
4862
4863 * help.el (where-is): Don't mention aliases with no key bindings.
4864
4865 2005-03-21 Lute Kamstra <lute@gnu.org>
4866
4867 * generic.el: Fix commentary section. Don't require cl for compilation.
4868 (generic-mode-list): Add autoload cookie.
4869 (generic-use-find-file-hook, generic-lines-to-scan)
4870 (generic-find-file-regexp, generic-ignore-files-regexp)
4871 (generic-mode, generic-mode-find-file-hook)
4872 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4873 (define-generic-mode): Make it a defmacro. Fix docstring.
4874 (generic-mode-internal): Code cleanup. Add autoload cookie.
4875 (generic-mode-set-comments): Code cleanup.
4876 * generic-x.el: Don't prevent compilation. Don't require generic.
4877 Follow coding conventions. Minor code cleanup.
4878 (etc-fstab-generic-mode): Add some keywords.
4879 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4880 define-generic-mode like a function declaration.
4881
4882 2005-03-21 Jay Belanger <belanger@truman.edu>
4883
4884 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4885 changing modes.
4886
4887 2005-03-21 Sam Steingold <sds@gnu.org>
4888
4889 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4890
4891 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4892
4893 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4894 Add underscore to "f$ lexicals" regexp.
4895
4896 2005-03-20 Juri Linkov <juri@jurta.org>
4897
4898 * subr.el (progress-reporter-do-update): When `min-value' is equal
4899 to `max-value', set `percentage' to 0 and prevent division by zero.
4900
4901 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4902
4903 Sync with Tramp 2.0.48.
4904
4905 * tramp.el (all): Change all addresses to .gnu.org.
4906 (tramp-append-tramp-buffers): New defun.
4907 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4908 Catch `dont-send' signal.
4909 (tramp-set-auto-save-file-modes): Set always permissions, because
4910 there might be an old auto-saved file belonging to another
4911 original file. This could be a security threat. Reported by
4912 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4913 Check for Emacs 21.3.50 removed.
4914
4915 * tramp-smb.el (all): Remove debug construct for
4916 `with-parsed-tramp-file-name'.
4917 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4918 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4919 No error message if DIRECTORY or FILENAME doesn't exist.
4920 (tramp-smb-open-connection): Check existence of
4921 `tramp-smb-program'.
4922
4923 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4926 Properly handle the case where the `m' or `s' command's argument is not
4927 yet terminated.
4928 (perl-indent-new-calculate): New function.
4929 (perl-indent-line): Use it.
4930
4931 2005-03-20 Miles Bader <miles@gnu.org>
4932
4933 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4934 in text-mode too. Change to new face names.
4935 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4936 Add `:weight bold' attribute.
4937 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4938
4939 2005-03-19 Juri Linkov <juri@jurta.org>
4940
4941 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4942
4943 * international/mule.el (auto-coding-alist): Sync with
4944 `auto-mode-alist' by adding upper case archive file extensions
4945 and adding ear/war to jar extension.
4946
4947 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4948
4949 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4950 running, restart it.
4951
4952 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4953
4954 * finder.el (finder-current-item): Throw an error on an empty line.
4955
4956 * man.el (Man-follow-manual-reference): If current-word returns
4957 nil, use "".
4958
4959 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4960
4961 * simple.el (goto-line): Doc fix.
4962
4963 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4964
4965 * files.el (save-buffer): Doc fix.
4966
4967 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4968
4969 * recentf.el (recentf-cleanup-remote): New variable.
4970 (recentf-cleanup): Use it to conditionally check availablity of
4971 remote files.
4972
4973 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4974
4975 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4976 function names.
4977
4978 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4979
4980 * language/thai-word.el: New file.
4981
4982 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4983
4984 * files.el (backup-buffer): If the file's directory is not
4985 writable, use copy instead of move to backup the file.
4986
4987 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4988
4989 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4990
4991 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4992
4993 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4994 Use functionp instead of symbolp and fboundp. Reported by Drkm
4995 <darkman_spam@yahoo.fr>.
4996 (ps-print-version): New version 6.6.6.
4997
4998 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4999
5000 * textmodes/table.el (table--line-column-position): New idiom.
5001 (table--row-column-insertion-point-p): New function to test
5002 validity of row and column insertion operation at a location.
5003 (table-global-menu, table-cell-menu): Use above functions for
5004 deterministic test operation.
5005 (table--editable-cell-p): Behave in deterministic fashion.
5006
5007 2005-03-18 Juri Linkov <juri@jurta.org>
5008
5009 * isearch.el (isearch-lazy-highlight-new-loop):
5010 Make arguments beg and end optional.
5011 (isearch-update): Remove optional arguments nil from
5012 isearch-lazy-highlight-new-loop.
5013 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5014 isearch-lazy-highlight-case-fold-search instead of
5015 isearch-case-fold-search, and let-bind isearch-regexp to
5016 isearch-lazy-highlight-regexp.
5017 Use isearch-lazy-highlight-last-string instead of isearch-string.
5018
5019 * replace.el (perform-replace): Remove bindings of global
5020 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5021 Add three new arguments to `replace-highlight'.
5022 (replace-highlight): Add arguments string, regexp, case-fold.
5023 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5024 to allow isearch-lazy-highlight-new-loop to use these values
5025 to set corresponding isearch-lazy-highlight-* internal
5026 variables whose values lazy highlighting will use regardless of
5027 changes to global variables isearch-string, isearch-regexp,
5028 isearch-case-fold-search during lazy highlighting loop.
5029 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5030 to `lazy-highlight-cleanup'.
5031
5032 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5033 (ispell-highlight-face): Set default face to `isearch' when
5034 lazy highlighting is enabled.
5035 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5036 priority to 1. Add lazy highlighting.
5037 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5038 from `isearch-dehighlight'.
5039
5040 2005-03-18 David Ponce <david@dponce.com>
5041
5042 * files.el (hack-local-variables): Do a case-insensitive search
5043 for End.
5044
5045 2005-03-18 Juri Linkov <juri@jurta.org>
5046
5047 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5048 `isearch-lazy-highlight-cleanup', add alias to old name and
5049 declare obsolete. Add release numbers to other obsolete vars.
5050 (isearch-done, isearch-lazy-highlight-new-loop):
5051 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5052 (lazy-highlight-cleanup) <variable>: Doc fix.
5053 (isearch-lazy-highlight-update): Rename obsolete
5054 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5055
5056 2005-03-18 Kenichi Handa <handa@m17n.org>
5057
5058 * language/thai-util.el: Fix categorization of Thai characters in
5059 thai-category-table.
5060 (thai-composition-pattern): Adjust it for the above change.
5061 (thai-self-insert-command, thai-compose-syllable): New functions.
5062 (thai-compose-region): Use thai-compose-syllable.
5063 (thai-compose-string): Likewise.
5064 (thai-composition-function): Likewise.
5065 (thai-auto-composition): New function.
5066 (thai-auto-composition-mode): New minor mode.
5067
5068 * language/thai.el: Fix patterns to be registered in
5069 composition-function-table.
5070
5071 * international/quail.el (quail-input-method): Locally bind
5072 inhibit-modification-hooks to t.
5073
5074 2005-03-17 Richard M. Stallman <rms@gnu.org>
5075
5076 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5077 (perl-mode): Use run-mode-hooks.
5078
5079 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5080 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5081 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5082
5083 * mail/sendmail.el (sendmail-send-it): Reenable the code
5084 to compute resend-to-address and use it.
5085
5086 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5087
5088 * image-mode.el: New file.
5089
5090 * image.el (insert-sliced-image): Add autoload cookie.
5091
5092 * font-lock.el (font-lock-lines-before): New user option.
5093 (font-lock-after-change-function): Obey it.
5094
5095 * bindings.el (esc-map): Make M-g a prefix.
5096 Bind M-g g and M-g M-g to goto-line.
5097
5098 * faces.el (face-id): Doc fix.
5099
5100 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5101
5102 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5103 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5104 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5105
5106 * mail/sendmail.el (mail-yank-ignored-headers)
5107 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5108 Add Mail-Followup-To and Mail-Reply-To headers.
5109 (mail-citation-hook): Add autoload cookie.
5110 (mail-mode): Doc fix.
5111 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5112 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5113 (mail-mode-fill-paragraph): Handle those headers.
5114 (mail-mailing-lists): New variable.
5115 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5116
5117 2005-03-17 Juri Linkov <juri@jurta.org>
5118
5119 * isearch.el (isearch-fallback): Check for `(car previous)'
5120 before calling `isearch-other-end-state'.
5121
5122 2005-03-17 Kim F. Storm <storm@cua.dk>
5123
5124 * simple.el (move-beginning-of-line): Move to beginning of buffer
5125 line, as well as beginning of screen line.
5126
5127 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5128
5129 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5130 argument REDRAW rather than calendar-redrawing variable.
5131 * calendar/calendar.el (calendar-redrawing): Delete.
5132 (redraw-calendar): Do not bind calendar-redrawing.
5133
5134 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5135
5136 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5137 diary-file buffer.
5138
5139 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5140
5141 * help.el (describe-mode): Allow a :minor-mode-function property to
5142 specify a different minor mode toggle function than the variable.
5143 * simple.el (auto-fill-function):
5144 * subr.el (add-minor-mode): Use it.
5145
5146 2005-03-16 Kenichi Handa <handa@m17n.org>
5147
5148 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5149 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5150 (ethio-fidel-to-sera-buffer): Likewise.
5151
5152 2005-03-16 Juri Linkov <juri@jurta.org>
5153
5154 * emacs-lisp/find-func.el (find-function-regexp):
5155 Add defun-emitting macro `menu-bar-make-toggle'.
5156
5157 * isearch.el: Put `isearch-scroll' property to
5158 `split-window-horizontally'.
5159
5160 * info.el: Update error messages for `debug-ignored-errors'.
5161 (Info-isearch-search): Doc fix.
5162 (Info-find-node): Move up code to go into info buffer before
5163 recording the node to the history.
5164 (Info-fontify-node): Fontify titles only if the next line
5165 has two or more `*', `=', `-', `.'.
5166 Display "go to this node" for empty (match-string 3).
5167
5168 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5169
5170 * term/mac-win.el: Add mouse pointer shape constants.
5171
5172 2005-03-15 Kim F. Storm <storm@cua.dk>
5173
5174 * simple.el (move-beginning-of-line): Use vertical-motion.
5175
5176 2005-03-15 Juri Linkov <juri@jurta.org>
5177
5178 * isearch.el (isearch-error): New variable.
5179 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5180 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5181 (isearch-within-brackets-state): Remove.
5182 (isearch-case-fold-search-state, isearch-pop-fun-state):
5183 Decrease frame index.
5184 (isearch-mode, isearch-top-state, isearch-push-state)
5185 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5186 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5187 (isearch-search, isearch-lazy-highlight-new-loop):
5188 Replace `isearch-invalid-regexp' with `isearch-error'.
5189 Remove `isearch-within-brackets'.
5190 (isearch-search): Add `search-failed' handler to `condition-case'.
5191 (isearch-lazy-highlight-search): Add `condition-case' to catch
5192 errors and allow `isearch-lazy-highlight-update' to try
5193 highlighting from the beginning of the window.
5194 (isearch-repeat): Move up code to set isearch-wrapped to t
5195 before calling isearch-wrap-function.
5196
5197 * info.el (Info-isearch-initial-node): New internal variable.
5198 (Info-search): Signal an error in isearch mode when search leaves
5199 the initial node. Signal an error when `bound' is non-nil and
5200 nothing was found in the current subfile.
5201 (Info-isearch-search): Remove `condition-case'.
5202 (Info-isearch-wrap): Don't wrap when search failed during leaving
5203 the initial node. If `Info-isearch-search' is nil, wrap around
5204 the current node.
5205 (Info-isearch-start): New fun.
5206 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5207 `isearch-mode-hook'.
5208
5209 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5210
5211 * simple.el (normal-erase-is-backspace): Set default to t if
5212 running on Mac.
5213
5214 * term/mac-win.el (function-key-map): Sync with x-win.el.
5215
5216 2005-03-15 Kenichi Handa <handa@m17n.org>
5217
5218 * international/mule-cmds.el (locale-language-names): Modify the
5219 format of elements and add more entries.
5220 (locale-preferred-coding-systems): Add more entries.
5221 (set-locale-environment): Adjust for the change of
5222 locale-language-names.
5223
5224 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * pcvs.el (smerge-ediff): Remove bogus autoload.
5227
5228 2005-03-14 Lute Kamstra <lute@gnu.org>
5229
5230 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5231 Ignore a `*' at the beginning of a line.
5232
5233 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5234 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5235 subr.el.
5236 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5237 to specify indentation.
5238
5239 * generic.el (define-generic-mode): Let generic-mode-list be a
5240 list of strings; test membership with equal.
5241
5242 2005-03-14 Kim F. Storm <storm@cua.dk>
5243
5244 * simple.el (next-line, previous-line): Add optional try-vscroll
5245 arg to recognize interactive use. Pass it on to line-move.
5246 (line-move): Don't perform auto-window-vscroll when defining or
5247 executing keyboard macro to ensure consistent behaviour.
5248
5249 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5250
5251 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5252
5253 2005-03-13 Lute Kamstra <lute@gnu.org>
5254
5255 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5256 debugger-setup-buffer so that backtrace marks the frames set to
5257 debug-on-exit and we don't have to do it manually. Set an extra
5258 debug-on-exit for macro's.
5259 (debugger-setup-buffer): Don't mark the top frame manually.
5260
5261 2005-03-12 Lute Kamstra <lute@gnu.org>
5262
5263 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5264 lisp-indent-function throughout.
5265 (with-no-warnings): Set lisp-indent-function property.
5266
5267 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5268
5269 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5270 Add entry for backslash.
5271
5272 2005-03-12 Juri Linkov <juri@jurta.org>
5273
5274 * info.el (Info-search): Four fixes for backward search.
5275
5276 2005-03-11 Jay Belanger <belanger@truman.edu>
5277
5278 * calc/calc.el (calc-language-alist): New variable.
5279 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5280 (calc-embedded-find-modes): Use calc-language-alist instead of
5281 calc-embedded-language-alist.
5282
5283 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5284
5285 * calendar/calendar.el (calendar-redrawing): New internal
5286 variable.
5287 (redraw-calendar): Remove bogus save-excursion from previous
5288 change. Bind calendar-redrawing to t for mark-diary-entries.
5289 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5290 calendar if that is why we were called.
5291
5292 2005-03-11 Kenichi Handa <handa@m17n.org>
5293
5294 * international/mule.el (make-coding-system): Set property
5295 coding-system-define-form to nil.
5296 (define-coding-system-alias): Likewise.
5297
5298 2005-03-11 Kenichi Handa <handa@m17n.org>
5299
5300 These changes are suggested by Dave Love <fx@gnu.org>.
5301
5302 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5303 coding: tag.
5304 (adaptive-fill-regexp): Add more bullets.
5305 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5306 regexps.
5307
5308 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * help.el (describe-mode): Properly handle non-trivial lighters.
5311 Don't ignore minor modes that are not listed in minor-mode-list.
5312
5313 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5314 feature ON when the user requests to turn it OFF.
5315
5316 2005-03-10 Lute Kamstra <lute@gnu.org>
5317
5318 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5319 (implement-debug-on-entry): New function to replace debug-entry-code.
5320 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5321 second argument as the 2005-03-07 change makes it obsolete.
5322 (debug-on-entry, cancel-debug-on-entry): Update call to
5323 debug-on-entry-1.
5324 (debug, debugger-setup-buffer): Comment update.
5325 (debugger-frame-number): Update to work with implement-debug-on-entry.
5326
5327 2005-03-10 Jay Belanger <belanger@truman.edu>
5328
5329 * calc/calc-embed.el (math-ms-args): Declare it.
5330 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5331 math-ms-args.
5332 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5333 variables.
5334
5335 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5336
5337 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5338 Use message-box.
5339
5340 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5341 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5342 (tooltip-gud-tips): Simplify.
5343 (tooltip-gud-tips-p): Remove superflouous :set.
5344 (tooltip-gud-modes): Add fortran-mode.
5345 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5346
5347 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5348
5349 2005-03-09 Kim F. Storm <storm@cua.dk>
5350
5351 * play/animate.el (animate-place-char): Use forward-line instead
5352 of next-line to improve performance.
5353
5354 2005-03-09 Simon Josefsson <jas@extundo.com>
5355
5356 * net/browse-url.el (browse-url-default-browser): Doc fix.
5357
5358 2005-03-09 Miles Bader <miles@gnu.org>
5359
5360 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5361 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5362
5363 2005-03-09 Kenichi Handa <handa@m17n.org>
5364
5365 * international/latin-1.el: Set case and syntax for 255 only if
5366 set-case-syntax-set-multibyte is nil.
5367
5368 * textmodes/ispell.el (ispell-insert-word): New function.
5369 (ispell-word): Use ispell-insert-word to insert a new word.
5370 (ispell-process-line): Likewise.
5371 (ispell-complete-word): Likewise.
5372
5373 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5374
5375 * calendar/calendar.el (redraw-calendar): Preserve point.
5376 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5377 (calendar-week-start-day): Move after definition of
5378 redraw-calendar. Delete buffer test, since redraw-calendar has
5379 that now.
5380
5381 * calendar/diary-lib.el (mark-diary-entries): Only call
5382 redraw-calendar in the first of any recursive calls.
5383 Reported by Alan Shutko <ats@acm.org>.
5384
5385 2005-03-08 Juri Linkov <juri@jurta.org>
5386
5387 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5388 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5389 (html-radio-buttons): Add a space before the trailing `/>' where
5390 sgml-xml-mode is non-nil.
5391 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5392 the subsequent tag of the empty XML tag.
5393 (html-href-anchor): Don't set initial input to "http:".
5394 (html-image): Ask for the image URL and set point inside alt="".
5395 (html-name-anchor): Duplicate the name in the `id' attribute when
5396 sgml-xml-mode is non-nil.
5397 (html-paragraph): Remove \n before <p>.
5398 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5399 instead of `checked' when sgml-xml-mode is non-nil.
5400
5401 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5402 Remove 1 space before #RRGGBB to not truncate it on terminal
5403 windows w/o fringes. Remove 1 space between bg and fg examples
5404 to get more space.
5405 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5406 avoid byte-compile warnings.
5407
5408 * image-file.el (image-file-handler): Put `safe-magic' property to
5409 `image-file-handler'.
5410
5411 * info.el (Info-isearch-search): Emulate word search in
5412 isearching through multiple Info nodes with Info-search.
5413 (Info-isearch-wrap): Allow isearch-word.
5414
5415 2005-03-08 Lute Kamstra <lute@gnu.org>
5416
5417 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5418 stepping into the debugger's code is not possible.
5419 (debugger-jumping-flag): Docstring update.
5420
5421 2005-03-08 Jay Belanger <belanger@truman.edu>
5422
5423 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5424 embedded mode begins.
5425 (calc-embedded-language-alist): New variable.
5426 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5427 set default language mode.
5428
5429 2005-03-08 Kenichi Handa <handa@m17n.org>
5430
5431 * international/ccl.el (define-ccl-program): Fix docstring about
5432 extra 256 bytes assured for the output buffer.
5433
5434 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5435 Fix BUFFER_MAGNIFICATION to 2.
5436 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5437
5438 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5439
5440 * align.el (align-rules-list): Added an alignment rule for CSS
5441 declarations (applies to css-mode and html-mode buffers).
5442
5443 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5444
5445 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5446
5447 2005-03-07 Kim F. Storm <storm@cua.dk>
5448
5449 * simple.el (move-beginning-of-line): New command.
5450
5451 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5452
5453 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5454
5455 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5456 and move-beginning-of-line.
5457
5458 * apropos.el (apropos-print): Omit command from M-x ... RET.
5459
5460 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5461
5462 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5463 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5464
5465 2005-03-06 Richard M. Stallman <rms@gnu.org>
5466
5467 * bindings.el (esc-map): Bind M-g to goto-line.
5468
5469 * facemenu.el (global-map): Bind M-o, not M-g.
5470
5471 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5472
5473 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5474 "Open Directory" as for "Open File".
5475
5476 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5477
5478 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5479 (push-mark-command): Run activate-mark-hook.
5480
5481 2005-03-06 Richard M. Stallman <rms@gnu.org>
5482
5483 * help-mode.el (help-mode-finish): Don't alter the element
5484 in view-return-to-alist if there already is one.
5485
5486 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5487 make sure the current buffer is the expected one.
5488
5489 * novice.el (disabled-command-function): Output in *Disabled Command*.
5490 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5491
5492 * textmodes/flyspell.el (flyspell-large-region):
5493 Pass args differently for aspell.
5494
5495 * files.el (mode-require-final-newline): Doc fix.
5496
5497 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5498
5499 * progmodes/which-func.el (which-function):
5500 Specify NOERROR when calling imenu--make-index-alist.
5501
5502 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * simple.el (normal-erase-is-backspace): Define default value.
5505
5506 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5507 (custom-reevaluate-setting): Simple function to handle
5508 variables that are defined before their default value can really
5509 be computed.
5510
5511 * startup.el (command-line): Use it for temporary-file-directory,
5512 small-emporary-file-directory, auto-save-file-name-transforms,
5513 blink-cursor-mode, and normal-erase-is-backspace.
5514
5515 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5516 progress, even with buggy anchored keywords.
5517
5518 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5519
5520 * simple.el (goto-line): Remove unbalanced final parenthesis.
5521
5522 2005-03-05 Richard M. Stallman <rms@gnu.org>
5523
5524 * simple.el (goto-line): Use a number at point as the default.
5525 With C-u as arg, switch buffers.
5526
5527 2005-03-05 Juri Linkov <juri@jurta.org>
5528
5529 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5530 with `no-blinking-cursor'.
5531
5532 * startup.el (no-blinking-cursor): New defvar.
5533 (command-line): Add `--no-blinking-cursor' to longopts.
5534 Set `no-blinking-cursor' to t for command line arguments
5535 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5536 with `no-blinking-cursor' in the condition for calling
5537 `blink-cursor-mode'.
5538
5539 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5540
5541 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5542 (menu-bar-options-save): Add blink-cursor-mode.
5543 (menu-bar-options-menu): Add blink-cursor-mode.
5544
5545 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5546
5547 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5548 (icalendar-export-file, icalendar-export-region)
5549 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5550 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5551
5552 2005-03-04 Lute Kamstra <lute@gnu.org>
5553
5554 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5555 (debug-function-list): Ditto.
5556
5557 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5558
5559 * textmodes/texinfmt.el (texinfo-append-refill):
5560 Redefine the types of line to which @refill
5561 is not appended by replacing a search for `@refill\\|@bye' with
5562 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5563 itemize@refill' bug and the unfilled long lines bug.
5564 (texinfmt-version): Update number and date.
5565
5566 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5567
5568 * international/code-pages.el (windows-1250, windows-125[2-8])
5569 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5570
5571 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5572
5573 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5574 bound yet.
5575
5576 2005-03-02 Romain Francoise <romain@orebokech.com>
5577
5578 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5579 buffer after removing limits.
5580 (ibuffer-pop-filter): Ditto.
5581 Update copyright.
5582
5583 2005-03-02 Miles Bader <miles@gnu.org>
5584
5585 * button.el (make-text-button): If the user doesn't specify a
5586 type, use the default. Rewrite to use `add-text-properties' and
5587 plist functions.
5588
5589 2005-03-01 Lute Kamstra <lute@gnu.org>
5590
5591 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5592 (debugger-jumping-flag): New var.
5593 (debug-entry-code): Use it.
5594 (debugger-jump): Use debugger-jumping-flag and add
5595 debugger-reenable to post-command-hook.
5596 (debugger-reenable): Use debugger-jumping-flag and remove itself
5597 from post-command-hook.
5598 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5599 debugger-reenable.
5600
5601 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5602
5603 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5604 inclusion of "itemize\\|", which may be unnecessary, is certainly
5605 inelegant, and stops refilling in itemize lists when formatting
5606 Japanese Texinfo files to Info.
5607 Update copyright to 2005.
5608
5609 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5610
5611 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5612 of an error if GDB can't find the source file.
5613
5614 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5615
5616 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5617 not just the calendar.
5618
5619 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5620 first.
5621 (diary-redraw-calendar): New function.
5622 (make-diary-entry): Add diary-redraw-calendar to local
5623 write-contents-functions. Turn off selective display before
5624 inserting in diary.
5625
5626 2005-03-01 Kim F. Storm <storm@cua.dk>
5627
5628 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5629
5630 2005-03-01 Lute Kamstra <lute@gnu.org>
5631
5632 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5633 that debug-entry-code can be safely removed from a function while
5634 this code is being evaluated. Revert the 2005-02-27 change as the
5635 new implementation no longer requires it. Make sure that a
5636 function body containing just a string is not mistaken for a docstring.
5637 (debug): Skip one more frame in case of debug on entry.
5638 (debugger-setup-buffer): Delete one more frame line in case of
5639 debug on entry.
5640 (debugger-frame-number): Update to use the new text introduced by
5641 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5642
5643 2005-02-28 Kim F. Storm <storm@cua.dk>
5644
5645 * double.el (double-translate-key): Call force-window-update after
5646 read-event to avoid crash in redisplay.
5647
5648 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5649
5650 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5651 (debug): Use it. Move the inhibit-trace earlier.
5652 (debug-entry-code): New const.
5653 (debug-on-entry-1): Use it.
5654
5655 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5656
5657 * international/utf-16.el (ccl-encode-mule-utf-16le):
5658 Fix BUFFER_MAGNIFICATION to 2.
5659 (ccl-encode-mule-utf-16be): Likewise.
5660
5661 2005-02-28 Kenichi Handa <handa@m17n.org>
5662
5663 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5664 Fix BUFFER_MAGNIFICATION to 4.
5665 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5666
5667 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5668
5669 * speedbar.el (speedbar-update-flag): Doc fix.
5670 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5671 argument.
5672
5673 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5674
5675 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5676 have a non-nil `invisible' property but are actually visible.
5677
5678 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5679 for perldoc sections.
5680 (perl-outline-regexp, perl-outline-level): New var and function.
5681 (perl-mode): Use them.
5682
5683 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5684
5685 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5686 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5687
5688 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5689
5690 * cus-edit.el: Comment change.
5691 (custom-buffer-create-internal): Slightly reword text at top of
5692 Custom buffers. Mention there that saving an option edits the
5693 init file. Add link to Emacs manual node on `custom-file'.
5694 (custom-magic-alist): Rewrite individual State messages to use
5695 capitalized keywords. Doc fix.
5696
5697 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5698
5699 * calendar/calendar.el (calendar-buffer): Move above
5700 calendar-week-start-day.
5701 (calendar-week-start-day): Doc fix. Add :set function.
5702 (calendar-minimum-window-height): New variable.
5703 (generate-calendar-window): Only resize window if selected-window
5704 is displaying the calendar buffer. Use new variable
5705 calendar-minimum-window-height.
5706 (generate-calendar): Reword error message.
5707 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5708
5709 2005-02-27 Andreas Schwab <schwab@suse.de>
5710
5711 * vc.el (vc-do-command): Don't run command asynchronously when
5712 operating in a remote directory.
5713
5714 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5715 change from sync with Tramp 2.0.47.
5716
5717 2005-02-27 Richard M. Stallman <rms@gnu.org>
5718
5719 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5720
5721 * textmodes/flyspell.el (flyspell-mode-on):
5722 Call ispell-change-dictionary only if necessary.
5723
5724 * emacs-lisp/re-builder.el (regexp-builder): New function.
5725
5726 * register.el (describe-register-1): Explicitly handle
5727 yank-excluded-properties = t.
5728
5729 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5730 (custom-magic-alist): Change the status descriptions again.
5731 (face widget-type): Total rewrite based on `restricted-sexp'
5732 to eliminate the confusing double hiding levels.
5733
5734 * emacs-lisp/debug.el (debug-on-entry-1):
5735 If function body is empty, add nil as body form.
5736
5737 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5738
5739 * emacs-lisp/trace.el (inhibit-trace): New var.
5740 (trace-make-advice): Use it.
5741
5742 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5743
5744 2005-02-26 Kim F. Storm <storm@cua.dk>
5745
5746 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5747 (mouse-on-link-p, mouse-drag-region-1): Use it.
5748
5749 2005-02-25 Lute Kamstra <lute@gnu.org>
5750
5751 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5752
5753 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5754
5755 * frame.el (blink-cursor-mode): Add :group keyword.
5756
5757 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5758
5759 * calendar/icalendar.el (icalendar--decode-isodatetime):
5760 New optional argument DAY-SHIFT.
5761 (icalendar-export-region): Fix coding-system-for-write.
5762 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5763 events by one.
5764
5765 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5766
5767 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5768
5769 2005-02-24 Kim F. Storm <storm@cua.dk>
5770
5771 * international/iso-acc.el (iso-accents-compose): Fix crash
5772 during redisplay. Call force-window-update after read-event
5773 and delete-region to signal that window is not accurate.
5774
5775 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5776
5777 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5778 Remove unused and inexistent var `inhibit-trace'.
5779 (debugger-mode): Use run-mode-hooks.
5780 (debugger-list-functions): Add buttons; setup xref stack.
5781
5782 2005-02-23 Richard M. Stallman <rms@gnu.org>
5783
5784 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5785 appointment says it was explicitly made.
5786 (appt-add): Set the 3rd element.
5787 (appt-make-list): Preserve explicit appointments.
5788
5789 * subr.el (find-tag-default): Catch errors in forward-sexp.
5790
5791 2005-02-23 Juri Linkov <juri@jurta.org>
5792
5793 * info.el (Info-isearch-search): New defcustom.
5794 (Info-isearch-search): Call the default isearch function
5795 when Info-isearch-search is nil.
5796 (Info-isearch-wrap): Use variable Info-isearch-search.
5797
5798 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5799
5800 * cus-edit.el: Comment change.
5801
5802 2005-02-22 Kim F. Storm <storm@cua.dk>
5803
5804 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5805 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5806
5807 2005-02-22 Simon Josefsson <jas@extundo.com>
5808
5809 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5810 New variable.
5811 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5812 Oskarsson" <myrkraverk@users.sourceforget.net>.
5813
5814 2005-02-22 Kim F. Storm <storm@cua.dk>
5815
5816 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5817 check that window of that event is the selected window.
5818 (mouse-drag-region-1): Compare mouse event window to selected
5819 window before setting point.
5820
5821 * tooltip.el (tooltip-show-help-function): Pass event to
5822 mouse-on-link-p so it can check selected window.
5823
5824 2005-02-22 Kenichi Handa <handa@m17n.org>
5825
5826 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5827 (ps-mule-show-warning): New function.
5828 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5829 characters are found.
5830
5831 * ps-print.el (ps-header-footer-string): Return a list of header
5832 and footer strings.
5833
5834 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5835
5836 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5837
5838 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5839
5840 * frame.el (blink-cursor-mode): Use define-minor-mode.
5841
5842 * term/mac-win.el (function-key-map): Use char-names more consistently.
5843 (file-name-coding-system): Only set it for MacOS-9. The other case is
5844 already handled in mule-cmds.el (where it also works when mac-win.el
5845 is not used).
5846
5847 2005-02-21 Kenichi Handa <handa@m17n.org>
5848
5849 * international/mule.el (ctext-pre-write-conversion): Always use
5850 " *code-converting-work*" buffer for work.
5851
5852 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5853
5854 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5855
5856 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5857
5858 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5859
5860 * ses.el (undo-more): Restore defadvice, but only the part that
5861 allows changes outside the restricted area of the buffer.
5862
5863 2005-02-20 Kim F. Storm <storm@cua.dk>
5864
5865 * simple.el (line-move): Add fourth optional arg try-vscroll which
5866 must be set to perform auto-window-vscroll.
5867 When moving backwards and doing auto-window-vscroll, automatically
5868 vscroll to the last part of lines which are taller than the window.
5869 (next-line, previous-line): Set try-vscroll arg on line-move.
5870
5871 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5872
5873 * replace.el (query-replace, query-replace-regexp)
5874 (replace-string, replace-regexp): When operating on region, make
5875 the minibuffer prompt say so.
5876
5877 * isearch.el (isearch-forward): Document isearch-query-replace and
5878 isearch-query-replace-regexp keybindings.
5879
5880 2005-02-19 Jay Belanger <belanger@truman.edu>
5881
5882 * calc/calc-aent.el (math-read-token): Add local variable.
5883
5884 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5885 (calc-edit-top): Move declaration to earlier in file.
5886 (calc-edit-macro-repeats): Add local variables.
5887
5888 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5889 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5890 calcFunc-tanh.
5891 Adjust integration rule for calcFunc-tan.
5892
5893 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5894
5895 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5896 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5897 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5898 (viper-skip-separators): Bug fix.
5899 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5900 particular major mode.
5901 (viper-del-backward-char-in-replace): Don't put deleted char on the
5902 kill ring.
5903
5904 * viper-ex.el (viper-color-display-p): New function.
5905 (viper-has-face-support-p): Use viper-color-display-p.
5906
5907 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5908
5909 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5910
5911 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5912 (viper-file-remote-p): Make equivalent to file-remote-p.
5913
5914 * viper.el (viper-major-mode-modifier-list):
5915 Use viper-gnus-modifier-map.
5916
5917 2005-02-19 David Kastrup <dak@gnu.org>
5918
5919 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5920 quoting.
5921
5922 2005-02-19 Jay Belanger <belanger@truman.edu>
5923
5924 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5925 Remove extra definitions.
5926 (calc-coth): New function.
5927 (calcFunc-cot): Fix `let'.
5928
5929 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5930
5931 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5932 the reasons we use "type pc" in these faces.
5933
5934 * button.el (button): Ditto.
5935
5936 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5937
5938 * replace.el (query-replace-read-from): Set the value of
5939 query-replace-from-history-variable to handle the case of an empty
5940 string entered to accept the suggested default.
5941
5942 * net/tramp.el (tramp-file-name-for-operation):
5943 Use dired-call-process instead of dired-call-process-command.
5944
5945 2005-02-19 Jay Belanger <belanger@truman.edu>
5946
5947 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5948 (math-div-non-trig): New variables.
5949 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5950 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5951 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5952 trig expressions.
5953
5954 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5955
5956 * progmodes/gdb-ui.el (gdb-var-update-handler)
5957 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5958 for watch expressions,
5959 (gdb-var-create-handler): Don't set speedbar-update-flag.
5960 (gdb-post-prompt): Simplify test for speedbar.
5961
5962 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5963
5964 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5965 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5966 we use the syntax table of the correct buffer.
5967 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5968 Felix Gatzemeier.
5969
5970 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5971 (ediff-file-remote-p): Make synonymous with file-remote-p.
5972 In all deffaces ediff-*-face-*, use min-colors.
5973
5974 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5975 ediff-recurse-to-subdirectories.
5976 (ediff-mark-if-equal): Check that the arguments are strings, use
5977 ediff-same-contents (after to Felix Gatzemeier).
5978
5979 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5980 nil.
5981
5982 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5983
5984 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5985
5986 2005-02-18 David Kastrup <dak@gnu.org>
5987
5988 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5989 use `mark-active' when defined.
5990
5991 2005-02-18 Kenichi Handa <handa@m17n.org>
5992
5993 * ps-print.el (ps-font-info-database): New entry
5994 ZapfChancery-MediumItalic with correct font name. Fix font name
5995 of the entry Zapf-Chancery-MediumItalic.
5996
5997 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5998
5999 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6000
6001 2005-02-16 Kim F. Storm <storm@cua.dk>
6002
6003 * ido.el (ido-fallback-command): Pass user input to fallback command.
6004
6005 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6006
6007 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6008 (gdb-find-file-hook): Add server prefix.
6009
6010 2005-02-16 Richard M. Stallman <rms@gnu.org>
6011
6012 * replace.el (perform-replace): Pass new args to replace-highlight.
6013 (replace-highlight): Take region args,
6014 and pass them to isearch-lazy-highlight-new-loop.
6015
6016 * novice.el (disabled-command-hook): Autoload the defalias
6017 and the make-obsolete-variable call.
6018
6019 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6020
6021 * isearch.el (isearch-lazy-highlight-start-limit)
6022 (isearch-lazy-highlight-end-limit): New variables limit
6023 the region for highlighting.
6024 (isearch-lazy-highlight-new-loop): New args BEG and END.
6025 (isearch-lazy-highlight-search): Use the new vars.
6026 (isearch-lazy-highlight-update): Likewise.
6027
6028 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6029
6030 * cus-start.el (all): Use default-boundp.
6031
6032 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6033
6034 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6035
6036 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6037
6038 * autorevert.el (auto-revert-stop-on-user-input)
6039 (auto-revert-verbose): Doc fixes.
6040
6041 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6042
6043 * international/mule-cmds.el (set-locale-environment): Remove call
6044 to set-selection-coding-system on Windows.
6045
6046 2005-02-15 Jay Belanger <belanger@truman.edu>
6047
6048 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6049 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6050 calcFunc-coth.
6051 (math-simplify-sqrt): Add simplifications.
6052
6053 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6054 to list.
6055
6056 * calc/calc-ext.el: Add functions to autoloads.
6057
6058 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6059 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6060 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6061 (math-csc-raw, math-cot-raw): New functions.
6062
6063 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6064
6065 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6066 the variable name in a message.
6067
6068 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6069 calcFunc-csc, calcFunc-cot.
6070
6071 * calc/calcalg2.el: Add derivative and integration rules for
6072 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6073 calcFunc-csch, calcFunc-coth.
6074 (math-do-integral-methods): Add to checks for when to use
6075 substitutions.
6076
6077 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6078
6079 2005-02-15 Lute Kamstra <lute@gnu.org>
6080
6081 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6082 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6083 <monnier@iro.umontreal.ca>
6084 (lisp-outline-level): Improve efficiency. Suggested by David
6085 Kastrup <dak@gnu.org>.
6086
6087 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6088
6089 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6090 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6091 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6092 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6093 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6094
6095 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6096
6097 * cus-start.el (all): Comment change.
6098
6099 2005-02-14 Lute Kamstra <lute@gnu.org>
6100
6101 * cus-start.el (all): Check if symbol is void.
6102
6103 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6104
6105 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6106 optional argument to \cite.
6107
6108 2005-02-14 Richard M. Stallman <rms@gnu.org>
6109
6110 * cus-edit.el (custom-buffer-create-internal): Update help message.
6111 (custom-magic-alist): Update help messages.
6112
6113 * cus-start.el (all): Allow a var to specify a standard value.
6114
6115 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6116
6117 * custom.el (custom-theme-set-variables): Handle variable aliases.
6118
6119 * frame.el (blink-cursor-timer): Doc fix.
6120 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6121 declare obsolete.
6122 (blink-cursor-mode): Define with defcustom and use correct
6123 standard expression in that defcustom.
6124 * startup.el (command-line): Adapt to above changes in frame.el.
6125
6126 2005-02-11 Lute Kamstra <lute@gnu.org>
6127
6128 * apropos.el (apropos-score-doc): Prevent division by zero.
6129
6130 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6131
6132 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6133 (icalendar--get-event-property-attributes)
6134 (icalendar--get-event-properties)
6135 (icalendar--datetime-to-diary-date): New functions.
6136 (icalendar--split-value): Doc fix.
6137 (icalendar--datetime-to-noneuropean-date)
6138 (icalendar--datetime-to-european-date): New optional argument
6139 SEPARATOR. Return result as a string instead of a list.
6140 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6141 (icalendar--convert-string-for-export): Rename arg S to STRING.
6142 (icalendar-export-region): Doc fix. Change name of error buffer.
6143 Save output buffer.
6144 (icalendar-import-file): Add blank at end of prompt.
6145 (icalendar-import-buffer): Doc fix. Do not switch to error
6146 buffer. Indicate status in return value.
6147 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6148 buffer. Save output buffer. Handle exception from recurrence
6149 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6150 events. Fix problems with weekly all-day events.
6151
6152 2005-02-10 Richard M. Stallman <rms@gnu.org>
6153
6154 * simple.el (eval-expression-print-format):
6155 Avoid warning about edebug-active.
6156
6157 * help.el (help-for-help-internal): Rename from help-for-help.
6158 (help-for-help): Define with defalias.
6159
6160 * font-core.el (font-lock-default-function): Use with-no-warnings.
6161
6162 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6163
6164 * custom.el (defface): Doc fix.
6165
6166 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6167
6168 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6169 width 0" to prevent word wrapping problems.
6170
6171 2005-02-09 Kim F. Storm <storm@cua.dk>
6172
6173 * ido.el (ido-file-extensions-order): New defcustom.
6174 (ido-file-extension-lessp, ido-file-extension-aux)
6175 (ido-file-extension-order): New advanced file ordering.
6176 (ido-file-lessp): New simple file ordering.
6177 (ido-sort-list): Remove.
6178 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6179 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6180
6181 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6182
6183 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6184 that some versions of grep produce.
6185 (grep-mode-font-lock-keywords): Likewise.
6186
6187 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6188
6189 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6190 (gdb-cdir): Delete.
6191 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6192 (gdb-source-info): Treat case when source file is in another
6193 directory properly.
6194 (gdb-get-location): New function.
6195
6196 2005-02-07 Jay Belanger <belanger@truman.edu>
6197
6198 * calc/calc-prog.el (calc-write-parse-table-part)
6199 (calc-fix-token-name): Fix a check for language type.
6200
6201 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6202
6203 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6204
6205 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6206 as directory not writable.
6207
6208 2005-02-07 Kim F. Storm <storm@cua.dk>
6209
6210 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6211 (cua--standard-movement-commands): Remove list.
6212 Instead, set CUA property value to move for movement commands.
6213 (cua-movement-commands): Remove. Users must set CUA prop instead.
6214 (cua--pre-command-handler): Check CUA property.
6215 (cua--init-keymaps): Don't remap undo commands.
6216 (cua-mode): Don't call cua--rectangle-on-off.
6217
6218 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6219 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6220 (cua--rect-undo-set-point): New var.
6221 (cua--rectangle-undo-boundary): Setup undo apply entry.
6222 (cua--rect-undo-handler): New function for rectangle undo.
6223 (cua--rect-start-position, cua--rect-end-position): Add.
6224 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6225 for restored rectangle. Set point if cua--rect-undo-set-point.
6226
6227 2005-02-06 Jay Belanger <belanger@truman.edu>
6228
6229 * calc/calc-lang.el (calc-tex-language): Display more information
6230 in messages.
6231
6232 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6233 in TeX mode.
6234
6235 2005-02-06 Richard M. Stallman <rms@gnu.org>
6236
6237 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6238
6239 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6240
6241 * net/ldap.el (ldap-search-internal): Support attributes with
6242 optional descriptions separated by a semi-colon, as in
6243 "userCertificate;binary".
6244
6245 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6246
6247 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6248 isn't a cons (i.e. the version is 0).
6249
6250 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6251
6252 * help.el (help-for-help): Doc fix.
6253
6254 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6255
6256 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6257 GDB-Windows on the menu-bar as this works better.
6258
6259 2005-02-04 Jay Belanger <belanger@truman.edu>
6260
6261 * calc/calc-embed.el (calc-embedded-update): Don't put in
6262 unnecessary newlines. Adjust the end of formula marker.
6263
6264 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6265 (math-latex-parse-two-args): New function.
6266
6267 2005-02-03 Lute Kamstra <lute@gnu.org>
6268
6269 * help-fns.el (help-with-tutorial): Make sure that users cannot
6270 remove the entire text of the tutorial by means of `undo'.
6271
6272 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6273
6274 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6275 in recent changes, where the ispell process was repeatedly
6276 killed & restarted.
6277
6278 * international/mule-cmds.el (set-locale-environment): Set file-name
6279 coding system to utf-8 on Darwin systems.
6280 (set-default-coding-systems): Don't set default-file-name-coding-system
6281 on Darwin systems.
6282
6283 2005-02-03 Richard M. Stallman <rms@gnu.org>
6284
6285 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6286
6287 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6288
6289 * faces.el (list-faces-display): Add optional argument.
6290
6291 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6292
6293 * font-core.el (font-lock-default-function): Handle the rare case where
6294 only font-lock-keywords is set.
6295
6296 2005-02-02 Kenichi Handa <handa@m17n.org>
6297
6298 * international/characters.el: Cancel previous change for
6299 I-WITH-DOT-ABOVE and DOTLESS-i.
6300
6301 * international/latin-5.el: Cancel previous change.
6302
6303 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6304
6305 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6306
6307 2005-02-02 Kenichi Handa <handa@m17n.org>
6308
6309 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6310 DOTLESS-i.
6311
6312 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6313 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6314
6315 * case-table.el (get-upcase-table): New function.
6316 (copy-case-table): Copy upcaes table too if non-nil.
6317 (set-case-syntax-delims): Maintain upcase table too.
6318 (set-case-syntax-pair): Likewise.
6319 (set-upcase-syntax, set-downcase-syntax): New functions.
6320 (set-case-syntax): Maintain upcase table too.
6321
6322 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6323
6324 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6325
6326 * progmodes/gud.el (gud-goto-info): New function.
6327 (gud-tool-bar-map): Use correct icon.
6328
6329 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6330
6331 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6332 When delegating, order args in the funcall correctly.
6333
6334 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6335
6336 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6337
6338 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6339
6340 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6341 buffer not visiting a file.
6342
6343 2005-01-31 Jay Belanger <belanger@truman.edu>
6344
6345 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6346 bound on the line with the formula.
6347
6348 2005-01-31 Kim F. Storm <storm@cua.dk>
6349
6350 * ses.el (ses-create-cell-variable-range)
6351 (ses-destroy-cell-variable-range, ses-reset-header-string)
6352 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6353 (ses-insert-row): Fix format of apply undo entries.
6354
6355 2005-01-31 Jay Belanger <belanger@truman.edu>
6356
6357 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6358 parts.
6359
6360 * calc/calc-embed.el (calc-embedded-open-formula)
6361 (calc-embedded-close-formula): Ignore matrix environments.
6362
6363 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6364 TeX mode.
6365
6366 * calc/calc-lang.el (math-function-table, math-oper-table)
6367 (math-variable-table): Adjust the LaTeX portions.
6368
6369 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6370 (math-latex-ignore-words): New constant.
6371
6372 2005-01-31 Richard M. Stallman <rms@gnu.org>
6373
6374 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6375 (ispell-local-dictionary): Doc fix.
6376 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6377 Don't reinitialize at run time. Don't defcustom.
6378 All uses changed to append ispell-local-dictionary-alist,
6379 or check it first.
6380 (ispell-current-dictionary): New variable for dictionary in use.
6381 (ispell-dictionary): Now used only for global default.
6382 (ispell-start-process): Set ispell-current-dictionary,
6383 not ispell-dictionary.
6384 (ispell-change-dictionary): Use this only for setting
6385 user preferences.
6386 (ispell-internal-change-dictionary): New function
6387 to change the current dictionary in use.
6388 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6389 Use ispell-current-dictionary.
6390 Handle ispell-local-dictionary-overridden.
6391 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6392
6393 2005-01-31 Jay Belanger <belanger@truman.edu>
6394
6395 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6396
6397 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6398 (calc-mode-map): Add calc-latex-language.
6399
6400 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6401 (math-latex-print-frac): New functions.
6402 (math-oper-table, math-function-table, math-variable-table)
6403 (math-complex-format, math-input-filter): Add latex properties.
6404 (calc-set-language): Set math-expr-special-function-mapping.
6405
6406 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6407 (calc-write-parse-table-part): Add LaTeX support.
6408
6409 * calc/calc.el (calc-language): Adjust docstring.
6410 (calc-set-mode-line): Add LaTeX support.
6411 (math-expr-special-function-mapping): New variable.
6412 (math-tex-ignore-words): Add to list.
6413
6414 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6415 Add LaTeX support.
6416 (math-compose-expr): Add support for special functions.
6417
6418 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6419
6420 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6421
6422 * progmodes/gdb-ui.el (gdb-memory-address)
6423 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6424 (gdb-memory-mode-map, gdb-memory-format-keymap)
6425 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6426 (gdb-memory-unit-menu): New variables for a buffer
6427 that lets the user examine program memory.
6428 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6429 (gdb-memory-format-binary, gdb-memory-format-octal)
6430 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6431 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6432 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6433 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6434 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6435 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6436 (gdb-memory-mode, gdb-memory-buffer-name)
6437 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6438 New functions for above buffer.
6439
6440 2005-01-30 Richard M. Stallman <rms@gnu.org>
6441
6442 * cus-edit.el (custom-bury-buffer): Function deleted.
6443 (custom-buffer-done-function): Option deleted.
6444 (custom-buffer-done-kill): New (replacement option.
6445 (Custom-buffer-done): Call quit-window.
6446 (custom-buffer-create-internal): Update for above changes.
6447
6448 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6449
6450 * simple.el (undo-ask-before-discard): New var.
6451 (undo-outer-limit-truncate): Implement it.
6452 (undo-extra-outer-limit): Doc update.
6453
6454 2005-01-29 Richard M. Stallman <rms@gnu.org>
6455
6456 * ses.el (undo-more): Delete defadvice.
6457 (ses-begin-change): Doc fix.
6458
6459 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6460 instead of rebinding C-x u and C-_.
6461
6462 * files.el (normal-backup-enable-predicate): Return nil for files
6463 in /tmp, regardless of temporary-file-directory.
6464
6465 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6466
6467 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6468 (open-rectangle, delete-whitespace-rectangle-line)
6469 (clear-rectangle-line): If FILL, pass t instead of FILL
6470 for move-to-column's 2nd arg.
6471
6472 * simple.el (undo): Fix the test for continuing a series of undos.
6473 (undo-more): Set pending-undo-list to t when we reach end.
6474 (pending-undo-list): Move up defvar.
6475
6476 * wid-edit.el (widget-button-click):
6477 Shorten the range of the track-mouse binding.
6478
6479 * comint.el (comint-insert-input): Undo previous changes;
6480 use last-input-event in interactive spec.
6481
6482 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6483
6484 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6485 to nil before invoking call-process. Reset buffer's modified flag
6486 after fontifying it in the no-async branch.
6487
6488 * wid-edit.el (widget-specify-button): If mouse pointer shape
6489 cannot be changed, use mouse face instead.
6490
6491 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6492
6493 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6494 (gdb-goto-breakpoint): Make breakpoint handling work on template
6495 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6496 (gdb-assembler-custom): Update to recognise breakpoint information
6497 added on 2005-01-19.
6498
6499 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6500
6501 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6502 (dsssl-mode): Use define-derived-mode.
6503 (scheme-mode-initialize): Remove.
6504 (scheme-mode): Use run-mode-hooks.
6505
6506 * cus-edit.el (customize-group-other-window)
6507 (custom-buffer-create-other-window): Don't override special-display-*.
6508 (custom-mode-map): Make it dense.
6509
6510 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6511 sets the default value.
6512
6513 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6514
6515 * descr-text.el: Add more keywords.
6516
6517 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * speedbar.el: Avoid unnecessary use of locate-library.
6520
6521 * international/mule-cmds.el (standard-display-european-internal):
6522 Don't fiddle with latin-1 non-break space any more since it's now
6523 special cased in the C code.
6524 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6525
6526 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6527
6528 * cus-start.el (all): Add `undo-outer-limit'.
6529
6530 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6531
6532 * textmodes/bibtex.el (bibtex-format-entry):
6533 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6534 field lines.
6535 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6536 not on part of a buffer.
6537
6538 2005-01-25 Lute Kamstra <lute@gnu.org>
6539
6540 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6541 nonempty field text strings like "{letters\\macro{}more letters}".
6542 Clarify docstring.
6543 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6544 (bibtex-entry-offset, bibtex-parse-association)
6545 (bibtex-parse-field-name): Fix typos in docstrings.
6546 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6547
6548 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6549
6550 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6551 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6552 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6553 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6554
6555 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6556 isearch minor mode.
6557
6558 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6559
6560 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6561
6562 2005-01-24 Lute Kamstra <lute@gnu.org>
6563
6564 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6565 CASECHARS and NOT-CASECHARS regular expressions of the
6566 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6567 striding over charsets" error.
6568
6569 2005-01-24 Jay Belanger <belanger@truman.edu>
6570
6571 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6572 display variable name.
6573
6574 2005-01-24 Kenichi Handa <handa@m17n.org>
6575
6576 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6577 Fix setting of the element of encoded-kbd-iso2022-invocations.
6578
6579 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6580
6581 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6582 (gdb-threads-select): Change to also accept mouse events.
6583 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6584 (gdb-threads-mouse-select): Delete.
6585
6586 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6587
6588 * files.el (insert-directory): Take care of empty directory,
6589 listed without -a switch.
6590
6591 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6592
6593 * textmodes/refill.el (refill-post-command-function):
6594 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6595 to the list of functions that we should be careful not to undo.
6596 (refill-late-fill-paragraph-function): Remove.
6597 (refill-saved-state): New var.
6598 (refill-mode): Use it to save fill-paragraph-function.
6599 Save also the value of auto-fill-function.
6600
6601 * term/w32-win.el: Simplify code.
6602
6603 2005-01-23 Kim F. Storm <storm@cua.dk>
6604
6605 * simple.el (line-move): Adapt to new return value from
6606 pos-visible-in-window-p.
6607
6608 * simple.el (line-move): Fix last change. Check partial
6609 visibility at point rather than at window-start.
6610
6611 2005-01-22 Jason Rumney <jasonr@gnu.org>
6612
6613 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6614
6615 2005-01-22 David Kastrup <dak@gnu.org>
6616
6617 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6618
6619 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6620
6621 * type-break.el (type-break-mode): Add a test for
6622 type-break-file-name being non-nil.
6623
6624 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6625
6626 * net/eudc.el (top level): Call (message "") via progn, so that
6627 eudc-options-file is loaded.
6628
6629 2005-01-22 Kim F. Storm <storm@cua.dk>
6630
6631 * simple.el (line-move-1): Rename from line-move.
6632 (line-move): New function that adjusts vscroll for partially
6633 visible rows, and calls line-move-1 otherwise.
6634
6635 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6636
6637 * pcomplete.el: define pcomplete-read-event instead of read-event,
6638 since it's not a complete read-event implementation
6639
6640 2005-01-20 Jay Belanger <belanger@truman.edu>
6641
6642 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6643 for called function.
6644
6645 2005-01-20 Steven Tamm <steventamm@mac.com>
6646
6647 * term/mac-win.el (process-connection-type): Remove.
6648 Controlled now by s/darwin.h:PTY_ITERATION.
6649
6650 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6651
6652 * window.el (handle-select-window): Don't switch window when we're
6653 in the minibuffer.
6654
6655 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6656
6657 * subr.el (dotimes-with-progress-reporter): New macro.
6658
6659 * ses.el (ses-dotimes-msg): Remove macro.
6660 Use `dotimes-with-progress-reporter' instead.
6661
6662 2005-01-19 Steven Tamm <steventamm@mac.com>
6663
6664 * term/mac-win.el (process-connection-type): Use new
6665 operating-system-release variable to use ptys on Darwin 7 (OSX
6666 10.3) when using carbon build.
6667
6668 2005-01-19 Jay Belanger <belanger@truman.edu>
6669
6670 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6671 flags if the last command was a tab or M-tab.
6672
6673 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6674 in formula editing buffer.
6675
6676 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6677
6678 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6679 breakpoint image symbol in margin.
6680
6681 2005-01-19 Jay Belanger <belanger@truman.edu>
6682
6683 * calc/calc-prog.el (calc-execute-kbd-macro):
6684 Ignore calc-keep-arg-flag.
6685
6686 2005-01-19 Kenichi Handa <handa@m17n.org>
6687
6688 * textmodes/ispell.el (ispell-looking-at): New function.
6689 (ispell-process-line): Use ispell-looking-at to compare the ispell
6690 output and the buffer contents.
6691
6692 2005-01-18 Jay Belanger <belanger@truman.edu>
6693
6694 * calc/calc.el (calc-display-raw): Fix docstring.
6695
6696 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6697
6698 * simple.el (blink-matching-open): Strip extra info from syntax.
6699
6700 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6701 funny chars in the end-of-here-doc marker.
6702
6703 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6704
6705 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6706 that enable/disabled state of breakpoints is shown correctly in
6707 fringe and on ttys.
6708 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6709 Add breakpoint information as text properties.
6710 (gdb-mouse-toggle-breakpoint):
6711 Rename to gdb-mouse-set-clear-breakpoint.
6712 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6713 breakpoints in the margin.
6714 (gdb-remove-strings): Simplify.
6715
6716 2005-01-17 Jay Belanger <belanger@truman.edu>
6717
6718 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6719 erasing buffer.
6720
6721 2005-01-17 Richard M. Stallman <rms@gnu.org>
6722
6723 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6724 for calling grep-compute-defaults.
6725
6726 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6727 if buffer is empty.
6728
6729 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6730
6731 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6732
6733 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6734
6735 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6736 non-preloaded variables.
6737
6738 2005-01-17 Steven Tamm <steventamm@mac.com>
6739
6740 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6741 tex-shell cause to force interactivity when using pipes.
6742
6743 2005-01-17 Kim F. Storm <storm@cua.dk>
6744
6745 * simple.el (just-one-space): Make arg optional.
6746
6747 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6748
6749 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6750 posn-at-x-y to t to access left-margin.
6751
6752 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6753
6754 Sync with Tramp 2.0.47.
6755
6756 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6757 catching keep-date problems in cp/scp operations.
6758 (tramp-handle-copy-file): Don't call `set-file-modes'
6759 unconditionally. Specialized functions should know better what is
6760 necessary. This improves performance a little bit, and the
6761 functions could catch errors with `cp -p' and `scp -p'.
6762 (tramp-do-copy-or-rename-file-via-buffer)
6763 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6764 when appropriate.
6765 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6766 Call `set-file-modes' when appropriate.
6767 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6768 Johnsson <isak@hypergene.com>
6769 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6770 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6771 <joakim@verona.se>
6772 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6773 Emacs only.
6774
6775 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6776 `find-file-hooks' and `dired-mode-hook'.
6777 (tramp-minor-mode-map): Respective map. Add remapping for
6778 `compile' and `recompile'.
6779 (tramp-remap-command, tramp-recompile): New defuns.
6780 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6781 in buffer "*Compilation*". Call the commands asynchronously.
6782
6783 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6784 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6785 `shell-command', because it isn't magic in XEmacs. Reported by
6786 Adrian Aichner <adrian@xemacs.org>.
6787
6788 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6789 `substitute-in-file-name.
6790 (tramp-smb-handle-substitute-in-file-name): New defun.
6791 (tramp-smb-advice-PC-do-completion): Delete advice.
6792
6793 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6794
6795 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6796 Fix error in deleting region.
6797
6798 2005-01-15 Richard M. Stallman <rms@gnu.org>
6799
6800 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6801 In non-temp buffer, switch syntax table temporarily.
6802
6803 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6804
6805 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6806
6807 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6808
6809 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6810 (imenu--generic-function): Use START, not BEG, as pos of definition.
6811
6812 * simple.el (just-one-space): Argument specifies number of spaces.
6813
6814 * simple.el (eval-expression-print-format): Avoid warning
6815 about edebug-active.
6816
6817 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6818
6819 * progmodes/sh-script.el: Code copied from make-mode.el
6820 with small changes,
6821 (sh-mode-map): Bind C-c C-\.
6822 (sh-backslash-column, sh-backslash-align): New variables.
6823 (sh-backslash-region, sh-append-backslash): New functions.
6824
6825 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6826
6827 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6828 (rmail-pop-password, rmail-pop-password-required): Move to
6829 rmail-obsolete group.
6830 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6831 All callers updated.
6832 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6833 Take an argument specifying whether it is POP or IMAP mailbox we
6834 are using. All callers updated.
6835 (rmail-pop-password-error): Rename to
6836 rmail-remote-password-error. Added mailutils-specific error message.
6837 (rmail-movemail-search-path)
6838 (rmail-movemail-variant-in-use): New variables.
6839 (rmail-remote-password, rmail-remote-password-required):
6840 New customization variables.
6841 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6842 (rmail-parse-url): New function.
6843 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6844 with GNU mailutils movemail.
6845
6846 2005-01-15 Kevin Ryde <user42@zip.com.au>
6847
6848 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6849 suffix to space, $ or '$, to correctly position point when going
6850 to @table style constants like DBL_MAX.
6851
6852 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6853
6854 * type-break.el (type-break-mode, type-break-file-time)
6855 (type-break-file-keystroke-count, type-break-choose-file):
6856 Don't store data in or load data from the file if type-break-file-name
6857 is nil.
6858 (type-break-file-name): Doc update as per the above.
6859
6860 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6861
6862 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6863 lookup-key might return nil; handle that.
6864
6865 2005-01-15 Alan Mackenzie <acm@muc.de>
6866
6867 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6868 rather than the element found, thus enabling the tree to be setcar'd.
6869
6870 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6871
6872 * textmodes/org.el (org-show-following-heading): New option.
6873 (org-show-hierarchy-above): Use `org-show-following-heading'.
6874 (org-cycle): Documentation fix.
6875
6876 * textmodes/org.el (orgtbl-optimized): New option
6877 (orgtbl-mode): New command, a minor mode.
6878 (orgtbl-mode-map): New variable.
6879 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6880 (orgtbl-error, orgtbl-self-insert-command)
6881 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6882
6883 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6884 a local variable in each org-mode buffer.
6885
6886 * textmodes/org.el (org-set-regexps-and-options): Rename from
6887 `org-set-regexps'. Added checking for STARTUP keyword.
6888 (org-get-current-options): Add STARTUP options.
6889 (org-table-insert-row): Mode mode intelligent about when
6890 realignment is needed.
6891 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6892 New commands.
6893 (org-enable-table-editor): New default value `optimized'.
6894 (org-table-blank-field): Support blanking regions if active.
6895
6896 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6897
6898 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6899 if the year is not given.
6900
6901 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6902 Add new escapes %m and %M, fixed bug with %F by adding
6903 save-match-data.
6904 (reftex-reference): Remove ?. from list of spaces.
6905 (reftex-label-info): Add automatic label prefix recognition.
6906
6907 * textmodes/reftex-index.el (reftex-index-next-phrase):
6908 Add slave parameter to call of `reftex-index-this-phrase'.
6909 (reftex-index-this-phrase): New optional argument.
6910 (reftex-index-region-phrases): Add slave parameter to call of
6911 `reftex-index-this-phrase'.
6912 (reftex-display-index): New argument redo.
6913 (reftex-index-rescan): Add 'redo to arguments of
6914 `reftex-display-index'.
6915 (reftex-index-Rescan, reftex-index-revert)
6916 (reftex-index-switch-index-tag): Add 'redo to arguments of
6917 `reftex-display-index'.
6918 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6919 indexing. Fix bug with matching is there is a quote before or
6920 after the word.
6921
6922 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6923 Fix bug when collecting citation keys in lines with comments.
6924 (reftex-citation): Prefix argument no longer rescans the document,
6925 but forces prompting for optional arguments of cite macros.
6926 (reftex-do-citation): Prompting for optional arguments implemented.
6927
6928 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6929 Add optional arguments to most cite commands.
6930 (reftex-cite-cleanup-optional-args): New option
6931 (reftex-cite-prompt-optional-args): New option.
6932 (reftex-trust-label-prefix): New option.
6933
6934 * textmodes/reftex-toc.el (reftex-toc-find-section):
6935 Add push-mark before changing the position in the buffer.
6936
6937 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6938 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6939
6940 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6941
6942 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6943 more carefully.
6944
6945 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6946
6947 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6948 (sgml-mode): Use it.
6949 (sgml-get-context): Better keep track of implicitly closed tags.
6950
6951 2005-01-13 Kenichi Handa <handa@m17n.org>
6952
6953 * textmodes/ispell.el: These changes are to fix misalignment error
6954 caused by equivalent characters of different Emacs charsets.
6955 (ispell-unified-chars-table): New variable.
6956 (ispell-get-decoded-string): New function.
6957 (ispell-get-casechars, ispell-get-not-casechars)
6958 (ispell-get-otherchars): Call ispell-get-decoded-string.
6959
6960 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6961
6962 * custom.el (custom-declare-variable): Just put symbol instead
6963 of (defvar . symbol) in `current-load-list'.
6964
6965 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6966
6967 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6968
6969 2005-01-12 Jay Belanger <belanger@truman.edu>
6970
6971 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6972 to create a Calc summary.
6973
6974 2005-01-12 Kim F. Storm <storm@cua.dk>
6975
6976 * mouse.el (mouse-on-link-p): Change functionality and doc
6977 string to comply with latest description in lisp ref.
6978
6979 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6980
6981 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6982 Enable mouse clicks on mode-line, header-line and margin.
6983 (event-type): Give mouse event symbols an 'event-kind property
6984 with value 'mouse-click.
6985
6986 2005-01-12 Juri Linkov <juri@jurta.org>
6987
6988 * facemenu.el (list-colors-display): Add new arg buffer-name.
6989 Use it. Fix docstring. Replace code for identifying duplicate
6990 colors by the name with call to `list-colors-duplicates' which
6991 identifies duplicate colors by the value unless the color
6992 is one of special Windows colors. Set truncate-lines to t.
6993 Print sorted duplicate color names on each line. Indent to 22
6994 \(the longest color name in rgb.txt) instead of 20. Optimize.
6995 (list-colors-duplicates): New function.
6996 (facemenu-color-name-equal): Delete function.
6997
6998 * facemenu.el (list-colors-print): New function created from code
6999 in list-colors-display. Print #RRGGBB at the window right edge.
7000 (list-colors-display): When temp-buffer-show-function is not
7001 defined, call list-colors-print from temp-buffer-show-hook
7002 to get the right value of window-width in list-colors-print
7003 after the buffer is displayed.
7004
7005 * simple.el (pop-mark): Move deactivate-mark out of conditional
7006 part to deactivate the active mark regardless of the state of the
7007 mark ring.
7008
7009 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7010 variables line in desktop files.
7011
7012 2005-01-12 Juri Linkov <juri@jurta.org>
7013
7014 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7015 Bring together isearch highlight related options.
7016 (lazy-highlight): Replace group `replace' by `matching'.
7017 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7018 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7019 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7020 and declare them obsolete.
7021 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7022 (isearch-faces): Remove defgroup.
7023 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7024 Move isearch highlighting code closer to lazy highlighting code.
7025
7026 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7027 (query-replace-highlight, query-replace-lazy-highlight)
7028 (query-replace): Move definitions to the beginning of the file.
7029
7030 2005-01-11 Juri Linkov <juri@jurta.org>
7031
7032 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7033 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7034 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7035
7036 * info.el (Info-history-forward): New variable.
7037 (Info-select-node): Reset Info-history-forward to nil.
7038 (Info-last): Turn into defalias.
7039 (Info-history-back): Rename from Info-last.
7040 Add current node to Info-history-forward.
7041 (Info-history-forward): New fun.
7042 (Info-mode-map): Replace Info-last by Info-history-back.
7043 Bind Info-history-forward to "r".
7044 (Info-mode-menu): Replace Info-last by Info-history-back.
7045 Fix menu item text. Add menu item for Info-history-forward.
7046 (info-tool-bar-map): Replace Info-last by Info-history-back.
7047 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7048 for Info-history-forward.
7049 (Info-mode): Replace Info-last by Info-history-back in docstring.
7050 Add local variable Info-history-forward.
7051 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7052
7053 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7054
7055 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7056 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7057 Ignore select-window events rather than fiddle with
7058 mouse-autoselect-window.
7059
7060 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7061
7062 * type-break.el (type-break-mode): Fix previous change.
7063
7064 2005-01-10 Jay Belanger <belanger@truman.edu>
7065
7066 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7067 calculator; only reset when point is inside a calculator.
7068 Don't adjust the window height if the window takes up the whole height
7069 of the frame.
7070
7071 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7072
7073 * ebuff-menu.el (Electric-buffer-menu-mode):
7074 Preserve value of buffer-local var header-line-format.
7075
7076 2005-01-09 Jay Belanger <belanger@truman.edu>
7077
7078 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7079 Make sure settings file exists before accessing it.
7080
7081 * calc/calc-embed.el (calc-embedded-subst):
7082 Replace math-multi-subst-rec, which is only supposed to be called
7083 by math-multi-subst, by math-multi-subst.
7084
7085 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7086
7087 * vc.el (vc-allow-async-revert): New user option.
7088 (vc-disable-async-diff): New internal variable.
7089 (vc-revert-buffer): Use them to disable asynchronous diff.
7090
7091 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7092 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7093 asynchronously if vc-disable-async-diff is t.
7094
7095 2005-01-09 Jay Belanger <belanger@truman.edu>
7096
7097 * calc/calc.el (defcalcmodevar): New macro.
7098 (calc-mode-var-list-restore-default-values)
7099 (calc-mode-var-list-restore-saved-values): New functions.
7100 (calc-mode-var-list): Use defcalcmodevar to define it.
7101 (calc-always-load-extensions, calc-line-numbering)
7102 (calc-line-breaking, calc-display-just, calc-display-origin)
7103 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7104 (calc-group-char, calc-point-char, calc-frac-format)
7105 (calc-prefer-frac, calc-hms-format, calc-date-format)
7106 (calc-float-format, calc-full-float-format, calc-complex-format)
7107 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7108 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7109 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7110 (calc-matrix-brackets, calc-language, calc-language-option)
7111 (calc-left-label, calc-right-label, calc-word-size)
7112 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7113 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7114 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7115 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7116 (calc-window-height, calc-display-trail, calc-show-selections)
7117 (calc-use-selections, calc-assoc-selections)
7118 (calc-display-working-message, calc-auto-why, calc-timing)
7119 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7120 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7121 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7122 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7123 (calc-gnuplot-geometry, calc-graph-default-resolution)
7124 (calc-graph-default-resolution-3d, calc-invocation-macro)
7125 (calc-show-banner): Use defcalcmodevar to declare them and set
7126 their default values.
7127
7128 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7129 instead of default values (but restore default values if there is
7130 an argument of 0).
7131
7132 2005-01-09 David Kastrup <dak@gnu.org>
7133
7134 * desktop.el (desktop-restore-eager): Fix typo in type.
7135
7136 2005-01-08 Richard M. Stallman <rms@gnu.org>
7137
7138 * cus-edit.el (customize): Delete :link.
7139
7140 2005-01-08 Jay Belanger <belanger@truman.edu>
7141
7142 * calc/calc.el (calc-mode): Remove the extension from the
7143 `calc-settings-file' file name when loading it.
7144
7145 2005-01-08 Kim F. Storm <storm@cua.dk>
7146
7147 * info.el (Info-mode-map, Info-next-link-keymap)
7148 (Info-prev-link-keymap, Info-up-link-keymap):
7149 Map follow-link to mouse-face.
7150 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7151
7152 2005-01-08 Jay Belanger <belanger@truman.edu>
7153
7154 * calc/calc.el (calc-settings-file): Change default value.
7155 Suggested by cgw in a comment in calc-mode.el.
7156
7157 * calc/calc-mode.el (calc-settings-file-name):
7158 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7159 Replace ~/.emacs in a prompt by calc-settings-file.
7160
7161 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7162
7163 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7164 (desktop-lazy-idle-delay): New customizable variables.
7165 (desktop-buffer-args-list): New variable.
7166 (desktop-append-buffer-args): New function.
7167 (desktop-save): Call desktop-append-buffer-args for some buffers.
7168 (desktop-lazy-create-buffer): New function.
7169 (desktop-idle-create-buffers): New function.
7170 (desktop-read): Add message about buffers to restore lazily.
7171 (desktop-lazy-abort): New command.
7172 (desktop-clear): Call desktop-lazy-abort.
7173 (desktop-lazy-complete): New command.
7174
7175 2005-01-06 Richard M. Stallman <rms@gnu.org>
7176
7177 * emacs-lisp/find-func.el (find-face-definition):
7178 Rename from find-face.
7179
7180 2005-01-06 Kim F. Storm <storm@cua.dk>
7181
7182 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7183
7184 * man.el (Man-xref-man-page, Man-xref-header-file)
7185 (Man-xref-normal-file): Add follow-link property.
7186
7187 2005-01-06 Jay Belanger <belanger@truman.edu>
7188
7189 * calc/calc-units.el: Make sure the proper macro definitions are
7190 available when compiling.
7191
7192 2005-01-06 Juri Linkov <juri@jurta.org>
7193
7194 * isearch.el (isearch-lazy-highlight-update):
7195 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7196
7197 2005-01-06 Miles Bader <miles@gnu.org>
7198
7199 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7200 (isearch-lazy-highlight-face): Use new name.
7201
7202 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * uniquify.el (uniquify-rationalize-file-buffer-names):
7205 Re-add an interactive spec.
7206 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7207 to the same name.
7208
7209 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7210 (isearch-update, isearch-done): Adjust calls accordingly.
7211
7212 2005-01-05 Richard M. Stallman <rms@gnu.org>
7213
7214 * custom.el (custom-set-variables, custom-theme-set-variables):
7215 Clarify documentation.
7216
7217 * emacs-lisp/find-func.el (find-variable)
7218 (find-variable-other-window, find-variable-other-frame):
7219 Fix the TYPE args to find-function-read and find-function-do-it.
7220 (find-function): Doc fix.
7221 (find-function-at-point): Replace function-at-point alias.
7222
7223 2005-01-04 Richard M. Stallman <rms@gnu.org>
7224
7225 * cus-face.el (custom-declare-face):
7226 Record defface in current-load-list.
7227
7228 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7229
7230 * emacs-lisp/find-func.el: Doc fixes.
7231 (find-face-regexp): New variable.
7232 (find-function-regexp-alist): New variable.
7233 (find-function-C-source): Third arg is now TYPE.
7234 (find-function-search-for-symbol): Handle general TYPE.
7235 (find-function-read, find-function-do-it): Handle general TYPE.
7236 (find-definition-noselect, find-face): New functions.
7237 (function-at-point): Alias deleted.
7238
7239 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7240
7241 * battery.el (display-battery-mode): Rename from display-battery.
7242 Handle the case where it gets turned off.
7243
7244 2005-01-04 Richard M. Stallman <rms@gnu.org>
7245
7246 * cus-edit.el (customize): Make :link point to user doc.
7247
7248 * man.el (Man-fontify-manpage): Turn off undo generation.
7249
7250 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7251
7252 2005-01-04 Andreas Schwab <schwab@suse.de>
7253
7254 * files.el (insert-directory): Only look for error lines in
7255 inserted text. Don't move too far after processing --dired markers.
7256
7257 2005-01-04 Richard M. Stallman <rms@gnu.org>
7258
7259 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7260 Don't expand if the character is @, period, dash, etc.
7261 (define-mail-abbrev): Quote names that contain problem characters.
7262
7263 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7264
7265 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7266
7267 2005-01-03 Richard M. Stallman <rms@gnu.org>
7268
7269 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7270 (query-replace-highlight, query-replace-lazy-highlight)
7271 (query-replace): Definitions moved up. Doc fix.
7272
7273 2005-01-03 Richard M. Stallman <rms@gnu.org>
7274
7275 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7276 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7277 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7278 (lazy-highlight-face): Rename from isearch-lazy-...
7279 Change all references to them.
7280
7281 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7282
7283 * cus-edit.el (custom-file): Doc fix for defcustom.
7284 (custom-file): The function no longer sets the variable
7285 `custom-file' to its return value.
7286
7287 * startup.el (command-line): No longer load `custom-file'.
7288
7289 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7290
7291 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7292
7293 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7294 Don't confuse module-prefixed identifiers for labels.
7295 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7296
7297 2005-01-02 Richard M. Stallman <rms@gnu.org>
7298
7299 * files.el (basic-save-buffer-1): Fix previous change.
7300
7301 * loadhist.el (file-loadhist-lookup): New function.
7302 (file-provides, file-requires): Use it.
7303
7304 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7305 instead of calculating the right size.
7306
7307 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7308
7309 * vc-svn.el (vc-svn-diff): Stay local if possible.
7310
7311 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7314
7315 * files.el (hack-local-variables): Fix last change.
7316
7317 2005-01-02 Jay Belanger <belanger@truman.edu>
7318
7319 * calc/calc-yank.el (calc-edit-top): New variable.
7320 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7321 object. Change header properties.
7322 (calc-edit-finish, calc-edit-finish-stack-object)
7323 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7324 edited object.
7325 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7326 for the beginning of the edited object.
7327 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7328 for the beginning of the edited object.
7329 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7330 (calc-finish-formula-edit, calc-macro-repeats)
7331 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7332 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7333 beginning of the edited object.
7334 (calc-user-define-edit): Change the header for editing macros.
7335 Remove unnecessary variable.
7336
7337 2005-01-01 Jay Belanger <belanger@truman.edu>
7338
7339 * calc/calc-yank.el (calc-edit-mode): Change default header.
7340 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7341 * calc/calc-store.el (calc-edit-variable): Change title to match new
7342 header.
7343 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7344 mode to match new header.
7345 (calc-user-define-edit): Change titles to include names of commands.
7346 (calc-finish-formula-edit): Adjust to handle new header.
7347 (calc-finish-macro-edit): Remove.
7348 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7349 (calc-edit-macro-command, calc-edit-macro-command-type)
7350 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7351 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7352 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7353 (calc-edit-macro-finish-edit): New functions.
7354 (calc-user-define-edit): Use new functions to edit named calc macros.
7355
7356 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7357
7358 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7359
7360 * ses.el (copy-region-as-kill): Deactivate mark.
7361
7362 2005-01-01 Richard M. Stallman <rms@gnu.org>
7363
7364 * replace.el (occur-1): If the output buffer is also an input,
7365 don't kill it, rename it.
7366
7367 * faces.el (set-face-background, set-face-foreground): Doc fix.
7368
7369 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7370 for :foreground and :background.
7371
7372 * dired.el (dired-view-command-alist): Variable deleted.
7373 (dired-view-file, dired-mouse-find-file-other-window):
7374 Delete the code to use it.
7375
7376 2005-01-01 Kim F. Storm <storm@cua.dk>
7377
7378 * image.el (insert-sliced-image): Use t for line-height property.
7379
7380 2004-12-31 Jay Belanger <belanger@truman.edu>
7381
7382 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7383 for "var-" at the beginning of the minibuffer.
7384
7385 2004-12-31 Richard M. Stallman <rms@gnu.org>
7386
7387 * faces.el (read-face-name):
7388 Don't treat an attribute spec as a list of faces.
7389
7390 * simple.el (undo): Use undo-equiv-table to detect
7391 unexpected changes since previous undo.
7392 (undo-list-saved): Variable deleted.
7393 (buffer-disable-undo): Don't alter undo-list-saved.
7394
7395 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7396 (mode-require-final-newline): New option.
7397 (after-find-file): Handle require-final-newline with new values.
7398 (basic-save-buffer): Handle new values of require-final-newline.
7399
7400 * progmodes/sh-script.el (sh-require-final-newline):
7401 Alist value now controls whether to use mode-require-final-newline.
7402 (sh-set-shell): Implement that new meaning.
7403
7404 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7405 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7406 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7407 Delete old-Emacs compatibility code.
7408 (antlr-c-common-init): Function deleted.
7409
7410 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7411 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7412 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7413 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7414 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7415 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7416 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7417 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7418 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7419 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7420 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7421 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7422 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7423 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7424 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7425 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7426
7427 2004-12-31 Jay Belanger <belanger@truman.edu>
7428
7429 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7430 way to return to Calc.
7431
7432 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7433 finish, C-xk as the way to cancel the edit. Add cancel routine to
7434 kill-buffer-hook.
7435
7436 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7437 MacEdit code.
7438
7439 * calc/calc-prog.el: Remove obsolete MacEdit code.
7440 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7441 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7442
7443 2004-12-31 Kenichi Handa <handa@m17n.org>
7444
7445 * international/mule.el (buffer-file-coding-system-explicit):
7446 Rename for explicit-buffer-file-coding-system.
7447 (after-insert-file-set-coding): Adjust for the above change.
7448
7449 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7450 to buffer-file-coding-system-explicit.
7451 (basic-save-buffer-1): Likewise.
7452
7453 2004-12-30 Richard M. Stallman <rms@gnu.org>
7454
7455 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7456 (artist-butlast, artist-last): Functions deleted.
7457 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7458 (artist-compute-key-compl-table): Call remq directly.
7459 (artist-remove-nulls): Function deleted.
7460 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7461 (artist-push, artist-pop): Macro deleted.
7462
7463 2004-12-30 Andreas Leue <al@sphenon.de>
7464
7465 * textmodes/artist.el (artist-version): 1.2.6
7466 (artist-prev-next-op-alist): New variable.
7467 (artist-select-next-op-in-list): New function.
7468 (artist-select-prev-op-in-list): New function.
7469 (artist-make-prev-next-op-alist): New function.
7470 (artist-is-in-op-list-p): New function.
7471 (artist-get-first-non-nil-op): New function.
7472 (artist-get-last-non-nil-op): New function.
7473 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7474 artist-prev-next-op-alist.
7475 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7476 change drawing operation.
7477
7478 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7479
7480 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7481
7482 2004-12-31 Masatake YAMATO <jet@gyve.org>
7483
7484 * server.el (server-process-filter): Suppress `error', too.
7485
7486 2004-12-30 Jay Belanger <belanger@truman.edu>
7487
7488 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7489 Change the way a variable is displayed in a message.
7490
7491 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7492 (calc-user-define-permanent, calc-execute-kbd-macro):
7493 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7494
7495 2004-12-30 Kenichi Handa <handa@m17n.org>
7496
7497 * files.el (basic-save-buffer-1):
7498 Set explicit-buffer-file-coding-system to last-coding-system-used.
7499 (revert-buffer): Pay attention to
7500 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7501 on bind coding-system-for-read.
7502
7503 * international/mule.el (explicit-buffer-file-coding-system):
7504 New buffer local variable.
7505 (after-insert-file-set-coding): Set it to coding-system-for-read.
7506
7507 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7508
7509 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7510
7511 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7512
7513 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7514 that include line numbers.
7515
7516 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7517
7518 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7519 Redundant variable PREFIXLEN removed.
7520
7521 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7522
7523 * eshell/em-hist.el (eshell-previous-matching-input):
7524 Start the deletion from the end of the output.
7525
7526 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7527
7528 * term/mac-win.el: Require x-dnd.
7529 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7530
7531 2004-12-29 David Kastrup <dak@gnu.org>
7532
7533 * international/mule.el (decode-coding-inserted-region):
7534 Don't barf if `buffer-undo-list' is already set to `t'.
7535
7536 2004-12-29 Jay Belanger <belanger@truman.edu>
7537
7538 * calc/calc-prog.el (calc-user-define-formula): Put default values
7539 for function names in prompts.
7540 (calc-user-define-permanent, calc-user-define-composition)
7541 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7542 default input for algebraic functions.
7543
7544 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7545
7546 * vc-rcs.el (vc-rcs-annotate-command):
7547 Fix omission bug: Call `vc-setup-buffer'.
7548
7549 2004-12-29 Kenichi Handa <handa@m17n.org>
7550
7551 * international/mule.el (recode-region): New function.
7552
7553 2004-12-28 Richard M. Stallman <rms@gnu.org>
7554
7555 * simple.el (undo-extra-outer-limit): New variable.
7556 (undo-outer-limit-truncate): Test and set it.
7557
7558 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7559 enables the feature to extend the existing region.
7560
7561 * simple.el (mark-word): New arg ALLOW-EXTEND
7562 enables the feature to extend the existing region.
7563
7564 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7565 enables the feature to extend the existing region.
7566
7567 * startup.el (site-run-file): Don't allow setting it with Custom.
7568
7569 * simple.el (buffer-disable-undo): Fix previous change.
7570
7571 2004-12-27 Masatake YAMATO <jet@gyve.org>
7572
7573 * hexl.el (hexlify-buffer): Remove fontification here.
7574 Use font lock mechanism instead.
7575 (hexl-font-lock-keywords): New font lock kewords.
7576 (hexl-mode-old-font-lock-keywords): New variable.
7577 (hexl-mode): Store the old font lock keywords.
7578 (hexl-mode-exit): Restore the old font lock keywords.
7579
7580 2004-12-27 Richard M. Stallman <rms@gnu.org>
7581
7582 * simple.el (undo): Fix previous change.
7583
7584 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7585
7586 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7587 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7588 Call x-open-connection on Mac OS X.
7589
7590 2004-12-27 Richard M. Stallman <rms@gnu.org>
7591
7592 * files.el (buffer-save-without-query): New var (buffer-local).
7593 (save-some-buffers): Save those buffers first, w/o asking.
7594
7595 * files.el (insert-directory-ls-version): New variable.
7596 (insert-directory): When ls returns an error, test the version
7597 number to decide what the return code means.
7598 With --dired output format, detect and distinguish lines
7599 that are really error messages.
7600 (insert-directory-adj-pos): New function.
7601
7602 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7603
7604 * battery.el (battery-mode-line-format): Remove initial spaces.
7605
7606 * uniquify.el (uniquify-rationalize-file-buffer-names):
7607 Delete interactive spec.
7608
7609 * type-break.el (type-break-mode): Set buffer-save-without-query.
7610 Remove code that tried to set save-some-buffers-always.
7611 (type-break-file-keystroke-count): Bind deactivate-mark.
7612
7613 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7614
7615 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7616 Test that the buffer is live, and maybe reject current buffer too.
7617 Clarify.
7618 (next-error-find-buffer): Rewrite for clarity.
7619
7620 * loadup.el: Don't use buffer-disable-undo; do it directly.
7621
7622 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7623 (describe-variable): Call symbol-file with `defvar'.
7624
7625 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7626 (symbol-file): Rewritten to handle new load-history format.
7627 Now takes an arg TYPE to specify looking for a particular
7628 type of definition only.
7629
7630 * emacs-lisp/debug.el (debugger-make-xrefs):
7631 Call symbol-file with `defun'.
7632
7633 * emacs-lisp/find-func.el (find-function-noselect):
7634 Call symbol-file with `defun'.
7635 (find-variable-noselect): Call symbol-file with `defvar'.
7636
7637 * eshell/esh-cmd.el (eshell-find-alias-function):
7638 Call symbol-file with `defun'.
7639
7640 * eshell/esh-test.el (eshell-test-goto-func):
7641 Call symbol-file with `defun'.
7642
7643 * mail/rmail.el (rmail-resend):
7644 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7645
7646 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7647
7648 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7649
7650 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7651 Call buffer-disable-undo.
7652
7653 * simple.el (undo-list-saved): New variable (buffer-local).
7654 (undo): Set and test it.
7655 (buffer-disable-undo): Move here from buffer.c.
7656 Clear out undo-list-saved.
7657
7658 * international/mule.el (decode-coding-inserted-region):
7659 Set buffer-undo-list in a correct and optimal way.
7660
7661 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7662 (cperl-font-lock-unfontify-region-function): No need to save and
7663 restore info, since font-lock.el does it for us.
7664
7665 * ansi-color.el (save-buffer-state): Definition deleted.
7666 (ansi-color-unfontify-region): Don't use save-buffer-state.
7667
7668 2004-12-27 Dave Love <fx@gnu.org>
7669
7670 * wid-edit.el (function): Use restricted-sexp as parent.
7671
7672 2004-12-27 Kevin Ryde <user42@zip.com.au>
7673
7674 * simple.el (next-matching-history-element): Use same
7675 `interactive' form as previous-matching-history-element.
7676
7677 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7678 it can appear unencoded and has been seen from yahoo.
7679
7680 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7681
7682 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7683 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7684
7685 2004-12-27 Kenichi Handa <handa@m17n.org>
7686
7687 * international/utf-8.el (utf-translate-cjk-load-tables):
7688 Bind coding-system-for-read to nil while loading subst-*.
7689
7690 2004-12-26 Jay Belanger <belanger@truman.edu>
7691
7692 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7693 default input.
7694
7695 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7696
7697 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7698 before reverting and disable undo recording while reverting.
7699
7700 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7701
7702 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7703 (hs-make-overlay): New function.
7704 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7705 (hs-flag-region): Delete function.
7706 (hs-hide-comment-region): No longer use `hs-flag-region'.
7707 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7708 (hs-hide-block-at-point): Likewise.
7709 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7710 (hs-hide-all, hs-show-all): Likewise.
7711 (hs-show-block): Likewise.
7712 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7713
7714 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7715
7716 * progmodes/hideshow.el: Require `cl' when compiling.
7717 Remove XEmacs and Emacs 19 compatibility.
7718 Use `dolist' and `add-to-list' for load-time actions.
7719 (hs-discard-overlays): Use `dolist'.
7720 (hs-show-block): Likewise.
7721
7722 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7723
7724 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7725
7726 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7727
7728 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7729 When extending backwards, move outside the current comment first.
7730
7731 2004-12-22 Kenichi Handa <handa@m17n.org>
7732
7733 * international/quail.el (quail-start-translation): Fix prompt
7734 string for the case if input-method-use-echo-area being non-nil.
7735 (quail-start-conversion): Likewise.
7736 (quail-show-guidance): Don't show guidance if
7737 input-method-use-echo-area is non-nil.
7738
7739 2004-12-21 Richard M. Stallman <rms@gnu.org>
7740
7741 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7742
7743 2004-12-21 Markus Rost <rost@ias.edu>
7744
7745 * calendar/diary-lib.el (mark-diary-entries):
7746 Set mark-diary-entries-in-calendar only after checking for diary-file.
7747
7748 2004-12-21 Richard M. Stallman <rms@gnu.org>
7749
7750 * faces.el (escape-glyph): Use blue against light foreground.
7751
7752 * simple.el (undo-outer-limit-truncate): New function.
7753 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7754
7755 2004-12-21 Eli Barzilay <eli@barzilay.org>
7756
7757 * calculator.el (calculator-radix-grouping-mode)
7758 (calculator-radix-grouping-digits)
7759 (calculator-radix-grouping-separator):
7760 New defcustoms for the new radix grouping mode functionality.
7761 (calculator-mode-hook): Now used in electric mode too,
7762 (calculator): Call it.
7763 (calculator-mode-map): Some new keys.
7764 (calculator-message): New function. Some new calls.
7765 (calculator-op, calculator-set-register): Use it.
7766 (calculator-string-to-number): New function, mostly moved and
7767 updated code from calculator-curnum-value.
7768 (calculator-curnum-value): Use it.
7769 (calculator-paste): Use it, and update grabbing the current-kill.
7770 (calculator-rotate-displayer)
7771 (calculator-rotate-displayer-back): Toggle digit grouping when
7772 in radix mode, use calculator-message.
7773 (calculator-displayer-prev, calculator-displayer-next):
7774 Change digit group size when in radix mode.
7775 (calculator-number-to-string): Rename from
7776 calculator-num-to-string. Now deals with digit grouping in
7777 radix mode.
7778 (calculator-update-display, calculator-put-value): Use the new name.
7779 (calculator-fact): Return a floating point number.
7780 (calculator-mode): Doc fix.
7781
7782 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7783
7784 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7785 * calendar/diary-lib.el (view-other-diary-entries):
7786 Use current-prefix-arg in interactive spec.
7787
7788 2004-12-19 Jay Belanger <belanger@truman.edu>
7789
7790 * calc/calc-aent.el (calcAlg-blank-matching-open):
7791 Temporarily adjust the syntax of both delimiters of half-open intervals.
7792
7793 2004-12-19 Kim F. Storm <storm@cua.dk>
7794
7795 * mouse.el (mouse-1-click-follows-link): Doc fix.
7796
7797 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7798
7799 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7800 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7801 instead of centraleuropean as the name
7802
7803 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7804
7805 Sync with Tramp 2.0.46.
7806
7807 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7808 parameters wrt Tramp convention.
7809 (tramp-handle-file-attributes-with-perl)
7810 (tramp-handle-directory-files-and-attributes): Apply it.
7811 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7812 `copy-program'. Reported by Zack Weinberg
7813 <zack@codesourcery.com>.
7814 (top): Set `edebug-form-spec' property directly rather than
7815 calling `def-edebug-spec'.
7816
7817 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7818 advice less fragile. Surround temporary redefinition of
7819 `substitute-in-file-name' with `unwind-protect'. Suggested by
7820 Matt Hodges <MPHodges@member.fsf.org>.
7821
7822 2004-12-17 Juri Linkov <juri@jurta.org>
7823
7824 * replace.el (occur-accumulate-lines, occur-engine):
7825 Make forcing deferred font-lock fontification jit-specific.
7826
7827 2004-12-17 Kim F. Storm <storm@cua.dk>
7828
7829 * mouse.el (mouse-1-click-follows-link): New defcustom.
7830 (mouse-on-link-p): New function.
7831 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7832 functionality. Map a mouse-1 click event into a mouse-2 (or
7833 other) event when position is inside a link.
7834
7835 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7836 prefix in tooltip text with "mouse-1" when this is a link
7837 recognized by mouse-1-click-follows-link functionality.
7838
7839 * help.el (describe-key): Report effective and original binding
7840 for mouse-1 when clicked on a link.
7841 (describe-mode): Add follow-link property to "minor-mode" button.
7842
7843 * help-fns.el (describe-variable): Add follow-link property to
7844 "below" button.
7845
7846 * help-mode.el (help-xref): Add follow-link property.
7847
7848 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7849 (apropos-command, apropos-variable, apropos-face, apropos-group)
7850 (apropos-widget, apropos-plist): Add follow-link property.
7851
7852 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7853 checks if position is in a filename, rather than some other
7854 clickable item. Function looks for cvs-filename-face at position.
7855
7856 * wid-edit.el (widget-specify-field, widget-specify-button):
7857 Map a :follow-link keyword into a follow-link property.
7858 (link): Add :follow-link keyword, map to RET binding.
7859
7860 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7861
7862 * progmodes/compile.el (compilation-minor-mode-map)
7863 (compilation-button-map, compilation-mode-map): Likewise.
7864
7865 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7866
7867 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7868 (zone-replace-char): Take `count' and `del-count'
7869 instead of `direction'. Update callers. When `del-count' is
7870 non-nil, delete that many characters, otherwise `count' characters
7871 backwards. Insert the newly-replaced string `count' times.
7872 (zone-fret): Handle chars w/ width greater than one.
7873 (zone-fall-through-ws): No longer take window width `ww'.
7874 Update callers. Add handling for `char-width' greater than one.
7875 (zone-pgm-drip): Update var holding window-end position every cycle.
7876
7877 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7878
7879 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7880 rather than insert-file.
7881
7882 2004-12-16 Jay Belanger <belanger@truman.edu>
7883
7884 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7885 (math-init-random-base, math-random-digit): Check to see if
7886 var-RandSeed is bound.
7887 (math-random-last): Declare it.
7888 (math-random-digit): Don't make math-random-last local.
7889
7890 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7891
7892 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7893 one-shot thunk for uniform (error, quit, normal) recovery.
7894 Reported by John Paul Wallington.
7895 (zone-pgm-random-life): Fix bug:
7896 Recognize empty initial field by lack of "@" chars.
7897
7898 2004-12-16 Juri Linkov <juri@jurta.org>
7899
7900 * help.el (function-called-at-point):
7901 * help-fns.el (variable-at-point): As a last resort try stripping
7902 non-word prefixes and suffixes.
7903
7904 * descr-text.el (describe-property-list): Don't treat syntax-table
7905 specially. Use describe-text-sexp which inserts [show] button
7906 for large objects and handles printing errors. Sort properties
7907 by names in alphabetical order instead of by value sizes.
7908 Add `mouse-face' to list of properties for `describe-face' widget.
7909 (describe-char): Mask out face-id from 19 bits of character.
7910 Print face-id separately.
7911
7912 * replace.el (occur-accumulate-lines, occur-engine):
7913 Fontify unfontified matching lines in the source buffer
7914 before copying them.
7915 (occur-engine): Don't put mouse-face on context lines.
7916 (occur-next-error): Set point to line beginning/end
7917 before searching for prev/next property to skip multiple
7918 matches on a line (not supported by occur engine).
7919 Remove redundant prefix-numeric-value.
7920
7921 2004-12-15 Juri Linkov <juri@jurta.org>
7922
7923 * replace.el (match): New face.
7924 (list-matching-lines-face): Change default from `bold' to `match'.
7925
7926 * progmodes/grep.el (grep-match-face): New defvar.
7927 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7928 compilation-column-face to highlight grep matches.
7929
7930 * apropos.el (apropos-match-face): Change default from
7931 `secondary-selection' to `match'.
7932
7933 * info-look.el (info-lookup-highlight-face): Change default from
7934 `highlight' to `match'.
7935
7936 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7937
7938 * progmodes/executable.el (executable-interpret): Eliminate
7939 obsolete compile-internal, and switch to comint for interaction.
7940
7941 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7942
7943 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7944 `&&' when skipping multiple statements on a line.
7945
7946 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7947
7948 * play/zone.el (zone): Set `truncate-lines'.
7949 Also, init `tab-width' with value from original buffer.
7950 (zone-shift-up): Rewrite for speed.
7951 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7952 (zone-pgm-jitter): Remove redundant entries from ops vector.
7953 (zone-exploding-remove): Reduce iteration count.
7954 (zone-cpos): Convert to defsubst.
7955 (zone-replace-char): New defsubst.
7956 (zone-park/sit-for): Likewise.
7957 (zone-fret): Take window-start arg.
7958 Update callers. Use `zone-park/sit-for'.
7959 (zone-fill-out-screen): Rewrite.
7960 (zone-fall-through-ws): Likewise. Update callers.
7961 (zone-pgm-drip): Use `zone-replace-char'.
7962 Move var inits before while-loop. Use `zone-park/sit-for'.
7963 (zone-pgm-random-life): Handle empty initial field.
7964 Use `zone-replace-char' and `zone-park/sit-for'.
7965
7966 2004-12-15 Juri Linkov <juri@jurta.org>
7967
7968 * isearch.el (isearch-update): Test isearch-lazy-highlight
7969 before calling isearch-lazy-highlight-new-loop.
7970 (isearch-lazy-highlight-new-loop):
7971 Don't test isearch-lazy-highlight.
7972
7973 * replace.el (perform-replace): Add isearch-case-fold-search.
7974 Use delimited-flag for isearch-regexp.
7975 Reset isearch-lazy-highlight-last-string to force lazy
7976 highlighting when called from isearch mode.
7977 (query-replace-highlight): Revert defcustom type to boolean.
7978 (query-replace-lazy-highlight): New defcustom.
7979 (query-replace): New face.
7980 (perform-replace, replace-highlight, replace-dehighlight):
7981 Test query-replace-lazy-highlight instead of special value
7982 `isearch' of query-replace-highlight.
7983 (replace-dehighlight): Don't call isearch-dehighlight.
7984 (replace-highlight): Don't call isearch-highlight.
7985 Use face `query-replace' unconditionally.
7986
7987 2004-12-14 Kim F. Storm <storm@cua.dk>
7988
7989 * simple.el (inhibit-mark-movement): Remove defvar.
7990 (beginning-of-buffer, end-of-buffer): Don't use it.
7991
7992 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7993 Don't use inhibit-mark-movement.
7994
7995 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7996 (cua--undo-push-mark): Remove.
7997 (cua--pre-command-handler, cua--post-command-handler):
7998 Don't fiddle with inhibit-mark-movement.
7999
8000 2004-12-14 Juri Linkov <juri@jurta.org>
8001
8002 * buff-menu.el (list-buffers-noselect): Collect internal info
8003 for every buffer in BUFFER-LIST arg too.
8004 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8005 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8006 Bind same-window-buffer-names and same-window-regexps to nil.
8007
8008 2004-12-13 Juri Linkov <juri@jurta.org>
8009
8010 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8011
8012 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8013 (sc-cite-region, sc-uncite-region, sc-recite-region):
8014 Fix previous change to handle not alist as a symbol, but
8015 a citation frame as a symbol that represents a variable name.
8016
8017 2004-12-13 Richard M. Stallman <rms@gnu.org>
8018
8019 * filecache.el (file-cache-add-directory-using-find):
8020 Only set up file-cache-find-command-posix-flag if we will use it.
8021
8022 * bindings.el (mode-line-buffer-identification-keymap):
8023 Don't cancel the mode-line's usual down-mouse-1 binding.
8024
8025 * cus-edit.el (custom-face-selected): Handle `default' specs.
8026 (custom-face-edit): Increase extra-offset.
8027 (custom-display): Handle `default' specs.
8028
8029 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8030
8031 * emacs-lisp/elint.el (elint-standard-variables)
8032 (elint-unknown-builtin-args): Move definitions up.
8033
8034 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8035
8036 * info.el (info-xref-visited): Use `default' instead of t.
8037 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8038
8039 * faces.el (header-line, mode-line-inactive, tool-bar):
8040 Use `default' instead of t for setting the defaults.
8041 (face-spec-choose): Separate `t' from `default'.
8042
8043 * subr.el (while-no-input): New macro.
8044
8045 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8046
8047 * filecache.el (file-cache-add-directory-using-find):
8048 Only test file-cache-find-command-posix-flag on some systems.
8049
8050 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8051
8052 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8053 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8054 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8055 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8056 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8057
8058 2004-12-12 Juri Linkov <juri@jurta.org>
8059
8060 * files.el (find-file-other-window, find-file-other-frame):
8061 Add the first buffer to the returned value to return the complete
8062 list of all visited buffers.
8063 (find-file-read-only, find-file-read-only-other-window)
8064 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8065 `find-file-read-args'. Signal an error about non-existent file
8066 only if file name doesn't contain wildcards. Toggle read-only in
8067 all visited buffers.
8068 (find-alternate-file, find-alternate-file-other-window):
8069 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8070 called interactively. Pass arg `wildcards' to other functions.
8071 (find-file-noselect): Doc fix.
8072
8073 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8074 Doc fix.
8075 (ffap-directory-finder): New variable.
8076 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8077 (ffap-file-at-point): Add /* to immediately rejected names.
8078 Return absolute file names matching ffap-dired-wildcards.
8079 (ffap-read-file-or-url): Set default value for `completing-read'
8080 to `buffer-file-name'.
8081 (find-file-at-point): When filename matches ffap-dired-wildcards,
8082 call ffap-file-finder with t arg `wildcards', instead of dired.
8083 (ffap-other-window, ffap-other-frame): Return visited buffers.
8084 (ffap-read-only, ffap-read-only-other-window)
8085 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8086 (dired-at-point): Call ffap-directory-finder instead of dired.
8087 (ffap-dired-other-window, ffap-dired-other-frame)
8088 (ffap-list-directory): New commands.
8089 (ffap-bindings): New keybindings for new commands.
8090
8091 2004-12-12 Juri Linkov <juri@jurta.org>
8092
8093 * simple.el (beginning-of-buffer, end-of-buffer):
8094 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8095 Do not push mark when mark is active in transient-mark-mode.
8096
8097 * simple.el (mark-word):
8098 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8099 * textmodes/paragraphs.el (mark-paragraph):
8100 Extend the region when mark is active in transient-mark-mode,
8101 regardless of the last command. Doc fix.
8102
8103 * simple.el (mark-word): Preserve direction when repeating.
8104 Make arg optional. Interactive "p" -> "P".
8105 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8106
8107 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8108 preserving direction, to mark forward instead of backward when mark
8109 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8110
8111 2004-12-12 Juri Linkov <juri@jurta.org>
8112
8113 * isearch.el (isearch-edit-string): Set 7th arg of
8114 `read-from-minibuffer' to `t' to inherit the current input
8115 method (whose name is indicated by [IM] in the minibuffer prompt)
8116 from the current buffer to the minibuffer.
8117 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8118 to allow C-g quitting for lazy highlighting looping inside the
8119 search with nested repetition operators. Add overlay to the list
8120 before setting its face and other properties to avoid the case of
8121 code quitting after placing the new overlay but before it's
8122 recorded on the list. Select the window where isearch was
8123 activated, to highlight matches in the right window when isearch
8124 switches the current window to the minibuffer.
8125
8126 * international/isearch-x.el
8127 (isearch-process-search-multibyte-characters):
8128 Use `isearch-message' as initial input for `read-string' instead
8129 of adding it to the minibuffer prompt. After reading a string
8130 remove the initial value of `isearch-message' from the string.
8131
8132 * replace.el (replace-match-maybe-edit): Doc fix.
8133 (perform-replace): Don't call `replace-highlight' when automatic
8134 replacement is requested in literal mode, since it is intended
8135 only to highlight words during entering a new replacement string
8136 for \? in non-literal mode.
8137
8138 * replace.el (query-replace-highlight): Add new value `isearch'
8139 that allows query replacement to use isearch highlighting.
8140 Change type from `boolean' to `choice'. Doc fix.
8141 (replace-highlight, replace-dehighlight, perform-replace):
8142 Use isearch highlighting if query-replace-highlight eq `isearch'.
8143
8144 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8145
8146 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8147 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8148
8149 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8150 case of \end{verbatim}.
8151
8152 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8153
8154 * term.el (term-termcap-format): Synchronyze with terminfo.
8155 (term-emulate-terminal): Handle reset.
8156 (term-reset-terminal): New function.
8157
8158 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8159
8160 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8161 (zone-fill-out-screen): New func.
8162 (zone-pgm-drip): Use `zone-fill-out-screen'.
8163 Also, no longer go to point-min on every cycle.
8164 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8165 (zone-pgm-random-life-wait): New user var.
8166 (zone-pgm-random-life): New func.
8167
8168 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8169
8170 * files.el (auto-mode-alist): Map .com to DCL mode.
8171
8172 2004-12-09 Richard M. Stallman <rms@gnu.org>
8173
8174 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8175
8176 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8177
8178 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8179 buffer with a display margin.
8180
8181 2004-12-08 Jay Belanger <belanger@truman.edu>
8182
8183 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8184 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8185
8186 2004-12-08 Richard M. Stallman <rms@gnu.org>
8187
8188 * faces.el: Delete code to set display table.
8189 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8190
8191 2004-12-08 Jay Belanger <belanger@truman.edu>
8192
8193 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8194
8195 * calc/calc-ext.el (math-read-replacement-list)
8196 (math-read-superscripts, math-read-preprocess-string): Move to
8197 calc-aent.el.
8198
8199 * calc/calc-aent.el (math-read-replacement-list)
8200 (math-read-superscripts, math-read-preprocess-string): Move from
8201 calc-ext.el.
8202
8203 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * isearch.el (isearch-quote-char): Fix up typo in last change.
8206
8207 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8208
8209 * mouse.el (mouse-set-font): Handle the case where the command was
8210 not invoked using the mouse.
8211
8212 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8213 (edmacro-finish-edit): Further update for keyboard macros that are
8214 lambda forms.
8215 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8216
8217 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8218
8219 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8220 (font-lock-default-unfontify-region): Don't save buffer state any more.
8221
8222 2004-12-07 Jay Belanger <belanger@truman.edu>
8223
8224 * calc/calc-help.el (calc-describe-key):
8225 Set calc-summary-indentation even when Calc Summary buffer exists.
8226
8227 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8228
8229 * calendar/holidays.el (holiday-easter-etc): Make arguments
8230 optional for backwards compatibility. Doc fix.
8231 Remove un-necessary local vars mandatory, output-list.
8232 (holiday-advent): Make arguments optional for backwards
8233 compatibility. Doc fix.
8234
8235 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8236
8237 * paren.el (show-paren-function): Fix last change (2004-12-02).
8238
8239 * international/mule-util.el (char-displayable-p): Return nil for
8240 unibyte mode.
8241
8242 * subr.el (subregexp-context-p): New function.
8243
8244 * isearch.el (isearch-quote-char): Use it.
8245
8246 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8247 (regexp-opt-not-groupie*-re): Remove.
8248 (regexp-opt): Properly handle inputs with duplicate entries.
8249
8250 2004-12-06 Richard M. Stallman <rms@gnu.org>
8251
8252 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8253
8254 * cus-edit.el (custom-file): Doc fix.
8255
8256 * textmodes/org.el: New file.
8257
8258 2004-12-06 Kenichi Handa <handa@m17n.org>
8259
8260 * ldefs-boot.el: Update international/mule-util.el section.
8261
8262 2004-12-05 Sam Steingold <sds@gnu.org>
8263
8264 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8265 Fix `tramp-time-diff' comparison logic.
8266
8267 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8268
8269 * progmodes/which-func.el (which-function):
8270 Use `run-hook-with-args-until-success' instead of a custom loop.
8271 Fixes bug with local hooks.
8272
8273 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8274
8275 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8276 Use delete-dups when calculating the initial value.
8277 (bibtex-autokey-get-title): Use <=.
8278 (bibtex-goto-line): New function.
8279 (bibtex-reposition-window): Use line numbers instead of point
8280 positions. Use window-body-height.
8281 (bibtex-find-crossref): Use bibtex-reposition-window.
8282 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8283 position of entry if key is found or nil if not found.
8284
8285 2004-12-05 Richard M. Stallman <rms@gnu.org>
8286
8287 * cus-edit.el (custom-file): Doc fix.
8288
8289 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8290
8291 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8292
8293 * simple.el (blink-matching-open):
8294 * textmodes/tex-mode.el (tex-validate-region):
8295 Obey syntax-table text properties.
8296
8297 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8298
8299 * wid-edit.el (widget-specify-field): Add `real-field' property to
8300 boundary.
8301 (widget-field-at): Use it.
8302
8303 2004-12-02 Richard M. Stallman <rms@gnu.org>
8304
8305 * progmodes/cc-mode.el (awk-mode autoload):
8306 Supply t meaning interactive function.
8307
8308 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8309 (isearch-mode-map): No special definition for space.
8310 (isearch-whitespace-chars): Command deleted.
8311 (isearch-forward-regexp): Doc fix.
8312 (isearch-quote-char): When a space is not inside brackets,
8313 use `[ ]' instead of just space.
8314 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8315
8316 * imenu.el (imenu--generic-function): Delete code to exclude
8317 matches in comments.
8318
8319 * man.el (Man-reverse-face): Change default to `highlight'.
8320
8321 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8322 (occur-engine): Use `face' prop rather than `font-lock-face'
8323 when specifying use of `match-face'.
8324 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8325
8326 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8327
8328 * add-log.el (add-log-current-defun): Handle the case where point
8329 is in the header part of a DEFUN construct.
8330
8331 2004-12-02 Dave Love <fx@gnu.org>
8332
8333 * progmodes/python.el (python-font-lock-syntactic-keywords):
8334 Fix previous change.
8335
8336 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8337
8338 * paren.el (show-paren-function): Check for matching chars
8339 specified by text props.
8340
8341 2004-12-02 Jay Belanger <belanger@truman.edu>
8342
8343 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8344 when reading a new key sequence.
8345
8346 2004-12-02 Kim F. Storm <storm@cua.dk>
8347
8348 * faces.el (escape-glyph): Rename from glyph.
8349 (standard-display-table): Set it here. Add escape-glyph face to
8350 extra slot characters.
8351
8352 * disp-table.el: Undo 2004-12-01 change. Display table is now
8353 setup in faces.el.
8354
8355 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8356
8357 * xml.el (xml-parse-dtd): Don't show validity messages when
8358 xml-validating-parser is nil.
8359 (xml-substitute-special): Fix validity error messages to
8360 actually show the unexpandable entity. Added validity error if &
8361 isn't followed by an entity.
8362 (xml-parse-tag): Concatenate any string following the a
8363 <![CDATA[]]> section to the parsed CDATA.
8364 (xml-parse-dtd): Skip parameter entity declarations and use of
8365 parameter entities.
8366
8367 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8368
8369 * kmacro.el (kmacro-default-counter-format): New var.
8370 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8371 (kmacro-display): Remove `nil' from `and' form. Delete call to
8372 `format' inside `message'.
8373 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8374
8375 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8376
8377 * pcvs.el (cvs-header-msg): New function.
8378 (cvs-update-header): Use it. Change calling convention.
8379 Correctly handle the case of having simultaneous active processes.
8380 (cvs-sentinel): Don't call cvs-update-header any more.
8381 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8382
8383 2004-12-01 Jay Belanger <belanger@truman.edu>
8384
8385 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8386 Change message.
8387
8388 2004-12-01 Juri Linkov <juri@jurta.org>
8389
8390 * progmodes/prolog.el (prolog-mode-variables):
8391 Fix imenu-generic-expression.
8392
8393 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8394
8395 * faces.el (glyph): New face.
8396
8397 * disp-table.el: Add an autoloaded table, that doesn't require
8398 this library, with glyph face.
8399
8400 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8401 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8402 (conf-quote-normal): Allow normalizing only ' or ".
8403 (conf-mode): Regexp-quote constructed comment-start and don't
8404 match section {} where "name" contains braces.
8405
8406 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8407 files.
8408
8409 2004-12-01 Kenichi Handa <handa@m17n.org>
8410
8411 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8412 (x-select-text): Don't treat eight-bit-control/graphic chars
8413 specially. Store the encoded text in the X cut buffer.
8414 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8415 with x-last-selected-text-cut-encoded.
8416
8417 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8418
8419 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8420
8421 2004-11-30 Markus Rost <rost@ias.edu>
8422
8423 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8424 AUCTeX.
8425
8426 2004-11-30 Jay Belanger <belanger@truman.edu>
8427
8428 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8429 on signs of intervals.
8430 (math-pow-of-zero): Strengthen checks for positive and negative
8431 exponents.
8432
8433 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8434 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8435 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8436 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8437 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8438 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8439 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8440 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8441 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8442 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8443 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8444 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8445 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8446 with provide statements.
8447
8448 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8449
8450 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8451
8452 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8453 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8454 functions by require statements.
8455 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8456
8457 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8458 (calc-gnuplot-print): Give them values.
8459
8460 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8461 autoloads.
8462 Add calc-do-embedded-activate to autoloads.
8463 (calc-gnuplot-name, calc-gnuplot-plot-command)
8464 (calc-gnuplot-print-command): Move them to calc-graph.el.
8465
8466 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8467
8468 * term/mac-win.el (ccl-encode-mac-roman-font)
8469 (ccl-encode-mac-cyrillic-font)
8470 (ccl-encode-mac-centraleuropean-font, encoder-list)
8471 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8472 Support Cyrillic, CentralEuropean, and Dingbat font display
8473
8474 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8475
8476 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8477
8478 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8479 still nil.
8480
8481 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8482
8483 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8484 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8485
8486 2004-11-29 Jay Belanger <belanger@truman.edu>
8487
8488 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8489 cases of the base and exponent.
8490
8491 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8492
8493 * simple.el (next-error-buffer-p): Allow for inclusive and
8494 exclusive tests for finding a buffer.
8495 (next-error-find-buffer): Pass the exclusive and inclusive tests
8496 to next-error-buffer-p.
8497
8498 * replace.el (occur-next-error): Switch to the Occur buffer when
8499 appropriate, use the exclusive filter to next-error-find-buffer to
8500 do it. Use the absolute value of the motion amount.
8501
8502 2004-11-29 Kenichi Handa <handa@m17n.org>
8503
8504 * startup.el (command-line): Decode all default-directory by
8505 locale-coding-system.
8506
8507 2004-11-29 Jay Belanger <belanger@truman.edu>
8508
8509 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8510 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8511 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8512 Replace calls to calc-extensions by appropriate require, replace
8513 calc-extensions-loaded by appropriate featurep.
8514
8515 * calc/calc-ext.el: Move require to end of file.
8516 Remove redundant loading of calc.el.
8517 (calc-extensions-loaded): Remove unnecessary variable.
8518 (calc-extensions): Remove unnecessary function.
8519 (calc-load-everything): Replace calc-need-macros by appropriate require.
8520
8521 * calc/calc-macs.el: Move provide to end of file.
8522 (calc-need-macros): Remove unnecessary function.
8523
8524 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8525 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8526 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8527 Replace calc-extensions by appropriate require.
8528 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8529
8530 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8531 Replace calc-need-macros by appropriate require.
8532
8533 * calc/calc.el: Move require to end of file.
8534 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8535 Remove unnecessary variable.
8536 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8537 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8538 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8539 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8540 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8541 (math-format-number, math-format-bignum, math-read-number)
8542 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8543 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8544 by appropriate require.
8545 (calc-check-defines): Replace calc-need-macros by appropriate require.
8546
8547 2004-11-29 Kim F. Storm <storm@cua.dk>
8548
8549 * macros.el (insert-kbd-macro): Handle kmacro functions.
8550
8551 2004-11-28 Juri Linkov <juri@jurta.org>
8552
8553 * compare-w.el (compare-windows-highlight): Attach each overlay
8554 to its window to properly highlight differences while comparing
8555 two windows of the same buffer. Fix arguments.
8556 (compare-windows-sync-default-function): Fix arguments of
8557 `compare-windows-highlight'.
8558
8559 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8560 Use `read-expression-history'. Set initial contents only if
8561 `edebug-global-break-condition' is non-nil. Set histpos to 1
8562 if initial contents is equal to the last history element.
8563 (edebug-set-conditional-breakpoint): Instead of temporarily
8564 prepending the current condition to the history, set initial
8565 contents to the current condition. Set histpos to 1 if initial
8566 contents is equal to the last history element.
8567
8568 * info.el (Info-search-whitespace-regexp): Remove shy group.
8569 (Info-search): Forward line if search is on the header line.
8570 Use search-whitespace-regexp in two other places.
8571
8572 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8573
8574 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8575 warning. Delay real definition, which uses
8576 `set-fringe-indicators-1' till after the definition of that function.
8577
8578 2004-11-28 Kim F. Storm <storm@cua.dk>
8579
8580 * fringe.el (fringe): New defgroup.
8581 (fringe-mode): Move to fringe group.
8582 (fringe-indicators): New defcustom.
8583 (set-fringe-indicators-1): New defun.
8584
8585 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8586 (menu-bar-showhide-fringe-ind-menu): New keymap.
8587 (menu-bar-showhide-fringe-ind-empty)
8588 (menu-bar-showhide-fringe-ind-mixed)
8589 (menu-bar-showhide-fringe-ind-box)
8590 (menu-bar-showhide-fringe-ind-right)
8591 (menu-bar-showhide-fringe-ind-left)
8592 (menu-bar-showhide-fringe-ind-none): New defuns.
8593 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8594
8595 2004-11-27 Richard M. Stallman <rms@gnu.org>
8596
8597 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8598
8599 * generic.el (define-generic-mode): Doc fix.
8600
8601 * menu-bar.el (menu-bar-options-save): For the options
8602 that are toggled with menu-bar-make-mm-toggle, don't check
8603 for customized-value prop.
8604
8605 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8606
8607 * mail/supercite.el (sc-cite-region): Handle the case where
8608 sc-cite-frame-alist is a symbol.
8609 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8610 a symbol.
8611 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8612 a symbol.
8613
8614 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8615
8616 * wid-edit.el (widget-narrow-to-field): New function.
8617 (widget-complete): Use it.
8618
8619 2004-11-27 Jay Belanger <belanger@truman.edu>
8620
8621 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8622 variable.
8623 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8624 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8625 (math-alg-inequalities): Move declaration to earlier in the file.
8626
8627 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8628 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8629 Declare them.
8630
8631 * calc/calc-lang.el (math-expr-data, math-expr-token)
8632 (math-exp-old-pos): Declare them.
8633
8634 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8635 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8636
8637 2004-11-27 Kim F. Storm <storm@cua.dk>
8638
8639 * progmodes/flymake.el: Use (featurep 'xemacs).
8640 (flymake-makehash): Change to defsubst. Use fboundp.
8641 (flymake-time-to-float): Remove.
8642 (flymake-float-time): Merge code from flymake-time-to-float here.
8643 (flymake-replace-regexp-in-string): Change to defsubst.
8644 (flymake-split-string-remove-empty-edges):
8645 Rename to flymake-split-string.
8646 (flymake-split-string): Remove previous defalias.
8647 (flymake-get-temp-dir): Change to defsubst.
8648 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8649 Define for xemacs only.
8650 (flymake-master-file-count-limit): Change into compiler defvar only.
8651 (flymake-find-possible-master-files): Let-bind it dynamically while
8652 sorting files using flymake-master-file-compare.
8653
8654 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8655
8656 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8657 of defun-prompt-regexp matches inside a comment/string but the
8658 beginning is correctly outside everything.
8659
8660 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8661 appears within a string or a comment.
8662
8663 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8664 rather than make-symbol for symbols which are used in
8665 a symbol-macrolet or equivalent.
8666
8667 2004-11-26 Jay Belanger <belanger@truman.edu>
8668
8669 * calc-misc.el (calc-last-why-command): Declare it.
8670
8671 * calc-vec.el (math-grade-vec): New variable.
8672 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8673 Replace variable grade-vec by declared variable.
8674 (math-rb-close): New variable.
8675 (math-read-brackets, math-read-vector): Replace variable close by
8676 declared variable.
8677
8678 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8679 (calc-one-window, calc-edit-handler, calc-restore-trail)
8680 (calc-allow-ret): Declare them.
8681
8682 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8683 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8684 (math-radix-float-cache-tag, math-random-cache)
8685 (math-max-digits-cache, math-integral-cache, math-units-table)
8686 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8687 (math-moc-func): New variable.
8688 (math-map-over-constants, math-map-over-constants-rec):
8689 Replace variable func by declared variable.
8690
8691 * calc/calc-store.el (calc-given-value, calc-store-opers):
8692 Declare them.
8693 (calc-var-name-map): Move declaration to earlier in the file.
8694 (calc-pv-pos): New variable.
8695 (calc-permanent-variable, calc-insert-permanent-variable):
8696 Replace variable pos by declared variable.
8697
8698 * calc/calc-mtx.el (calc-det-lu): New variable.
8699 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8700
8701 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8702 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8703 and arg by declared variables.
8704 (calcFunc-reducer): Fix incorrect variable.
8705 (math-inner-mul-func, math-inner-add-func): New variables.
8706 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8707 and add-func by declared variables.
8708
8709 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8710 (calc-digit-value): Declare them.
8711
8712 * calc/calc-help.el (Info-history): Declare it.
8713 (calc-describe-key): Make calc-summary-indentation a local variable.
8714 (calc-help-long-names): Move declaration to earlier in file.
8715
8716 * calc/calc-embed.el (calc-original-buffer): Declare it.
8717 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8718 (calc-embed-bot): New variables.
8719 (calc-do-embedded, calc-embedded-mark-formula)
8720 (calc-embedded-find-bounds, calc-embedded-duplicate)
8721 (calc-embedded-new-formula, calc-embedded-make-info):
8722 Replace vars outer-top, outer-bot, bot and top by declared variables.
8723 (calc-embed-prev-modes): New variable.
8724 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8725 prev-modes with declared variable.
8726 (calc-embed-vars-used): New variable.
8727 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8728 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8729 vars-used by declared variable.
8730
8731 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8732 (math-format-radix-float): Remove unnecessary setq.
8733 (math-radix-float-cache): Declare it.
8734
8735 * calc/calcsel2.el (calc-keep-selection): Declare it.
8736
8737 * calc/calc-maint.el: Remove file.
8738
8739 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8740
8741 * textmodes/bibtex.el (bibtex-sort-entry-class)
8742 (bibtex-comment-start): Use defcustom.
8743 (bibtex-entry-field-alist): Use nil if initial content of the
8744 field is undefined. Fix docstring.
8745 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8746 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8747 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8748 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8749 Fix docstring.
8750 (bibtex-autokey-title-terminators): Use only one regexp.
8751 (bibtex-string-maybe-empty-head): New variable.
8752 (bibtex-remove-delimiters-string): New function.
8753 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8754 Use bibtex-remove-delimiters-string.
8755 (bibtex-progress-message, bibtex-field-left-delimiter)
8756 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8757 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8758 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8759 Simplify.
8760 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8761 Use eq and bibtex-remove-delimiters-string. For end markers use
8762 insertion type so that marker stays after inserted text.
8763 (bibtex-autokey-get-names): Return empty string if name is missing.
8764 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8765 calling bibtex-autokey-name-case-convert.
8766 (bibtex-autokey-demangle-title):
8767 Call bibtex-autokey-titleword-case-convert. Remove call to
8768 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8769 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8770 (bibtex-read-key): New optional arg global.
8771 (bibtex-files-expand): New optional arg force.
8772 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8773 (bibtex-complete-crossref-cleanup): Rename from
8774 bibtex-complete-key-cleanup. Simplify code.
8775 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8776 Operate on current entry.
8777 (bibtex-button): Add docstring.
8778 (bibtex-entry): Simplify.
8779 (bibtex-make-field): Replace optional arg called-by-yank with more
8780 specific args move and interactive.
8781 (bibtex-end-of-entry): Use forward-sexp.
8782 (bibtex-find-entry-globally): Remove.
8783 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8784 Bound to C-c C-x.
8785 (bibtex-find-entry): New optional args global and display.
8786 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8787 (bibtex-validate): Use arg force of bibtex-files-expand.
8788 (bibtex-clean-entry): Bugfix, clean string entries properly.
8789 Always keep point at beginning of entry.
8790 (bibtex-complete): Bugfix. Handle string entries properly.
8791 Call cleanup functions only if needed.
8792 (bibtex-String): Use bibtex-read-string-key.
8793 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8794 case of replacement text.
8795
8796 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8797
8798 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8799 (tramp-perl-directory-files-and-attributes): New constant.
8800 (tramp-file-name-handler-alist): Delete file-directory-files, add
8801 directory-files-and-attributes.
8802 (tramp-perl-file-attributes): Surround uid and gid by double
8803 quotes. Change parameter id-format from nonnumeric.
8804 (tramp-convert-file-attributes): New function.
8805 (tramp-handle-file-attributes): Use it.
8806 (tramp-maybe-send-perl-script): New function.
8807 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8808 file mode. Change parameter id-format from nonnumeric.
8809 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8810 from nonnumeric.
8811 (tramp-post-connection): Don't send tramp-perl-file-attributes
8812 script. Reset connection property "perl-scripts".
8813 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8814 in use.
8815
8816 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8817
8818 * desktop.el (desktop-read): Replace mapcar with mapc.
8819 (desktop-create-buffer): Replace mapcar with mapc.
8820 Remove redundant piece of code.
8821
8822 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8823
8824 * progmodes/gud.el (gud-display-line): Use display-buffer
8825 for GDB-UI as for GUD.
8826
8827 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8828 Delete variables.
8829 (gdb-ann3): Don't make GUD buffer dedicated.
8830 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8831 (gdb-display-source-buffer): Delete function.
8832 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8833 (menu): Delete menu bindings for viewing source/assembler.
8834 (gdb-setup-windows, gdb-restore-windows):
8835 Don't dedicate GUD. No assembler now.
8836 (gdb-reset): No need to undedicate source buffers now.
8837 (gdb-source-info): No assembler now.
8838
8839 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8840
8841 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8842 width to those for special frames.
8843 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8844 Use display-buffer.
8845 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8846 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8847 (gdb-frame-assembler-buffer): Rework like
8848 gdb-frame-breakpoints-buffer.
8849
8850 2004-11-25 Richard M. Stallman <rms@gnu.org>
8851
8852 * progmodes/flymake.el: Reindent.
8853 (flymake-split-string): Turn into defalias.
8854 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8855 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8856 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8857 (flymake-build-relative-filename): Rename from ...path.
8858 Fix error message.
8859
8860 2004-11-25 Cheng Gao <chenggao@gmail.com>
8861
8862 * progmodes/flymake.el: Much whitespace and capitalization change.
8863 Move `provide' to end. Require `compile' only when compiling.
8864
8865 2004-11-24 Jay Belanger <belanger@truman.edu>
8866
8867 * calc/calc-alg.el: Added comment.
8868 (math-polynomial-base): Replace variable mpb-top-expr by
8869 math-poly-base-top-expr.
8870
8871 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8872 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8873 variable.
8874 (math-poly-base-total-base): New variable.
8875 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8876 mpb-total-base by declared variable.
8877 (math-factored-vars, math-to-list): Declare it.
8878 (math-fact-expr): New variable.
8879 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8880 (math-factor-expr-try, math-factor-expr-part): Replace variable
8881 expr by declared variable.
8882 (math-fet-x): New variable.
8883 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8884 by declared variable.
8885 (math-factor-poly-coefs): Make temp a local variable.
8886
8887 * calc/calc-units.el (calc-convert-units): Make units a local
8888 variable.
8889 (calc-num-units, calc-den-units): New variables.
8890 (calc-explain-units, calc-explain-units-rec): Replace variables
8891 num-units and den-units by declared variables.
8892 (math-cu-unit-list): New variable.
8893 (math-build-units-table, math-compare-unit-names)
8894 (math-convert-units, math-convert-units-rec): Replace variable
8895 unit-list by declared variable.
8896 (math-fbu-base, math-fbu-entry): New variables.
8897 (math-find-base-units, math-find-base-units-rec): Replace variables
8898 base and entry by declared variables.
8899 (math-which-standard): New variable.
8900 (math-to-standard-units, math-to-standard-rec): Replace variable
8901 which-standard by declared variable.
8902 (math-fcu-u): New variable.
8903 (math-find-compatible-unit, math-find-compatible-unit-rec):
8904 Replace variable u by declared variable.
8905 (math-cu-new-units, math-cu-pure): New variables.
8906 (math-convert-units, math-convert-units-rec): Replace variables
8907 new-units and pure by declared variables.
8908 (math-try-cancel-units): New variable.
8909 (math-simplify-units-quotient): Replace variable try-cancel-units by
8910 declared variable.
8911
8912 2004-11-24 Richard M. Stallman <rms@gnu.org>
8913
8914 * textmodes/ispell.el (ispell-check-version):
8915 If default-directory is nonexistent, use home dir.
8916
8917 * progmodes/grep.el (grep-regexp-alist):
8918 Don't match parens around line numbers.
8919
8920 * progmodes/cperl-mode.el (cperl-indent-region)
8921 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8922 Don't print progress messages.
8923
8924 * progmodes/compile.el (compilation-mode-map):
8925 Don't inherit from compilation-minor-mode-map;
8926 copy its bindings instead. But the menu bar Compile
8927 entry now does inherit from compilation-menu-map.
8928
8929 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8930 Use with-no-warnings around compiler-macroexpand.
8931
8932 * imenu.el: Don't always require newcomment.
8933 (imenu--generic-function): Call comment-normalize-vars
8934 if we have a comment syntax.
8935 Exit the loop if REGEXP matches the null string.
8936 Test comment-start as well as comment-start-skip
8937 when deciding whether to check for comments.
8938
8939 * tooltip.el (tooltip-mode): Doc fix.
8940
8941 * term.el (term-escape-char, term-mode): Doc fixes.
8942
8943 2004-11-24 Dave Love <fx@gnu.org>
8944
8945 * progmodes/python.el (python-font-lock-syntactic-keywords):
8946 Check for escapes in the regexp.
8947 (python-quote-syntax): Don't do it here.
8948
8949 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8950
8951 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8952 (gdb-frames-mode-map, gdb-threads-mode-map)
8953 (gdb-registers-mode-map, gdb-locals-mode-map)
8954 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8955 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8956
8957 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8958 (dedicated-switch-to-buffer): Rework.
8959 (gdb-var-evaluate-expression-handler, gdb-put-string):
8960 Remove unused variable bindings.
8961 (gdb-setup-windows, gdb-display-buffer):
8962 Simplify. Use pop-to-buffer.
8963 (gdb-view-source-function): Simplify.
8964 (gdb-frame-breakpoints-buffer):
8965 Use pop-to-buffer, special-display-regexps.
8966
8967 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8968
8969 * progmodes/f90.el (f90-smart-end)
8970 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8971 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8972 (f90-end-of-block): Doc fix. Make check of outermost block
8973 conditional on value of `f90-smart-end'.
8974 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8975 Handle case where END-BLOCK is nil.
8976 (f90-match-end): Handle un-named PROGRAM blocks.
8977 (f90-backslash-not-special): New function.
8978
8979 2004-11-24 Jay Belanger <belanger@truman.edu>
8980
8981 * calc/calc.el (calc-embedded-active): Removed unnecessary
8982 declaration.
8983 (calc-show-banner): Removed redundant declaration.
8984
8985 * calc/calc-graph.el (calc-gnuplot-default-device)
8986 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8987 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8988 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8989 Remove redundant initial values.
8990
8991 * calc/calc-arith.el (math-scalar-functions)
8992 (math-nonscalar-functions, math-scalar-if-args-functions)
8993 (math-real-functions, math-positive-functions)
8994 (math-nonnegative-functions, math-real-scalar-functions)
8995 (math-real-if-arg-functions, math-integer-functions)
8996 (math-num-integer-functions, math-rounding-functions)
8997 (math-float-rounding-functions, math-integer-if-args-functions)
8998 (math-super-types): Move declarations to earlier in file.
8999 (math-unit-prefixes): Declared it.
9000 (math-floor-prec, math-trunc-prec): New variables.
9001 (math-trunc-fancy): Replace variable prec by declared variable.
9002 (math-floor-fancy): Replace variable prec by declared variable.
9003 (math-com-bterms): New variable.
9004 (math-commutative-equal, math-commutative-collect):
9005 Replace variable bterms by declared variable.
9006
9007 * calc/calc-misc.el (math-trunc): Replace variable prec by
9008 math-trunc-prec.
9009 (math-floor): Replace variable prec by math-floor-prec.
9010
9011 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9012 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9013 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9014 (math-format-date, math-format-date-part): Replace variables
9015 date, dt, year, month, day, weekday, hour, minute, second and
9016 bc-flag by declared variables.
9017 (math-pd-str): New variable.
9018 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9019 Replace variable str by declared variable.
9020 (math-daylight-savings-hook, math-tzone-names): Move definitions
9021 to earlier in the file.
9022 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9023 (math-sh-year): New variable.
9024 (math-setup-add-holidays, math-setup-holidays)
9025 (math-setup-year-holidays): Replace variable `year' by declared
9026 variable.
9027
9028 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9029 New variables.
9030 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9031 n, nf and nfm1 by declared variables.
9032 (math-nri-n): New variable.
9033 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9034 n by declared variable.
9035 (calcFunc-log): Removed misplaced condition.
9036
9037 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9038
9039 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9040
9041 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9042
9043 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9044 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9045 Dedicate gdb-related windows.
9046 (gdb-display-buffer): Dedicate gdb-related windows.
9047 Don't grab other frames.
9048 (gdb-reset): Remove dedicated property after debugging.
9049
9050 2004-11-24 Jay Belanger <belanger@truman.edu>
9051
9052 * calc/calc-sel.el: Add comment.
9053
9054 * calc/calc.el (math-stack-value-offset): Replace variables c,
9055 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9056
9057 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9058 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9059 (math-stack-value-offset-fancy): Replace variables c, wid and off
9060 by declared variables.
9061 (math-comp-just, math-comp-comma-spc): New variables.
9062 (math-compose-expr, math-compose-matrix): Replace variables `just'
9063 and comma-spc by declared variable.
9064 (math-comp-vector-prec): New variable.
9065 (math-compose-expr, math-compose-matrix, math-compose-rows):
9066 Replace variable vector-prec by declared variable.
9067 (math-comp-left-bracket, math-comp-right-bracket)
9068 (math-comp-comma): New variables.
9069 (math-compose-expr, math-compose-rows): Replace variables
9070 left-bracket, right-bracket and comma by declared variables.
9071 (math-comp-full-width): New variable.
9072 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9073 Replace variable full-width by declared variable.
9074 (math-comp-highlight, math-comp-word, math-comp-level)
9075 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9076 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9077 New variables.
9078 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9079 (math-comp-sel-flat-term): Replace variables comp-highlight,
9080 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9081 declared variables.
9082 (math-comp-simplify, math-comp-simplify-term)
9083 (math-comp-add-string, math-comp-add-string-sel):
9084 Replace variables comp-highlight, comp-buf, comp-base,
9085 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9086
9087 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9088
9089 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9090
9091 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9092 and x-server-version may throw.
9093
9094 2004-11-23 Kim F. Storm <storm@cua.dk>
9095
9096 * subr.el (substitute-key-definition-key): Optimize.
9097 Don't call indirect-function for nil defn (always signals error).
9098
9099 * ido.el (ido-read-internal): Fix require-match check when
9100 ido-directory-too-big is set.
9101
9102 2004-11-23 Jay Belanger <belanger@truman.edu>
9103
9104 * calc/calc-ext.el (math-read-replacement-list)
9105 (math-read-superscripts): New variables.
9106 (math-read-preprocess-string): New function.
9107 (math-read-expr): Filter input through math-read-preprocess-string.
9108
9109 * calc/calc-aent.el (math-read-exprs): Filter input through
9110 math-read-preprocess-string.
9111
9112 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9113
9114 * progmodes/compile.el (compilation-start): In cd command use
9115 substitute-env-vars -- not quite shell compatible but better than
9116 nothing.
9117 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9118 handle the newer versions messages, which are more parseable.
9119
9120 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9121
9122 * reveal.el (reveal-mode-map): New var.
9123 (reveal-mode): Use it.
9124
9125 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9126
9127 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9128 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9129
9130 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9133 header-line when needed.
9134 Use fixed-pitch only in the header-line.
9135 Build the underline automatically. Use emdash if available.
9136
9137 2004-11-22 Richard M. Stallman <rms@gnu.org>
9138
9139 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9140 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9141
9142 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9143
9144 * progmodes/gdb-ui.el (gdb-resync): New function.
9145 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9146 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9147 Use it to fail more gracefully.
9148 (gdb-variables): Delete variable.
9149 Re-order variables to reduce byte-compiler warnings.
9150
9151 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9152
9153 * descr-text.el (describe-char):
9154 * paren.el (show-paren-function):
9155 * subr.el (syntax-after): Undo last change.
9156
9157 * progmodes/python.el (run-python): Don't hard code *Python*.
9158 Don't modify global process-environment.
9159 (python-send-region, python-load-file): Don't assume that
9160 python-buffer == (process-buffer (python-proc)).
9161 (python-switch-to-python): Simplify.
9162
9163 * dired.el (dired-align-file): Don't assume line starts with spaces.
9164
9165 2004-11-21 Jay Belanger <belanger@truman.edu>
9166
9167 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9168 Replace variable `lines' by math-read-big-lines.
9169 (math-read-big-expr): Replace variables the-baseline, the-h2
9170 and err-msg by math-read-big-baseline, math-read-big-h2 and
9171 math-read-err-msg.
9172 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9173
9174 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9175 (math-read-big-balance): Replace unbound variable by value.
9176 (math-read-big-lines): New variable.
9177 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9178 (math-read-big-error, math-read-big-balance): Replace variable
9179 `lines' by declared variable.
9180 (math-read-big-baseline, math-read-big-h2): New variables.
9181 (math-read-big-rec): Replace variables the-baseline and the-h2
9182 by declared variables.
9183 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9184 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9185 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9186 declared variables.
9187 (math-read-big-err-msg): New variable.
9188 (math-read-big-error): Replace variable err-msg by declared variable.
9189
9190 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9191
9192 * ses.el: Add coding cookie.
9193 Fix up docstrings, follow new commenting conventions.
9194 (ses-header-line-menu): Fix missing variable rename for header-row.
9195 (ses-cell-size): Remove.
9196 (ses-make-cell): New function.
9197 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9198 (ses-calculate-cell): Remove unused var `symbol'.
9199 (ses-narrowed-p): New function.
9200 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9201 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9202 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9203 (ses-setup): Use restore-buffer-modified-p.
9204 (ses-cleanup): Remove unused var `end'.
9205 (ses-header-string-left-offset): Remove.
9206 (ses-create-header-string): Adjust to new behavior of `align-to'.
9207 Truncate excessively large fields to preserve alignment.
9208 (ses-reconstruct-all): Remove unused var `refs'.
9209 (ses-read-cell-printer): Remove unused var `prompt'.
9210 (ses-delete-row): Remove unused var `pos'.
9211 (ses-delete-column): Remove unused var `new'.
9212
9213 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9214
9215 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9216 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9217 Eliminate eval-and-compile usage.
9218 (ps-insert-file): Use insert-file-contents instead of insert-file.
9219 (ps-setup): Code fix.
9220
9221 * printing.el (pr-setup, lpr-setup): Code fix.
9222
9223 2004-11-21 Jay Belanger <belanger@truman.edu>
9224
9225 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9226 (calc-original-buffer): Declare them.
9227 (calc-user-formula-alist): New variable.
9228 (calc-user-define-formula, calc-fix-user-formula)
9229 (calc-user-define-composition, calc-finish-formula-edit):
9230 Replace variable `alist' by declared variable.
9231 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9232 (var-q7, var-q7, var-q8, var-q9): Declare them.
9233 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9234 are bound.
9235 (calcFunc-typeof): Replace undeclared variable by expression.
9236 (math-exp-env): New variable.
9237 (math-define-body, math-define-exp): Replace exp-env by declared var.
9238 (math-define-exp): Replace misplaced variable by expression.
9239
9240 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9241 (calc-curve-model, calc-curve-coefnames): New variables.
9242 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9243 varnames, model and coefnames by declared variables.
9244 (math-root-widen): New variable.
9245 (math-search-root, math-find-root): Replace variable root-widen by
9246 declared variable.
9247 (var-DUMMY): Declare it.
9248 (math-root-vars, math-min-vars): Move the declarations to earlier in
9249 the file.
9250 (math-brent-min): Make d a local variable.
9251 (math-find-minimum): Replace non-existent variable.
9252 (math-ninteg-romberg): Remove unnecessary variable.
9253 (math-ninteg-temp): New variable.
9254 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9255 integ-temp by declared variable.
9256 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9257 New variables.
9258 (math-general-fit): Replace variables first-var, first-coef and
9259 new-coefs by declared variables.
9260 (calcFunc-fitvar): Replace variable first-var by declared variable.
9261 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9262 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9263 (math-all-vars-vars, math-all-vars-found): New variables.
9264 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9265 found by declared variable math-all-vars-vars.
9266
9267 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9268
9269 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9270 of `defconst'.
9271
9272 2004-11-20 Richard M. Stallman <rms@gnu.org>
9273
9274 * isearch.el (isearch-mode-map): Don't bind SPC.
9275 (isearch-whitespace-chars): Function deleted.
9276 (isearch-search): Bind search-spaces-regexp.
9277 (isearch-lazy-highlight-search): Likewise.
9278 (search-whitespace-regexp): Doc fix.
9279 (isearch-forward-regexp): Doc fix.
9280
9281 * emacs-lisp/bytecomp.el (byte-compile-form):
9282 Move the calls to byte-compile-set-symbol-position,
9283 to avoid having two for the same symbol occurrence.
9284
9285 * comint.el (comint-input-ring-size): Increase to 150.
9286
9287 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9288 New variables.
9289 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9290 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9291
9292 * imenu.el (imenu--generic-function):
9293 Ensure we keep moving backward even if BEG isn't further back.
9294
9295 * replace.el (query-replace-read-to, query-replace-read-from):
9296 Specify t for KEEP-ALL in read-from-minibuffer.
9297
9298 * progmodes/python.el (python-switch-to-python):
9299 If Python isn't running, start it.
9300 Don't alter debug-ignored-errors.
9301
9302 * progmodes/cperl-mode.el (cperl-indent-region):
9303 Don't mind imenu-scanning-message.
9304
9305 * bindings.el (global-map): Bind C-e to move-end-of-line.
9306
9307 * simple.el (line-move-finish): New arg FORWARD.
9308 Ignore invisible newlines, not intangible ones.
9309 Conditions for acceptable stopping positions depend on FORWARD.
9310 (line-move): Pass FORWARD arg to line-move-finish.
9311
9312 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9313 of HEADER. Compensate for this change in the code to add display
9314 properties. Don't make the first line intangible.
9315
9316 * info.el (Info-search): Fix previous change.
9317
9318 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9319
9320 * Makefile.in (recompile): Revert 2004-11-19 change.
9321 (compile): Likewise.
9322
9323 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9324
9325 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9326
9327 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9328
9329 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9330 defgroup and defcustom. Eliminate eval-and-compile usage.
9331
9332 * progmodes/ebnf-otz.el: Fix typos.
9333
9334 2004-11-19 Jay Belanger <belanger@truman.edu>
9335
9336 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9337 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9338 disp-trail by declared variable.
9339
9340 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9341 (calc-finish-selection-edit): Replace variable disp-trail by
9342 declared variable.
9343 (calc-selection-cache-entry): Move declaration to earlier in the file.
9344 (calc-selection-cache-num, calc-selection-cache-comp)
9345 (calc-selection-cache-offset, calc-selection-true-num)
9346 (calc-final-point-line, calc-final-point-column)
9347 (calc-original-buffer): Declare them.
9348 (calc-fnp-op, calc-fnp-num): New variables.
9349 (calc-find-nth-part, calc-find-nth-part-rec)
9350 (calc-select-previous): Replace op and num by declared variables.
9351 (calc-rsf-old, calc-rsf-new): New variables.
9352 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9353 Replace variables old and new by declared variables.
9354 (calc-sel-reselect): New variable.
9355 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9356 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9357 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9358 reselect with declared variable.
9359
9360 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9361 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9362 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9363 (math-import-list, math-rewrite-phase): Declare them.
9364 (math-rewrite): Use let* to declare variables.
9365 (calc-rewrite-selection): Make rules a local variable.
9366 (calc-rewr-sel): New variable.
9367 (calc-rewrite-selection, calc-locate-selection-marker)
9368 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9369 of sel.
9370 (math-rewrite-whole-expr): New variable.
9371 (math-rewrite, math-rewrite-phase): Replace variable expr by
9372 declared variable.
9373 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9374 (math-rewrite-heads-blanks ): New variables.
9375 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9376 heads, skips and blanks by declared variables.
9377 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9378 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9379 New variables.
9380 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9381 old, new, old-func and new-func by declared variables.
9382 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9383 Remove unnecessary variable.
9384 (math-apply-rw-regs): New variable.
9385 (math-apply-rewrites, math-rwapply-replace-regs)
9386 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9387 (math-apply-rw-ruleset): New variable.
9388 (math-apply-rewrites, math-rwapply-remember): Replace variable
9389 ruleset by declared variable.
9390
9391 2004-11-19 Richard M. Stallman <rms@gnu.org>
9392
9393 * info.el (Info-search): Use search-whitespace-regexp.
9394
9395 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9396
9397 * vc-rcs.el (vc-rcs-parse): New function.
9398 (vc-rcs-annotate-command): Likewise.
9399 (vc-rcs-annotate-current-time): Likewise.
9400 (vc-rcs-annotate-time): Likewise.
9401 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9402
9403 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9404
9405 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9406
9407 2004-11-18 Jay Belanger <belanger@truman.edu>
9408
9409 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9410
9411 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9412
9413 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9414 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9415 Use make-temp-file to generate PostScript files in any situation.
9416 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9417 (pr-interactive-p): Eliminate var.
9418 (pr-save-interactive): Eliminate macro.
9419 (pr-interface, pr-ps-directory-preview)
9420 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9421 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9422 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9423 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9424 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9425 (pr-ps-region-ps-print, pr-ps-mode-preview)
9426 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9427 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9428 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9429 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9430 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9431 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9432 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9433 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9434 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9435 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9436 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9437 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9438 Eliminate pr-save-interactive usage.
9439 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9440 Eliminate pr-interactive-p usage.
9441 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9442 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9443 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9444 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9445 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9446 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9447 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9448 New funs.
9449 (pr-ps-file): Use make-temp-file to generate a temporary file.
9450
9451 2004-11-17 Jay Belanger <belanger@truman.edu>
9452
9453 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9454 a local variable.
9455 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9456 (math-top-only): New variable.
9457 (math-simplify, math-simplify-step): Replace variable top-only by
9458 declared variable math-top-only.
9459 (math-simplify-expr): Declare it.
9460 Replace argument expr in all calls of math-defsimplify by
9461 math-simplify-expr.
9462 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9463 (math-simplify-divisor, math-simplify-one-divisor)
9464 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9465 (math-simplify-pow): Replace variable expr by declared variable
9466 math-simplify-expr.
9467 (math-simplify-divisor): Remove local variables temp and op.
9468 (math-simplify-one-divisor): Make temp and op local variables.
9469 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9470 New variables.
9471 (math-simplify-divisor, math-simplify-one-divisor):
9472 Replace variables nover and dover by declared variables.
9473 (math-expr-subst-new, math-expr-subst-old): New variables.
9474 (math-expr-subst, math-expr-subst-rec): Replace variables new
9475 and old by declared variables.
9476 (math-is-poly-degree, math-is-poly-loose): New variables.
9477 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9478 and loose by declared variables.
9479 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9480 (math-polynomial-base, math-polynomial-base-rec):
9481 Replace variables const-ok and mpb-pred by declared variables.
9482
9483 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9484
9485 * calc/calc-ext.el (math-defsimplify): Change the argument in
9486 the created function to math-simplify-expr.
9487
9488 * calc/calc-units.el (math-simplify-expr): Declare it.
9489 Replace argument expr in all calls of math-defsimplify by
9490 math-simplify-expr.
9491 (math-simplify-units-prod): Replace variable expr by declared
9492 variable math-simplify-expr.
9493
9494 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9497 Replace mapcar->dolist, format->string.
9498
9499 2004-11-17 Miles Bader <miles@gnu.org>
9500
9501 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9502 * progmodes/idlwave.el: Remove RCS keywords.
9503
9504 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9505
9506 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9507 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9508 Update to IDLWAVE version 5.5. Too many changes to list them here.
9509 * progmodes/idlw-help.el: New file.
9510
9511 2004-11-16 Richard M. Stallman <rms@gnu.org>
9512
9513 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9514 Discard spaces after \i according to TeX rules.
9515
9516 * international/mule.el (set-buffer-file-coding-system):
9517 New arg NOMODIFY.
9518 (after-insert-file-set-coding): Pass that new arg.
9519 Prevent set-buffer-multibyte from trying to lock the file.
9520
9521 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9522
9523 * saveplace.el (save-place): Doc fix.
9524
9525 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9526 temporarily widen before finding the following word to copy.
9527
9528 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9529 (cl-map-keymap): Definition deleted.
9530
9531 * subr.el (map-keymap-internal): New function.
9532
9533 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9534
9535 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9536 when pressing rather than when releasing mouse-2. Simplify.
9537
9538 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9539
9540 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9541 (compilation-mode): Set it here instead.
9542
9543 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9544
9545 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9546 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9547
9548 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * progmodes/compile.el (compilation-internal-error-properties):
9551 Fix up a transposition-typo. Check end-col before using it.
9552
9553 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9554
9555 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9556 Discard whitespace after macro \i when converting it.
9557
9558 2004-11-16 Juri Linkov <juri@jurta.org>
9559
9560 * emacs-lisp/find-func.el (find-function-regexp):
9561 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9562 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9563 Remove invalid `\W' from [^cgv\W]. Doc fix.
9564 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9565
9566 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9567
9568 * play/life.el: Maintainer is now FSF.
9569 (life-patterns, life-neighbor-deltas, life-window-start)
9570 (life-current-generation, life-generation-string): Use defvar
9571 instead of defconst.
9572
9573 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9574
9575 * progmodes/compile.el (compilation-move-to-column): New fun.
9576 (compilation-internal-error-properties)
9577 (compilation-next-error-function): Use it to make sure we don't go past
9578 the end of line.
9579
9580 2004-11-15 John Paul Wallington <jpw@gnu.org>
9581
9582 * autoinsert.el (auto-insert-alist): Insert the user's name in
9583 copyright notice, rather than Free Software Foundation, for the
9584 Emacs Lisp header case too.
9585
9586 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9587
9588 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9589 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9590 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9591 return the list of string in a string.
9592 (pr-call-process): Message if calling process returns an error, that
9593 is, the exit status is different of zero.
9594
9595 2004-11-15 Jay Belanger <belanger@truman.edu>
9596
9597 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9598 variable var-thing.
9599 (math-integ-depth, math-integ-level, math-integral-limit)
9600 (math-enable-subst, math-any-substs, math-integ-msg)
9601 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9602 (math-int-threshold, math-int-factors, math-double-roots)
9603 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9604 (var-GenCount): Declare these variables.
9605 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9606 (math-integral-cache, math-integral-cache-state):
9607 Move declarations to earlier in the file.
9608 (math-deriv-var, math-deriv-total, math-deriv-symb)
9609 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9610 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9611 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9612 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9613 (math-solve-res): New variables
9614 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9615 (math-integral, math-replace-integral-parts)
9616 (math-integrate-by-parts, calc-dump-integral-cache)
9617 (math-try-integral, math-do-integral, math-do-integral)
9618 (math-do-integral-methods, math-try-solve-for)
9619 (math-try-solve-prod, math-solve-poly-funny-powers)
9620 (math-solve-crunch-poly, math-decompose-poly)
9621 (math-solve-find-root-term, math-find-root-in-prod)
9622 (math-integ-try-linear-substitutions)
9623 (math-integ-try-substitutions, math-expr-rational-in)
9624 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9625 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9626 (math-solve-for, math-solve-system, math-solve-system-rec)
9627 (math-solve-get-sign, math-solve-get-int)
9628 (math-solve-system-subst): Replace undeclared variables with newly
9629 declared variables.
9630
9631 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9632
9633 * winner.el (winner-active-region, winner-edges, winner-window-list):
9634 Define at toplevel.
9635 (winner-mode-map): Move init inside declaration.
9636
9637 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9638
9639 * files.el (convert-standard-filename): Doc fix.
9640
9641 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9642
9643 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9644 passwd, group, shadow, default/* and pam.d/*.
9645
9646 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9647
9648 * printing.el (pr-menu-spec): Adjust menu specification.
9649
9650 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9651
9652 * printing.el: Doc fix. Insert :version tag into all defcustom.
9653 Handle interactive-p as is recommended in Emacs Lisp Reference.
9654 Set the file permission bits for newly created files.
9655 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9656 The printing menu specification (in `pr-menu-spec') was merged.
9657 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9658 (pr-version): New version number (6.8.3).
9659 (pr-file-modes): New option.
9660 (pr-interactive-p): New var.
9661 (pr-save-interactive, pr-save-file-modes): New macros.
9662 (pr-setup): Code fix.
9663 (pr-menu-spec): Menu specification merged.
9664 (pr-call-process, pr-text2ps): Set file permission bits.
9665 (pr-despool-print): Set file permission bits. Handle interactive-p as
9666 is recommended.
9667 (pr-interface, pr-ps-directory-preview)
9668 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9669 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9670 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9671 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9672 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9673 (pr-ps-region-ps-print, pr-ps-mode-preview)
9674 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9675 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9676 (pr-despool-using-ghostscript, pr-despool-ps-print)
9677 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9678 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9679 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9680 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9681 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9682 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9683 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9684 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9685 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9686 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9687 Handle interactive-p as is recommended.
9688
9689 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9690
9691 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9692 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9693
9694 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9695 so it doesn't forget to highlight the beginning of the region either.
9696
9697 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9698
9699 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9700 (c-font-lock-init): Eliminate obsolete make-local-hook.
9701 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9702 (awk-mode): Use run-mode-hooks.
9703
9704 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9705
9706 2004-11-13 Kim F. Storm <storm@cua.dk>
9707
9708 * mouse.el (mouse-drag-copy-region): Add :version.
9709 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9710 while dragging mode line, so mode line can be dragged downwards.
9711 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9712 while pressing mouse button so window doesn't scroll until we
9713 release the mouse if clicking on partially visible line.
9714
9715 2004-11-12 Jay Belanger <belanger@truman.edu>
9716
9717 * calc/calc-graph.el (calc-dumb-map): Declare it.
9718 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9719 than unbound.
9720 (calc-graph-name): Made `end' a local variable.
9721 (calc-graph-lookup): Made `varname' a local variable.
9722 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9723 Declare them.
9724 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9725 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9726 the unused variable y3vec.
9727 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9728 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9729 calc-graph-prev-kill-hook.
9730 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9731 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9732 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9733 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9734 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9735 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9736 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9737 (calc-graph-y3value, calc-graph-y3name)
9738 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9739 (calc-graph-stepcount, calc-graph-is-splot)
9740 (calc-graph-surprise-splot, calc-graph-blank)
9741 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9742 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9743 (calc-graph-recompute-2d, calc-graph-compute-3d)
9744 (calc-graph-format-data): Replace undeclared variables with the
9745 above newly declared variables.
9746
9747 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9748
9749 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9750 `rsf-beep' and `rsf-sleep-after-message'.
9751
9752 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9753 list if `message-sender' is non-nil.
9754
9755 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9756
9757 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9758 consing by using mapc instead of mapcar.
9759
9760 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9761
9762 * tooltip.el (require): Explain why CL is needed.
9763
9764 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9765
9766 * printing.el: Insert :version into defgroup (printing). All reference
9767 to Files option in menubar were changed to File.
9768 (pr-version): New version number (6.8.2).
9769 (pr-get-symbol): Call easy-menu-intern.
9770 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9771 compilation gripes.
9772
9773 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9774
9775 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9776 new byte-compile-function-environment binding to t.
9777
9778 * font-lock.el (font-lock-fontify-syntactically-region):
9779 Don't forget to highlight the last char when we hit `end'.
9780
9781 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9782 (mwheel-scroll): Adjust accordingly.
9783
9784 * cvs-status.el: Reduce spurious warnings.
9785 (cvs-status-checkout): Remove.
9786 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9787
9788 * pcvs.el (cvs-mode-checkout): New command.
9789
9790 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9791
9792 * tooltip.el: Require CL.
9793
9794 * emacs-lisp/bytecomp.el: Use push.
9795 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9796 (defalias): Remove the `byte-compile' property and add
9797 a `byte-hunk-handler'.
9798
9799 2004-11-11 Juri Linkov <juri@jurta.org>
9800
9801 * info.el (Info-search): Save match data for isearch.
9802 Skip Tag Table node.
9803
9804 * descr-text.el (describe-char): Replace syntax-after with code
9805 from its previous version.
9806
9807 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9808 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9809
9810 * international/mule.el (sgml-html-meta-auto-coding-function):
9811 Remove > after <html to allow HTML attributes.
9812
9813 2004-11-11 Jay Belanger <belanger@truman.edu>
9814
9815 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9816 a variable.
9817 (calcFunc-dfac): Replace unbound max by n.
9818 (math-stirling-local-cache): New variable.
9819 (math-stirling-number, math-stirling-1, math-stirling-2):
9820 Replace the variable `cache' by the declared variable
9821 math-stirling-local-cache.
9822 (var-RandSeed): Declare it as a variable.
9823 (math-init-random-base, math-random-digit): Don't check to see if
9824 var-RandSeed is bound.
9825 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9826 Declare them instead of just setting them.
9827 (math-init-random-base): Made i a local variable.
9828 (math-random-digit): Made math-random-last a local variable.
9829 (math-prime-test-cache): Move declaration to before it is used.
9830 (math-prime-test-cache-k, math-prime-test-cache-q)
9831 (math-prime-test-cache-nm1, math-prime-factors-finished):
9832 Declare them as variables.
9833
9834 2004-11-11 Jay Belanger <belanger@truman.edu>
9835
9836 * calc/calc-ext.el (math-defcache): Use defvar for the new
9837 variables it creates.
9838
9839 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9840
9841 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9842 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9843 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9844 (desktop-save): Add :version.
9845
9846 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9847
9848 * printing.el (pr-get-symbol): Don't downcase.
9849
9850 2004-11-10 Jay Belanger <belanger@truman.edu>
9851
9852 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9853 string to kill-ring.
9854
9855 * calc/calc-aent.el (calc-alg-exp, math-toks)
9856 (math-exp-pos,math-exp-old-pos, math-exp-token)
9857 (math-exp-keep-spaces, math-exp-str): New variables.
9858 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9859 (calcAlg-enter): Use declared variable calc-alg-exp.
9860 (math-build-parse-table, math-find-user-token): Use declared
9861 variable math-toks.
9862 (math-read-exprs, math-read-token, calc-check-user-syntax)
9863 (calc-match-user-syntax, match-factor-after, math-read-factor):
9864 Use declared variables math-exp-pos math-exp-old-pos.
9865 (math-read-exprs, math-read-token, math-read-expr-level)
9866 (calc-check-user-syntax, calc-match-user-syntax)
9867 (match-factor-after, math-read-factor): Use declared variable
9868 math-exp-token.
9869 (math-read-exprs, math-read-expr-list, math-read-token)
9870 (math-read-factor): Use declared variable math-exp-keep-spaces.
9871 (math-read-exprs, math-read-token): Use declared variable
9872 math-exp-str.
9873 (calc-match-user-syntax): Make m a local variable.
9874
9875 * calc/calc-ext.el (math-read-expr): Use declared variables
9876 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9877 math-exp-keep-spaces.
9878
9879 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9880 variables math-exp-pos, math-exp-str.
9881
9882 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9883 math-exp-old-pos.
9884 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9885 (math-parse-eqn-prime): Use declared variable math-exp-token.
9886
9887 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9888 Use declared variable math-exp-pos.
9889 (math-check-for-commas): Use declared variable math-exp-str.
9890 (math-read-brackets): Use declared variables math-exp-old-pos,
9891 math-exp-keep-spaces.
9892 (math-read-brackets, math-read-vector, math-read-matrix):
9893 Use declared variable math-exp-token.
9894
9895 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9896
9897 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9898 where the keymap is a symbol.
9899 (easy-menu-add-item): Use keymap-prompt. Simplify.
9900
9901 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9902
9903 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9904 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9905
9906 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9907
9908 * ebuff-menu.el: Doc fixes throughout.
9909 (electric-buffer-menu-mode-hook): New defvar.
9910
9911 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9912
9913 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9914 The resulting compiler warnings appear to be harmless.
9915
9916 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9917
9918 * textmodes/conf-mode.el: New file.
9919
9920 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9921
9922 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9923
9924 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9925
9926 2004-11-09 Jay Belanger <belanger@truman.edu>
9927
9928 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9929
9930 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9931 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9932 (calc-z-prefix-help, calc-user-function-list): Use declared
9933 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9934 (math-map-tree, math-map-tree-rec): Use declared variables
9935 math-mt-many, math-mt-func.
9936 (math-read-expression, math-read-string): Use declared variable
9937 math-expr-data.
9938
9939 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9940 variable math-normalize-a.
9941
9942 * calc/calc.el (math-normalize-a): New variable.
9943 (math-normalize): Use declared variable math-normalize-a.
9944
9945 * calc/calc-poly.el (math-expand-form): Use declared variable
9946 math-mt-many.
9947
9948 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9949 Use declared variable math-mt-many.
9950 (math-rewrite): Use declared variable math-mt-func.
9951
9952 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9953 (math-read-matrix): Use declared variable math-expr-data.
9954
9955 * calc/calc-lang.el (math-parse-fortran-vector)
9956 (math-parse-fortran-vector-end, math-parse-tex-sum)
9957 (math-parse-eqn-matrix, math-parse-eqn-prime)
9958 (math-read-math-subscr): Use declared variable math-expr-data.
9959
9960 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9961 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9962 (calc-match-user-syntax, math-read-if, math-factor-after)
9963 (math-read-factor): Use declared variable math-expr-data.
9964
9965 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9966
9967 * calendar/diary-lib.el (diary-from-outlook)
9968 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9969 interactive-p; but rather new optional argument NOCONFIRM.
9970
9971 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9972
9973 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9974 (easy-menu-name-match): Revert correspondingly.
9975
9976 2004-11-09 Richard M. Stallman <rms@gnu.org>
9977
9978 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9979 Turn off warnings for the new function even if definition not constant.
9980 If the definition isn't a quoted symbol, record (FUNCTION . t).
9981 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9982 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9983 (display-call-tree, byte-compile-arglist-warn):
9984 Handle t returned by byte-compile-fdefinition.
9985
9986 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9987
9988 * Makefile.in (maintainer-clean): Depend on distclean.
9989
9990 * help-fns.el (help-C-file-name): File name must be in build-files
9991 to be returned.
9992
9993 2004-11-09 Jay Belanger <belanger@truman.edu>
9994
9995 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9996 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9997
9998 * calc/calc.el (calc, calc-trail-display, calc-mode):
9999 Remove obsolete sections.
10000
10001 * calc/calc.el (calc-x-paste-text): Remove.
10002
10003 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10004 mouse-2.
10005
10006 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10007
10008 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10009 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10010 current frame (in case of recursive calls).
10011 (gdb-show-changed-values): Add :version keyword.
10012
10013 2004-11-09 Kenichi Handa <handa@m17n.org>
10014
10015 * international/mule-cmds.el: Change coding: tag back to
10016 iso-2022-7bit.
10017
10018 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * international/mule-cmds.el: Change coding-system to utf-8.
10021 (select-safe-coding-system-interactively):
10022 New function extracted from select-safe-coding-system.
10023 (select-safe-coding-system): Use it.
10024
10025 2004-11-08 Richard M. Stallman <rms@gnu.org>
10026
10027 * subr.el (syntax-after): Doc fix.
10028
10029 * paren.el (show-paren-function): Change calls to syntax-after
10030 for new way of returning the value.
10031
10032 * menu-bar.el (menu-bar-file-menu): Make this the real name
10033 and menu-bar-files-menu the alias. Use the former.
10034 (global-map): Use `file', not `files', as the symbol.
10035
10036 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10037
10038 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10039 Don't use beginning-of-buffer.
10040 (filesets-cmd-show-result): Use with-no-warnings.
10041
10042 2004-11-08 Juri Linkov <juri@jurta.org>
10043
10044 * progmodes/compile.el (compile): Don't overwrite last command in
10045 minibuffer history with default command if they are not equal.
10046
10047 2004-11-08 Jay Belanger <belanger@truman.edu>
10048
10049 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10050 non-linear substitutions.
10051
10052 2004-11-08 Jay Belanger <belanger@truman.edu>
10053
10054 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10055 (math-do-integral): Set `math-linear-subst-tried' to nil.
10056 (math-do-integral-methods): Use `math-linear-subst-tried' to
10057 determine what type of substitution to try.
10058 (math-integ-try-linear-substituion):
10059 Set `math-linear-subst-tried' to t.
10060
10061 2004-11-08 Kim F. Storm <storm@cua.dk>
10062
10063 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10064
10065 2004-11-07 Juri Linkov <juri@jurta.org>
10066
10067 * info-look.el (info-lookup): Allow reusing in the current buffer
10068 not only *info* buffer, but all (even renamed) Info buffers
10069 by checking for major-mode instead of *info* buffer name.
10070 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10071 (octave-mode, maxima-mode) <doc-spec>:
10072 Allow long dashes generated by Texinfo 4.7 before definitions.
10073 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10074 definitions with argument separated by space.
10075
10076 2004-11-06 Richard M. Stallman <rms@gnu.org>
10077
10078 * simple.el (next-error group, face): Move before first use.
10079 (next-error-highlight, next-error-highlight-no-select): Likewise.
10080
10081 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10082 (line-move): New args NOERROR and TO-END.
10083 Return t if if succeed in moving specified number of lines.
10084 (move-end-of-line): New function.
10085
10086 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10087 (end-of-buffer-other-window): Likewise.
10088
10089 * simple.el (line-move-ignore-invisible): Default to t.
10090
10091 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10092
10093 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10094
10095 * international/iso-cvt.el (iso-cvt-define-menu):
10096 Rename menu-bar-files-menu to menu-bar-file-menu.
10097
10098 * net/browse-url.el (browse-url-gnome-moz-program)
10099 (browse-url-gnome-moz-arguments): Move up before first use.
10100
10101 * net/tramp.el (tramp group): Add :version.
10102
10103 * progmodes/ada-xref.el (ada-gdb-application):
10104 Use goto-char instead of beginning-of-buffer.
10105
10106 * progmodes/cperl-mode.el (cperl-info-on-command):
10107 Use goto-char instead of beginning-of-buffer.
10108
10109 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10110 Move up before first use.
10111 (idlwave-shell-temp-pro-file): Likewise.
10112 (idlwave-shell-temp-rinfo-save-file): Likewise.
10113 (idlwave-shell-temp-file): Minor doc fix.
10114
10115 * textmodes/flyspell.el (flyspell-external-point-words):
10116 Use goto-char instead of beginning-of-buffer.
10117
10118 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10119
10120 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10121 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10122 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10123
10124 2004-11-06 David Ponce <david@dponce.com>
10125
10126 * recentf.el (recentf-menu-path): Use menu item name.
10127
10128 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10129
10130 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10131 display doesn't support images.
10132
10133 2004-11-06 Andreas Schwab <schwab@suse.de>
10134
10135 * tempo.el (tempo-match-finder): Doc fix.
10136
10137 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10138
10139 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10140
10141 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10142 (easy-menu-lookup-name): New fun to replace it.
10143 (easy-menu-get-map): Use it to obey menu item names (rather than just
10144 keys) when looking up `path'.
10145 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10146 (easy-menu-convert-item-1): Adjust to new name.
10147
10148 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10149
10150 * outline.el (hide-body): Don't hide lines at the top of the file
10151 that precede the first header line.
10152
10153 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10154
10155 * align.el (align-areas): Delete whitespace before reindenting, so
10156 that tabs are never placed after spaces.
10157
10158 2004-11-06 Alan Shutko <ats@acm.org>
10159
10160 * macros.el (insert-kbd-macro): Do completions based on macros,
10161 rather than all commands.
10162
10163 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10164
10165 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10166 to solve a bug whereby tags with 'b' don't match.
10167
10168 2004-11-05 Juri Linkov <juri@jurta.org>
10169
10170 * info.el (Info-search): Don't search in node header lines
10171 and file headers.
10172
10173 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10174 symbol-constituent characters after dot, not only digits.
10175
10176 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10177
10178 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10179
10180 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10181
10182 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10183 if a dialog will be used, read-file-name otherwise.
10184
10185 2004-11-04 Richard M. Stallman <rms@gnu.org>
10186
10187 * textmodes/table.el (table group): Add :version.
10188
10189 * textmodes/ispell.el (ispell-word):
10190 Don't alter args; set them only thru `interactive' spec.
10191
10192 * textmodes/flyspell.el (flyspell-word):
10193 Don't alter FOLLOWING; set it only thru `interactive' spec.
10194
10195 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10196
10197 * net/browse-url.el (browse-url-maybe-new-window):
10198 Use called-interactively-p.
10199
10200 * mail/supercite.el (sc-cite-region):
10201 Don't use interactive-p. Add arg INTERACTIVE.
10202 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10203
10204 * international/mule-cmds.el (set-input-method, toggle-input-method):
10205 Don't use interactive-p. Add arg INTERACTIVE.
10206
10207 * eshell/esh-mode.el (eshell-show-maximum-output):
10208 Don't use interactive-p.
10209 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10210
10211 * mouse.el (mouse-show-mark): Get positions to delete from mark
10212 and point, not from mouse-drag-overlay.
10213
10214 * imenu.el (imenu-eager-completion-buffer): Add :version.
10215
10216 * filesets.el (filesets group): Add :version.
10217
10218 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10219
10220 * files.el (xml-based-modes): Delete var.
10221 (magic-mode-alist): New more general var.
10222 (set-auto-mode): Use it.
10223
10224 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10225 when clicking from another window.
10226
10227 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10228
10229 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10230 (vc-cvs-annotate-time): Incorporate value of deleted var.
10231 Remove special-case handling of beginning-of-buffer cruft.
10232 Cache ending position (point) and return value in text property
10233 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10234
10235 * vc-cvs.el (vc-cvs-annotate-command):
10236 Delete extraneous lines from beginning of buffer.
10237 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10238
10239 * progmodes/grep.el (grep-default-command): Take empty string
10240 for tag if all other methods yield nil. Shell-quote the tag.
10241
10242 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10243 spec in `interactive' form, and mention it in the docstring.
10244 Also, make sure point is at bol after calling `annotate-time'.
10245
10246 2004-11-02 Richard M. Stallman <rms@gnu.org>
10247
10248 * cus-edit.el (customize-group-other-window):
10249 Select the window that displays the custom buffer.
10250 (custom-buffer-create-other-window): Likewise.
10251
10252 * comint.el (comint-insert-input): Fix previous change.
10253
10254 * emacs-lisp/elp.el (elp-instrument-function):
10255 Use called-interactively-p.
10256
10257 * emacs-lisp/easymenu.el (easy-menu-intern):
10258 Don't downcase; rather, case-flip the first letter of each word.
10259
10260 * emacs-lisp/easy-mmode.el (define-minor-mode):
10261 Use called-interactively-p.
10262
10263 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10264 Add interactive-only.
10265 (byte-compile-warnings): Add interactive-only as option.
10266 (byte-compile-interactive-only-functions): New variable.
10267 (byte-compile-form): Warn about calls to functions
10268 in byte-compile-interactive-only-functions.
10269
10270 * emacs-lisp/autoload.el (update-file-autoloads):
10271 Don't use interactive-p; take new arg SAVE-AFTER.
10272
10273 * emacs-lisp/advice.el (ad-make-advised-definition):
10274 Use called-interactively-p.
10275
10276 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10277
10278 * files.el (find-file-existing): New function.
10279
10280 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10281 find-file-existing. Add "New File..." that calls find-file.
10282
10283 * diropen.pbm, diropen.xpm: New files.
10284
10285 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10286 icon diropen. New tool bar item find-file-existing uses icon open.
10287
10288 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10289 instead of read-file-name.
10290
10291 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10292
10293 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10294 (icalendar--split-value): Change name of work buffer.
10295 (icalendar--get-weekday-abbrev): Return nil on error.
10296 (icalendar--date-to-isodate): New function.
10297 (icalendar-convert-diary-to-ical)
10298 (icalendar-extract-ical-from-buffer): Use only two args for
10299 make-obsolete (XEmacs compatibility).
10300 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10301 (icalendar-export-region): Doc fix.
10302 If error, return non-nil and write errors to a buffer.
10303 Use correct weekday for weekly recurring events.
10304 Check whether date has been parsed for ordinary events.
10305 Make weekly events start in the year 2000.
10306 DTEND is non-inclusive, shift end date by one day if
10307 necessary (not for entries that have date and time).
10308 Rename local let variables: oops -> found-error, datestring ->
10309 startdatestring.
10310
10311 2004-11-02 Kim F. Storm <storm@cua.dk>
10312
10313 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10314 keep-mode-if-same variable. Add it as optional arg instead.
10315 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10316
10317 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10318 substitute-command-keys will select lower-case bindings like those
10319 used in the static help texts.
10320
10321 * descr-text.el (describe-text-properties): Don't err if called in
10322 the *Help* buffer; output to *Help-2* buffer instead.
10323
10324 * kmacro.el (group kmacro): Add :version.
10325 (kmacro-keyboard-quit): New function to cleanup on C-g.
10326 (kmacro-start-macro): Set defining-kbd-macro to append when
10327 appending to last macro.
10328
10329 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10330
10331 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10332
10333 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10334 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10335 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10336 Add :version keyword.
10337
10338 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10339
10340 * progmodes/flymake.el (flymake-err-line-patterns):
10341 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10342 `compilation-error-regexp-alist-alist' to internal Flymake format.
10343
10344 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10345
10346 2004-11-01 Jay Belanger <belanger@truman.edu>
10347
10348 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10349 with `interactive "s"'.
10350
10351 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10352
10353 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10354 Revert change from 2004-10-16. '*' checks the current buffer, but the
10355 mouse click may be in another buffer.
10356
10357 2004-11-01 John Paul Wallington <jpw@gnu.org>
10358
10359 * files.el (large-file-warning-threshold): Add :version keyword.
10360 (kill-some-buffers): Doc fix.
10361
10362 * thumbs.el (group thumbs): Add :version keyword.
10363
10364 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10365
10366 2004-11-01 Richard M. Stallman <rms@gnu.org>
10367
10368 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10369
10370 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10371
10372 * allout.el (allout group): Add :version.
10373 (allout-init): Don't use interactive-p.
10374 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10375 (allout-forward-current-level, allout-backward-current-level):
10376 Don't use interactive-p.
10377
10378 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10379 (bibtex-find-text): Likewise.
10380
10381 * progmodes/vhdl-mode.el (vhdl-fill-region)
10382 (vhdl-beginning-of-statement): Don't use interactive-p.
10383
10384 * progmodes/idlwave.el (idlwave-update-routine-info):
10385 Don't use interactive-p.
10386
10387 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10388 Don't use interactive-p.
10389
10390 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10391 Don't use interactive-p.
10392
10393 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10394 Don't use interactive-p.
10395
10396 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10397 (fortune-in-buffer): Doc fix.
10398
10399 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10400
10401 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10402 don't select the temporary buffer.
10403 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10404 (eudc-get-phone): Likewise.
10405
10406 2004-11-01 Kim F. Storm <storm@cua.dk>
10407
10408 * man.el (Man-xref-normal-file): Fix help-echo.
10409
10410 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10411
10412 * reveal.el (reveal-last-tick): New var.
10413 (reveal-post-command): Use it to avoid closing overlays when we're
10414 appending text to them.
10415
10416 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10417
10418 * textmodes/bibtex.el: Require button.
10419 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10420 (bibtex-reference-keys): Distinguish between header keys and
10421 crossref keys.
10422 (bibtex-beginning-of-field): New function.
10423 (bibtex-url-map): Remove.
10424 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10425 (bibtex-font-lock-url-regexp): Assume that field names begin at
10426 the beginning of a line.
10427 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10428 Remove field delimiters. Use bibtex-beginning-of-field.
10429 Bugfix, point can be inside a field with a url.
10430 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10431 New functions.
10432 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10433 (bibtex-key-in-head): Simplify.
10434 (bibtex-current-line): Use bolp.
10435 (bibtex-parse-keys): Remove unused arg `add'.
10436 Use bibtex-type-in-head and bibtex-key-in-head.
10437 (bibtex-parse-entry, bibtex-autofill-entry):
10438 Use bibtex-type-in-head and bibtex-key-in-head.
10439 (bibtex-autokey-get-field): Do not alter case of replacement text.
10440 (bibtex-autokey-get-names): Do all processing of name list.
10441 (bibtex-autokey-get-year): New function.
10442 (bibtex-autokey-get-title): Do all processing of title words.
10443 (bibtex-generate-autokey): Simplify.
10444 (bibtex-string-files-init): Use default-directory.
10445 Allow for absolute file names in bibtex-string-files.
10446 (bibtex-files, bibtex-file-path): New variables.
10447 (bibtex-files-expand): New function.
10448 (bibtex-find-entry-globally): New command.
10449 (bibtex-summary-function): New variable.
10450 (bibtex-summary): Default value of bibtex-summary-function.
10451 (bibtex-find-crossref): New optional args pnt and split.
10452 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10453 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10454 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10455 Fix handling of required and alternative fields.
10456 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10457 Use cons and display-buffer.
10458 (bibtex-validate-globally): New command.
10459 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10460 bibtex-parse-keys and bibtex-parse-strings for updating
10461 bibtex-reference-keys and bibtex-strings.
10462 (bibtex-realign): Remove blank lines past the last entry.
10463 (bibtex-reformat): Use bibtex-entry-format as default.
10464 (bibtex-choose-completion-string): Remove.
10465 (bibtex-complete): Do not use bibtex-choose-completion-string.
10466 (bibtex-url): Simplify.
10467
10468 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10469
10470 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10471 (x-dnd-types-alist, x-dnd-open-file-other-window)
10472 (x-dnd-known-types): Add :version.
10473
10474 2004-10-31 John Paul Wallington <jpw@gnu.org>
10475
10476 * ibuffer.el (group ibuffer): Add :version keyword.
10477
10478 2004-10-31 Kim F. Storm <storm@cua.dk>
10479
10480 * ido.el (group ido): Add :version keyword.
10481 (ido-mode): Remove :version keyword.
10482
10483 * emulation/cua-base.el (group cua): Add :version keyword.
10484 (cua-mode): Remove :version keyword.
10485
10486 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10487
10488 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10489
10490 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10491 compiler warning.
10492 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10493 function.
10494 (help-at-pt-display-when-idle): Remove autoload.
10495
10496 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10497
10498 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10499
10500 2004-10-30 Juri Linkov <juri@jurta.org>
10501
10502 * help.el (function-called-at-point):
10503 * help-fns.el (variable-at-point): Read -> intern.
10504
10505 2004-10-30 Simon Josefsson <jas@extundo.com>
10506
10507 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10508 Recognize AS_* too.
10509
10510 2004-10-29 Simon Josefsson <jas@extundo.com>
10511
10512 * subr.el (read-passwd): Move back from password.el.
10513
10514 * password.el: Remove, not ready yet.
10515
10516 2004-10-29 Andreas Schwab <schwab@suse.de>
10517
10518 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10519
10520 2004-10-29 Sam Steingold <sds@gnu.org>
10521
10522 * mouse.el (mouse-show-mark): Replace the last occurrence of
10523 x-lost-selection-hooks with x-lost-selection-functions.
10524
10525 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10526
10527 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10528 x-lost-selection-functions is bound.
10529
10530 * mouse-sel.el (mouse-sel-mode):
10531 * emacs-lisp/lselect.el: Adjust to new names for
10532 x-(lost|sent)-selection-functions.
10533
10534 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10535 New obsolete aliases of x-lost-selection-functions and
10536 x-sent-selection-functions.
10537
10538 2004-10-28 Kim F. Storm <storm@cua.dk>
10539
10540 * imenu.el (imenu-scanning-message): Remove.
10541 (imenu-progress-message): Make it a no-op.
10542
10543 2004-10-28 John Paul Wallington <jpw@gnu.org>
10544
10545 * files.el (set-auto-mode): Call `throw' correctly.
10546
10547 2004-10-28 Juri Linkov <juri@jurta.org>
10548
10549 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10550 to search `Info-...' commands in `info' manual.
10551 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10552 Add 'info-file "emacs" property.
10553 (Info-find-emacs-command-nodes): Fix index line number regexp.
10554 Set real line number (instead of fake 0) in first element of the
10555 returned list.
10556 (Info-goto-emacs-command-node): Use line number of first element
10557 to set point in the first found Info node.
10558
10559 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10560 code to `grep-mode-font-lock-keywords'.
10561 (grep-mode-font-lock-keywords): Delete grep markers instead
10562 of making them invisible.
10563
10564 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10565
10566 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10567 and x-server-version in bug report.
10568
10569 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10570
10571 * files.el (set-auto-mode-0): New function.
10572 (set-auto-mode): Use it to handle aliased modes and to
10573 be consistent between C-x C-f and C-x C-w.
10574
10575 2004-10-28 Kenichi Handa <handa@m17n.org>
10576
10577 * international/utf-8.el (utf-translate-cjk-charsets):
10578 Add katakana-jisx0201.
10579
10580 * international/subst-jis.el: Add data for JISX0201.
10581
10582 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10583
10584 * obsolete/hilit19.el (hilit-mode): New function.
10585 Move all the toplevel side-effecting stuff into it, so that loading
10586 hilit19 doesn't mess everything up any more.
10587
10588 2004-10-27 Richard M. Stallman <rms@gnu.org>
10589
10590 * add-log.el (add-change-log-entry): Set up mailing address
10591 and full name later, and don't alter add-log-mailing-address
10592 or add-log-full-name.
10593
10594 * elide-head.el (elide-head): Change error to message.
10595 (elide-head-show): Likewise.
10596
10597 * apropos.el (apropos-macrop): Doc fix.
10598
10599 * mouse.el (mouse-show-mark): Do most processing the same
10600 regardless of transient-mark-mode.
10601
10602 * shadowfile.el (shadow-copy-files): Use interactive-p
10603 only to control whether to print a message.
10604
10605 * tar-mode.el (tar-mode): Use write-contents-functions,
10606 not write-contents-hooks.
10607
10608 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10609 directory-sep-char.
10610
10611 2004-10-27 Richard M. Stallman <rms@gnu.org>
10612
10613 * strokes.el (strokes-unload-hook): Fix previous change.
10614
10615 * type-break.el (type-break-run-at-time): Always use run-at-time;
10616 forget the alternatives.
10617 (type-break-cancel-function-timers): Always use cancel-function-timers;
10618 forget the alternatives.
10619
10620 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10621
10622 2004-10-27 Kenichi Handa <handa@m17n.org>
10623
10624 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10625
10626 * international/subst-gb2312.el: Likewise.
10627
10628 * international/subst-big5.el: Likewise.
10629
10630 * international/subst-ksc.el: Likewise.
10631
10632 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10633 New variable.
10634 (utf-translate-cjk-set-unicode-range): New function.
10635 (utf-translate-cjk-unicode-range): Make it customizable.
10636 (utf-8-post-read-conversion):
10637 Use utf-translate-cjk-unicode-range-string.
10638 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10639 Unicode ranges.
10640
10641 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10642
10643 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10644 trivial variants to shorten the list.
10645 (xml-based-modes): New var.
10646 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10647 declaration higher priority than auto-mode-alist.
10648
10649 * find-file.el (cc-other-file-alist): Bring it in line with
10650 cc-mode's auto-mode-alist entries and use \' instead of $.
10651
10652 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10653 and add "Id" and "Name" submenus to it.
10654
10655 * imenu.el (imenu--generic-function): Skip matches in comments.
10656
10657 2004-10-26 Jay Belanger <belanger@truman.edu>
10658
10659 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10660 (full-calc-keypad, calc-trail-display): Use an extra argument
10661 instead of `interactive-p'.
10662
10663 * calc/calc-misc.el (calc-other-window): Use an extra argument
10664 instead of `interactive-p'.
10665
10666 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10667 `interactive-p'.
10668
10669 2004-10-26 Kim F. Storm <storm@cua.dk>
10670
10671 * help.el (describe-key): Describe both down-event and up-event
10672 for a mouse click.
10673
10674 2004-10-26 Richard M. Stallman <rms@gnu.org>
10675
10676 * woman.el (woman): Don't call interactive-p.
10677
10678 * pcomplete.el (pcomplete): Instead of interactive-p,
10679 use an arg set non-nil by the interactive spec.
10680
10681 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10682 use an arg set non-nil by the interactive spec.
10683
10684 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10685 use an arg set non-nil by the interactive spec.
10686
10687 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10688
10689 * progmodes/flymake.el (flymake-split-string):
10690 Use `flymake-split-string-remove-empty-edges' in any case.
10691
10692 2004-10-26 Masatake YAMATO <jet@gyve.org>
10693
10694 * progmodes/flymake.el (flymake-err-line-patterns):
10695 Use `compilation-error-regexp-alist-alist' instead of
10696 `compilation-error-regexp-alist'.
10697
10698 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10699
10700 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10701 verbatim face on the \ of \end{verbatim}.
10702
10703 2004-10-25 Jay Belanger <belanger@truman.edu>
10704
10705 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10706 erasing minibuffer.
10707
10708 2004-10-25 Simon Josefsson <jas@extundo.com>
10709
10710 * subr.el (read-passwd): Move to net/password.el.
10711
10712 * net/password.el (read-passwd): Add. Autoload it.
10713
10714 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10715
10716 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10717
10718 * simple.el (process-file): Fix logic.
10719
10720 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10721
10722 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10723 (increase-right-margin): Remove erroneous call to `interactive-p'.
10724
10725 2004-10-24 Kim F. Storm <storm@cua.dk>
10726
10727 * help.el (describe-mode): Fix 2004-10-13 change.
10728 Copy pure "Auto Fill" string so it can be propertized later
10729 without causing a read-only error.
10730
10731 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10732
10733 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10734 style indexes.
10735
10736 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10737
10738 * simple.el (process-file): Accept nil for INFILE. Reported by
10739 Luc Teirlinck.
10740
10741 2004-10-24 Masatake YAMATO <jet@gyve.org>
10742
10743 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10744 Handle periods and underscores in a function name.
10745 Remove the address fontification.
10746
10747 2004-10-24 Masatake YAMATO <jet@gyve.org>
10748
10749 * progmodes/asm-mode.el (asm-font-lock-keywords):
10750 Use font-lock-variable-name-face for registers.
10751
10752 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10753
10754 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10755 kill-all-local-variables.
10756 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10757 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10758 Use kill-all-local-variables and provide mode-hooks.
10759 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10760 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10761 Suggested by Masatake YAMATO <jet@gyve.org>.
10762
10763 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10764
10765 * simple.el (process-file): New function, similar to call-process
10766 but supports file handlers.
10767 * vc.el (vc-do-command): Use it, instead of call-process.
10768 * net/tramp-vc.el (vc-do-command): Do not advise it if
10769 process-file is fboundp.
10770 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10771 process-file.
10772 (tramp-handle-process-file): New function.
10773 (tramp-file-name-for-operation): Support process-file.
10774
10775 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10776
10777 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10778 (icalendar-weekdayabbrev-table)
10779 (icalendar-monthnumber-table): Delete.
10780 (icalendar--get-month-number): Use calendar-month-name-array.
10781 (icalendar--get-weekday-number): New function.
10782 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10783 (icalendar-export-region): Handle multi-line entries.
10784 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10785
10786 2004-10-23 John Paul Wallington <jpw@gnu.org>
10787
10788 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10789 `wildcards' set to t in interactive spec.
10790
10791 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10792 interactive spec rather than use `interactive-p'.
10793 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10794 rather than use function `interactive-p'.
10795
10796 2004-10-22 Kenichi Handa <handa@m17n.org>
10797
10798 * international/mule.el (translate-region): Implement it in Lisp
10799 as a front end of translate-region-internal.
10800
10801 2004-10-21 Jay Belanger <belanger@truman.edu>
10802
10803 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10804 Declare these variables with defvar.
10805
10806 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10807 is bound, only check to see if it is bound.
10808
10809 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10810
10811 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10812 Don't output messages.
10813
10814 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10815
10816 2004-10-21 John Paul Wallington <jpw@gnu.org>
10817
10818 * calc/calc-graph.el (calc-graph-init):
10819 Use `set-process-query-on-exit-flag'.
10820
10821 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10822
10823 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10824 dir right and also allow argumentless cd.
10825
10826 2004-10-19 Richard M. Stallman <rms@gnu.org>
10827
10828 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10829
10830 * eshell/em-unix.el (eshell-grep):
10831 Don't bind compilation-process-setup-function.
10832
10833 * comint.el (comint-insert-input): Use @ in `interactive'.
10834 (comint-input-filter-functions): Doc fix.
10835 (comint-kill-whole-line, comint-get-source): Doc fix.
10836
10837 * progmodes/compile.el (compilation-setup):
10838 Don't set buffer-read-only if MINOR is non-nil.
10839
10840 2004-10-19 Jay Belanger <belanger@truman.edu>
10841
10842 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10843 (calc-emacs-type-gnu19): Remove.
10844 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10845 Remove check for old emacs versions.
10846
10847 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10848 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10849 for current Emacs.
10850
10851 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10852 the end of the minibuffer.
10853 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10854 copy `esc-map'.
10855
10856 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10857
10858 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10859 call that would be given when the current emacs was used.
10860
10861 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10862
10863 * calendar/icalendar.el: Set coding to utf-8.
10864 (icalendar-version): Increase to 0.07.
10865 (icalendar-monthnumber-table): Change March pattern.
10866 (icalendar-get-all-event-properties)
10867 (icalendar-set-event-property): Delete.
10868 (icalendar-all-events): No longer interactive.
10869 (icalendar-convert-diary-to-ical)
10870 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10871 their replacements.
10872 (icalendar-export-file, icalendar-export-region): New functions;
10873 essentially old `icalendar-convert-diary-to-ical' but appending to
10874 target rather than overwriting.
10875 (icalendar-import-file): Append to target file rather than
10876 overwriting. Fourth arg deleted.
10877 (icalendar-import-buffer): New name for old
10878 `icalendar-extract-ical-from-buffer'.
10879 (icalendar--convert-string-for-import): New name for
10880 old `icalendar-convert-for-import'.
10881 (include-icalendar-files): Delete.
10882 Prefix for all internal functions changed from `icalendar-'
10883 to `icalendar--'.
10884
10885 2004-10-19 Richard M. Stallman <rms@gnu.org>
10886
10887 * paths.el (news-path): Fix previous change.
10888
10889 2004-10-18 Jay Belanger <belanger@truman.edu>
10890
10891 * calc/calc-help.el (calc-describe-bindings):
10892 Set `buffer-read-only' to nil while working in the keybindings buffer;
10893 remove some extra information from the keybindings buffer.
10894
10895 2004-10-18 David Ponce <david@dponce.com>
10896
10897 * mouse.el (mouse-drag-move-window-top): New function.
10898 (mouse-drag-mode-line-1): Use it.
10899
10900 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10901
10902 * info.el (Info-fontify-node): For multiline refs,
10903 arrange to unfontify newline and surrounding whitespace.
10904
10905 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10906
10907 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10908 directory is missing.
10909
10910 2004-10-17 John Paul Wallington <jpw@gnu.org>
10911
10912 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10913 New customizable variable; whether to display buffers that match
10914 `ibuffer-maybe-show-predicates' by default.
10915 (ibuffer-maybe-show-predicates): Mention it in docstring.
10916 (ibuffer-display-maybe-show-predicates): New variable.
10917 (ibuffer-update): Prefix arg now toggles whether buffers that
10918 match `ibuffer-maybe-show-predicates' should be displayed.
10919 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10920 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10921 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10922
10923 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10924
10925 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10926 work correctly.
10927
10928 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10929
10930 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10931 (Buffer-menu-beginning): New helper function.
10932 (Buffer-menu-execute): Use it.
10933 (Buffer-menu-select): Use it.
10934 (Buffer-menu-sort): Use it and also keep markers.
10935
10936 2004-10-17 Richard M. Stallman <rms@gnu.org>
10937
10938 * paths.el (news-directory): Rename from news-path. Old name alias.
10939 (rmail-spool-directory): Use defvar.
10940 (sendmail-program): Use defcustom.
10941 (remote-shell-program): Use defcustom.
10942 (term-file-prefix): Use defvar.
10943 (abbrev-file-name): Use defvar.
10944
10945 * term.el: Add maintainer.
10946
10947 * subr.el (with-local-quit): Return nil if there's a quit.
10948 (read-passwd): Use with-local-quit. Doc fix.
10949
10950 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10951 (strokes-unload-hook): Set as a variable with add-hook.
10952
10953 * startup.el (fancy-splash-tail, normal-splash-screen):
10954 Update copyright year.
10955
10956 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10957
10958 * server.el (server-unload-hook): Set as a variable with add-hook.
10959
10960 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10961
10962 * frame.el (special-display-popup-frame):
10963 Make the buffer current as its frame is created.
10964
10965 * delsel.el (delsel-unload-hook): Set as a variable.
10966
10967 * comint.el (comint-output-filter-functions):
10968 Add comint-watch-for-password-prompt.
10969 (comint-read-noecho): Function deleted.
10970 (send-invisible): Use read-passwd.
10971
10972 * fringe.el (fringe-mode-initialize): New function.
10973 (fringe-mode): Use fringe-mode-initialize as :initialize.
10974
10975 2004-10-17 Kim F. Storm <storm@cua.dk>
10976
10977 * language/indian.el (indian-script-language-alist): Swap value and doc.
10978 (indian-font-char-index-table): Doc fix.
10979
10980 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10981
10982 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10983
10984 2004-10-16 Juri Linkov <juri@jurta.org>
10985
10986 * progmodes/compile.el (compilation-start): Move let-binding of
10987 `process-environment' into `with-current-buffer' body.
10988 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10989
10990 2004-10-16 Richard M. Stallman <rms@gnu.org>
10991
10992 * pcvs-util.el (cvs-bury-buffer):
10993 Don't call get-buffer-window for effect.
10994
10995 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10996
10997 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10998
10999 * msb.el (msb-unload-hook): Set the variable.
11000
11001 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11002 Use * to err if buffer is readonly.
11003
11004 * subr.el (looking-back): Return only t or nil.
11005
11006 * whitespace.el (whitespace-unload-hook): Set the variable.
11007
11008 * view.el (view-mode-enable): Set view-page-size and
11009 view-half-page-size to nil.
11010 (view-set-half-page-size-default): view-half-page-size = nil
11011 means the default.
11012 (View-scroll-page-forward): Use view-page-size-default.
11013 (View-scroll-page-backward): Likewise.
11014 (view-page-size, view-half-page-size): Doc fixes.
11015
11016 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11017
11018 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11019
11020 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11021 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11022 (byte-compile-log-1): Bind inhibit-read-only.
11023 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11024 (byte-compile-log-warning): Likewise.
11025 (byte-compile-file-form-require): Detect "cl" from the arg value.
11026
11027 * progmodes/compile.el (compilation-start): Assume compilation-mode
11028 will make the buffer read-only.
11029 (compilation-mode): Take arg name-of-mode.
11030 (compilation-setup): Make buffer read-only.
11031 (compilation-handle-exit): Bind inhibit-read-only.
11032
11033 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11034 (ispell-message): Likewise.
11035 (ispell-show-choices): Don't call get-buffer-window uselessly.
11036 (ispell-init-process): Use set-process-query-on-exit-flag.
11037
11038 2004-10-16 Kim F. Storm <storm@cua.dk>
11039
11040 * fringe.el (fringe-bitmaps): Only initialize when defined.
11041
11042 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11043 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11044
11045 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11046
11047 2004-10-15 Simon Josefsson <jas@extundo.com>
11048
11049 * net/password.el: Add.
11050
11051 2004-10-14 Masatake YAMATO <jet@gyve.org>
11052
11053 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11054 (gdb-script-end-of-defun): New function.
11055 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11056 `gdb-script-end-of-defun' as *-of-defun-function.
11057
11058 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11059
11060 * button.el (button-activate): Allow a marker to display as an action.
11061
11062 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11063
11064 * help.el (describe-mode): Use it to make minor mode list into
11065 hyperlinks.
11066
11067 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11068
11069 * vc.el (vc-annotate-display-select): Fix typo.
11070
11071 * subr.el (substitute-key-definition-key): New function.
11072 (substitute-key-definition): Use it with map-keymap.
11073 (event-modifiers): Use push.
11074 (mouse-movement-p, with-temp-buffer): Simplify.
11075
11076 2004-10-12 Jay Belanger <belanger@truman.edu>
11077
11078 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11079 New variables.
11080 (calc-help-index-entries): New function.
11081 (calc-describe-function): Use `calc-help-function-list' instead of
11082 obarray for completion.
11083 (calc-describe-variable): Use `calc-help-variable-list' instead
11084 of obarray for completion.
11085
11086 2004-10-12 Richard M. Stallman <rms@gnu.org>
11087
11088 * info-look.el (info-lookup-file): Add info-file property.
11089 (info-lookup-symbol): Likewise.
11090
11091 * info.el (info-xref): Add underlining.
11092 (info): Add info-file property.
11093 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11094
11095 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11096
11097 Sync with Tramp 2.0.45.
11098
11099 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11100 defined. This is not the case for XEmacs without package "edebug".
11101 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11102 remote files to the permissions of the original file. This is not
11103 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11104 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11105 (tramp-perl-decode): Fix an error in Perl implementation.
11106 $pending must be cleared every loop. Reported by Benjamin Place
11107 <benjaminplace@sprintmail.com>
11108
11109 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11110 Don't activate advice during definition. This is done later on,
11111 depending on test result of `substitute-in-file-name'.
11112 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11113
11114 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11117
11118 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11119
11120 2004-10-12 David Ponce <david@dponce.com>
11121
11122 * recentf.el (recentf-edit-list): Update the menu when the recentf
11123 list has been modified.
11124
11125 2004-10-12 Simon Josefsson <jas@extundo.com>
11126
11127 * net/tls.el (tls-certtool-program): New variable.
11128 (tls-certificate-information): New function, based on
11129 ssl-certificate-information.
11130
11131 2004-10-12 Kenichi Handa <handa@m17n.org>
11132
11133 * international/mule.el (coding-system-equal): Move from mule-util.el.
11134
11135 * international/mule-util.el (coding-system-equal): Move to mule.el.
11136
11137 2004-10-12 Kim F. Storm <storm@cua.dk>
11138
11139 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11140 reset kmacro-initial-counter-value if set.
11141 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11142 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11143 (kmacro-display): Show macro counter if non-zero.
11144
11145 * subr.el (substitute-key-definition): Mention command remapping
11146 in doc string.
11147
11148 2004-10-11 Jay Belanger <belanger@truman.edu>
11149
11150 * calc/calc-misc.el (calc-info-goto-node): New function.
11151 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11152 node in one step.
11153 (calc-describe-copying, calc-describe-distribution)
11154 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11155 Go to appropriate info node in one step.
11156
11157 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11158
11159 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11160
11161 * font-lock.el (font-lock-apply-highlight): Fix last change.
11162
11163 2004-10-11 Simon Josefsson <jas@extundo.com>
11164
11165 * mail/smtpmail.el (smtpmail-open-stream): Look for
11166 starttls-gnutls-program instead of starttls-program iff
11167 starttls-use-gnutls is non-nil.
11168 (smtpmail-open-stream): Don't overwrite user settings of
11169 starttls-extra-arguments and starttls-extra-args.
11170
11171 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11172
11173 * comint.el (comint-mouse-insert-input): Remove.
11174 (comint-insert-input): Make it work for mouse bindings.
11175 (comint-mode-map): Move defs into the declaration.
11176 (comint-output-filter): Typo.
11177
11178 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11179
11180 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11181
11182 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11183 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11184 ange-ftp-remote-shell.
11185
11186 2004-10-10 Andreas Schwab <schwab@suse.de>
11187
11188 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11189 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11190 Reported by <sri@asu.edu>.
11191
11192 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11193
11194 * vc.el (vc-annotate-mode): Remove variable.
11195 (vc-annotate-display-select): Only call vc-annotate-mode
11196 if we're not in that mode already.
11197
11198 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11199
11200 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11201 (imenu-choose-buffer-index): Check here for rescan instead.
11202
11203 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11204 where the face expression evals to nil.
11205
11206 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11207 (tex-font-lock-keywords-2): Use it.
11208 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11209
11210 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11211
11212 2004-10-09 Kim F. Storm <storm@cua.dk>
11213
11214 * subr.el (progress-reporter-update): Define before first usage.
11215 (make-progress-reporter): Doc fix.
11216
11217 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11218
11219 * textmodes/paragraphs.el (sentence-end-double-space)
11220 (sentence-end-without-period, sentence-end-without-space)
11221 (sentence-end): Doc fixes.
11222
11223 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11224
11225 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11226 Change paragraph-start regexp so we don't fill code starting with #'(.
11227
11228 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11229
11230 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11231 New defcustom.
11232 (extract-address-components): Use it.
11233
11234 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11235
11236 * subr.el (make-progress-reporter, progress-reporter-update)
11237 (progress-reporter-force-update, progress-reporter-do-update)
11238 (progress-reporter-done): New functions.
11239
11240 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11241
11242 * progmodes/etags.el (etags-tags-completion-table): Use progress
11243 reporter.
11244 (etags-tags-apropos): Likewise.
11245
11246 2004-10-08 Alan Mackenzie <acm@muc.de>
11247
11248 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11249 of current line.
11250
11251 2004-10-08 Masatake YAMATO <jet@gyve.org>
11252
11253 * server.el (server-process-filter): Wrap `process-send-region'
11254 by `condition-case' to guard the case when the pipe to PROC is closed.
11255
11256 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11257
11258 * xml.el (xml-substitute-special): Limit handling of external entities.
11259
11260 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11261
11262 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11263
11264 2004-10-06 John Paul Wallington <jpw@gnu.org>
11265
11266 * xml.el (xml-parse-dtd): Fix `error' call.
11267
11268 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11269
11270 * xml.el (xml-substitute-special): Return a single string instead
11271 of a list of strings if an entity substitution is made.
11272
11273 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11274
11275 * calendar/icalendar.el: New file.
11276
11277 2004-10-05 Juri Linkov <juri@jurta.org>
11278
11279 * isearch.el (isearch-done): Set mark after running hook.
11280 Reported by Drew Adams <drew.adams@oracle.com>.
11281
11282 * info.el (Info-history, Info-toc): Fix Info headers.
11283 (Info-toc): Narrow buffer before Info-fontify-node.
11284 (Info-build-toc): Don't check for special Info file names.
11285 Set main-file to nil if Info-find-file returns a symbol.
11286
11287 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11288
11289 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11290 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11291 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11292
11293 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11294
11295 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11296 for old interactive spec from calendar-goto-iso-date.
11297 (calendar-goto-iso-date): Use it.
11298 (calendar-goto-iso-week): New function. Suggested by Emilio
11299 C. Lopes <eclig@gmx.net>.
11300
11301 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11302
11303 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11304 `set-right-margin' bindings that follow the minor mode conventions.
11305
11306 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11309 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11310 (latex-block-args-alist): Add minipage and picture.
11311 (latex-block-body-alist): Use reftex-label if enabled.
11312 (latex-insert-block): Don't insert a \n if not necessary.
11313 (tex-compile-commands): Make sure dvips doesn't send to printer.
11314 (tex-compile-default): Handle the case where no executable is found.
11315 (latex-noindent-environments): New var.
11316 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11317 If tex-indent-allhanging is non-nil, make sure we only align for macros
11318 at beginning of line.
11319
11320 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11321
11322 * newcomment.el (comment-beginning): Doc fix and don't choke on
11323 unset `comment-end-skip' when at beginning of comment.
11324
11325 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11326
11327 * term.el (term-adjust-current-row-cache): Don't allow the current
11328 row to become negative.
11329 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11330 the end of the line. Fix scroll down. Add comments.
11331 (term-handle-ansi-escape): Don't exceed terminal width when moving
11332 right.
11333 (term-scroll-region): Move the cursor after setting the scroll region.
11334
11335 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11336
11337 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11338 to `width' for consistency with docstring. Doc fix.
11339
11340 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11341
11342 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11343 This is necessary for derived modes.
11344
11345 2004-09-30 Kim F. Storm <storm@cua.dk>
11346
11347 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11348 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11349
11350 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11351 kmacro-extract-lambda functions.
11352 (edit-kbd-macro): Handle kmacro lambda forms.
11353 Include counter and counter format in edit buffer.
11354 (edmacro-finish-edit): Get counter and format from edit buffer and
11355 update kmacro bindings when found.
11356
11357 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11358
11359 * textmodes/paragraphs.el (forward-paragraph):
11360 Avoid args-out-of-range error when point winds up at the beginning of
11361 the buffer and hard newlines are enabled.
11362
11363 * newcomment.el (comment-multi-line): Doc fix.
11364
11365 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11366
11367 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11368 (diff-fixup-modifs): Catch unified-diff file-headers.
11369
11370 2004-09-29 Kim F. Storm <storm@cua.dk>
11371
11372 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11373 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11374 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11375
11376 * fringe.el (fringe-bitmap-p): New macro.
11377 (fringe-bitmaps): Add standard fringe bitmaps on load.
11378
11379 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11380
11381 * dired.el (dired-view-command-alist): Use more efficient regexps.
11382 Remove dubious arguments.
11383 (dired-align-file): New function.
11384 (dired-insert-directory): Use it.
11385 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11386 (dired-buffers-for-dir): Remove unused var `pattern'.
11387
11388 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11389
11390 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11391 from diary display excursion. Store diary buffer's point for
11392 `simple-diary-display'.
11393 (simple-diary-display): Set window point and start when
11394 displaying buffer, to preserve point.
11395
11396 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11397
11398 * textmodes/enriched.el (enriched-translations): Replace defconst
11399 with defvar.
11400
11401 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11402
11403 * printing.el: Doc fix.
11404 (pr-version): New version number (6.8.1).
11405 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11406 make-temp-name.
11407 (pr-delete-file): Check if file exists before deleting it.
11408 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11409
11410 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11411
11412 * term.el (term-display-table): New variable.
11413 (term-mode): Use it.
11414 (term-exec-1): Set the coding system to binary.
11415 (term-emulate-terminal): Decode the string before inserting it.
11416
11417 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11418
11419 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11420 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11421 (map): Bind S-prior, S-next and S-insert.
11422 (term-mode): Set `indent-tabs-mode' to nil.
11423 (term-paste): New function to be bound to S-insert.
11424 (term-send-del, term-send-backspace): Change the strings sent.
11425 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11426 (term-handle-colors-array): Fix handling of underline and reverse.
11427 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11428 (term-erase-in-line): Fix comparison.
11429 (term-emulate-terminal): Fix line wrap handling.
11430 (term-start-output-log): Rename from `term-set-output-log'.
11431 (term-stop-output-log): Rename from `term-stop-photo'.
11432 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11433
11434 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * dired.el (dired-move-to-filename): Don't output a message if
11437 raise-error is non-nil. Fix return position and value.
11438
11439 * files.el (insert-directory): Obey --dired even with symlinks.
11440
11441 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11442
11443 * ls-lisp.el (ls-lisp-format): Mark file names with property
11444 dired-filename.
11445
11446 2004-09-25 Kim F. Storm <storm@cua.dk>
11447
11448 * ido.el (ido-max-directory-size): New defcustom.
11449 (ido-decorations): Add "too big" element.
11450 (ido-directory-too-big): New dynamic var.
11451 (ido-may-cache-directory): Don't cache big directories.
11452 (ido-directory-too-big-p): New defun.
11453 (ido-set-current-directory): Update ido-directory-too-big.
11454 (ido-read-internal): Make empty ido-cur-item if too-big.
11455 (ido-buffer-internal): Use ido-read-internal directly instead of
11456 ido-read-buffer.
11457 (ido-file-internal): Init ido-directory-too-big.
11458 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11459 and redo completion with full list.
11460 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11461 it, and show completions.
11462 (ido-all-completions): Let bind ido-directory-too-big to nil.
11463 (ido-exhibit): Handle ido-directory-too-big.
11464 (ido-read-buffer): Handle fallback to read-buffer.
11465 Init ido-directory-too-big.
11466 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11467 Init ido-directory-too-big.
11468
11469 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11470
11471 * subr.el (delay-mode-hooks): Doc fix.
11472
11473 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11474
11475 * textmodes/enriched.el
11476 (enriched-default-text-properties-local-flag): New variable.
11477 (enriched-mode): Make sure that enabling and disabling the mode is
11478 a no-op. Doc fix.
11479
11480 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11481
11482 * calendar/holidays.el (holiday-advent): Report on a specified day
11483 offset from advent, not just advent.
11484 (holiday-easter-etc): Report on one specified day offset from
11485 easter, not all easter holidays. Various Easter holidays moved to
11486 `christian-holidays' variable in calendar.el.
11487 * calendar/calendar.el (christian-holidays): Adapt for new
11488 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11489
11490 2004-09-23 Kim F. Storm <storm@cua.dk>
11491
11492 * image.el (insert-sliced-image): Add doc string.
11493
11494 * ido.el (ido-choice-list): New dynamic var for `list' context.
11495 (ido-context-switch-command): New dynamic var.
11496 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11497 (ido-read-internal): Handle new `list' context.
11498 Handle insert-buffer and insert-file ido-exit values.
11499 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11500 ido-context-switch-command. Handle insert-file ido-exit value.
11501 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11502 unless it is already bound by caller.
11503 (ido-file-internal): New arg switch-cmd. Use it to setup
11504 ido-context-switch-command. Handle insert-buffer ido-exit value.
11505 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11506 used for context switching.
11507 (ido-all-completions): Handle new `list' context.
11508 (ido-make-choice-list): Return choices for `list' context.
11509 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11510 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11511 (ido-insert-buffer, ido-insert-file): Setup context switching.
11512 (ido-exhibit): Handle `list' context.
11513 (ido-read-file-name): Disable context switching. Handle fallback.
11514 (ido-read-directory-name): Disable context switching.
11515 (ido-completing-read): New defun like completing-read. Setup and
11516 use new `list' context.
11517
11518 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11519
11520 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11521
11522 2004-09-21 Jay Belanger <belanger@truman.edu>
11523
11524 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11525 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11526 separate window.
11527
11528 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11529
11530 * subr.el (after-change-major-mode-hook): Doc fix.
11531
11532 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11533
11534 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11535 of ghostscript for monochrome PostScript file in Windows.
11536
11537 2004-09-21 Kenichi Handa <handa@m17n.org>
11538
11539 * descr-text.el (describe-char): Checking of quail activation fixed.
11540
11541 2004-09-21 Jay Belanger <belanger@truman.edu>
11542
11543 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11544
11545 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11546
11547 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11548 after the mode hooks instead of before. Doc fix.
11549
11550 2004-09-20 Jason Rumney <jasonr@gnu.org>
11551
11552 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11553 _emacs, but revert to .emacs if neither exists in home directory.
11554
11555 2004-09-20 John Paul Wallington <jpw@gnu.org>
11556
11557 * bindings.el (completion-ignored-extensions): Add .dfsl.
11558
11559 2004-09-20 Richard M. Stallman <rms@gnu.org>
11560
11561 * bindings.el (scroll-left): Make it disabled.
11562
11563 * files.el (enable-local-eval): Doc fix.
11564
11565 * indent.el (move-to-left-margin): Special case for minibuffer.
11566
11567 * term.el (term-emulate-terminal): Turn off undo for output.
11568 Use with-current-buffer and save-selected-window.
11569
11570 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11571
11572 * progmodes/make-mode.el (makefile-fill-paragraph):
11573 Don't insist on spaces when looking for comments. # is enough.
11574
11575 * files.el (hack-local-variables): Copy the variables list
11576 to another buffer, strip prefixes and suffixes there, then read.
11577 (enable-local-eval): Doc fix.
11578 (ignored-local-variables): Initialize to nil.
11579 (risky-local-variable-p): Don't check ignored-local-variables here.
11580 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11581
11582 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11583
11584 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11585 of = to "." (punctuation).
11586
11587 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11588
11589 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11590
11591 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11592
11593 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11594 (enriched-before-change-major-mode): New function.
11595 Add it to `change-major-mode-hook'.
11596 (enriched-after-change-major-mode): New function.
11597 Add it to `after-change-major-mode-hook'.
11598 (enriched-mode): Make it work correctly if called from
11599 `after-change-major-mode-hook'.
11600 No longer set `indent-line-function'.
11601
11602 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11603
11604 * subr.el (after-change-major-mode-hook): New variable.
11605 (run-mode-hooks): Implement it.
11606
11607 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11608
11609 * battery.el (battery-linux-proc-apm): Use string-to-number.
11610 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11611 Use dolist (and less indentation). Use erase-buffer.
11612 Pre-initialize `design-capacity', `warn', and `low'.
11613 (battery-format): Use replace-regexp-in-string.
11614
11615 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11616
11617 * battery.el: Delete superfluous empty lines.
11618 (battery-linux-proc-acpi): Attempt to gather information from all
11619 battery subdirectories regardless of their file name.
11620 (battery-linux-proc-apm): Replace all occurrences of
11621 battery-hex-to-int-2 with string-to-int (base 16).
11622 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11623 (battery-hex-map): Delete variable.
11624
11625 2004-09-18 John Paul Wallington <jpw@gnu.org>
11626
11627 * calc/calc-units.el (calc-quick-units): Fix overzealous
11628 s/or/unless/.
11629
11630 2004-09-17 Jay Belanger <belanger@truman.edu>
11631
11632 * calc/calc.el (calc-mode-var-list): Fix the value of
11633 `calc-matrix-brackets'.
11634
11635 2004-09-17 Romain Francoise <romain@orebokech.com>
11636
11637 * ibuf-ext.el (define-ibuffer-filter filename):
11638 Expand dired-directory since buffer-file-name is absolute.
11639
11640 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11641
11642 * ediff-init.el (ediff-current-diff-face-A)
11643 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11644 (ediff-current-diff-face-Ancestor)
11645 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11646 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11647 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11648 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11649 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11650 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11651 Use min-colors.
11652
11653 * term.el (term-down): Perform vertical motion if DOWN is negative.
11654 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11655 (term-termcap-format): Synchronyze with the eterm terminfo entry
11656 in etc/e/eterm.ti.
11657 (term-handle-colors-array): If the current foreground or
11658 background are zero (i.e. unspecified), use the foreground and
11659 background of the default face for reverse video.
11660 (term-ansi-at-eval-string, term-ansi-default-fg)
11661 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11662 (term-mem): Delete ununsed function.
11663 (term-protocol-version): Increment.
11664 (term-current-face): Set to default.
11665
11666 2004-09-15 Jay Belanger <belanger@truman.edu>
11667
11668 * calc/calc.el (calc-mode-var-list): Define this variable.
11669 (calc-always-load-extensions, calc-line-numbering)
11670 (calc-line-breaking, calc-display-just, calc-display-origin)
11671 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11672 (calc-group-char, calc-point-char, calc-frac-format)
11673 (calc-prefer-frac, calc-hms-format, calc-date-format)
11674 (calc-float-format, calc-full-float-format, calc-complex-format)
11675 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11676 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11677 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11678 (calc-matrix-brackets, calc-language, calc-language-option)
11679 (calc-left-label, calc-right-label, calc-word-size)
11680 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11681 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11682 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11683 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11684 (calc-window-height, calc-display-trail, calc-show-selections)
11685 (calc-use-selections, calc-assoc-selections)
11686 (calc-display-working-message, calc-auto-why, calc-timing)
11687 (calc-mode-save-mode, calc-standard-date-formats)
11688 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11689 (calc-user-parse-tables, calc-gnuplot-default-device)
11690 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11691 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11692 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11693 (calc-invocation-macro, calc-show-banner): Give these values as
11694 part of `calc-mode-var-list's initialization after the variables
11695 are declared with defvar.
11696 (calc-bug-address): Change email address to send bug reports to.
11697 Change the maintainer address at the top.
11698 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11699 than "\\.emacs" to determine if it is the user-init-file.
11700
11701 * calc/calc-embed.el (calc-embedded-set-modes): Use
11702 `calc-mode-var-list' correctly.
11703
11704 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11705
11706 * vc.el (annotate-time): Document point handling.
11707 (vc-annotate-display-autoscale): Doc fix.
11708
11709 2004-09-15 Miles Bader <miles@gnu.org>
11710
11711 * generic.el (generic-make-keywords-list): Use symbol rather than
11712 word anchors in regexp.
11713
11714 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11715
11716 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11717 no file name consider `dired-directory'.
11718
11719 2004-09-14 Kim F. Storm <storm@cua.dk>
11720
11721 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11722
11723 2004-09-14 Simon Josefsson <jas@extundo.com>
11724
11725 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11726
11727 * textmodes/dns-mode.el: Add.
11728
11729 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11730
11731 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11732 (disabled-command-function): Make the ?\ char more obvious.
11733
11734 * vc-arch.el (vc-arch-root, vc-arch-registered):
11735 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11736
11737 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11738
11739 * windmove.el (windmove-frame-edges): Report coordinates of
11740 outside edges of frame, not inside edges.
11741 (windmove-coordinates-of-position): Convert into wrapper to new
11742 function `windmove-coordinates-of-window-position';
11743 `compute-motion' always applies to selected window.
11744 (windmove-coordinates-of-position): Update documentation to refer
11745 to Emacs 21 Lisp Reference Manual.
11746 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11747
11748 2004-09-13 Kim F. Storm <storm@cua.dk>
11749
11750 * isearch.el (isearch-resume-in-command-history): Rename from
11751 isearch-resume-enabled and change default to nil.
11752
11753 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11754
11755 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11756 (vc-registered): Use it.
11757 (vc-find-root): New fun.
11758
11759 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11760 Don't tell to use \\{...} when it's already done.
11761
11762 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11763 Provide a sample complex default.
11764 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11765 (bibtex-entry): Use mapc.
11766
11767 2004-09-12 Kim F. Storm <storm@cua.dk>
11768
11769 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11770
11771 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11772 inhibit-field-text-motion to t so rectangles work in comint buffers.
11773
11774 * simple.el (choose-completion-string): Set buffer before running
11775 choose-completion-string-functions hook so it can be buffer-local.
11776
11777 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11778
11779 * progmodes/compile.el (compilation-start): Parse command to see
11780 if it starts with a cd, and if so perform it for the *compilation*
11781 buffer. Change the header to reflect this.
11782
11783 2004-09-11 Kim F. Storm <storm@cua.dk>
11784
11785 * ido.el (ido-enable-dot-prefix): Doc fix.
11786 (ido-enable-dot-prefix): New defcustom.
11787 (ido-set-matches1): Use it.
11788
11789 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11790
11791 * textmodes/bibtex.el (bibtex-mark-active)
11792 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11793
11794 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11795
11796 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11797 used in a case insensitive environment.
11798 (bibtex-mode-map): Rearrange order of menus.
11799 (bibtex-quoted-string-re): Obsolete.
11800 (bibtex-complete-key-cleanup): Variable replaced by new function.
11801 (bibtex-font-lock-keywords): Use backquotes.
11802 (bibtex-font-lock-url-regexp): New internal variable.
11803 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11804 "OPT" and "ALT".
11805 (bibtex-insert-current-kill, bibtex-make-field)
11806 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11807 (bibtex-parse-field-text): Simplify.
11808 (bibtex-string=): New helper function.
11809 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11810 (bibtex-map-entries): Use bibtex-string=.
11811 (bibtex-search-entry): Use not.
11812 (bibtex-enclosing-field): Fix docstring.
11813 (bibtex-assoc-regexp): Obsolete.
11814 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11815 (bibtex-autokey-get-names): Handle empty name field.
11816 (bibtex-parse-strings): Use assoc-string and unless.
11817 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11818 Use assoc-string.
11819 (bibtex-pop): Simplify.
11820 (bibtex-mode): Set font-lock-extra-managed-props.
11821 (bibtex-entry-update): Use assoc-string.
11822 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11823 (bibtex-autofill-entry): Use bibtex-string=.
11824 (bibtex-print-help-message): Simplify.
11825 (bibtex-find-entry): New optional arg START.
11826 (bibtex-validate): Use bibtex-string= and assoc-string.
11827 Do not call obsolete function compilation-parse-errors.
11828 (bibtex-remove-delimiters): Only remove delimiters if present.
11829 (bibtex-copy-entry-as-kill): Add docstring.
11830 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11831 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11832 (bibtex-complete): Use bibtex-predefined-month-strings,
11833 bibtex-string=, and new function bibtex-complete-key-cleanup.
11834 (bibtex-generate-url-list): New variable.
11835 (bibtex-url): New command bound to C-c C-l and mouse-2.
11836 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11837 (bibtex-font-lock-url): New function.
11838
11839 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11840
11841 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11842
11843 2004-09-09 Kim F. Storm <storm@cua.dk>
11844
11845 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11846 counter and format with binding.
11847 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11848 the declared macro uses own macro counter and format. Give symbol
11849 kmacro property.
11850 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11851 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11852 (kmacro-end-and-call-macro): Doc fix.
11853
11854 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11855
11856 * desktop.el (desktop-clear-preserve-buffers):
11857 Remove make-obsolete-variable.
11858
11859 2004-09-08 Richard M. Stallman <rms@gnu.org>
11860
11861 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11862 with the buffer as argument.
11863
11864 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11865
11866 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11867
11868 2004-09-08 Juri Linkov <juri@jurta.org>
11869
11870 * replace.el (perform-replace): Use `query-replace-descr'.
11871
11872 * cus-start.el (history-delete-duplicates): Specify customization.
11873
11874 * diff-mode.el (diff-mode-map):
11875 * progmodes/compile.el (compilation-mode-map):
11876 * progmodes/grep.el (grep-mode-map):
11877 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11878 to `next-error-follow-minor-mode'.
11879
11880 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11881
11882 * isearch.el (isearch-lazy-highlight-update): Take into account
11883 the case of zero-length match at the search bound.
11884
11885 2004-09-08 Kim F. Storm <storm@cua.dk>
11886
11887 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11888 change. Use zero width overlays when necessary.
11889
11890 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11891
11892 * subr.el (split-string): Docfix.
11893
11894 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11895
11896 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11897 (display-call-tree): Ensure newline after caller/calls blocks.
11898
11899 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11900
11901 * startup.el (command-line-1): Make option
11902 --directory/-L modify `load-path' straight away.
11903
11904 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11905
11906 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11907
11908 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11909
11910 * emacs-lisp/autoload.el (make-autoload):
11911 Handle `define-compilation-mode'.
11912
11913 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11914 Specify `doc-string-elt' property.
11915
11916 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11917
11918 * bs.el (bs-mode): Doc fix.
11919
11920 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11921
11922 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11923
11924 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11925
11926 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11927
11928 2004-09-08 Kenichi Handa <handa@m17n.org>
11929
11930 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11931 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11932 ps-mule-next-point -> 1+).
11933
11934 * composite.el (encode-composition-rule): Add autoload cooky.
11935
11936 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11937
11938 * format.el (buffer-auto-save-file-format): Make it permanent local.
11939
11940 2004-09-07 Kim F. Storm <storm@cua.dk>
11941
11942 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11943 (authors-fixed-entries): Fix typo.
11944 (authors-canonical-author-name): Compact multiple spaces.
11945 Ignore trivial names (e.g. only first name).
11946
11947 * term.el (term-window-width): Only use full window width on
11948 window system if overflow-newline-into-fringe is enabled.
11949 (term-mode): Don't disable overflow-newline-into-fringe.
11950
11951 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11952
11953 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11954 motion as seen on my Mac OS X xterms.
11955
11956 * newcomment.el (uncomment-region-default, comment-region-default):
11957 New functions extracted from uncomment-region and comment-region.
11958 (comment-region, comment-region-function, uncomment-region)
11959 (uncomment-region-function): Use them.
11960
11961 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11962
11963 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11964 It's not crucial but can make sense at times.
11965
11966 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11967 the first commit.
11968
11969 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11970 Disable obsolete code.
11971
11972 2004-09-07 Juri Linkov <juri@jurta.org>
11973
11974 * progmodes/grep.el (grep-highlight-matches): Change default from
11975 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11976 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11977 if grep option `--color' is available, or to `nil' otherwise.
11978 (grep-process-setup): Call `grep-compute-defaults' if
11979 `grep-highlight-matches' is not computed. Set env-vars only
11980 if `grep-highlight-matches' is `t'.
11981 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11982 is already defined).
11983
11984 * progmodes/compile.el (compilation-start): Use copy of
11985 `process-environment' created by `copy-sequence' to not
11986 modify env-vars in the global `process-environment'.
11987
11988 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11989
11990 * simple.el (next-error-follow-minor-mode): Fix last change.
11991
11992 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11993
11994 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11995 permanent local.
11996
11997 2004-09-04 Richard M. Stallman <rms@gnu.org>
11998
11999 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12000 highlighting if the search string is empty.
12001
12002 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12003
12004 * facemenu.el (facemenu-active-faces): Change condition of inner
12005 `while' loop to also check the first two elements of `face-atts'
12006 and `mask-atts'.
12007
12008 2004-09-04 John Paul Wallington <jpw@gnu.org>
12009
12010 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12011 (thumbs-view-image-mode): Make buffer read-only.
12012
12013 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12014
12015 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12016 (ispell-check-version): Set it.
12017 (ispell-send-replacement): New function.
12018 (ispell-process-line): Call ispell-send-replacement.
12019
12020 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12021
12022 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12023 Support choosing seconds with "s".
12024
12025 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12026
12027 * terminal.el (te-escape): Show `?' in prompt for help key.
12028
12029 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12030
12031 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12032
12033 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12034
12035 * simple.el (next-error-follow-minor-mode)
12036 (next-error-follow-mode-post-command-hook): New functions.
12037 (next-error-follow-last-line): New defvar.
12038
12039 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12040 * progmodes/compile.el (compilation-mode-map): Likewise.
12041 * progmodes/grep.el (grep-mode-map): Likewise.
12042 * replace.el (occur-mode-map): Likewise.
12043
12044 * newcomment.el (uncomment-region): Bind comment-use-global-state
12045 to nil.
12046
12047 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12048
12049 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12050 locally around the call to `revert-buffer'.
12051
12052 2004-09-03 Juri Linkov <juri@jurta.org>
12053
12054 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12055 `isearch-adjusted' to `t'.
12056 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12057 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12058 (isearch-other-meta-char): Restore isearch-point unconditionally.
12059 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12060 Set point to start of match if region is not active in transient
12061 mark mode (to include the current match to region boundaries).
12062 Push the search string to `query-replace-from-history-variable'.
12063 Add prompt "Query replace regexp" for isearch-regexp.
12064 Add region beginning/end as last arguments of `perform-replace.'
12065 (isearch-query-replace-regexp): Replace code by the call to
12066 `isearch-query-replace' with arg `t'.
12067
12068 2004-09-03 Richard M. Stallman <rms@gnu.org>
12069
12070 * startup.el (normal-top-level): Undo previous TERM change.
12071
12072 2004-09-03 Kim F. Storm <storm@cua.dk>
12073
12074 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12075 highlight overlays; allow using RET when cursor is over a button.
12076 (cua--highlight-rectangle): Use it.
12077 (cua--rectangle-set-corners): Don't move backwards at eol.
12078 (cua--forward-line): Don't move into void after eob.
12079
12080 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12081 point is set (and displayed) inside rectangle.
12082 (cua--rectangle-operation): Fix for highlight of empty lines.
12083 (cua--highlight-rectangle): Fix highlight for tabs.
12084 Position cursor at left/right edge of rectangle using new `cursor'
12085 property on overlay strings.
12086 (cua--indent-rectangle): Don't tabify.
12087 (cua-rotate-rectangle): Ignore that point has moved.
12088
12089 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12090
12091 * term/mac-win.el: Add ASCII equivalents for some function keys.
12092 (mode-line-frame-identification): Sync with x-win.el.
12093
12094 2004-09-02 Juri Linkov <juri@jurta.org>
12095
12096 * progmodes/compile.el (compilation-buffer-name): Compare major
12097 mode with second element of compilation-arguments instead of third
12098 to reflect latest changes in compilation-arguments structure.
12099 (recompile): Use global variable `compilation-directory' to get
12100 recent compilation directory only when `recompile' is invoked NOT
12101 in the compilation buffer. Otherwise, use `default-directory' of
12102 the compilation buffer.
12103 (compilation-error-properties): Allow to funcall col and end-col.
12104 (compilation-mode-font-lock-keywords): Check col and end-col by
12105 `integerp'.
12106 (compilation-goto-locus): If end-mk is non-nil in transient mark
12107 mode don't activate the mark (and don't display message in
12108 push-mark), but highlight overlay between mk and end-mk.
12109
12110 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12111 (grep-regexp-alist): Add rule to highlight grep matches.
12112 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12113
12114 * info.el (Info-fontify-node): Don't compute other-tag
12115 if Info-hide-note-references=hide.
12116
12117 * help.el (function-called-at-point):
12118 * help-fns.el (variable-at-point):
12119 Try `find-tag-default' when other methods failed.
12120
12121 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12122 Do not push mark if inhibit-mark-movement is non-nil.
12123
12124 * textmodes/ispell.el (ispell-html-skip-alists):
12125 Fix backslashes in docstring.
12126
12127 2004-09-01 Juri Linkov <juri@jurta.org>
12128
12129 * isearch.el (isearch-wrap-function)
12130 (isearch-push-state-function): New defvars.
12131 (isearch-pop-fun-state): New defsubst.
12132 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12133 (isearch-push-state): Set the result of calling
12134 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12135 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12136 restore the mode-specific starting point of terminated search.
12137 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12138 (isearch-repeat): Call `isearch-wrap-function' if defined.
12139 (isearch-message-prefix): Don't add prefix "over" to the message
12140 for wrapped search if `isearch-wrap-function' is defined.
12141 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12142 restore the mode-specific starting point of failed search.
12143
12144 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12145 (Info-search): Add new optional arguments for the sake of isearch.
12146 Replace whitespace in Info-search-whitespace-regexp literally.
12147 Add backward search. Don't call `Info-select-node' if regexp is
12148 found in the same Info node. Don't add node to Info-history for
12149 wrapped isearch.
12150 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12151 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12152 (Info-mode): Set local variables `isearch-search-fun-function',
12153 `isearch-wrap-function', `isearch-push-state-function',
12154 `search-whitespace-regexp'.
12155
12156 * isearch.el: Remove ancient Change Log section.
12157 (isearch-string, isearch-message-string, isearch-point)
12158 (isearch-success, isearch-forward-flag, isearch-other-end)
12159 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12160 (isearch-barrier, isearch-within-brackets)
12161 (isearch-case-fold-search): Add suffix `-state' to state-related
12162 defsubsts to avoid name clashes with other function names.
12163
12164 * simple.el (next-error): New defgroup and defface.
12165 (next-error-highlight, next-error-highlight-no-select):
12166 New defcustoms.
12167 (next-error-no-select): Let-bind next-error-highlight to the value
12168 of next-error-highlight-no-select before calling `next-error'.
12169
12170 * progmodes/compile.el (compilation-goto-locus):
12171 Use `next-error' face instead of `region'. Set 4-th argument of
12172 `move-overlay' to `current-buffer' to move overlay to different
12173 source buffers. Use new variable `next-error-highlight'.
12174
12175 * simple.el (next-error-find-buffer): Move the rule
12176 "if current buffer is a next-error capable buffer" after the
12177 rule "if next-error-last-buffer is set to a live buffer".
12178 Simplify to test all rules in one `or'.
12179 (next-error): Doc fix.
12180 (next-error, previous-error, first-error)
12181 (next-error-no-select, previous-error-no-select):
12182 Make arguments optional.
12183
12184 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12185
12186 * macros.el (apply-macro-to-region-lines): Make it operate on all
12187 lines that begin in the region, rather than on all complete lines
12188 in the region.
12189
12190 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12191
12192 * x-dnd.el (x-dnd-protocol-alist): Document update.
12193 (x-dnd-known-types): Defcustom it.
12194 (x-dnd-handle-motif): Print message-atom in error message.
12195
12196 2004-08-30 John Paul Wallington <jpw@gnu.org>
12197
12198 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12199 strings rather than programatically constructing message.
12200
12201 2004-08-30 Richard M. Stallman <rms@gnu.org>
12202
12203 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12204 Don't return a string that would read as the wrong character code.
12205
12206 2004-08-29 Kim F. Storm <storm@cua.dk>
12207
12208 * emulation/cua-base.el (cua-auto-expand-rectangles):
12209 Remove automatic rectangle padding feature; replace by non-destructive
12210 virtual rectangle edges feature.
12211 (cua-virtual-rectangle-edges): New defcustom.
12212 (cua-auto-tabify-rectangles): New defcustom.
12213 (cua-paste): If paste into a marked rectangle, insert rectangle at
12214 current column, even if virtual; also paste exactly as many lines
12215 as has been marked (ignore additional lines or add empty lines),
12216 but paste whole source if only one line is marked.
12217 (cua--update-indications): No longer use overwrite-cursor to
12218 indicate rectangle padding
12219
12220 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12221 (cua--rectangle-virtual-edges): New defun.
12222 (cua--rectangle-get-corners): Remove optional PAD arg.
12223 (cua--rectangle-set-corners): Never do padding.
12224 (cua--forward-line): Remove optional PAD arg. Simplify.
12225 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12226 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12227 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12228 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12229 (cua--rectangle-move): Never do padding. Simplify.
12230 (cua--tabify-start): New defun.
12231 (cua--rectangle-operation): Add tabify arg. All callers changed.
12232 (cua--pad-rectangle): Remove.
12233 (cua--delete-rectangle): Handle delete with virtual edges.
12234 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12235 (cua--insert-rectangle): Handle insert at virtual column.
12236 Perform auto-tabify if necessary.
12237 (cua--activate-rectangle): Remove optional FORCE arg.
12238 Never do padding. Simplify.
12239 (cua--highlight-rectangle): Enhance for virtual edges.
12240 (cua-toggle-rectangle-padding): Remove command.
12241 (cua-toggle-rectangle-virtual-edges): New command.
12242 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12243 (cua--rectangle-post-command): Don't force rectangle padding.
12244 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12245
12246 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12247
12248 * indent.el (edit-tab-stops-buffer): Doc fix.
12249
12250 2004-08-28 Richard M. Stallman <rms@gnu.org>
12251
12252 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12253 (grep-tag-default): Function deleted.
12254
12255 * subr.el (find-tag-default): Move from etags.el.
12256
12257 * progmodes/etags.el (find-tag-default): Move to subr.el.
12258
12259 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12260 into the basic character if it has an uppercase form.
12261
12262 2004-08-27 Kenichi Handa <handa@m17n.org>
12263
12264 * international/utf-8.el (utf-8-post-read-conversion): If the
12265 buffer is unibyte, temporarily make it multibyte.
12266
12267 2004-08-27 Masatake YAMATO <jet@gyve.org>
12268
12269 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12270
12271 2004-08-25 John Paul Wallington <jpw@gnu.org>
12272
12273 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12274 0, 1, and many mismatches in message.
12275 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12276
12277 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12278 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12279
12280 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12281
12282 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12283 vc-diff-switches differently.
12284
12285 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12286
12287 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12288 before and a real defvar after
12289 `speedbar-supported-extension-expressions'. This is to silence
12290 the compiler without breaking bootstrapping.
12291
12292 2004-08-22 Richard M. Stallman <rms@gnu.org>
12293
12294 * textmodes/flyspell.el (flyspell-word):
12295 Use set-process-query-on-exit-flag.
12296 (flyspell-highlight-duplicate-region): Take POSS as arg.
12297 (flyspell-word): Pass POSS as arg.
12298
12299 * progmodes/ada-xref.el: Many doc and style fixes.
12300 (ada-find-any-references): Use compilation-start.
12301 (ada-get-ali-file-name): Improve error msg.
12302 (ada-get-ada-file-name): Likewise.
12303
12304 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12305 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12306
12307 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12308 Add forward defvar.
12309
12310 * whitespace.el (global-whitespace-mode): New alias
12311 for whitespace-global-mode.
12312
12313 * speedbar.el (speedbar-file-regexp): Move definition up.
12314 (speedbar-mode, speedbar-set-mode-line-format):
12315 Use with-no-warnings.
12316 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12317
12318 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12319 controls whether to display the error buffer.
12320
12321 * ps-mule.el: Delete compatibility code for old Emacses.
12322 (ps-mule-find-wrappoint): Don't use chars-in-region.
12323
12324 * frame.el (display-mouse-p, display-selections-p):
12325 Use with-no-warnings.
12326
12327 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12328
12329 2004-08-22 David Kastrup <dak@gnu.org>
12330
12331 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12332 information.
12333
12334 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12335
12336 2004-08-22 Andreas Schwab <schwab@suse.de>
12337
12338 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12339
12340 2004-08-22 Masatake YAMATO <jet@gyve.org>
12341
12342 * cvs-status.el (cvs-status-checkout): New function.
12343 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12344
12345 2004-08-21 David Kastrup <dak@gnu.org>
12346
12347 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12348 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12349 has been converted to use hashtables, the relation `nil=none' is
12350 no longer valid, as `nil' is not a hashtable. This patch tries to
12351 reduce the number of resulting errors.
12352
12353 2004-08-21 John Paul Wallington <jpw@gnu.org>
12354
12355 * subr.el (process-kill-without-query): Made obsolete in
12356 version 21.4, not 21.5.
12357
12358 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12359 (vc-previous-comment, vc-next-comment)
12360 (vc-comment-search-reverse, vc-comment-search-forward)
12361 (vc-comment-to-change-log): Likewise.
12362
12363 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12364
12365 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12366
12367 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12368 Correct indentation of DEFMETHODS with non-standard method
12369 combinations (e.g., PROGN, MIN, MAX).
12370
12371 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12372
12373 * startup.el (normal-top-level-add-subdirs-to-load-path):
12374 Avoid unnecessarily checking system-type.
12375 (normal-top-level): Set TERM to "dumb". Simplify.
12376
12377 * avoid.el (mouse-avoidance-ignore-p): New fun.
12378 Also ignore switch-frame, select-window, double, and triple clicks.
12379 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12380 (mouse-avoidance-fancy-hook): Use it.
12381
12382 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12383
12384 * avoid.el (mouse-avoidance-nudge-mouse)
12385 (mouse-avoidance-banish-destination): Stay within the current window
12386 to avoid problems with mouse-autoselect-window.
12387
12388 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12389
12390 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12391 the newer format of some messages in cvs-1.12.1.
12392
12393 2004-08-19 Masatake YAMATO <jet@gyve.org>
12394
12395 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12396 (elp-results-jump-to-definition-by-mouse)
12397 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12398 (elp-output-result): Use elp-output-insert-symname.
12399
12400 2004-08-18 Kenichi Handa <handa@m17n.org>
12401
12402 * language/cyrillic.el: Register koi8-r in
12403 ctext-non-standard-encodings-alist.
12404 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12405
12406 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12407
12408 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12409 that replaces 20xy with xy.
12410
12411 2004-08-17 John Paul Wallington <jpw@gnu.org>
12412
12413 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12414 (reb-force-update): Doc fix.
12415
12416 2004-08-16 Richard M. Stallman <rms@gnu.org>
12417
12418 * progmodes/which-func.el (which-func-update-1): Doc fix.
12419
12420 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12421 (sh-mode-abbrev-table): New variable.
12422
12423 * progmodes/compile.el (compilation-mode): Doc fix.
12424
12425 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12426 Don't cons a new symbol each time.
12427 (eval-last-sexp-fake-value): New variable.
12428
12429 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12430 (copyright-update-year): Detect continuation of list of years.
12431
12432 * term.el (term-default-fg-color, term-default-bg-color)
12433 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12434
12435 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12436
12437 2004-08-16 Davis Herring <herring@lanl.gov>
12438
12439 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12440 (isearch-success, isearch-forward-flag, isearch-other-end)
12441 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12442 (isearch-barrier, isearch-within-brackets)
12443 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12444
12445 2004-08-16 Kenichi Handa <handa@m17n.org>
12446
12447 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12448
12449 2004-08-15 Kenichi Handa <handa@m17n.org>
12450
12451 * term/x-win.el (x-selection-value): If utf8 was successful but
12452 ctext was not, use utf8 string.
12453
12454 2004-08-14 Davis Herring <herring@lanl.gov>
12455
12456 * isearch.el: Remove accidental changes of March 4. Fix backing
12457 up when a regexp isearch is made more general. Use symbolic
12458 accessor functions for isearch stack frames to make usage clearer.
12459 (search-whitespace-regexp): Made groups in documentation shy (as
12460 is the group in the default value).
12461 (isearch-fallback): New function, addresses problems with regexps
12462 liberalized by `\|', adds support for liberalization by `\}' (the
12463 general repetition construct), and incorporates behavior for
12464 `*'/`?'.
12465 (isearch-}-char): New command, calls `isearch-fallback' with
12466 arguments appropriate to a typed `}'.
12467 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12468 appropriately.
12469 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12470 (isearch-string, isearch-message,string, isearch-point)
12471 (isearch-success, isearch-forward-flag, isearch-other-end)
12472 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12473 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12474 New inline functions to read fields of a stack frame.
12475
12476 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12477
12478 * battery.el (battery-linux-proc-acpi): Look into battery
12479 directories matching the literal string "CMB", too (required for
12480 Linux kernel version 2.6.7).
12481
12482 2004-08-14 John Paul Wallington <jpw@gnu.org>
12483
12484 * cus-start.el (read-file-name-completion-ignore-case): Add.
12485 (blink-cursor-alist): Change version to "21.4".
12486
12487 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12488
12489 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12490
12491 * speedbar.el (speedbar-scan-subdirs): New option.
12492 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12493 dolist.
12494 (speedbar-insert-files-at-point): Take an extra argument and use
12495 it to optionally find out if a subdir is empty. Also unreadable
12496 files don't get expand buttons.
12497 (speedbar-directory): New image (unused pixmap already existed).
12498 (speedbar-expand-image-button-alist): Use it.
12499
12500 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12501
12502 CC Mode update to 5.30.9:
12503
12504 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12505 Move from cc-vars to cc-defs for dependency reasons. Fix the
12506 POSIX char class test to check that it works in
12507 `skip-chars-(forward|backward)' too.
12508
12509 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12510 first argument starts with a special brace list.
12511
12512 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12513 when `c-opt-type-concat-key' is used (i.e. in Pike).
12514
12515 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12516 Fix bug when the inner char pair doesn't have paren syntax,
12517 i.e. "(<>)".
12518
12519 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12520 whitespace safe.
12521
12522 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12523 position for `arglist-intro', `arglist-cont-nonempty' and
12524 `arglist-close' when there are two arglist open parens on the same
12525 line and there's nothing in front of the first.
12526
12527 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12528 locking of qualified names in Java, which previously could fontify
12529 common indexing expressions in many cases. The standard Java
12530 naming conventions are used to tell them apart.
12531
12532 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12533 Fix inconsistency wrt opening parens on the first line inside a paren
12534 block.
12535
12536 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12537 compile time for the sake of `c-major-mode-is'.
12538
12539 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12540 `c-major-mode-is' in the event that this is used inside a
12541 `c-lang-defconst'.
12542
12543 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12544 `c-lang-defconst' so that it works better with fallback languages.
12545
12546 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12547 it to fail to record the base mode.
12548
12549 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12550 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12551 is used. Reorder the syntax checks to get more efficient
12552 skipping in some situations.
12553
12554 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12555 continuation which might precede the newly inserted '{'.
12556
12557 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12558 Fix cases where it could loop indefinitely.
12559
12560 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12561 size specs correctly. Only fontify identifiers in front of '('
12562 with as functions - don't accept any paren char. Tighten up
12563 initializer skipping to stop before function and class blocks.
12564
12565 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12566 the point could be left directly after an open paren when finding
12567 the beginning of the first decl in the block.
12568
12569 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12570 table when filtering out legitimate open parens to be recorded.
12571 This could cause cache inconsistencies when e.g.
12572 `c++-template-syntax-table' was temporarily in use.
12573
12574 * progmodes/cc-engine.el (c-on-identifier)
12575 (c-simple-skip-symbol-backward): Small fix for handling "-"
12576 correctly in `skip-chars-backward'. Affected the operator lfun
12577 syntax in Pike.
12578
12579 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12580 Fix bug that could cause an error from `after-change-functions' when
12581 the changed region is at bob.
12582
12583 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12584
12585 CC Mode update to 5.30.9:
12586
12587 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12588 to say that <TAB> doesn't insert WS into a CPP line.
12589 (c-indent-command, c-tab-always-indent): Amend doc strings.
12590
12591 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12592 checks for user errors, thus eliminating cryptic and unhelpful
12593 Emacs error messages. (1) Check the arg to `c-set-style' is a
12594 string. (2) Check that settings to `c-offsets-alist' are not
12595 spuriously quoted.
12596
12597 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12598 which precedes the newly inserted `{'.
12599
12600 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12601
12602 Sync with Tramp 2.0.44.
12603
12604 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12605 function "tramp_file_attributes". Otherwise, file names
12606 containing spaces are misinterpreted. Reported by Magnus Henoch
12607 <mange@freemail.hu>.
12608 (tramp-handle-file-truename): FILENAME must be expanded first.
12609 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12610 obscure results. Reported by D. Goel <deego@gnufans.org>.
12611 (tramp-handle-verify-visited-file-modtime): If file does not
12612 exist, say it is not modified if and only if that agrees with the
12613 buffer's record. Check whether a file is visiting the buffer, or
12614 the buffer has no recorded last modification time. Return t in
12615 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12616 <teirllm@auburn.edu>.
12617 (tramp-handle-write-region): Pass modtime explicitely to
12618 `set-visited-file-modtime', because filename can be different
12619 from (buffer-file-name) if `file-precious-flag' is set.
12620 `set-visited-file-modtime' must be called always when `visit' is t
12621 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12622 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12623 nil, don't apply the whole body. If the file doesn't exists, set
12624 modtime to '(-1 65535). Suggested by Luc Teirlinck
12625 <teirllm@auburn.edu>.
12626
12627 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12628
12629 * help.el (describe-bindings): Doc fix.
12630
12631 * subr.el (kbd): Doc fix.
12632
12633 2004-08-08 John Paul Wallington <jpw@gnu.org>
12634
12635 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12636 instead of `string-to-int'.
12637 (define-ibuffer-column mode): Fix indentation.
12638
12639 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12640
12641 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12642
12643 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12644
12645 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12646
12647 * novice.el (disabled-command-function): New variable renamed from
12648 `disabled-command-hook'.
12649 (disabled-command-hook): Keep the _variable_ as alias for
12650 `disabled-command-function' and make obsolete.
12651 (disabled-command-function): Function renamed from
12652 `disabled-command-hook'. Adapt code to name change of the variable.
12653
12654 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12655
12656 * simple.el (completion-root-regexp): New defvar.
12657 (completion-setup-function): Use it instead of a literal string.
12658
12659 2004-08-07 John Paul Wallington <jpw@gnu.org>
12660
12661 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12662 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12663 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12664 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12665
12666 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12667
12668 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12669 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12670
12671 2004-08-04 Kenichi Handa <handa@m17n.org>
12672
12673 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12674 Fix previous change.
12675
12676 2004-08-03 Kenichi Handa <handa@m17n.org>
12677
12678 * international/encoded-kb.el: The following changes are to
12679 utilize key-translation-map instead of minor mode map.
12680 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12681 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12682 (encoded-kbd-last-key): New function.
12683 (encoded-kbd-iso2022-single-shift): New function.
12684 (encoded-kbd-iso2022-designation)
12685 (encoded-kbd-self-insert-iso2022-7bit)
12686 (encoded-kbd-self-insert-iso2022-8bit)
12687 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12688 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12689 key-translation-map.
12690 (encoded-kbd-setup-keymap): Setup key-translation-map.
12691 (saved-key-translation-map): New variable.
12692 (encoded-kbd-mode): Save/restore key-translation-map.
12693 Adjust for the change of encoded-kbd-setup-keymap.
12694
12695 2004-08-02 Kim F. Storm <storm@cua.dk>
12696
12697 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12698 and call compute-motion with nil for topos and width to get proper
12699 usable width and height for both window and non-window systems.
12700
12701 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12702 calculate usable window width and height.
12703
12704 * window.el (window-buffer-height): Call compute-motion with nil width.
12705
12706 2004-08-01 David Kastrup <dak@gnu.org>
12707
12708 * replace.el (query-replace-read-from):
12709 Use `query-replace-compile-replacement'.
12710 (query-replace-compile-replacement): New function.
12711 (query-replace-read-to): Use `query-replace-compile-replacement'
12712 for repeating the last command.
12713
12714 2004-08-01 John Paul Wallington <jpw@gnu.org>
12715
12716 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12717 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12718 (pr-switches): Remove period from end of error messages.
12719
12720 * help-mode.el (help-go-back): Likewise.
12721
12722 * abbrev.el (only-global-abbrevs): Doc fix.
12723 (edit-abbrevs-map): Define within defvar.
12724 (quietly-read-abbrev-file): Doc fix.
12725
12726 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12727
12728 * novice.el (enable-command, disable-command): Doc fixes.
12729
12730 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12731
12732 2004-07-30 Richard M. Stallman <rms@gnu.org>
12733
12734 * subr.el (with-local-quit): Doc fix.
12735
12736 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12737
12738 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12739
12740 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12741
12742 * custom.el (defcustom): Doc fix.
12743
12744 2004-07-28 Masatake YAMATO <jet@gyve.org>
12745
12746 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12747
12748 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12749
12750 * imenu.el (imenu-prev-index-position-function)
12751 (imenu-extract-index-name-function, imenu-name-lookup-function)
12752 (imenu--index-alist): Docstring redundancy fix.
12753
12754 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12755
12756 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12757 binding dired-backup-overwrite.
12758
12759 2004-07-25 John Paul Wallington <jpw@gnu.org>
12760
12761 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12762
12763 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12764
12765 * term/tty-colors.el (tty-color-approximate): Doc fix.
12766
12767 * select.el (x-get-selection, x-set-selection): Doc fixes.
12768
12769 * frame.el (make-frame): Doc fix.
12770
12771 2004-07-24 Richard M. Stallman <rms@gnu.org>
12772
12773 * mail/rmail.el (rmail-mime-charset-pattern):
12774 Don't include semicolon in the charset value.
12775
12776 * replace.el (occur-next-error): Call set-window-point.
12777 (occur-engine): Handle negative NLINES.
12778
12779 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12780
12781 * frame.el (modify-all-frames-parameters): Minor doc fix.
12782 (set-frame-configuration): Doc fix.
12783
12784 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12785
12786 * simple.el (completion-setup-function): Compute the common parts
12787 and the first difference place correctly when
12788 partial-completion-mode is on.
12789
12790 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12791
12792 * ps-print.el: Doc fix.
12793 (ps-print-version): New version 6.6.5.
12794 (ps-printing-region): Doc fix.
12795 (ps-generate-string-list): Comment fix.
12796 (ps-message-log-max): Code fix.
12797
12798 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12799
12800 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12801 generated PostScript.
12802
12803 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12804
12805 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12806 with Gnus v5_10 branch.)
12807
12808 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12809
12810 * calendar/time-date.el (time-to-number-of-days): New function.
12811 Imported from from Gnus.
12812
12813 2004-07-22 Kim F. Storm <storm@cua.dk>
12814
12815 * progmodes/make-mode.el: Fix comments.
12816
12817 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12818
12819 * printing.el: Doc fix.
12820
12821 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12822
12823 * frame.el (modify-all-frames-parameters): Minor doc fix.
12824
12825 2004-07-20 Richard M. Stallman <rms@gnu.org>
12826
12827 * textmodes/fill.el (fill-nobreak-p): If this break point is
12828 at the end of the line, don't consider the newline which follows
12829 as a reason to return t.
12830
12831 2004-07-19 John Paul Wallington <jpw@gnu.org>
12832
12833 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12834
12835 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12836
12837 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12838 Delete irrelevant code.
12839
12840 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12841
12842 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12843 New docstring. From Luc Teirlinck.
12844
12845 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12846
12847 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12848 section.
12849 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12850 non-file buffers. We know it is nil.
12851
12852 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12853
12854 Sync with Tramp 2.0.43.
12855
12856 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12857 Remove outdated comment.
12858 (tramp-locked, tramp-locker): New variables for implementing a
12859 global lock.
12860 (tramp-sh-file-name-handler): Use them to implement the global lock.
12861
12862 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12863
12864 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12865 calls to respective `xxx` calls.
12866 (tramp-process-alive-regexp): Precise doc string.
12867 (tramp-multi-action-process-alive): New defun.
12868 (tramp-multi-actions): Use it.
12869 (tramp-handle-find-backup-file-name): `copy-tree' is available
12870 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12871 in order to avoid this function.
12872 (tramp-handle-write-region): Set current buffer. If connection
12873 wasn't open, `file-modes' has changed it accidently. Reported by
12874 David Kastrup <dak@gnu.org>.
12875 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12876 HOST.
12877 (tramp-action-password, tramp-multi-action-password): Apply it.
12878 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12879 name must still contain the port number. Otherwise, we have two
12880 Tramp buffers, with all the confusion. Reported by Myron Selby
12881 <myron@xytech.com> and Rolf Dubitzky
12882 <Dubitzky@physi.uni-heidelberg.de>.
12883
12884 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12885 HOST to `tramp-enter-passwd'.
12886
12887 * net/tramp-vc.el (all): Code cleanup. Change all
12888 `tramp-handle-xxx' calls to respective `xxx` calls.
12889
12890 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12891
12892 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12893 functions that are not erroneous if either 1-valued or
12894 multi-valued. Detect functions in this class.
12895 (testcover-1value-functions, testcover-compose-functions)
12896 (testcover-progn-functions) Add some additional functions to lists.
12897 (testcover-mark): Bugfix when marking up the definition for an
12898 empty function.
12899
12900 2004-07-17 Richard M. Stallman <rms@gnu.org>
12901
12902 * replace.el (occur-read-primary-args): Pass default to
12903 read-from-minibuffer.
12904
12905 * mail/footnote.el (footnote-section-tag): Use defcustom.
12906
12907 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12908 Compile font-lock-keywords, not KEYWORDS.
12909 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12910 Add warn, check-type. Handle cerror like error.
12911
12912 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12913
12914 * progmodes/which-func.el (which-func-keymap): New var.
12915 (which-func-face): New face.
12916 (which-func-format): Use them.
12917
12918 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12919
12920 * buff-menu.el (list-buffers-noselect): Append the buffer's
12921 process status to its mode name.
12922
12923 2004-07-16 Kim F. Storm <storm@cua.dk>
12924
12925 * simple.el (inhibit-mark-movement): New defvar.
12926 (beginning-of-buffer, end-of-buffer): Do not push mark if
12927 inhibit-mark-movement is non-nil or C-u prefix is given.
12928
12929 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12930 Init to beginning-of-buffer and end-of-buffer.
12931 (cua--undo-push-mark): New defvar.
12932 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12933 already active and command is in cua--preserve-mark-commands.
12934 Also fix check for shift modifier on non-window systems.
12935 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12936
12937 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12938
12939 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12940 of two integers, instead of a cons.
12941
12942 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12943 `visited-file-modtime' now returns a list of two integers, instead
12944 of a cons.
12945
12946 * dired.el (dired-directory-changed-p): Ditto.
12947
12948 * progmodes/grep.el (grep): Doc fix.
12949
12950 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12951
12952 * autorevert.el (auto-revert-tail-mode)
12953 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12954 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12955 in both at the same time.
12956 (auto-revert-tail-mode): New command.
12957 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12958 (auto-revert-handler): Revert only either tail or whole file.
12959
12960 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12961 add auto-revert-tail-mode.
12962
12963 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12964
12965 * printing.el: Doc fix. Change name of some funs.
12966 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12967 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12968 (pr-standard-file-name): New fun. Replace pr-standard-path.
12969 (pr-call-process): Code fix.
12970
12971 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12972
12973 * subr.el (with-selected-window): Doc fix.
12974
12975 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12976
12977 * subr.el (get-buffer-window-list): Doc fix.
12978
12979 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12980
12981 * files.el (switch-to-buffer-other-window): Doc fix.
12982
12983 * window.el (save-selected-window, one-window-p)
12984 (split-window-keep-point, split-window-vertically)
12985 (split-window-horizontally): Doc fixes.
12986
12987 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12988
12989 * printing.el: Doc fix. Now it uses call-process instead of
12990 shell-command for low command execution.
12991 (pr-version): New version number (6.8).
12992 (pr-shell-file-name): Option removed.
12993 (pr-shell-command): Fun removed.
12994 (pr-call-process): New fun. Replace pr-shell-command.
12995 (pr-standard-path, pr-remove-nil-from-list): New funs.
12996 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12997 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12998 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12999 (pr-ps-utility-process, pr-txt-print): Code fix.
13000
13001 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13002
13003 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13004 boolean.
13005
13006 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13007
13008 * wid-edit.el (widget-field-buffer): Doc fix.
13009
13010 2004-07-09 John Paul Wallington <jpw@gnu.org>
13011
13012 * emacs-lisp/re-builder.el (reb-update-overlays):
13013 Distinguish between one and several matches in message.
13014
13015 2004-07-09 Richard M. Stallman <rms@gnu.org>
13016
13017 * mouse.el (mouse-set-region-1): If transient-mark-mode
13018 is `identity', change it to `only'.
13019
13020 * simple.el (current-word): Doc fix.
13021
13022 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13023
13024 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13025 so that it is more understanding of whitespace.
13026
13027 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13028 (("ns" . "element") (attr-list) children) instead of
13029 ((:ns . "element") (attr-list) children) in order to reduce the
13030 number of symbols used.
13031 (xml-skip-dtd): Change to use xml-parse-dtd but set
13032 xml-validating-parsing to nil.
13033 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13034 (xml-substitute-entity): Remove in favor of new entity substitution.
13035 (xml-substitute-special): Rewrite in to substitute complex
13036 entities from DOCTYPE declarations.
13037 (xml-parse-fragment): Parse fragments from entity deleclarations.
13038 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13039 (xml-parse-dtd, xml-substitute-special): Make validity checks
13040 conditioned on xml-validating-parser. Add "Not Well Formed" to
13041 error messages about well-formedness.
13042
13043 2004-07-08 Steven Tamm <steventamm@mac.com>
13044
13045 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13046 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13047 Do not treat double clicks and triple clicks specially in the
13048 scroll bar (preventing strange repositioning problems)
13049
13050 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13051
13052 * replace.el (query-replace-regexp-eval): Fix last change.
13053
13054 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13055
13056 * replace.el (query-replace-descr): New fun.
13057 (query-replace-read-from, query-replace-read-args): Default to the
13058 previous from&to.
13059 (query-replace-read-to): Quote the `from' string when displaying it.
13060 (query-replace-regexp-eval): Immediately check read-only status.
13061 Use query-replace-read-from to get the \n checking.
13062 Quote the `from' string when displaying it.
13063 (map-query-replace-regexp, occur-read-primary-args):
13064 Quote the `from' string when displaying it.
13065
13066 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13067 delimited-ness of the search to query-replace.
13068
13069 * replace.el (query-replace-read-from, query-replace-read-to):
13070 New funs extracted from query-replace-read-args.
13071 (query-replace-read-args): Use them.
13072
13073 * replace.el (query-replace-interactive, query-replace-read-args):
13074 Remove the `initial' special value.
13075 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13076 (occur-engine): Remove unused var `matchend'.
13077
13078 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13079 Use the search string without prompting.
13080
13081 2004-07-05 Kenichi Handa <handa@m17n.org>
13082
13083 * international/mule.el (decode-coding-inserted-region):
13084 Set last-coding-system-used only when coding is nil.
13085
13086 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13087
13088 * progmodes/grep.el (grep-compute-defaults, grep-command)
13089 (grep-program, find-program, grep-find-use-xargs, grep-history)
13090 (grep-find-history, grep-tag-default, grep-find-command)
13091 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13092 Add autoload cookies, for unbundled packages that load `compile'
13093 and expect all grep-related symbols to become defined.
13094
13095 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13096
13097 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13098 (iimage-mode-image-search-path): New user option to search the
13099 image file.
13100 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13101 have locate-file.
13102 (iimage-mode-buffer): Use it.
13103
13104 2004-07-03 Nick Roberts <nickrob@gnu.org>
13105
13106 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13107 carefully.
13108 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13109
13110 2004-07-03 Juri Linkov <juri@jurta.org>
13111
13112 * replace.el (query-replace-read-args): Swallow space after 'foo,
13113 not after (quote foo). Match space only immediately after symbol,
13114 not anywhere in the whole string.
13115
13116 2004-07-02 Richard M. Stallman <rms@gnu.org>
13117
13118 * replace.el (query-replace-read-args): Swallow space after
13119 symbols, not after closeparens. But avoid error if string ends there.
13120
13121 * progmodes/python.el (python-beginning-of-statement):
13122 Exit the loop if backward-up-list gets error.
13123
13124 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13125
13126 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13127
13128 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13129 only if vc-consult-headers is non-nil.
13130
13131 2004-07-02 Juri Linkov <juri@jurta.org>
13132
13133 * pcvs.el (cvs-mode-diff-repository): New command.
13134
13135 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13136
13137 2004-07-01 Juri Linkov <juri@jurta.org>
13138
13139 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13140 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13141 C-M-% to isearch-query-replace-regexp.
13142 (minibuffer-local-isearch-map): Add arrow key bindings.
13143 Bind C-f to isearch-yank-char-in-minibuffer.
13144 (isearch-forward): Doc fix.
13145 (isearch-edit-string): Doc fix.
13146 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13147 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13148 (isearch-yank-char): Add optional arg.
13149 (isearch-yank-char-in-minibuffer): New fun.
13150
13151 * replace.el (query-replace-interactive): Change type from boolean
13152 to choice. Add value `initial'.
13153 (query-replace-read-args): Handle value `initial' of
13154 query-replace-interactive.
13155
13156 2004-06-29 Kim F. Storm <storm@cua.dk>
13157
13158 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13159 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13160
13161 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13162 Add :group 'ada.
13163
13164 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13165
13166 2004-06-29 Juri Linkov <juri@jurta.org>
13167
13168 * replace.el (query-replace-read-args): Swallow a space after
13169 everything except )]" which in most cases means after a symbol.
13170
13171 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13172
13173 2004-06-28 Richard M. Stallman <rms@gnu.org>
13174
13175 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13176 More changes to go with previous change in font-lock.el.
13177
13178 2004-06-26 David Kastrup <dak@gnu.org>
13179
13180 * replace.el (perform-replace): Highlight the match even in
13181 non-query mode if there is potential replace string editing.
13182
13183 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13184
13185 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13186 agree with new return value of `file-remote-p'.
13187 This syncs with Tramp 2.0.42.
13188
13189 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13190 according to new documentation of `file-remote-p'.
13191
13192 * files.el (file-remote-p): Fix doc to say that return value is
13193 identification of remote system, if not nil.
13194 (file-relative-name): Use new return value of `file-remote-p'.
13195
13196 2004-06-26 Nick Roberts <nickrob@gnu.org>
13197
13198 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13199 (gdb-goto-breakpoint): Fix breakage.
13200
13201 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13202
13203 * man.el (Man-getpage-in-background): Add windows-nt to the list
13204 of systems where shell-file-name should be used instead of
13205 literal "sh".
13206
13207 2004-06-25 Sam Steingold <sds@gnu.org>
13208
13209 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13210 function names `(setf symbol)'.
13211
13212 2004-06-24 Richard M. Stallman <rms@gnu.org>
13213
13214 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13215
13216 * font-lock.el (font-lock-keywords): Change format of compiled values.
13217 Document it.
13218 (font-lock-add-keywords): If font-lock-keywords is compiled,
13219 extract the uncompiled version, modify, then recompile.
13220 (font-lock-remove-keywords): Likewise.
13221 (font-lock-fontify-keywords-region): Handle changed format.
13222 (font-lock-compile-keywords): Handle changed format.
13223 (font-lock-set-defaults): Compile the keywords explicitly here.
13224
13225 2004-06-24 David Kastrup <dak@gnu.org>
13226
13227 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13228 replacements here.
13229 (query-replace-regexp): Doc string explaining this and the new
13230 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13231 is better placed in `query-replace-read-args'.
13232 (replace-regexp): Explain `\,', `\#' and `\?'.
13233 (replace-match-data): New function for thorough reuse/destruction
13234 of old match-data.
13235 (replace-match-maybe-edit): Function for implementing `\?' editing.
13236 (perform-replace): Fix maintaining of the match stack including
13237 already matched regions, implement `\?', fix various problems
13238 with regions while editing and other stuff.
13239 (replace-highlight): Simplify.
13240
13241 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13242
13243 * progmodes/grep.el (grep-error-screen-columns): New variable.
13244 (grep-regexp-alist): Give it the full functionality of gnu style
13245 compilation messages with line and column ranges. Ask me for the
13246 perl script I'm working on, that uses these.
13247
13248 2004-06-23 Nick Roberts <nickrob@gnu.org>
13249
13250 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13251 Remove.
13252 (comint-insert-input, comint-mouse-insert-input): New functions
13253 based on comint-insert-clicked-input for two bindings but just
13254 one functionality.
13255
13256 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13257
13258 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13259
13260 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13261
13262 * files.el (write-contents-functions): Doc fix.
13263
13264 2004-06-21 Juanma Barranquero <lektu@terra.es>
13265
13266 * image.el (image-library-alist): Rewrite docstring in active voice.
13267
13268 2004-06-20 Richard M. Stallman <rms@gnu.org>
13269
13270 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13271
13272 * isearch.el (isearch-repeat): Avoid testing old match data.
13273 (isearch-message): Display trailing space in special font
13274 when search is failing.
13275 (isearch-search-fun-function): Doc fix.
13276
13277 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13278
13279 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13280
13281 * frame.el (show-trailing-whitespace): Doc fix.
13282
13283 * cus-edit.el (custom-variable-documentation): New function.
13284 (custom-variable): Use it.
13285
13286 2004-06-19 Nick Roberts <nickrob@gnu.org>
13287
13288 * man.el (Man-getpage-in-background): Revert previous change but
13289 make cygwin a special case.
13290
13291 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13292
13293 * autorevert.el (global-auto-revert-non-file-buffers):
13294 Update docstring.
13295
13296 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13297
13298 * progmodes/compile.el (compilation-error-properties): Store one
13299 more than end-col, if present, so that transient-mark-mode will
13300 highlight last char too.
13301 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13302 ranges, if present.
13303
13304 2004-06-18 Jason Rumney <jasonr@gnu.org>
13305
13306 * makefile.w32-in: Double percent signs in for loops.
13307
13308 2004-06-17 David Kastrup <dak@gnu.org>
13309
13310 * replace.el (query-replace-read-args): Only warn about use of \n
13311 and \t when we are doing a regexp replacement and the actual
13312 escaped character is n or t.
13313 (query-replace-regexp): Add \, and \# interpretation to
13314 interactive call and document it.
13315 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13316 as shortkey for replace-count.
13317 (replace-quote): New function for doubling backslashes.
13318
13319 2004-06-17 Juanma Barranquero <lektu@terra.es>
13320
13321 * files.el (parse-colon-path, cd): Mention in docstring that the
13322 path separator is colon in GNU-like systems.
13323
13324 * newcomment.el (comment-region-internal): Fix docstring.
13325
13326 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13327 (ewoc-invalidate, ewoc-collect): Doc fixes.
13328 (ewoc--create-node, ewoc--delete-node-internal):
13329 Fix typos in docstring.
13330
13331 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13332
13333 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13334 manual to docstring.
13335
13336 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13337
13338 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13339
13340 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13341
13342 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13343 Add hyperlink to emacs-xtra manual to docstring.
13344
13345 * autorevert.el (global-auto-revert-non-file-buffers):
13346 Add hyperlink to emacs-xtra manual to docstring, as well as an
13347 info-link.
13348
13349 2004-06-14 Juanma Barranquero <lektu@terra.es>
13350
13351 * image.el (image-library-alist): New variable to map image types
13352 to external libraries. Initialized to nil, unless system-specific
13353 configs change it.
13354 (image-type-available-p): Determine whether an image type is
13355 available by calling `init-image-library'.
13356
13357 * term/w32-win.el (image-library-alist): Initialize to a known set
13358 of probable library names.
13359
13360 2004-06-14 Kenichi Handa <handa@m17n.org>
13361
13362 * international/code-pages.el (windows-1256, cp1125): Fix tables
13363 for several characters.
13364
13365 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13366
13367 2004-06-13 Richard M. Stallman <rms@gnu.org>
13368
13369 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13370
13371 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13372 not "`pc-selection-mode'".
13373
13374 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13375
13376 * simple.el (previous-matching-history-element): Specify a default.
13377
13378 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13379
13380 * cus-face.el (custom-declare-face): Simplify code.
13381
13382 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13383
13384 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13385
13386 * files.el (before-save-hook): Add `time-stamp' to the options.
13387
13388 * time-stamp.el (time-stamp): Recommend adding it to
13389 `before-save-hook', rather than `write-file-functions'.
13390 Make a similar change in `Commentary' section.
13391
13392 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13393
13394 * diff-mode.el (diff-current-defun): If at start of hunk, use
13395 position of first change.
13396
13397 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13398
13399 * dired-x.el (dired-mark-omitted): Bind to "*O".
13400
13401 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13402
13403 * bookmark.el (bookmark-bmenu-relocate): New function, as
13404 suggested by David J. Biesack <David.Biesack@sas.com>.
13405 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13406 (bookmark-bmenu-mode): Describe binding in doc string.
13407 (bookmark-set-filename): Save the bookmark list if it's time.
13408
13409 2004-06-13 Kenichi Handa <handa@m17n.org>
13410
13411 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13412 (ccl-untranslated-to-ucs): Fix typo.
13413
13414 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13415
13416 * progmodes/python.el (python-open-block-statement-p):
13417 Fix indentation after a block opening that contains a comment.
13418
13419 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13420
13421 * bindings.el (completion-ignored-extensions): Add file extensions
13422 of Python byte-compiled files.
13423
13424 2004-06-12 Juri Linkov <juri@jurta.org>
13425
13426 * info.el (Info-goto-node): Add autoload.
13427 (Info-toc): Add substring-no-properties on Info file name.
13428 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13429 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13430
13431 2004-06-12 Kenichi Handa <handa@m17n.org>
13432
13433 * international/mule-cmds.el (set-language-environment):
13434 Load subst tables if necessary.
13435
13436 * international/mule.el (decode-char): Load subst tables if necessary.
13437 (encode-char): Likewise.
13438
13439 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13440 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13441 (utf-16le-decode-loop): Set r5 to -1 before loop.
13442 (utf-16be-decode-loop): Likewise.
13443 (ccl-decode-mule-utf-16le): Add EOF processing block.
13444 (ccl-decode-mule-utf-16be): Likewise.
13445 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13446 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13447 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13448 (ccl-mule-utf-16-encode-untrans): New CCL.
13449 (utf-16-decode-to-ucs): Handle pre-read character.
13450 (utf-16le-encode-loop): Handle surrogate pair.
13451 (utf-16be-encode-loop): Likewise.
13452 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13453 of utf-16le-encode-loop.
13454 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13455 of utf-16be-encode-loop.
13456 (mule-utf-16-post-read-conversion):
13457 Call utf-8-post-read-conversion at first.
13458 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13459 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13460 Add post-read-conversion and pre-write-conversion.
13461
13462 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13463 (utf-translate-cjk-unicode-range): New variable.
13464 (utf-translate-cjk-load-tables): New function.
13465 (utf-lookup-subst-table-for-decode): New function.
13466 (utf-lookup-subst-table-for-encode): New function.
13467 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13468 tables here. Update safe-charsets of utf-* coding systems.
13469 (ccl-mule-utf-untrans): New CCL.
13470 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13471 at end of each branch.
13472 (ccl-mule-utf-8-encode-untrans): New CCL.
13473 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13474 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13475 length of encoding. Don't return r0.
13476 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13477 (utf-8-post-read-conversion): Narrow to region properly.
13478 If utf-translate-cjk-mode is on, load tables if necessary.
13479 Call utf-8-compose with hash-table arg if necessary.
13480 Call XXX-compose-region instead of XXX-post-read-convesion.
13481 (utf-8-pre-write-conversion): New function.
13482 (mule-utf-8): Include CJK charsets in safe-charsets if
13483 utf-translate-cjk-mode is on. Add pre-write-conversion.
13484
13485 * international/characters.el: Temporarily set
13486 utf-translate-cjk-mode to nil.
13487
13488 * language/devan-util.el (devanagari-compose-region):
13489 Add autoload cookie.
13490
13491 * international/ccl.el (ccl-dump-call): Fix printing the
13492 subroutine name.
13493
13494 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13495
13496 * dired.el (dired-revert): If buffer is marked unmodified before
13497 reverting, keep it marked unmodified.
13498 Adapt to new conventions for commenting out code.
13499 (dired-make-relative): Adapt to new conventions for commenting out code.
13500
13501 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13502
13503 * eshell/esh-module.el (eshell-load-defgroups):
13504 Bind `vc-handled-backends' to nil when opening files.
13505
13506 2004-06-11 Juanma Barranquero <lektu@terra.es>
13507
13508 * files.el (parse-colon-path, cd): Doc fixes (refer to
13509 `path-separator', not colon).
13510
13511 2004-06-10 Juanma Barranquero <lektu@terra.es>
13512
13513 * newcomment.el (comment-search-forward)
13514 (comment-search-backward): Fix typos in docstring.
13515 (comment-region): Doc fix.
13516
13517 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13518
13519 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13520 switch is no longer stored in `dired-switches-alist'.
13521
13522 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13523 `dired-switches-alist'.
13524
13525 2004-06-10 Kim F. Storm <storm@cua.dk>
13526
13527 * pcvs.el (cvs-mode-diff-yesterday): New command.
13528
13529 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13530
13531 2004-06-10 Juri Linkov <juri@jurta.org>
13532
13533 * emacs-lisp/edebug.el (edebug-eval-defun):
13534 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13535 Fix docstring.
13536
13537 * simple.el (eval-expression-print-format): Don't print additional
13538 information on the first call to `eval-print-last-sexp'.
13539 (next-error-find-buffer): Fix punctuation.
13540 (killing) <defgroup>: Fix punctuation.
13541 (yank-excluded-properties): Change group from editing to killing.
13542
13543 * replace.el (perform-replace): Use `limit' to terminate the
13544 while-loop explicitly.
13545
13546 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13547
13548 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13549 Use lc-*.xpm as prefix instead of *-locol.xpm.
13550
13551 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13552 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13553 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13554 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13555 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13556 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13557 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13558 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13559 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13560 * toolbar/lc-up_arrow.xpm:
13561 Rename from *-locol.xpm.
13562
13563 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13564
13565 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13566 include forms like &<str>; as valid url patterns.
13567
13568 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13569
13570 * dired.el (dired-diff, dired-backup-diff)
13571 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13572 (dired-do-chown, dired-do-touch, dired-do-print)
13573 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13574 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13575 (dired-create-directory, dired-do-copy, dired-do-symlink)
13576 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13577 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13578 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13579 (dired-maybe-insert-subdir, dired-next-subdir)
13580 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13581 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13582 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13583 (dired-run-shell-command, dired-query): Remove redundant,
13584 or incorrect, autoloads.
13585
13586 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13587 does not end in a slash. Add optional argument KILL-ROOT.
13588 Update docstring.
13589 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13590 (dired-query): Add autoloads.
13591
13592 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13593
13594 * progmodes/compile.el (compilation-set-window-height):
13595 Rearrange the save-* functions because a buffer can have several current
13596 point in different windows.
13597 (compilation-error-regexp-alist-alist): Recognize {standard input}
13598 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13599
13600 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13601
13602 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13603 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13604 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13605 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13606 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13607 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13608 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13609 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13610 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13611 * toolbar/up_arrow-locol.xpm:
13612 New versions of icons that uses fewer colors.
13613
13614 * toolbar/tool-bar.el (tool-bar-local-item)
13615 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13616 if display-color-cells is 256 or less.
13617
13618 2004-06-08 Kim F. Storm <storm@cua.dk>
13619
13620 * wid-edit.el (widget-specify-button): Use hand pointer rather
13621 than mouse-face as visible mouse-over effect.
13622
13623 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13624
13625 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13626 and `print-level' to nil when writing out `save-place-alist'.
13627 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13628
13629 2004-06-07 Juanma Barranquero <lektu@terra.es>
13630
13631 * completion.el (completion-kill-region): Doc fix.
13632
13633 * format.el (format-insert-annotations)
13634 (format-annotate-location): Doc fixes.
13635 (format-subtract-regions): Make arguments match their use in docstring.
13636
13637 * simple.el (kill-region): Doc fix.
13638
13639 * subr.el (insert-buffer-substring-no-properties)
13640 (insert-buffer-substring-as-yank): Doc fixes.
13641
13642 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13643
13644 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13645 Update docstring.
13646 (dired-reset-subdir-switches): New function.
13647
13648 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13649 Limit scope of `buffer-read-only' binding.
13650
13651 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13652
13653 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13654 eshell-explicit-command-char.
13655
13656 2004-06-06 Juanma Barranquero <lektu@terra.es>
13657
13658 * help-fns.el (help-argument-name): Inherit from italic face only
13659 if the frame supports it.
13660
13661 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13662
13663 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13664 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13665 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13666 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13667 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13668 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13669 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13670 New conversions from xpm files.
13671
13672 * toolbar/README: New file.
13673
13674 2004-06-06 Richard M. Stallman <rms@gnu.org>
13675
13676 * isearch.el (isearch-mode-map): Undo previous change.
13677
13678 2004-06-05 Juri Linkov <juri@jurta.org>
13679
13680 * bindings.el (debug-ignored-errors): Add regexps for history
13681 related messages. Remove $ from "No further undo information".
13682 Move Ediff's messages to ediff.el.
13683
13684 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13685
13686 * cus-edit.el (custom-display): Add `min-colors'.
13687
13688 * custom.el (defface): Add `supports' to docstring.
13689
13690 * help-fns.el (help-argument-name): Add :group 'help.
13691
13692 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13693
13694 * find-dired.el (find-ls-subdir-switches): New user option.
13695 (find-dired): No longer call `abbreviate-file-name' on DIR.
13696 Set `dired-subdir-switches' buffer-locally.
13697
13698 * locate.el: Merge the two `Commentary' sections.
13699 (locate-ls-subdir-switches): New user option.
13700 (locate): Update for other changes.
13701 (locate-mode-map): Restore Dired binding for mouse-2.
13702 Bind `locate-mouse-view-file' to M-mouse-2.
13703 Bind `l' to `locate-do-redisplay'.
13704 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13705 (locate-mouse-view-file, locate-tags, locate-find-directory):
13706 Print message if used outside main listing.
13707 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13708 Various changes to support inserted subdirectories.
13709 (locate-insert-header): Change header of *Locate* buffer.
13710
13711 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13712 Change interactive default switches.
13713 (dired-rename-subdir-2): Update `dired-switches-alist'.
13714 (dired-insert-subdir, dired-kill-subdir):
13715 Handle `dired-switches-alist'. Do not mark buffer modified.
13716 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13717 (dired-insert-subdir-doinsert): Omit messages.
13718 Handle `dired-subdir-switches'.
13719 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13720
13721 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13722 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13723 subdirs if -R switch is used for a subdir.
13724 (dired-mode): Set `dired-switches-alist'.
13725 (dired-build-subdir-alist): Only print number of directories in
13726 echo area when invoked interactively.
13727
13728 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13729
13730 * dired-x.el (dired-omit-mode): Rename from
13731 dired-omit-files-p. Use define-minor-mode to define it.
13732 (dired-omit-files-p): Add as alias for dired-omit-mode.
13733 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13734 dired-mark-omitted.
13735 (dired-mark-omitted): Add. Bind to M-O.
13736
13737 2004-06-05 Kenichi Handa <handa@m17n.org>
13738
13739 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13740
13741 2004-06-05 Juanma Barranquero <lektu@terra.es>
13742
13743 * help-fns.el (help-argument-name): Reintroduce face.
13744 (help-default-arg-highlight): Use it, now that
13745 `face-differs-from-default-p' can be trusted.
13746
13747 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13748
13749 * textmodes/table.el: Sentence commands added to Point Motion
13750 group; kill and backward-kill commands added to Extraction group.
13751
13752 2004-06-04 Mario Lang <mlang@delysid.org>
13753
13754 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13755 systems appear to use mW, make the code handle this. Fix a
13756 division-by-zero bug while at it, and handle kernels with
13757 a slightly different layout in /proc/acpi.
13758
13759 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13760
13761 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13762 because the latter is a CL-ism. This fixes the bug reported by
13763 Shawn Boyette <mdxi@collapsar.net> in
13764 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13765
13766 2004-06-04 Miles Bader <miles@gnu.org>
13767
13768 * faces.el (display-supports-face-attributes-p): Function moved to
13769 C code. Previously only the tty-related portion of this function
13770 was done in C; however the previous attempt to do a halfway-proper
13771 job for non-tty displays in lisp didn't work properly because of
13772 funny conditions during Emacs startup.
13773 (face-differs-from-default-p): Simplify, now that
13774 display-supports-face-attributes-p works properly on all display
13775 types. Remove :stipple from comparison; it doesn't really work
13776 in emacs anyway.
13777
13778 2004-06-04 Miles Bader <miles@gnu.org>
13779
13780 * faces.el (face-differs-from-default-p): Use a different
13781 implementation, so we can really check whether FACE displays
13782 differently or not.
13783
13784 2004-06-04 Miles Bader <miles@gnu.org>
13785
13786 * faces.el (display-supports-face-attributes-p): Implement a
13787 `different from default' check for non-tty displays.
13788
13789 2004-06-03 David Kastrup <dak@gnu.org>
13790
13791 * woman.el (woman-mapcan): More concise code.
13792 (woman-topic-all-completions, woman-topic-all-completions-1)
13793 (woman-topic-all-completions-merge): Replace by a simpler and
13794 much faster implementation based on O(n log n) sort/merge instead
13795 of the old O(n^2) behavior.
13796
13797 2004-06-03 Miles Bader <miles@gnu.org>
13798
13799 * subr.el (read-number): Use canonical format for default in prompt.
13800
13801 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13802 Add regexp for " [...]" style defaults.
13803
13804 2004-06-02 Romain Francoise <romain@orebokech.com>
13805
13806 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13807 groups: if the user asks for a hidden buffer, open the
13808 corresponding filter group to expose it.
13809
13810 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13811 `ibuffer-jump-to-buffer'.
13812 (ibuffer-jump-offer-only-visible-buffers): New user option.
13813
13814 2004-06-02 Juanma Barranquero <lektu@terra.es>
13815
13816 * faces.el (frame-update-faces): Add empty docstring so the one
13817 for `ignore' doesn't show through.
13818
13819 * subr.el (process-kill-without-query): Remove spurious "\n" on
13820 obsolescence string.
13821 (focus-frame, unfocus-frame): Add obsolescence declaration and
13822 empty docstring.
13823
13824 * international/mule.el (register-char-codings): Make alias for
13825 `ignore'. Move docstring to obsolescence info and remove redundancy.
13826
13827 2004-06-02 Kim F. Storm <storm@cua.dk>
13828
13829 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13830 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13831
13832 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13833
13834 * comint.el (comint-replace-by-expanded-history-before-point):
13835 Obey `start' as the docstring says.
13836 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13837 (comint-update-fence): Prevent font-lock from running unnecessarily.
13838 (comint-dynamic-list-completions): Use with-current-buffer.
13839
13840 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13841
13842 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13843 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13844 (bibtex-entry-update): Handle alternatives and optional fields.
13845 (bibtex-parse-entry): Bugfix, handle empty key.
13846
13847 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13848
13849 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13850
13851 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13852
13853 * desktop.el (desktop-save): Don't save minor modes without a
13854 known mode initialization function.
13855
13856 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13857
13858 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13859
13860 * autorevert.el: Update `Commentary' section.
13861
13862 2004-05-30 Juanma Barranquero <lektu@terra.es>
13863
13864 * dos-fns.el (convert-standard-filename):
13865 * files.el (convert-standard-filename):
13866 * w32-fns.el (convert-standard-filename):
13867 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13868
13869 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13870
13871 Sync with Tramp.
13872
13873 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13874 (tramp-let-maybe): Move to an earlier spot in the file.
13875 Patch by Andreas Schwab.
13876
13877 2004-05-30 Andreas Schwab <schwab@suse.de>
13878
13879 * dired.el (dired-get-filename): Don't use dired-re-dot.
13880
13881 2004-05-30 Richard M. Stallman <rms@gnu.org>
13882
13883 * files.el (find-file): Doc fix.
13884
13885 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13886
13887 2004-05-30 Nick Roberts <nickrob@gnu.org>
13888
13889 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13890 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13891 modeline of the locals buffer.
13892 (gdb-goto-breakpoint): Handle gdbmi.
13893 (gdb-get-frame-number): Change for gdbmi.
13894
13895 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13896
13897 * files.el (file-remote-p): Apply file name handler for operation
13898 `file-remote-p'. It isn' a property any longer.
13899 (file-relative-name): `fh' and `fd' get the required value via
13900 `find-file-name-handler' already.
13901
13902 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13903 (top): Remove setting of `file-remote-p' property for
13904 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13905
13906 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13907
13908 Version 2.0.41 of Tramp released.
13909
13910 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13911 Throw away if process has died.
13912 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13913 (tramp-out-of-band-prompt-regexp): Rename to
13914 `tramp-process-alive-regexp', because its usage is widen.
13915 (tramp-actions-copy-out-of-band): Apply it.
13916 (tramp-actions-before-shell, tramp-multi-actions):
13917 Add `tramp-action-process-alive' action.
13918 (tramp-action-process-alive): New defun.
13919 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13920 Add entry for `file-remote-p'.
13921 (tramp-handle-file-remote-p): New defun.
13922 (top): Remove setting of `file-remote-p'. Don't set
13923 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13924
13925 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13926 `file-remote-p'.
13927
13928 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13929 counted for (last) line. [They should or they shouldn't? --Stef]
13930 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13931
13932 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13933
13934 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13935 not really necessary but seems to keep the shell history smaller
13936 in some cases. It is no substitute for setting HISTFILE and
13937 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13938 though. Suggested by Luc Teirlinck.
13939 (tramp-open-connection-setup-interactive-shell): Export variables
13940 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13941 (tramp-set-process-query-on-exit-flag): New compat function.
13942 (tramp-open-connection-multi, tramp-open-connection-su)
13943 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13944 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13945 (tramp-let-maybe): New macro, let-binds a variable only if it
13946 isn't obsolete.
13947 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13948 (tramp-handle-file-truename): Use it.
13949 (tramp-completion-file-name-regexp-unified): Avoid matching
13950 filenames starting with "/:" -- those are reserved for
13951 file-name-non-special.
13952
13953 * tramp-smb.el (tramp-smb-open-connection):
13954 Use tramp-set-process-query-on-exit-flag compat function.
13955
13956 2004-05-29 Richard M. Stallman <rms@gnu.org>
13957
13958 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13959
13960 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13961 (eval-last-sexp-print-value): Print char equivalent regardless
13962 of standard-output value.
13963
13964 * thumbs.el (thumbs-subst-char-in-string): Delete.
13965 (thumbs-thumbname): Use subst-char-in-string.
13966 (thumbs-resize-image): Use condition-case, not ignore-errors.
13967 (thumbs-kill-buffer): Likewise.
13968
13969 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13970 (thumbs-mode): Make buffer read-only.
13971 (thumbs-make-thumb): Unconditionally accept an existing file.
13972 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13973 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13974 (thumbs-show-thumbs-list): Error if images not supported.
13975 (thumbs-save-current-image): Improve prompt string.
13976 (thumbs-mode-map): Define u, R, x.
13977 (thumbs-unmark): New command.
13978 (thumbs-emboss-image): Minor cleanup.
13979 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13980 (thumbs-rename-images): New command.
13981 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13982
13983 * thumbs.el (thumbs-current-image): New function.
13984 (thumbs-file-list, thumbs-file-alist): New functions.
13985 (thumbs-find-image): Delete arg L.
13986 Don't set up thumbs-fileL as buffer-local global var.
13987 (thumbs-find-image-at-point): Use thumbs-current-image.
13988 (thumbs-set-image-at-point-to-root-window): Likewise.
13989 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13990 Record and warn about errors. Update thumbs-markedL for deletions.
13991 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13992 (thumbs-redraw-buffer): Use thumbs-file-list.
13993 (thumbs-mark): Use thumbs-current-image.
13994 (thumbs-show-name): Use thumbs-current-image.
13995
13996 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13997 and imenu--last-menubar-index-alist.
13998
13999 * subr.el (with-selected-window): Undo previous change.
14000
14001 2004-05-29 John Paul Wallington <jpw@gnu.org>
14002
14003 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14004 (thumbs-mouse-find-image): New command.
14005 (thumbs-mode-map): Bind it to mouse-2.
14006 (thumbs-mode): Make mode-class special.
14007 (thumbs-view-image-mode): Likewise.
14008
14009 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14010
14011 * flymake.el: New file.
14012
14013 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14014
14015 * files.el (find-file-noselect-1): Do not bind
14016 `inhibit-read-only' to t during execution of
14017 `find-file-not-found-functions'.
14018
14019 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14020
14021 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14022 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14023
14024 2004-05-28 Juri Linkov <juri@jurta.org>
14025
14026 * simple.el (eval-expression-print-format): New fun.
14027
14028 * simple.el (eval-expression):
14029 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14030 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14031 (edebug-eval-expression): Print additionally the value returned by
14032 `eval-expression-print-format'.
14033
14034 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14035 (insert-pair): Make arguments optional. Find character pair
14036 from `insert-pair-alist' according to the last input event.
14037 (insert-parentheses): Make arguments optional.
14038 (raise-sexp, delete-pair): New funs.
14039
14040 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14041 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14042 Bind C-M-q to `indent-pp-sexp'.
14043
14044 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14045 `pp-to-string' modified to be able to format text with newlines.
14046 (pp-to-string): Move the buffer-formatting part of the code to
14047 `pp-buffer'. Call `pp-buffer'.
14048
14049 * info.el (Info-desktop-buffer-misc-data): Don't save information
14050 about virtual files.
14051 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14052 buffers with names obtained from the desktop file instead of the
14053 default *info* buffer.
14054
14055 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14056
14057 * subr.el (with-selected-window): Only save/restore the selected window.
14058
14059 * progmodes/compile.el (compilation-error-regexp-alist):
14060 Use expand-file-name and data-directory.
14061
14062 * progmodes/grep.el (grep-tree): Rework previous fix.
14063
14064 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14065 after the user marked text with the mouse.
14066
14067 * startup.el (command-line): Keep the first regexp of
14068 auto-save-file-name-transforms intact.
14069
14070 2004-05-28 Juanma Barranquero <lektu@terra.es>
14071
14072 * cus-edit.el (customize-face, customize-face-other-window)
14073 (custom-face-edit-delete): Make arguments match their use in
14074 docstring.
14075 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14076 docstring.
14077
14078 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14079 not `cvs-butlast'.
14080
14081 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14082 `nbutlast' are in subr.el).
14083
14084 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14085 (set-w32-system-coding-system): Doc fixes.
14086
14087 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14088 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14089 Make arguments match their use in docstring.
14090 (artist-draw-region-trim-line-endings)
14091 (artist-mouse-choose-operation): Fix typo in docstring.
14092 (artist-key-set-point-common): Doc fix.
14093
14094 2004-05-28 Simon Josefsson <jas@extundo.com>
14095
14096 * mail/smtpmail.el (smtpmail-open-stream):
14097 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14098
14099 2004-05-26 Simon Josefsson <jas@extundo.com>
14100
14101 * starttls.el: Merge with my GNUTLS based starttls.el.
14102 (starttls-gnutls-program, starttls-use-gnutls)
14103 (starttls-extra-arguments, starttls-process-connection-type)
14104 (starttls-connect, starttls-failure, starttls-success): New variables.
14105 (starttls-program, starttls-extra-args): Doc fix.
14106 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14107 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14108 and pass on to corresponding *-gnutls function if it is set.
14109
14110 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14111
14112 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14113 remote files.
14114
14115 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14116
14117 * files.el (file-name-non-special): There are more operations
14118 which need handling: `find-backup-file-name',
14119 `insert-file-contents', `verify-visited-file-modtime',
14120 `write-region'. Rename t value of method to `add'. Add new
14121 methods `quote' and `unquote-then-quote' to file-arg-indices.
14122
14123 2004-05-25 Juri Linkov <juri@jurta.org>
14124
14125 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14126 (Info-index-nodes): Enclose code in condition-case to catch errors.
14127 (Info-index-node): Don't search all index nodes if request is only
14128 for the current node and file is not in the cache of index nodes.
14129 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14130 for consistency with dired-copy-filename-as-kill.
14131 Bind `S' to Info-search-case-sensitively.
14132 (Info-copy-current-node-name): New arg. With zero prefix arg put
14133 the name inside a function call to `info'. Display copied text in
14134 the echo area.
14135
14136 2004-05-25 Sam Steingold <sds@gnu.org>
14137
14138 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14139 strip the package prefix from the symbol name, if any.
14140 Make it the `find-tag-default-function' for `lisp-mode'.
14141
14142 2004-05-25 John Paul Wallington <jpw@gnu.org>
14143
14144 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14145 instead of obsolete `process-kill-without-query'.
14146
14147 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14148 Declare as variable, not constant.
14149
14150 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14151
14152 * files.el (find-file-noselect-1): Fix bug introduced by
14153 Revision 1.694. As a side effect, `inhibit-read-only'
14154 is again, by default, t during execution of
14155 `find-file-not-found-functions'.
14156 (insert-directory): Check that lines were really inserted by
14157 the --dired switch, before erasing them.
14158
14159 2004-05-24 Nick Roberts <nickrob@gnu.org>
14160
14161 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14162 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14163 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14164 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14165 gud-minor-mode (gdbmi).
14166
14167 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14168
14169 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14170 explicitly select the text to be taken as URL.
14171
14172 2004-05-23 Juri Linkov <juri@jurta.org>
14173
14174 * info.el (Info-index-nodes): New var and fun.
14175 (Info-goto-index, Info-index, info-apropos)
14176 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14177 (Info-index): Fix docstring. Store and restore Info-history-list.
14178 (Info-complete-nodes): New var.
14179 (Info-complete-menu-item): Use it.
14180 (Info-index-node): New fun.
14181 (Info-final-node, Info-forward-node, Info-backward-node)
14182 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14183 Use Info-index-node.
14184 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14185 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14186 (Info-find-node-2): If a node with period in its name not found,
14187 try to find a node without the name part after period.
14188 (Info-select-node): Call Info-fontify-node only if
14189 Info-fontify-maximum-menu-size is not nil.
14190 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14191 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14192 Preserve Info-history-list.
14193 (Info-toc): Set Info-current-file.
14194 (Info-build-toc): Move point to the beginning of the buffer.
14195 Add main-file variable.
14196 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14197 Use backslashed representation of the control character ^_.
14198
14199 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14200 numbers in the new Texinfo 4.7 format.
14201
14202 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14203 regexps for function and variable names.
14204
14205 * descr-text.el (describe-property-list): Add [show] button for
14206 `syntax-table' property with action to pp to a separate buffer.
14207 (describe-char): Replace search-forward by re-search-forward with
14208 whitespace regexp after "character:" to not fail in too narrow windows.
14209
14210 * simple.el (next-error-find-buffer): Add a rule to return
14211 next-error capable buffer if one window on the selected frame
14212 displays such buffer.
14213
14214 2004-05-23 Nick Roberts <nickrob@gnu.org>
14215
14216 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14217 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14218 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14219 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14220 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14221 Handle new value for gud-minor-mode (gdbmi).
14222 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14223 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14224 Change from local to global gdb variable set.
14225 (gdb-ann3): Initialise above gdb variable set.
14226 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14227 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14228 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14229 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14230 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14231 (gdb-info-locals-handler, gdb-invalidate-assembler)
14232 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14233 set as global variables.
14234 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14235 Handle gdbmi.
14236 (gdb-info-breakpoints-custom): Fix regexp.
14237 (def-gdb-var): Delete.
14238
14239 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14240 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14241 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14242 a new mode. The file (gdb-mi.el) for this mode will be included
14243 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14244 primary interface.
14245
14246 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14247
14248 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14249 interpreted as a directory.
14250
14251 2004-05-22 Richard M. Stallman <rms@gnu.org>
14252
14253 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14254 as a close quote.
14255
14256 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14257
14258 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14259 Use assoc-string, not assoc-ignore-case.
14260
14261 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14262
14263 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14264 If moving back then fwd gets a defun that ends before point,
14265 try again moving fwd then back.
14266
14267 * files.el (file-name-non-special): Allow t in file-arg-indices
14268 to mean requote the return value. Use `identity' as an element
14269 rather than as the whole value.
14270
14271 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14272
14273 2004-05-22 Juanma Barranquero <lektu@terra.es>
14274
14275 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14276 `help-make-usage'.
14277 (help-highlight-arguments): Skip function name before searching
14278 for arguments.
14279
14280 2004-05-21 Juanma Barranquero <lektu@terra.es>
14281
14282 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14283 Don't mention in the docstring these arguments meant for
14284 internal (recursive) use only.
14285 (allout-char-spec): Comment out (it's not implemented).
14286 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14287 obsolescence declaration.
14288 (allout-flatten-exposed-to-buffer)
14289 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14290 (my-mark-marker): Doc fix.
14291 (produce-allout-mode-map, allout-sibling-index)
14292 (allout-isearch-expose, allout-distinctive-bullet)
14293 (allout-open-topic, allout-reindent-body)
14294 (allout-rebullet-heading, allout-process-exposed)
14295 (allout-insert-listified, allout-latex-verb-quote)
14296 (allout-insert-latex-header, allout-insert-latex-trailer):
14297 Make arguments match their use in docstring.
14298 (allout-primary-bullet, allout-old-style-prefixes)
14299 (allout-inhibit-protection, allout-init, allout-mode)
14300 (allout-before-change-protect, allout-flag-region):
14301 Use "Emacs" instead of "emacs" in docstrings.
14302
14303 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14304
14305 * international/characters.el: Modify syntax of more characters.
14306
14307 2004-05-21 Masatake YAMATO <jet@gyve.org>
14308
14309 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14310 (etags-tags-completion-table): Show parsing progress.
14311
14312 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14313
14314 * locate.el (locate-prompt-for-command): Shorten first line of
14315 docstring.
14316 (locate-mode): Expand docstring and include keymap summary.
14317
14318 * files.el (find-file-noselect-1): Limit the scope of the
14319 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14320 is, by default, nil during the execution of
14321 `find-file-not-found-functions' and `find-file-hook'.
14322
14323 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14324
14325 * facemenu.el (facemenu-color-name-equal): New function.
14326 (list-colors-display): Use it to compare colors instead of
14327 facemenu-color-equal.
14328
14329 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14330
14331 * compare-w.el (compare-windows-face): Use min-colors instead of
14332 checking for tty or pc types.
14333
14334 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14335
14336 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14337 (completion-setup-function): Use with-current-buffer.
14338 Properly save excursion. Simplify.
14339 Don't assume there is necessarily a `mouse-face' property somewhere.
14340
14341 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14342
14343 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14344
14345 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14346 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14347 Use with-current-buffer.
14348 (byte-goto-log-buffer): Delete.
14349 (byte-compile-log-file): Call compilation-forget-errors.
14350
14351 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14352
14353 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14354 output messages into the search result.
14355
14356 2004-05-19 Masatake YAMATO <jet@gyve.org>
14357
14358 * wid-edit.el (widget-radio-button-notify): Revert my last
14359 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14360
14361 2004-05-19 Kenichi Handa <handa@m17n.org>
14362
14363 * international/characters.el: Fix syntax (open/close) of CJK chars.
14364
14365 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14366
14367 * help-mode.el (help-go-back): Don't depend on position of back button.
14368
14369 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14370
14371 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14372 files files don't contain an accidental additional /.
14373
14374 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14375 in source buffer.
14376
14377 2004-05-18 Masatake YAMATO <jet@gyve.org>
14378
14379 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14380 to widget-apply. :action method assumes 2 arguments, not 3.
14381
14382 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14383
14384 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14385 New constants.
14386 (hs-special-modes-alist): Add an f90-mode entry.
14387
14388 2004-05-17 Sam Steingold <sds@gnu.org>
14389
14390 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14391 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14392
14393 2004-05-16 Kim F. Storm <storm@cua.dk>
14394
14395 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14396
14397 2004-05-15 John Wiegley <johnw@newartisans.com>
14398
14399 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14400 (eshell-output-object-to-target): Improve output speed 20% by not
14401 calling `eshell-stringify' if something is already known to be a string.
14402
14403 2004-05-15 Alex Ott <ott@jet.msk.su>
14404
14405 * textmodes/ispell.el (ispell-local-dictionary-alist):
14406 Add windows-1251 to the choice of coding systems.
14407 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14408 encoded in cp1251.
14409
14410 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14411
14412 * progmodes/compile.el (compilation-warning-face)
14413 (compilation-info-face): Use min-colors.
14414
14415 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14416
14417 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14418 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14419 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14420 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14421 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14422 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14423 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14424 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14425 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14426 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14427 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14428 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14429 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14430 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14431
14432 2004-05-15 Kim F. Storm <storm@cua.dk>
14433
14434 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14435 Use it to set triggered-p element of timer.
14436 (timer-event-handler): Set triggered-p element non-nil while running
14437 the timer function.
14438
14439 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14440
14441 * descr-text.el (describe-char-unicode-data)
14442 (describe-char-unicodedata-file): Re-enable the unicode code now that
14443 the licensing issues have been cleared in the unicode-4 license.
14444 (describe-text-properties-1): Remove unused `overlay' var.
14445 (describe-char): Remove unused var `buffer'.
14446
14447 2004-05-14 David Ponce <david@dponce.com>
14448
14449 * tree-widget.el: New file.
14450
14451 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14452
14453 * language/european.el ("Brazilian Portuguese"): Add support for
14454 Brazilian Portuguese.
14455
14456 2004-05-13 John Wiegley <johnw@newartisans.com>
14457
14458 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14459 `recentf-mode' if this variable has been customized to t.
14460
14461 * eshell/esh-test.el (eshell-test): Call the function
14462 `emacs-version' rather than trying to build a custom version string.
14463
14464 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14465
14466 * net/telnet.el (telnet-mode): Use define-derived-mode.
14467 Don't modify the global value of comint-prompt-regexp.
14468
14469 2004-05-13 John Paul Wallington <jpw@gnu.org>
14470
14471 * version.el (emacs-version): Check for `gtk' feature before
14472 `x-toolkit' feature.
14473
14474 2004-05-13 Juanma Barranquero <lektu@terra.es>
14475
14476 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14477 arguments in the docstring, they're used only in recursive calls.
14478
14479 * help-fns.el (help-arg-highlighting-function)
14480 (help-argument-name): Delete.
14481 (help-default-arg-highlight): New function.
14482 (help-do-arg-highlighting): Use it.
14483
14484 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14485
14486 * calendar/appt.el (appt-disp-window):
14487 Use `calendar-set-mode-line' for a centered mode-line.
14488
14489 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14490
14491 * calendar/appt.el (appt-disp-window): Do not split window
14492 excessively when `split-height-threshold' is low.
14493
14494 2004-05-12 Nick Roberts <nickrob@gnu.org>
14495
14496 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14497 kill-buffer-hook here and make it local.
14498 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14499
14500 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14501
14502 * progmodes/compile.el (compilation-set-window-height):
14503 Use save-excursion to protect against misplaced marker.
14504
14505 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14506
14507 * custom.el (defface): Document that type can have value gtk.
14508
14509 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14510
14511 2004-05-12 Kenichi Handa <handa@m17n.org>
14512
14513 * descr-text.el: Require quail at comile time.
14514 (describe-char): If an input method is on and it supports the
14515 character, show how to input it.
14516
14517 * international/quail.el (quail-install-decode-map): Accept a
14518 char-table whose subtype is `quail-decode-map'.
14519 (quail-store-decode-map-key, quail-gen-decode-map1)
14520 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14521 (quail-show-key): New functions.
14522
14523 2004-05-12 Juanma Barranquero <lektu@terra.es>
14524
14525 * generic.el (define-generic-mode): Remove redundant arglist info.
14526
14527 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14528 Make arguments match their use in docstring.
14529 (help-arg-highlighting-function): New variable.
14530 (help-argument-name): Mention it in the docstring.
14531 (help-do-arg-highlight): Use it. Expand regexp to accept also
14532 ARG-xxx and xxx-ARG references.
14533
14534 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14535
14536 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14537 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14538 and "mailto:addr1?to=addr2" equal.
14539
14540 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14541
14542 * man.el (Man-getpage-in-background): Use shell-file-name
14543 and shell-command-switch variables instead of hard-coded values.
14544
14545 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14546
14547 * iimage.el: New file.
14548
14549 2004-05-11 Juanma Barranquero <lektu@terra.es>
14550
14551 * custom.el (custom-initialize-default, defcustom):
14552 Fix typo in docstring.
14553
14554 * files.el (set-visited-file-name, file-expand-wildcards):
14555 Fix docstring.
14556
14557 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14558
14559 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14560
14561 * subr.el (eventp): Be more discriminating with integers.
14562
14563 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14564
14565 * progmodes/compile.el (compile): Add universal prefix arg.
14566 (compilation-error-regexp-alist-alist): Add edg patterns.
14567
14568 2004-05-10 Sam Steingold <sds@gnu.org>
14569
14570 * textmodes/ispell.el (ispell-message):
14571 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14572
14573 2004-05-10 Dave Love <fx@gnu.org>
14574
14575 * progmodes/python.el (help-buffer): Autoload when compiling.
14576 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14577 (run-python): Prepend to any existing PYTHONPATH.
14578
14579 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14580
14581 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14582 for pending breakpoints.
14583
14584 2004-05-10 Richard M. Stallman <rms@gnu.org>
14585
14586 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14587 directly without calling any functions in Rmail.
14588 (unrmail-unprune): Function deleted.
14589
14590 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14591
14592 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14593 C-c C-z binding.
14594
14595 2004-05-10 Kenichi Handa <handa@m17n.org>
14596
14597 * descr-text.el (describe-char): Fix previous change. Don't make
14598 a unibyte character to multibyte in the *Help* buffer.
14599
14600 2004-05-10 Miles Bader <miles@gnu.org>
14601
14602 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14603 buffer an error if the debugger process is actually running.
14604
14605 2004-05-10 Juanma Barranquero <lektu@terra.es>
14606
14607 * help-fns.el (help-argument-name): Default to italic.
14608 (help-highlight-arguments): Return always (usage . doc), even when
14609 usage is nil.
14610
14611 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14612 (define-ibuffer-filter): Add usage info.
14613 (define-ibuffer-op): Add usage info (but CL-style defaults for
14614 keyword args are not shown).
14615
14616 * subr.el (remove-overlays, read-passwd): Fix docstring.
14617 (start-process-shell-command): Fix docstring. Put usage info in a
14618 format usable by `describe-function'.
14619 (open-network-stream, open-network-stream-nowait)
14620 (open-network-stream-server): Fix docstring.
14621
14622 2004-05-09 Jason Rumney <jasonr@gnu.org>
14623
14624 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14625 Only define cp125* if windows-125* is already defined.
14626
14627 * language/korean.el (cp949): Add alias.
14628
14629 * language/chinese.el (cp936, cp950): Add aliases.
14630
14631 * language/japanese.el (cp932): Add alias.
14632
14633 * term/w32-win.el: Require code-pages.
14634
14635 * international/mule-cmds.el (set-locale-environment):
14636 On MS-Windows use ansi code-page for default coding-systems.
14637 Set up paper sizes for Windows 3 letter languages.
14638
14639 * international/code-pages.el (cp932, cp936, cp949, cp950):
14640 Add aliases. Also add cp125* if not already defined.
14641
14642 2004-05-09 Juanma Barranquero <lektu@terra.es>
14643
14644 * help-fns.el (help-highlight-arguments): Don't try to highlight
14645 missing or autoloaded arglists. Accept structured arguments, like
14646 the first ones of `do' and `flet'.
14647
14648 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14649 (cvs-get-marked): Remove redundant arglist info.
14650
14651 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14652 Don't use CL-style default args.
14653
14654 2004-05-08 Andreas Schwab <schwab@suse.de>
14655
14656 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14657
14658 * international/subst-ksc.el: Fix references to utf-translate-cjk
14659 into utf-translate-cjk-mode.
14660 * international/subst-big5.el: Likewise.
14661 * international/subst-gb2312.el: Likewise.
14662 * international/subst-jis.el: Likewise.
14663 * international/utf-16.el: Likewise.
14664 * international/utf-8.el: Likewise.
14665
14666 2004-05-08 John Wiegley <johnw@newartisans.com>
14667
14668 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14669 "virtual buffers" (off by default), which makes it possible to
14670 switch to the "virtual" buffers of recently visited files. When a
14671 buffer name search fails, and this option is on, iswitchb will
14672 look at the list of recently visited files, and permit matching
14673 against those names. When the user hits RET on a match, it will
14674 revisit that file.
14675 (iswitchb-read-buffer): Add two optional arguments, which makes
14676 isearchb.el possible.
14677 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14678 (iswitchb-next-match): Add support for virtual buffers.
14679
14680 * isearchb.el: This module extends iswitchb to provide "as you
14681 type" buffer selection.
14682
14683 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14684 Ignore the read-only property when flyspell highlighting is on.
14685 Not ignoring it leads to a series of confusing errors.
14686 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14687 but also make sure to call flyspell-incorrect-hook.
14688 (flyspell-maybe-correct-transposition): Perform transposition test
14689 by bit twiddling a string, rather than using a temp buffer.
14690 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14691 buffer. This is also the original version of the code, which
14692 could not be checked in before due to a previous lack of
14693 assignment papers. This version has seen heavy usage on my system
14694 for several years now.
14695
14696 * calendar/cal-bahai.el: New file, which adds support for the
14697 Baha'i calendar to Emacs. This calendar is based on a solar year
14698 of 19 months of 19 days, with 4 intercalary days. Each year
14699 begins on March 21, with the calendar starting in 1844.
14700
14701 * calendar/cal-menu.el, calendar/calendar.el
14702 * calendar/diary-lib.el, calendar/holidays.el:
14703 Added support for using cal-bahai.el.
14704
14705 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14706 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14707 function can be used outside of eshell buffers.
14708 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14709
14710 2004-05-08 Juanma Barranquero <lektu@terra.es>
14711
14712 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14713 word constituent so FOO-ARG is not recognized as an arg.
14714 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14715
14716 * simple.el (next-error): Fix typo in docstring.
14717 (open-line): Make argument names match their use in docstring.
14718 (split-line): Fix docstring.
14719
14720 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14721 usable by `describe-function'.
14722 (gensym, gentemp, typep, ignore-errors): Make argument names match
14723 their use in docstring.
14724
14725 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14726 argument to `help-setup-xref'.
14727
14728 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14729
14730 Version 2.0.40 of Tramp released.
14731
14732 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14733 Use symbol-function to invoke functions only known on some Emacs
14734 flavors. This avoids byte-compiler warnings. Reported by Kevin
14735 Scaldeferri <kevin@scaldeferri.com>.
14736 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14737 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14738 consistent with the other tramp-do-* functions.
14739 (tramp-do-copy-or-rename-file): Calls adjusted.
14740 (tramp-process-initial-commands): Avoid liveness check on shell --
14741 we know that it must be alive since we're opening a connection at
14742 this moment.
14743 (tramp-last-cmd): New internal variable.
14744 (tramp-process-echoes): New tunable.
14745 (tramp-send-command): Set tramp-last-cmd.
14746 (tramp-wait-for-output): Delete echo, if applicable.
14747 (tramp-read-passwd): Construct the key for the password cache in a
14748 way that works for multi methods, too.
14749 (tramp-bug): Add backup-directory-alist and
14750 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14751
14752 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14753
14754 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14755
14756 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14757 (tramp-actions-copy-out-of-band): New defcustoms.
14758 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14759 used instead of a synchronous one. Allows password entering.
14760 (tramp-action-out-of-band): New defun.
14761 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14762 Remove restriction with password from doc string.
14763 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14764 `tramp-out-of-band-prompt-regexp',
14765 `tramp-actions-copy-out-of-band', `password-cache' and
14766 `password-cache-expiry'.
14767 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14768 password caching.
14769 (tramp-touch): FILE can be a local file, too.
14770 (TODO): Remove items done.
14771 (tramp-handle-insert-directory): Properly quote file name also if
14772 not full-directory-p. Handle wildcard case. Reported by Andreas
14773 Schwab <schwab@suse.de>.
14774 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14775 new file.
14776 (tramp-handle-file-local-copy, tramp-handle-write-region):
14777 The permissions of the temporary file are set if filename exists.
14778 Reported by Ted Stern <stern@cray.com>.
14779 (tramp-backup-directory-alist)
14780 (tramp-bkup-backup-directory-info): New defcustoms.
14781 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14782 (tramp-handle-find-backup-file-name): New function.
14783 Implements Tramp's find-backup-file-name.
14784
14785 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14786 for `find-backup-file-name'.
14787
14788 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14789 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14790
14791 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14792
14793 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14794
14795 2004-05-07 Juanma Barranquero <lektu@terra.es>
14796
14797 * subr.el (lambda): Add arglist description to docstring.
14798 (declare): Fix typo in docstring.
14799 (open-network-stream): Fix docstring.
14800 (process-kill-without-query): Fix docstring and add obsolescence info.
14801 (last, butlast, nbutlast): Make arguments match their use in docstring.
14802 (insert-buffer-substring-no-properties): Likewise.
14803 (insert-buffer-substring-as-yank): Likewise.
14804 (split-string): Fix docstring.
14805
14806 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14807 Make argument names match their use in docstring.
14808
14809 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14810
14811 2004-05-06 Nick Roberts <nickrob@gnu.org>
14812
14813 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14814 Fit first sentence on one line for apropos-command.
14815
14816 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14817
14818 Changes largely merged in from Dave Love's code.
14819 * progmodes/python.el: Doc fixes.
14820 (python-mode-map): Add python-complete-symbol.
14821 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14822 (python-comment-indent, python-complete-symbol)
14823 (python-symbol-completions, python-partial-symbol)
14824 (python-try-complete): New.
14825 (python-indent-line): Remove optional arg. Use python-block-end-p.
14826 (python-check): Bind compilation-error-regexp-alist.
14827 (inferior-python-mode): Use rx. Move keybindings to top level.
14828 Set comint-input-filter.
14829 (python-preoutput-filter): Use rx.
14830 (python-input-filter): Re-introduce.
14831 (python-proc): Start new process if necessary.
14832 Check python-buffer non-nil.
14833 (view-return-to-alist): Defvar.
14834 (python-send-receive): New.
14835 (python-eldoc-function): Use it.
14836 (python-mode-running): Don't defvar.
14837 (python-mode): Set comment-indent-function.
14838 Maybe update hippie-expand-try-functions-list.
14839 (python-indentation-levels): Initialize differently.
14840 (python-block-end-p): New.
14841 (python-indent-line): Use it.
14842 (python-compilation-regexp-alist): Augment.
14843 (run-python): Import `emacs' module to Python rather than loading
14844 code directly. Set python-buffer differently.
14845 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14846 Use python-proc.
14847 (python-send-command): Go to end of comint buffer.
14848 (python-load-file): Use python-proc, emacs.eimport.
14849 (python-describe-symbol): Simplify interactive form.
14850 Use emacs.help. Do use temp-buffer-show-hook.
14851 Call print-help-return-message.
14852 (hippie-exp): Require when compiling.
14853 (python-preoutput-continuation): Use rx.
14854
14855 * diff-mode.el (diff-make-unified): Fix regexp.
14856
14857 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14858
14859 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14860 filter groups from the buffer when rebuilding the Ibuffer buffer
14861 and `ibuffer-show-empty-filter-groups' is nil.
14862
14863 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14864
14865 * ps-print.el (ps-print-quote): Call ps-value-string.
14866 (ps-setup): Call ps-comment-string.
14867 (ps-value-string, ps-comment-string): New funs.
14868
14869 2004-05-06 Juanma Barranquero <lektu@terra.es>
14870
14871 * ehelp.el (electric-help-command-loop): Check whether the last
14872 character is visible, not (point-max).
14873
14874 * help-fns.el (help-argument-name): Default to bold; don't inherit
14875 from font-lock-variable-name-face.
14876 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14877
14878 2004-05-05 Kenichi Handa <handa@m17n.org>
14879
14880 * descr-text.el (describe-char): Copy the character with text
14881 properties and overlays into the first line, and call
14882 describe-text-properties on it.
14883
14884 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14885
14886 * iswitchb.el (iswitchb-global-map): Fix typo.
14887 Remove unwanted ###autoloads from source file.
14888
14889 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14890
14891 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14892 in run-hooks. Use substitute-command-keys in message.
14893 (wdired-abort-changes): Add message.
14894
14895 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14896
14897 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14898 (sql-emacs20-p): Remove.
14899 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14900 (sql-builtin-face, sql-doc-face): Remove.
14901 (sql-mode-ansi-font-lock-keywords)
14902 (sql-mode-oracle-font-lock-keywords)
14903 (sql-mode-postgres-font-lock-keywords)
14904 (sql-mode-linter-font-lock-keywords)
14905 (sql-mode-ms-font-lock-keywords)
14906 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14907 (sql-product-font-lock): Fix font-lock reset when font rules change.
14908 (sql-highlight-product): Remove incorrect font-lock reset logic.
14909
14910 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14911
14912 * ses.el (ses-set-parameter): Fix typo.
14913
14914 2004-05-04 Kim F. Storm <storm@cua.dk>
14915
14916 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14917 Must expand directory for completion to work; and don't mess with
14918 process-environment.
14919 (ido-read-file-name): If command has ido property, don't use ido
14920 if value is ignore, or read as directory if value is dir.
14921 Set ido ignore property for dired-do-rename command.
14922
14923 2004-05-04 Juanma Barranquero <lektu@terra.es>
14924
14925 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14926 (electric-help-help): Check against unmapped commands.
14927
14928 * help-fns.el (help-argument-name): New face, inheriting from
14929 font-lock-variable-name-face, to highlight function arguments in
14930 `describe-function' and `describe-key'.
14931 (help-do-arg-highlight): Auxiliary function to highlight a given
14932 list of arguments in a string.
14933 (help-highlight-arguments): Highlight the function arguments and
14934 all uses of them in the docstring.
14935 (describe-function-1): Use it. Do docstring output via `insert',
14936 not 'princ', so text attributes are preserved.
14937
14938 * winner.el (winner-mode-map): Move `winner-undo' and
14939 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14940 previous bindings conflict with `prev-buffer', `next-buffer').
14941
14942 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14943
14944 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14945 (bibtex-entry-update): New command bound to C-c C-u.
14946 (bibtex-text-in-string): Fix regexp.
14947 (bibtex-assoc-of-regexp): Remove.
14948 (bibtex-progress-message): Fix docstring.
14949 (bibtex-inside-field): Use if.
14950 (bibtex-assoc-regexp): New function.
14951 (bibtex-format-entry): Make code more robust so that it formats
14952 also old entries.
14953 (bibtex-autokey-demangle-title): Merge with obsolete function
14954 bibtex-assoc-of-regexp.
14955 (bibtex-field-list): New function.
14956 (bibtex-entry): Use bibtex-field-list.
14957 (bibtex-parse-entry): Fix docstring.
14958 (bibtex-print-help-message): Use bibtex-field-list.
14959 (bibtex-make-field): Use bibtex-field-list.
14960 (bibtex-entry-index): Bugfix. Return crossref key if required.
14961 (bibtex-lessp): Fix docstring.
14962
14963 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14964
14965 * select.el (xselect-convert-to-string): Move comment to intended line.
14966
14967 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14968
14969 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14970 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14971
14972 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14973
14974 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14975 x-get-selection.
14976
14977 2004-05-03 Jason Rumney <jasonr@gnu.org>
14978
14979 * makefile.nt: Remove.
14980
14981 2004-05-03 Kim F. Storm <storm@cua.dk>
14982
14983 * emulation/cua-base.el (cua--update-indications): Fix last change.
14984 (cua-mode): Deactivate mark when cua-mode is enabled.
14985
14986 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14987
14988 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14989
14990 2004-05-03 Nick Roberts <nickrob@gnu.org>
14991
14992 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14993 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14994 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14995 window over visible frames.
14996 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14997
14998 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14999
15000 * progmodes/compile.el (compilation-gcpro): New var.
15001 (compilation-fake-loc): Use it.
15002 (compilation-forget-errors): Reset it.
15003
15004 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15005
15006 * diff-mode.el (diff-header-face, diff-file-header-face):
15007 Use min-colors.
15008
15009 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15010
15011 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15012 (bibtex-clean-entry): Disentangle code.
15013 (bibtex-realign): New function.
15014 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15015 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15016 Remove undocumented optional arg called-by-convert-alien.
15017 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15018 for sorting instead of bibtex-sort-buffer.
15019
15020 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15021
15022 * progmodes/compile.el (compilation-start): In the
15023 no-async-subprocesses branch, call sit-for to give redisplay a
15024 chance to show the updated process status in the mode line, and
15025 fontify the buffer explicitly after the process exits.
15026
15027 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15028
15029 * progmodes/python.el (python-compilation-line-number): Remove.
15030 (python-compilation-regexp-alist): Don't use it any more.
15031 (python-orig-start, python-input-filter): Remove.
15032 (inferior-python-mode): Don't set up comint-input-filter-functions.
15033 (python-send-region): Use compilation-fake-loc.
15034
15035 * progmodes/compile.el (compilation-messages-start): New var.
15036 (compilation-mode): Don't setup next-error-function here.
15037 (compilation-setup): Set it up here instead (for minor modes as well).
15038 Make compilation-messages-start buffer local.
15039 (compilation-next-error-function): Use it.
15040 (compilation-forget-errors): Set compilation-messages-start.
15041
15042 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15043
15044 * ielm.el (ielm-prompt-read-only): Update docstring.
15045
15046 * comint.el (comint-prompt-read-only): Update docstring.
15047 (comint-update-fence, comint-kill-whole-line)
15048 (comint-kill-region): New functions.
15049
15050 * simple.el (kill-whole-line): Use "p" instead of "P" in
15051 interactive form.
15052
15053 2004-05-01 Juanma Barranquero <lektu@terra.es>
15054
15055 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15056 format arglist so default values in CL-style argument lists are
15057 correctly shown.
15058
15059 2004-05-01 Jason Rumney <jasonr@gnu.org>
15060
15061 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15062
15063 2004-05-01 Kenichi Handa <handa@m17n.org>
15064
15065 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15066 quail file if it is up to date.
15067
15068 2004-04-30 Juri Linkov <juri@jurta.org>
15069
15070 * cus-edit.el (custom-mode-map):
15071 Add key binding `C-x C-s' to `Custom-save'.
15072
15073 * outline.el (outline-blank-line): New var.
15074 (outline-next-preface, outline-show-heading)
15075 (outline-end-of-subtree): Use it.
15076
15077 * dired-aux.el (dired-touch-initial): New fun.
15078 (dired-do-chxxx): Call it for op-symbol `touch'.
15079 (dired-diff): Use `dired-dwim-target-directory'
15080 if current dired buffer has no buffer mark.
15081
15082 * bindings.el (propertized-buffer-identification):
15083 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15084 Add C-M-arrow keys for consistency.
15085
15086 * files.el (confirm-kill-emacs):
15087 Change group from top-level `emacs' to `convenience'.
15088
15089 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15090 Push mark on the first call of successive command calls.
15091 (insert-pair): New fun created from `insert-parentheses' with
15092 `open' and `close' arguments added. Enclose active regions
15093 in paired characters. Compare adjacent characters syntax with
15094 inserted characters syntax before inserting a space.
15095 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15096
15097 * delsel.el: Don't put `delete-selection' property
15098 on `insert-parentheses' symbol to take advantage of
15099 region handling in `insert-pair' function.
15100 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15101
15102 2004-04-30 Kim F. Storm <storm@cua.dk>
15103
15104 * emulation/cua-base.el: Add support for changing cursor types;
15105 based on patch from Michael Mauger.
15106 (cua-normal-cursor-color, cua-read-only-cursor-color)
15107 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15108 Customization cursor type and/or cursor color.
15109 (cua--update-indications): Handle cursor type changes.
15110 (cua-mode): Update cursor indications if enabled.
15111
15112 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15113
15114 * mouse.el (mouse-drag-copy-region): New defcustom.
15115 (mouse-set-region, mouse-drag-region-1): Use it.
15116
15117 * simple.el (kill-ring-save): If region face background color is
15118 unspecified (if no highlighting), show extent of fully visible
15119 region even if transient-mark-mode is enabled.
15120
15121 * emulation/cua-base.el (cua--standard-movement-commands):
15122 Add cua-scroll-up and cua-scroll-down.
15123 (cua-scroll-up, cua-scroll-down): New commands.
15124 (cua--init-keymaps): Remap scroll-up and scroll-down.
15125
15126 * emulation/cua-rect.el (cua--convert-rectangle-as):
15127 New defmacro.
15128 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15129 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15130 New commands (suggested by Jordan Breeding).
15131
15132 2004-04-30 Juanma Barranquero <lektu@terra.es>
15133
15134 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15135
15136 2004-04-30 Mario Lang <mlang@delysid.org>
15137
15138 * diff.el (diff-switches): Fix typo in docstring.
15139
15140 2004-04-30 Alex Schroeder <alex@gnu.org>
15141
15142 * xml.el (xml-debug-print-internal): Don't add newline and
15143 indentation to text nodes and write empty elements as empty tags
15144 instead of opening and closing tags.
15145 (xml-debug-print): Take optional indent-string argument.
15146 (xml-print): Alias for xml-debug-print.
15147
15148 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15149
15150 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15151 than duplicate call to `line-beginning-position'.
15152
15153 * progmodes/f90.el (f90-get-present-comment-type):
15154 Return whitespace, as well as comment chars, for consistent filling
15155 of comment blocks. Use `match-string-no-properties'.
15156 (f90-break-line): Trim trailing whitespace when filling comments.
15157
15158 2004-04-30 Dave Love <fx@gnu.org>
15159
15160 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15161 (diary-from-outlook-internal, diary-from-outlook)
15162 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15163 New functions to import diary entries from Outlook-format
15164 appointments in mail messages.
15165
15166 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15167
15168 * progmodes/python.el (python-send-command): New fun.
15169 (python-send-region, python-load-file): Use it.
15170
15171 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15172
15173 * help-fns.el (help-C-file-name): Use new subr-name.
15174 Prepend `src/' to the file name.
15175 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15176 (describe-function-1, describe-variable): Only find a C source file
15177 name if DOC is already loaded.
15178
15179 * help-mode.el (help-function-def, help-variable-def):
15180 Use the new find-function-search-for-symbol functionality.
15181 Allow FILE to be `C-source'.
15182
15183 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15184 (find-function-C-source): New fun.
15185 (find-function-search-for-symbol): Use it.
15186
15187 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15188
15189 * progmodes/sql.el (sql-product-alist): Rename variable
15190 `sql-product-support'. Add Postgres login parameters.
15191 (sql-set-product, sql-product-feature): Update with renamed variable.
15192 (sql-connect-postgres): Add username prompt.
15193 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15194 Make patterns less product specific.
15195 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15196 (sql-mode-abbrev-table): Modify initialization.
15197 (sql-builtin-face): Add variable.
15198 (sql-keywords-re): Add macro.
15199 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15200 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15201 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15202 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15203 (sql-mode-linter-font-lock-keywords)
15204 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15205 (sql-mode-sybase-font-lock-keywords)
15206 (sql-mode-informix-font-lock-keywords)
15207 (sql-mode-interbase-font-lock-keywords)
15208 (sql-mode-ingres-font-lock-keywords)
15209 (sql-mode-solid-font-lock-keywords)
15210 (sql-mode-sqlite-font-lock-keywords)
15211 (sql-mode-db2-font-lock-keywords): Default to nil.
15212 (sql-product-font-lock): Always highlight ANSI keywords.
15213 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15214 (sql-send-string): Add function.
15215
15216 2004-04-29 Dave Love <fx@gnu.org>
15217
15218 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15219 (cfengine-end-of-defun): Ensure progress through buffer.
15220
15221 * info-look.el (cfengine-mode): Accept a terminal ().
15222
15223 2004-04-29 Juri Linkov <juri@jurta.org>
15224
15225 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15226 instead of isearch-yank-word-or-char. Add new key bindings for
15227 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15228 (isearch-del-char): New fun.
15229 (isearch-forward, isearch-edit-string): Update docstring.
15230 (isearch-yank-char): Doc fix.
15231 (isearch-other-meta-char): Restore point after scrolling.
15232
15233 * progmodes/compile.el (compilation-context-lines): Add nil option
15234 to disable compilation output window scrolling.
15235 (compilation-set-window): Use it.
15236
15237 * outline.el (outline-next-preface, outline-show-heading):
15238 Don't leave unhidden blank line before heading.
15239 (outline-end-of-subtree): Include last newline into subtree.
15240 (hide-entry): Leave point at beginning of heading instead of end.
15241 (outline-up-heading): Push mark for the first call of successive
15242 command calls.
15243
15244 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15245
15246 * comint.el (comint-prompt-read-only): New variable.
15247 (comint-output-filter): Implement it.
15248
15249 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15250 (ielm-prompt-internal): New variable.
15251 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15252 (ielm-send-input): Delete unused variable `buf'.
15253 (ielm-eval-input): Use `ielm-prompt-internal'.
15254 (inferior-emacs-lisp-mode): Use new variables
15255 `comint-prompt-read-only' and `ielm-prompt-internal'.
15256 Get rid of obsolete variable `directory-sep-char'.
15257 (ielm): Use `zerop'.
15258
15259 2004-04-29 John Paul Wallington <jpw@gnu.org>
15260
15261 * thumbs.el (toplevel): Require cl at compile time.
15262 Remove conditional definitions of `ignore-errors' and `caddar'
15263 because they occur at run time.
15264
15265 2004-04-28 Nick Roberts <nickrob@gnu.org>
15266
15267 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15268 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15269 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15270 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15271
15272 * progmodes/gud.el (gud-common-init): Throw an error if program is
15273 already running under gdb.
15274
15275 2004-04-28 John Paul Wallington <jpw@gnu.org>
15276
15277 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15278 (thumbs-show-image-num): Move assignment of
15279 `thumbs-current-image-filename' within scope of `i'.
15280 (thumbs-emboss-image): Don't use `evenp'.
15281
15282 2004-04-28 Richard M. Stallman <rms@gnu.org>
15283
15284 * progmodes/compile.el (compilation-context-lines): Default now 0.
15285
15286 2004-04-28 Juanma Barranquero <lektu@terra.es>
15287
15288 Use `time-less-p' from calendar/time-date.el instead of defining
15289 custom versions of it.
15290
15291 * pcomplete.el (pcomplete-time-less-p): Remove.
15292
15293 * thumbs.el (time-less-p): Remove.
15294
15295 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15296 (timeclock-generate-report): Use `time-less-p'.
15297
15298 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15299 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15300
15301 2004-04-28 Masatake YAMATO <jet@gyve.org>
15302
15303 * subr.el (remove-overlays): Make arguments optional.
15304
15305 * wid-edit.el (widget-specify-button): Put evaporate to the
15306 overlay for sample.
15307 (widget-specify-sample): Put evaporate to the overlay for sample.
15308 (widget-specify-doc): Put evaporate to the overlay for documentation.
15309
15310 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15311
15312 * info.el (info-apropos): Make it an index node. Align node names
15313 like makeinfo.
15314
15315 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15316
15317 * net/browse-url.el (browse-url-netscape-sentinel)
15318 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15319 (browse-url-epiphany-sentinel, browse-url-mosaic):
15320 Use browse-url-*-program instead of a literal program name.
15321
15322 2004-04-27 Kevin Ryde <user42@zip.com.au>
15323
15324 * eshell/em-alias.el:
15325 * eshell/em-dirs.el:
15326 * eshell/em-hist.el:
15327 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15328 features when M-x customize-group loads modules before the main
15329 eshell.el.
15330
15331 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15332
15333 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15334 either a character representation of an event or an event
15335 description list.
15336
15337 * type-break.el: Capitalise Emacs and Lisp.
15338 (type-break-good-break-interval, type-break-demo-boring-stats)
15339 (type-break-terse-messages, type-break-file-name): New defcustoms.
15340 (type-break-post-command-hook)
15341 (type-break-warning-countdown-string): Quote variable names in doc.
15342 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15343 (type-break-mode): Document type-break-good-break-interval and the
15344 "session" file. Schedule break according to the session file.
15345 Kill session file buffer on exit. Organise for save-some-buffers
15346 to always save the session file.
15347 (type-break-mode-line-message-mode, type-break-query-mode):
15348 Uppercase arguments.
15349 (type-break-file-time, type-break-file-keystroke-count, timep)
15350 (type-break-choose-file, type-break-get-previous-time)
15351 (type-break-get-previous-count): New defuns.
15352 (type-break): Avoid break querying after a completed break in the
15353 case where the query was initiated during user invocation of the
15354 break. Optional terse messages.
15355 Use type-break-good-break-interval if type-break-good-rest-interval is
15356 nil. File the break time.
15357 (type-break-schedule): New optional args for overriding the use of
15358 the current time.
15359 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15360 after a break.
15361 (type-break-check): File the keystroke count.
15362 (type-break-do-query): Prevent a second query when the break is
15363 interrupted. Optional terse message.
15364 (type-break-keystroke-reset): Record the start of a typing interval.
15365 (type-break-demo-boring): Optional terse messages. Display word
15366 per minute and keystroke counts according to
15367 type-break-demo-boring-stats.
15368
15369 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15370
15371 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15372 directories, make sure they exist under archive-tmpdir.
15373
15374 2004-04-27 Juri Linkov <juri@jurta.org>
15375
15376 * help.el (view-emacs-news): With argument, display info for the
15377 selected version by finding it among different NEWS files, and
15378 narrowing the buffer to the selected version.
15379
15380 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15381 same-window-buffer-names.
15382 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15383 non-numeric prefix argument, append the number to the buffer name
15384 for numeric prefix argument.
15385 (info-other-window): Bind same-window-regexps to nil.
15386 (Info-reference-name): Rename to Info-point-loc.
15387 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15388 and Info-find-index-name for stringy Info-point-loc.
15389 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15390 without middle `.', but with final `.' and optional line number
15391 for it. Set Info-point-loc for index nodes.
15392 (Info-index): Remove middle `.' from index entry regexp.
15393 Modify line number regexp.
15394 (Info-index-next): Decrement line number.
15395 (info-apropos): Remove middle `.' from index entry regexp.
15396 Add optional line number regexp at the end. Add matched value
15397 for line number to the result list and insert it to the buffer.
15398 Replace match-string by match-string-no-properties.
15399 Reorder result list.
15400 (Info-fontify-node): Hide index line numbers.
15401 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15402 empty matches.
15403 (Info-follow-reference): Use `str' instead of
15404 Info-following-node-name-re.
15405 (Info-toc): Use full file names. Set Info-current-node to "Top".
15406 (Info-fontify-node): Compare file names without directory name.
15407 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15408 Set second arg of Info-extract-menu-node-name for index nodes.
15409 (info-xref-visited): Use magenta3 instead of magenta4.
15410 (Info-mode): Add info-apropos to docstring.
15411
15412 * log-view.el (log-view-diff): Replace interactive code "r"
15413 by a list to allow to call it even if region is not active.
15414
15415 * paren.el (show-paren-highlight-openparen): New var.
15416 (show-paren-function): Turn on openparen highlighting when
15417 matching forward if show-paren-highlight-openparen is non-nil.
15418
15419 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15420 the constant value 1.
15421 (completions-common-part): Expand docstring.
15422
15423 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15424
15425 2004-04-27 Kim F. Storm <storm@cua.dk>
15426
15427 * image.el (insert-sliced-image): Use line-height instead of
15428 line-spacing property on newline.
15429
15430 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15431
15432 * desktop.el (desktop-buffer-misc-data-function): Rename to
15433 desktop-save-buffer and change docstring.
15434 (desktop-buffer-modes-to-save): Delete.
15435 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15436 desktop-buffer-modes-to-save.
15437 (desktop-save): Rename desktop-buffer-misc-data-function to
15438 desktop-save-buffer and allow non-function value.
15439 (desktop-missing-file-warning): Correct docstring.
15440
15441 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15442 to desktop-save-buffer.
15443
15444 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15445 desktop-save-buffer.
15446
15447 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15448
15449 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15450
15451 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15452
15453 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15454
15455 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15456
15457 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15458 (ielm): Only go to the end of the buffer when starting a new process.
15459
15460 2004-04-25 Juanma Barranquero <lektu@terra.es>
15461
15462 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15463 mode line. Bind `inhibit-read-only' to t before modifying
15464 properties of text in the buffer.
15465 (ielm): Force point to the end of buffer, even when running ielm
15466 from inside itself.
15467
15468 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15469
15470 * info.el (info-apropos): Reset Info-complete-cache.
15471
15472 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15473
15474 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15475 Also recognize severe Irix et al. messages.
15476 (compilation-normalize-filename, compile-abbreviate-directory):
15477 Delete functions.
15478 (compilation-get-file-structure): New function inherits
15479 functionality of the two preceding ones.
15480 (compilation-internal-error-properties, compilation-fake-loc):
15481 Use it so that different paths to the same file share the same
15482 markers. Also optimize finding adjacent marker slightly.
15483
15484 2004-04-25 Kim F. Storm <storm@cua.dk>
15485
15486 * image.el (insert-sliced-image): Add line-spacing t property
15487 to newlines separating image lines.
15488
15489 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15490
15491 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15492
15493 * ielm.el (ielm-prompt-read-only): New user option.
15494 (ielm-prompt): Expand docstring to describe new behavior.
15495 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15496 mention it in the docstring.
15497
15498 2004-04-24 Andreas Schwab <schwab@suse.de>
15499
15500 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15501
15502 * diff.el (diff): Set default-directory in diff buffer.
15503
15504 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15505
15506 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15507 mail was being composed if the terminal cannot display more than
15508 one frame; instead, switch to previous frame.
15509
15510 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15511 (rmail-start-mail): Support rmail-mail-new-frame even on
15512 terminals that can display only one frame at a time.
15513
15514 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15515
15516 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15517 (checkdoc-output-font-lock-keywords): Remove error regexp.
15518 (checkdoc-output-mode-map): Remove.
15519 (checkdoc-output-mode): Derive from compilation-mode.
15520 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15521
15522 * dired.el (dired-mode-map): Add a menu entry for wdired.
15523
15524 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15525 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15526
15527 * wdired.el (wdired-mode-map): Move init into declaration.
15528 Fix `return' binding.
15529 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15530 Use force-mode-line-update.
15531 (wdired-get-filename): Use `unless'.
15532 (wdired-preprocess-files): Don't assume names have no \n and use / for
15533 dir separator.
15534 (wdired-normalize-filename): Use replace-regexp-in-string.
15535 (wdired-load-hooks): Remove.
15536 (wdired-mode-hooks): Rename to wdired-mode-hook.
15537
15538 * info-look.el: Add support for cfengine-mode.
15539 (info-lookup-setup-mode): Use dolist.
15540
15541 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15542
15543 * wdired.el: New file.
15544
15545 2004-04-23 Juanma Barranquero <lektu@terra.es>
15546
15547 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15548
15549 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15550 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15551 (pcomplete--help, pcomplete--here): Doc fixes.
15552
15553 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15554
15555 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15556 handles wrong-number-of-arguments in backend call.
15557
15558 * vc.el (vc-print-log): Likewise.
15559
15560 2004-04-20 Dave Love <fx@gnu.org>
15561
15562 * emacs-lisp/rx.el: Doc fixes.
15563 (rx-constituents): Add/extend many forms.
15564 (rx-check): Check form is a list.
15565 (bracket): Defvar.
15566 (rx-check-any, rx-any, rx-check-not): Modify.
15567 (rx-not): Simplify.
15568 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15569 (rx-kleene): Use rx-trans-forms.
15570 (rx-quote-for-set): Delete.
15571 (rx): Allow multiple args.
15572
15573 2004-04-23 Kenichi Handa <handa@m17n.org>
15574
15575 * international/mule-util.el (char-displayable-p): Simplify by
15576 using internal-char-font.
15577
15578 2004-04-23 Juanma Barranquero <lektu@terra.es>
15579
15580 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15581
15582 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15583
15584 * diff-mode.el (diff-next-error): New fun.
15585 (diff-mode): Use it.
15586
15587 * simple.el (next-error): Change arg name.
15588 Add support for the documented C-u C-x ` usage.
15589
15590 * frame.el (special-display-popup-frame, next-multiframe-window)
15591 (previous-multiframe-window): Only consider frames on same display.
15592
15593 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15594
15595 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15596 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15597
15598 2004-04-22 Kim F. Storm <storm@cua.dk>
15599
15600 * net/telnet.el (telnet): Add optional port arg.
15601
15602 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15603
15604 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15605 Minor sanity check on the `hyperlink' slot.
15606
15607 * Makefile.in (recompile): Compile new files.
15608
15609 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15610 Add byte-recompile-directory's optional `arg'.
15611
15612 * cvs-status.el (cvs-tree-use-charset): New var.
15613 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15614 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15615 (cvs-status-cvstrees): Use it.
15616
15617 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15618 Make it a normal major mode.
15619 (checkdoc-buffer-label): Make sure the file name is meaningful.
15620 (checkdoc-output-to-error-buffer): Remove.
15621 (checkdoc-error, checkdoc-start-section): Rewrite.
15622
15623 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15624 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15625 (Info-title-4-face): Use new syntax.
15626 (info-xref-visited): Inherit from info-xref.
15627
15628 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15629
15630 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15631
15632 * simple.el (next-error-last-buffer, next-error-function):
15633 New variables for the next-error framework.
15634 (next-error-buffer-p): New function.
15635 (next-error-find-buffer): Generalize compilation-find-buffer.
15636 (next-error, previous-error, first-error, next-error-no-select)
15637 (previous-error-no-select): Move from compile.el.
15638
15639 * replace.el (occur-next-error, occur-1): Hook into the next-error
15640 framework.
15641
15642 * progmodes/compile.el (compilation-start):
15643 Set next-error-last-buffer so next-error knows where to jump.
15644 (compilation-setup): Set the buffer-local variable
15645 next-error-function to 'compilation-next-error-function.
15646 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15647 alternate way to find if a buffer is a compilation buffer, for
15648 next-error convenience.
15649 (next-error-no-select, previous-error-no-select, next-error)
15650 (previous-error, first-error): Move to simple.el.
15651 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15652 (compilation-last-buffer): Remove.
15653 (compilation-start, compilation-next-error, compilation-setup)
15654 (compilation-next-error-function, compilation-find-buffer):
15655 Remove compilation-last-buffer use.
15656
15657 2004-04-21 Juanma Barranquero <lektu@terra.es>
15658
15659 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15660 (font-lock-warning-face): Fix spacing.
15661
15662 * makefile.w32-in (WINS): Add url/ directory.
15663
15664 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15665
15666 * desktop.el (desktop-buffer-mode-handlers): New variable.
15667 Alist of major mode specific functions to restore a desktop buffer.
15668 (desktop-buffer-handlers): Make variable obsolete.
15669 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15670 Catch errors signaled in handlers. Update buffer count.
15671 Evaluate desktop-buffer-point.
15672 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15673 move to dired.el.
15674 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15675 move to info.el.
15676 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15677 move to mail/rmail.el.
15678 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15679 to mh-e/mh-e.el.
15680 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15681 On fail, print message (to message buffer) even if
15682 desktop-missing-file-warning is nil.
15683 (desktop-buffer-misc-data-function): New buffer local variable.
15684 Function returning major mode specific data.
15685 (desktop-buffer-misc-functions): Make variable obsolete.
15686 (desktop-save): Use desktop-buffer-misc-data-function.
15687 (desktop-buffer-dired-misc-data): Rename to
15688 dired-desktop-buffer-misc-data and move to dired.el.
15689 (desktop-buffer-info-misc-data): Rename to
15690 Info-desktop-buffer-misc-data and move to info.el.
15691 (desktop-read): Add message about number of buffers restored/failed.
15692
15693 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15694 Add parameters. Pause to display error only when
15695 desktop-missing-file-warning is non-nil.
15696 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15697 (dired-mode): Bind desktop-buffer-misc-data-function.
15698
15699 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15700 Add Parameters.
15701 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15702 (Info-mode): Bind desktop-buffer-misc-data-function.
15703
15704 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15705 Add Parameters.
15706
15707 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15708 Add Parameters.
15709
15710 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15711
15712 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15713 the case of letters in case-insensitive expansions when the
15714 abbrev is preceded by characters with letter syntax.
15715
15716 2004-04-21 Richard M. Stallman <rms@gnu.org>
15717
15718 * progmodes/cperl-mode.el (cperl-putback-char):
15719 Delete Emacs 18 definition.
15720
15721 * international/mule.el (ctext-post-read-conversion):
15722 Use assoc-string, not assoc-ignore-case.
15723
15724 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15725
15726 * emacs-lisp/easymenu.el (easy-menu-add):
15727 Do call x-popup-menu, but only if it's defined.
15728
15729 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15730
15731 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15732 Handle multiple args: compile like progn.
15733
15734 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15735 take all args as &rest arg.
15736
15737 * autoinsert.el (auto-insert-alist): Insert the user's name in
15738 copyright notice, rather than Free Software Foundation.
15739
15740 2004-04-21 Kenichi Handa <handa@m17n.org>
15741
15742 * descr-text.el (describe-char): Make it work on *Help* buffer.
15743
15744 2004-04-21 Kim F. Storm <storm@cua.dk>
15745
15746 * image.el (insert-image): Add optional SLICE arg.
15747 (insert-sliced-image): New defun.
15748
15749 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15750
15751 * subr.el (read-number): Check whether `default' is nil.
15752
15753 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15754
15755 * progmodes/compile.el (compilation-error-properties):
15756 Split into two.
15757 (compilation-internal-error-properties): New one.
15758 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15759
15760 2004-04-20 Richard M. Stallman <rms@gnu.org>
15761
15762 * window.el (split-window-save-restore-data):
15763 Don't update the data if OLD-INFO is nil.
15764
15765 * view.el (view-return-to-alist): Mark it permanent local.
15766
15767 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15768
15769 * recentf.el (recentf-save-list): Catch and warn about errors.
15770
15771 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15772 so "Buffers" won't be pure.
15773
15774 * help-mode.el (help-mode-finish): Set help-return-alist first
15775 thing, setting only the entry for the selected window.
15776
15777 * help-fns.el (describe-function-1): If many non-control non-meta
15778 keys run the command, don't list all of them.
15779
15780 2004-04-20 Juanma Barranquero <lektu@terra.es>
15781
15782 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15783 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15784
15785 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15786
15787 2004-04-20 Kenichi Handa <handa@m17n.org>
15788
15789 * international/quail.el (quail-lookup-key): New optional arg
15790 NOT-RESET-INDICES.
15791 (quail-get-translations): Call quail-lookup-key with
15792 NOT-RESET-INDICES t.
15793 (quail-completion): Likewise.
15794 (quail-lookup-map-and-concat): Likewise.
15795
15796 2004-04-20 Kenichi Handa <handa@m17n.org>
15797
15798 * international/quail.el (quail-update-translation): Don't insert
15799 such an unsupported multibyte char in a unibyte buffer.
15800
15801 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15802
15803 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15804 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15805 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15806 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15807 (gdb-frame-assembler-buffer): Improve behaviour with
15808 multiple frames.
15809 (gdb-display-buffer): Extend search to all visible frames.
15810
15811 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15812
15813 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15814 characters left after base64 decoding.
15815 (rmail-decode-region): Use -dos variety of `coding', to remove any
15816 ^M characters left after qp or base64 decoding.
15817
15818 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15819
15820 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15821 messages.
15822
15823 2004-04-19 Stephen Eglen <stephen@gnu.org>
15824
15825 * add-log.el (add-change-log-entry): Update doc string to mention
15826 add-log-full-name and add-log-mailing-address.
15827
15828 2004-04-18 Juri Linkov <juri@jurta.org>
15829
15830 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15831 (Info-find-node-2): Simplify error message.
15832 (Info-insert-dir): Use Info-following-node-name.
15833 (Info-goto-node): Remove *info-history* and *info-toc*.
15834 (Info-history): Create a node of the virtual history file.
15835 (Info-toc): Create a node of the virtual toc file.
15836 (Info-insert-toc): New arg `curr-file' for reference file names.
15837 (info-apropos): Remove redundant var binding for temp-file.
15838 (Info-index, Info-index-next, Info-mode): Doc fix.
15839 (Info-goto-emacs-command-node): Don't jump to *info* from
15840 non-*info* Info buffers.
15841 (Info-fontify-node): Don't show the file name of external
15842 references if `Info-hide-note-references' is `hide'. Don't hide
15843 newlines at the end of paragraphs.
15844
15845 * international/mule-diag.el (list-input-methods):
15846 Fix args to help-xref-button.
15847
15848 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15849 to put into effect local variables from TUTORIAL files.
15850
15851 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15852 with default value taken from the variable `sentence-end'.
15853 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15854 Add nil const to :type.
15855 (sentence-end-without-period, sentence-end-double-space)
15856 (sentence-end-without-space): Doc fix.
15857
15858 * textmodes/paragraphs.el (forward-sentence):
15859 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15860 (fill-delete-newlines):
15861 * progmodes/cc-cmds.el (c-beginning-of-statement):
15862 Use function `sentence-end' instead of variable `sentence-end'.
15863
15864 2004-04-18 Andreas Schwab <schwab@suse.de>
15865
15866 * progmodes/compile.el (compilation-start): Set window start to
15867 point-min if compilation-scroll-output is nil.
15868
15869 2004-04-18 John Wiegley <johnw@newartisans.com>
15870
15871 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15872
15873 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15874
15875 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15876 (gdb-info-breakpoints-custom): Revert previous change.
15877 (gdb-view-assembler): Update assembler if necessary.
15878 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15879 (gdb-display-source-buffer): Update properly when both source and
15880 assembler are visible.
15881
15882 2004-04-17 John Wiegley <johnw@newartisans.com>
15883
15884 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15885 which limits the number of names shown in the minibuffer. Off by
15886 default.
15887 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15888 up iswitchb for users with a multitude of open buffers by showing
15889 only the first and last N/2 buffers in the completion list (which
15890 is enough to aid C-s/C-r, and to know that more characters are
15891 needed to refine the completion list).
15892
15893 2004-04-17 Richard M. Stallman <rms@gnu.org>
15894
15895 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15896 (file-truename): Expand all ~ constructs directly.
15897 (insert-directory): Delete any error msg output by the
15898 `insert-directory-program'.
15899
15900 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15901 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15902 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15903 (allout-init): Use find-file-hook, not find-file-hooks.
15904 (allout-mode): Eliminate Emacs 18 support.
15905 Use write-contents-functions, not local-write-file-hooks.
15906
15907 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15908
15909 * progmodes/compile.el (compilation-error-properties): Fix for
15910 adding messages when there are already markers for their file.
15911 (compilation-fake-loc): New function.
15912
15913 2004-04-16 Dave Love <fx@gnu.org>
15914
15915 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15916 (python-load-file): Fix python-orig-start setting.
15917
15918 * progmodes/compile.el: Doc fixes.
15919 (compilation-error-regexp-alist-alist)
15920 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15921 (compilation-assq): Wrap in eval-when-compile.
15922 (compilation-mode-font-lock-keywords): Don't use list*.
15923 (compilation-start): Avoid warning.
15924 (compilation-compat-error-properties)
15925 (compilation-directory-properties): Add keymap property.
15926 (compilation-parsing-end): Make it a marker for better compatibility.
15927
15928 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15929
15930 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15931
15932 * xml.el: Doc fixes.
15933 (xml-get-children): Only looks at sub-tags and ignore strings.
15934
15935 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15936
15937 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15938
15939 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15940
15941 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15942
15943 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15944
15945 * vc.el (vc-print-log): Likewise.
15946
15947 2004-04-16 Masatake YAMATO <jet@gyve.org>
15948
15949 * simple.el (completion-setup-function): Set an initial value
15950 to `element-common-end' before entering loop. Set a value
15951 to `element-common-end' at the end of loop.
15952 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15953 (completions-common-part): Rename from completion-de-emphasis.
15954 (completions-first-difference): Rename from completion-emphasis.
15955 Suggested by RMS.
15956
15957 2004-04-16 Juanma Barranquero <lektu@terra.es>
15958
15959 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15960 (bookmark-edit-annotation-mode): Add mode name.
15961
15962 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15963
15964 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15965 for nested conflict markers.
15966 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15967
15968 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15969
15970 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15971
15972 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15973
15974 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15975
15976 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15977 Give a backtrace if requested.
15978
15979 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15980
15981 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15982 Remove unused functions.
15983 (python-orig-start-line, python-orig-file): Remove.
15984 (python-orig-start): New var.
15985 (python-input-filter, python-compilation-line-number)
15986 (python-send-region, python-load-file): Use it.
15987
15988 * info.el (info): Always jump to *info*.
15989
15990 * subr.el (posn-set-point): New function.
15991
15992 * mouse.el (mouse-set-point): Use it.
15993
15994 * progmodes/compile.el (compile-goto-error): Use it.
15995 (compilation-button-map): New keymap.
15996 (compilation-error-properties): Use it.
15997 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15998
15999 * smerge-mode.el (smerge-popup-context-menu): Use it.
16000
16001 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16002 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16003 mouse and non-mouse case.
16004
16005 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16006 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16007
16008 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16009 Make it work for non-mouse events.
16010
16011 * pcvs-info.el (cvs-status-map): Update binding name.
16012
16013 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16014
16015 * xml.el (xml-maybe-do-ns): New function to handle namespace
16016 parsing of both attribute and element names.
16017 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16018 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16019 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16020 (xml-parse-attlist): Make it do its own namespace parsing.
16021
16022 2004-04-14 Dave Love <fx@gnu.org>
16023
16024 * progmodes/python.el (run-python): Fix use of \n.
16025 (python-load-file): Remove `try' from Python fragment.
16026 (python-describe-symbol): Fix message.
16027
16028 * comint.el: Doc fixes.
16029 (comint-last-input-start, comint-last-input-end)
16030 (comint-last-output-start): Give them values.
16031 (comint-arguments): Avoid warning.
16032 (comint-skip-prompt): Use line-end-position.
16033 (comint-backward-matching-input): Rename arg to agree with doc.
16034 (comint-extract-string): Use syntax-ppss.
16035 (comint-dynamic-simple-complete): Delete useless list construction.
16036 (comint-redirect-subvert-readonly): New.
16037 (comint-redirect-preoutput-filter): Use it.
16038
16039 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16040 Correctly handle negative arguments when calling hook functions.
16041
16042 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16043
16044 * info.el (info-apropos): Don't clobber Info-history-list.
16045
16046 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16047
16048 * progmodes/compile.el (compilation-setup):
16049 Localize overlay-arrow-position.
16050 (compilation-sentinel): Restructure code equivalently.
16051 (compilation-next-error): Find message on same line after point if
16052 not found before point.
16053 (compile-mouse-goto-error): Restore function so that compilation
16054 buffer need not be current and use compile-goto-error.
16055 (compile-goto-error): Restore function.
16056 (next-error): Set overlay-arrow-position.
16057 (compilation-forget-errors): Don't localize already local
16058 compilation-locs and remove FIXME about refontifying.
16059
16060 2004-04-14 Kim F. Storm <storm@cua.dk>
16061
16062 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16063 (command-line): New option -Q. Like -q --no-site-file, but
16064 in addition it also disables menu-bar, tool-bar, scroll-bars,
16065 tool-tips, and the blinking cursor.
16066 (command-line-1): Skip startup screen if -Q.
16067 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16068
16069 * emulation/cua-base.el (cua-read-only-cursor-color)
16070 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16071
16072 2004-04-13 Dave Love <fx@gnu.org>
16073
16074 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16075 (syntax): Don't require.
16076 (python) <defgroup>: Add :version.
16077 (python-quote-syntax): Re-written.
16078 (inferior-python-mode): Move stuff here from run-python and add
16079 some more.
16080 (python-preoutput-continuation, python-preoutput-result)
16081 (python-dotty-syntax-table): New.
16082 (python-describe-symbol): Use them.
16083 (run-python): Move stuff to inferior-python-mode. Modify code
16084 loaded into Python.
16085 (python-send-region): Use python-proc, python-send-string.
16086 (python-send-string): Send newlines too. Callers changed.
16087 (python-load-file): Re-written.
16088 (python-eldoc-function): New.
16089 (info-look): Don't require.
16090 (python-after-info-look): New. A modified version of former
16091 top-level code for use with eval-after-load.
16092 (python-maybe-jython, python-guess-indent): Use widened buffer.
16093 (python-fill-paragraph): Re-written.
16094 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16095 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16096
16097 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16098
16099 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16100 Set compilation-error-regexp-alist earlier.
16101
16102 * progmodes/compile.el (compilation-minor-mode-map)
16103 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16104 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16105
16106 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16107
16108 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16109 corresponding to the event.
16110
16111 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16112
16113 * loadup.el: Add cygwin to system-type list, for unexec() support.
16114
16115 2004-04-12 John Paul Wallington <jpw@gnu.org>
16116
16117 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16118 (ibuffer-restore-window-config-on-quit): New variable to replace
16119 `ibuffer-delete-window-on-quit'. Update all references.
16120 (ibuffer-prev-window-config): New variable.
16121 (ibuffer-quit): Restore previous window configuration instead of
16122 deleting window.
16123 (ibuffer): Save window configuration before showing Ibuffer buffer.
16124
16125 * help.el (describe-mode): Doc fix.
16126
16127 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16128
16129 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16130 not to treat nil as a function.
16131
16132 * vc-arch.el (vc-arch-root): Be a bit more careful.
16133 (vc-arch-register): Save the buffer if we modified it.
16134 (vc-arch-delete-rej-if-obsolete): Save excursion.
16135 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16136 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16137
16138 * net/ldap.el (ldap-search): Use list*.
16139
16140 2004-04-12 Juri Linkov <juri@jurta.org>
16141
16142 * info.el (Info-follow-reference): Allow multiline reference name.
16143
16144 2004-04-11 Dave Love <fx@gnu.org>
16145
16146 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16147
16148 * progmodes/python.el: New file.
16149
16150 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16151
16152 * vc-hooks.el (vc-arg-list): Function removed.
16153 (vc-default-workfile-unchanged-p): Use condition-case to check for
16154 backward compatibility.
16155
16156 * vc.el (vc-print-log): Use condition-case to check for backward
16157 compatibility.
16158
16159 2004-04-11 Juri Linkov <juri@jurta.org>
16160
16161 * dired.el (dired-faces): New defgroup.
16162 (dired-header, dired-mark, dired-marked, dired-flagged)
16163 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16164 New faces.
16165 (dired-header-face, dired-mark-face, dired-marked-face)
16166 (dired-flagged-face, dired-warning-face, dired-directory-face)
16167 (dired-symlink-face, dired-ignored-face): New face variables.
16168 (dired-font-lock-keywords): Use them instead of font-lock faces.
16169 Split the rule for dired marks into 3 separate rules: for marks,
16170 marked file names and flagged file names.
16171
16172 * help-mode.el (help-make-xrefs): Add a final newline to the
16173 *Help* buffer.
16174
16175 2004-04-11 John Paul Wallington <jpw@gnu.org>
16176
16177 * replace.el (occur-engine): Distinguish between one and several
16178 matches in the matches per buffer heading.
16179
16180 2004-04-11 Kim F. Storm <storm@cua.dk>
16181
16182 * ido.el (ido-confirm-unique-completion): New defcustom.
16183 (ido-complete): Use it.
16184 (ido-write-file): Set it to t unconditionally.
16185
16186 2004-04-10 Miles Bader <miles@gnu.org>
16187
16188 RCS keyword removal (only non-comment changes are enumerated here):
16189
16190 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16191 (byte-compile-insert-header): Don't use `byte-compile-version'.
16192 * forms.el (forms-version): Variable removed.
16193 (forms-mode): Don't use `forms-version'.
16194 * recentf.el (recentf-version): Variable removed.
16195 * progmodes/delphi.el (delphi-version): Variable removed.
16196 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16197
16198 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16199
16200 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16201
16202 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16203
16204 * info.el (info-apropos): Improve menu item regexp.
16205
16206 2004-04-09 Simon Josefsson <jas@extundo.com>
16207
16208 * mail/smtpmail.el: Add comment, based on report by
16209 kdc@rcn.com (Kevin D. Clark).
16210
16211 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16212
16213 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16214 Redo one more thing that I didn't notice Daniel had undone.
16215
16216 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16217
16218 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16219 (gdb-goto-breakpoint, gdb-display-buffer)
16220 (gdb-display-source-buffer, gdb-view-source-function)
16221 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16222 (gdb-source-info, gdb-frame-handler): Don't specify a window
16223 for display.
16224 (gdb-info-breakpoints-custom): Remove superfluous update of
16225 assembler buffer.
16226 (gdb-many-windows): Make settable outside gdb.
16227
16228 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16229
16230 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16231 Derive from fundamental-mode rather than text-mode.
16232
16233 2004-04-08 Juri Linkov <juri@jurta.org>
16234
16235 * info.el (Info-history): Doc fix.
16236 (Info-history-list): New var.
16237 (info-xref): Change magenta4 to blue, remove bold for dark and
16238 light backgrounds, change bold to underline for non-color classes.
16239 (info-xref-visited): New face.
16240 (Info-fontify-visited-nodes): New custom.
16241 (Info-hide-note-references): Add new value `hide'. Doc fix.
16242 (Info-reference-name): New var.
16243 (Info-selection-hook): New custom.
16244 (Info-edit-mode-hook): New var.
16245 (Info-find-file): New fun.
16246 (Info-find-node): Move part of code to Info-find-file.
16247 (Info-find-node-2): Add anchors to Info-history-list. Move point
16248 to the place with the reference name if name is defined.
16249 (Info-select-node): Add current node to Info-history-list.
16250 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16251 (Info-search-whitespace-regexp): New custom.
16252 (Info-search-case-fold): New var.
16253 (Info-search): Add "case-sensitively" to the prompt.
16254 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16255 (Info-search-case-sensitively, Info-search-next): New fun.
16256 (Info-up): Move point to the menu item of the current node.
16257 (Info-history): New fun. Add *info-history* to
16258 same-window-buffer-names.
16259 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16260 (Info-insert-toc): New fun.
16261 (Info-build-toc): New fun.
16262 (Info-follow-reference): Add new arg `fork'. Doc fix.
16263 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16264 with the same name prefer the reference closest to point.
16265 (Info-next-reference): Replace * by + in the *Note regexp.
16266 Add regexp for http:// and ftp://. Skip the *Note prefix.
16267 (Info-prev-reference): Replace * by + in the *Note regexp.
16268 Add regexp for http:// and ftp://. Skip the *Note prefix.
16269 (Info-follow-nearest-node): Add new arg `fork'.
16270 (Info-try-follow-nearest-node): Add new arg `fork'.
16271 Call browse-url for http:// and ftp:// references.
16272 Set Info-reference-name for index entries.
16273 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16274 Info-search-next, Info-history, Info-toc, clone-buffer.
16275 (Info-menu-update): Replace * by + in the *Note regexp.
16276 (Info-mode): Add documentation for Info-history, Info-toc,
16277 Info-search-case-sensitively, Info-search-next, clone-buffer.
16278 (Info-fontify-menu-headers): Remove fun. Move code to
16279 Info-fontify-node.
16280 (Info-fontify-node): Add docstring. Add local vars
16281 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16282 then fontify header line, titles, menu headers, http and ftp
16283 references, refill paragraphs. If not-fontified-p is t or
16284 fontify-visited-p is t then fontify cross references, menu items.
16285 Fontify menu headers. Fontify http and ftp references.
16286 Change regexp for cross references to require whitespace after *Note,
16287 add matching groups for file and node names. Remove hack for quote.
16288 Use display property for Info-hide-note-references=t. Use fifth
16289 or fourth match for help-echo. Display visited nodes in a
16290 different face. Unhide file names of external references.
16291 Unhide newlines. Display visited menu items in a different face.
16292
16293 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16294
16295 * progmodes/compile.el: Require CL.
16296 (compilation-mode-font-lock-keywords): Re-install the "line as
16297 function" patch.
16298
16299 * help-fns.el (help-C-source-directory): New var.
16300 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16301 (describe-function-1, describe-variable): Use them.
16302
16303 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16304 to C source files specially.
16305
16306 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16307
16308 * info.el (Info-hide-cookies-node): New function.
16309 (Info-select-node): Use it.
16310 (Info-display-images-node): Remove message with image file name.
16311
16312 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16313
16314 * progmodes/compile.el (compilation-warning-face)
16315 (compilation-info-face, compilation-skip-threshold)
16316 (compilation-skip-visited, compilation-context-lines):
16317 Declare :version when added to Emacs.
16318 (compilation-error-regexp-alist-alist): Extend caml and irix.
16319 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16320 (compilation-mode-font-lock-keywords): Temporarily undo line as
16321 function patch, which wasn't ready.
16322
16323 2004-04-07 Kenichi Handa <handa@m17n.org>
16324
16325 * international/latin1-disp.el (latin1-display-setup): Check each
16326 character is displayable or not instead of calling
16327 latin1-display-check-font.
16328
16329 2004-04-06 Kenichi Handa <handa@m17n.org>
16330
16331 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16332 New variable.
16333 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16334 instead of sera-being-called-by-w3.
16335 (ethio-fidel-to-sera-buffer): Likewise.
16336 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16337 instead of sera-being-called-by-w3.
16338 (ethio-write-file): Likewise.
16339
16340 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16341
16342 * printing.el: Doc fix.
16343
16344 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16345
16346 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16347 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16348 (gdb-setup-windows): Only use separate IO buffer if required.
16349
16350 2004-04-06 Kim F. Storm <storm@cua.dk>
16351
16352 * term.el (term-is-xemacs): Remove.
16353 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16354 (term-window-width): New function.
16355 (term-mode, term-check-size): Use it.
16356 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16357
16358 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16359
16360 * cus-edit.el (custom-add-parent-links): Change unbound variable
16361 `symbol' to `name'.
16362
16363 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16364 * info.el (info-apropos): New function.
16365 (Info-mode-menu): Add it.
16366 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16367
16368 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16369 inherited docstring.
16370
16371 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16372
16373 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16374
16375 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16376
16377 * progmodes/compile.el (font-lock): Don't require any more.
16378 (compilation-error-properties, compilation-start, compilation-sentinel)
16379 (compilation-filter, next-error): Use with-current-buffer.
16380 (compilation-skip-to-next-location, compilation-skip-threshold)
16381 (compilation-skip-visited): Move to silence the byte-compiler.
16382 (compilation-setup): Simplify.
16383 (compilation-next-error): Use line-(beginning|end)-position.
16384 Make sure `pt' is non-nil before using compilation-loop.
16385 (compile-goto-error): Add optional event arg. Use it.
16386 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16387 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16388 Update the binding for mouse-2.
16389 (first-error): Set compilation-current-error to nil rather than bob.
16390 (compilation-parsing-end, compilation-parse-errors-function)
16391 (compilation-error-list, compilation-old-error-list):
16392 "New" compatibility variables.
16393 (compile-buffer-substring, compilation-compat-error-properties)
16394 (compilation-compat-parse-errors, compilation-forget-errors):
16395 New compatibility functions.
16396 (compilation-mode-font-lock-keywords): Use them.
16397
16398 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16399
16400 * autorevert.el (auto-revert-handler): If point (or a window
16401 point) is at the end of the buffer, keep it there after
16402 reverting. This allows to tail a file.
16403 Mention this in the `Commentary'.
16404
16405 * format.el (format-write-file): Add optional argument CONFIRM
16406 and make it behave like the analogous argument to `write-file'.
16407
16408 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16409
16410 * progmodes/ebnf2ps.el: Doc fix.
16411 (ebnf-version): New version number (4.2).
16412 (ebnf-syntax): Customization and docstring fix.
16413 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16414 Put autoloaded funs before first use.
16415 (ebnf-style-database): Add dtd entry.
16416 (ebnf-syntax-alist): Add dtd initialization.
16417 (ebnf-token-sequence): New fun.
16418 (ebnf-comment-table): Add new comment action character.
16419 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16420
16421 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16422 Type Definition for XML).
16423
16424 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16425 * progmodes/ebnf-bnf.el (ebnf-sequence):
16426 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16427 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16428 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16429 Code simplification: call ebnf-token-sequence.
16430
16431 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16432
16433 * calendar/timeclock.el (timeclock-relative)
16434 (timeclock-get-project-function, timeclock-get-workday-function)
16435 (timeclock-query-out, timeclock-when-to-leave)
16436 (timeclock-when-to-leave-string, timeclock-log-data)
16437 (timeclock-generate-report, timeclock-in): Doc fixes.
16438
16439 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16440
16441 * url/: New dir. Import the URL package from its repository.
16442
16443 2004-04-03 Andreas Schwab <schwab@suse.de>
16444
16445 * diff-mode.el (diff-mode): Fix missing quote.
16446
16447 2004-04-03 Juri Linkov <juri@jurta.org>
16448
16449 * descr-text.el (describe-property-list): Add `font-lock-face'.
16450
16451 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16452
16453 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16454
16455 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16456 Use utf-16le on little endian machines and utf-16be otherwise.
16457
16458 2004-04-02 David Kastrup <dak@gnu.org>
16459
16460 * net/browse-url.el (browse-url-generic): Use call-process
16461 instead of start-process to allow browsers that fork and detach.
16462
16463 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16464
16465 * compile.el (compilation-current-error): New var.
16466 (compilation-setup, compile-mouse-goto-error)
16467 (compile-goto-error, next-error): Use it.
16468 (compilation-skip-to-next-location): Default to t, which gives
16469 contiguous skipping like old compile (where this was redundant).
16470 (compilation-next-error): Prevent previous-* commands from moving
16471 back to message at or just before point.
16472
16473 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16474
16475 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16476 (gdb-source-info): Don't display source at startup, if required.
16477 (gdb-show-main): New option.
16478 (gdba): Update documentation.
16479 (gdb-source): Cover case of auto-display output.
16480
16481 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16482
16483 * autorevert.el: Delete obsolete autoload's and defvar's.
16484 (auto-revert-check-vc-info): New user option.
16485 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16486 (auto-revert-handler-vc): Delete.
16487 (auto-revert-handler): Treat return value `fast' of
16488 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16489
16490 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16491 return `fast'.
16492
16493 * files.el (buffer-stale-function): Doc change.
16494
16495 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16496
16497 * printing.el: New tip on Tips section.
16498 (pr-version): New version number (6.7.4).
16499 (pr-shell-file-name): Initialization fix.
16500
16501 2004-03-31 Juri Linkov <juri@jurta.org>
16502
16503 * dired.el: Add autoload for `dired-do-touch'.
16504 (dired-touch-program): New var.
16505 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16506 (dired-no-confirm): Add `touch' to docstring.
16507
16508 * dired-aux.el (dired-do-touch): New fun.
16509 (dired-do-chxxx): Add argument -t for touch operation.
16510
16511 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16512 `dired-move-to-filename-regexp'.
16513
16514 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16515
16516 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16517
16518 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16519
16520 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16521 and only if the buffer was modified.
16522
16523 2004-03-30 Kenichi Handa <handa@m17n.org>
16524
16525 * international/characters.el: Delete pairs for U+2308..U+230B.
16526
16527 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16528
16529 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16530 to detect the beginning of a level 2 or 3 annotation.
16531
16532 2004-03-29 Kenichi Handa <handa@m17n.org>
16533
16534 * international/ucs-tables.el (ucs-insert): Fix the error message.
16535
16536 2004-03-29 Kenichi Handa <handa@m17n.org>
16537
16538 * international/mule-util.el (char-displayable-p): Fix generation
16539 of XLFD file name.
16540
16541 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16542 before finding directories by `find'.
16543
16544 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16545
16546 * subr.el (interactive-form): Delete. Now implemented in C.
16547
16548 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16549
16550 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16551 (vc-diff-label): New fun.
16552 (vc-diff-internal): Use it.
16553
16554 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16555
16556 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16557
16558 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16559
16560 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16561 specify XML (EBNFX).
16562
16563 * progmodes/ebnf2ps.el: Doc fix.
16564 (ebnf-version): New version number (4.1).
16565 (ebnf-syntax): Adjust customization.
16566 (ebnf-style-database): Add ebnfx entry.
16567 (ebnf-syntax-alist): Add ebnfx initialization.
16568 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16569
16570 * printing.el: Doc fix.
16571 (pr-version): New version number (6.7.3).
16572 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16573 returns nil for mouse position. Reported by Drew Adams
16574 <drew.adams@oracle.com>.
16575 (pr-update-menus): Modify interactive declaration. Reported by Drew
16576 Adams <drew.adams@oracle.com>.
16577
16578 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16579
16580 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16581 (gud-gdba-marker-filter): Log the process input and output, if
16582 required. From Stefan Monnier.
16583 (gdb-debug-log, gdb-enable-debug-log): New variables.
16584 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16585
16586 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16587
16588 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16589 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16590
16591 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16592
16593 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16594 Call vc-find-file-hook here instead of in auto-revert-buffers.
16595 (auto-revert-buffers): Delete call to vc-find-file-hook.
16596 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16597 (global-auto-revert-mode, auto-revert-set-timer)
16598 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16599
16600 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16601
16602 * woman.el (woman-change-fonts): Rename local variable
16603 woman-font-alist to font-alist to avoid a compiler warning.
16604
16605 2004-03-27 Dave Love <fx@gnu.org>
16606
16607 * emacs-lisp/rx.el (rx): Doc fix.
16608 Fix copyright years.
16609
16610 * strokes.el (strokes-global-set-stroke-string): New function.
16611 (strokes-list-strokes): Cope with strings, not just commands.
16612 Set foreground colour of image.
16613 (strokes-global-set-stroke): Doc fix.
16614
16615 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16616
16617 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16618 Auto Revert mode.
16619 (Buffer-menu-files-only): New variable.
16620 (Buffer-menu-toggle-files-only): New function.
16621 (Buffer-menu-mode-map): Bind it to `T'.
16622 (Buffer-menu-mode): Mention `T' in docstring.
16623 Set buffer-stale-function.
16624 (list-buffers-noselect): Mark buffer non-modified and set
16625 Buffer-menu-files-only.
16626
16627 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16628
16629 * autorevert.el (auto-revert-handler): Print revert message
16630 before, rather than after, reverting.
16631 (buffer-stale-function): Move to files.el.
16632
16633 * files.el (buffer-stale-function): Move here from autorevert.el.
16634
16635 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16636
16637 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16638
16639 * calc/calc.el (calc-mode-map): Use mapc.
16640
16641 * apropos.el (apropos-mode): Don't autoload.
16642 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16643 (apropos): Use it.
16644 (apropos-print): Add optional `text' argument.
16645 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16646 Don't assume point-min == 1.
16647
16648 * bs.el (bs-buffer-list): Use buffer-local-value.
16649 (bs--set-toggle-to-show): Use with-current-buffer.
16650
16651 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16652 New funs.
16653 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16654
16655 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16656
16657 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16658 (dabbrev--find-expansion): Use pop.
16659 (dabbrev--search): Use match-string-no-properties.
16660
16661 * dired.el (dired-mode): Use run-mode-hooks.
16662 (dired-move-to-end-of-filename): Use match-string.
16663
16664 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16665 is bound before using it.
16666 (ediff-verbose-p): Make it into a var since it's not constant.
16667
16668 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16669
16670 * faces.el (read-face-font): Don't cons up unnecessarily.
16671 (header-line, tool-bar): Share common parts.
16672
16673 * files.el (file-relative-name): Use compare-strings.
16674
16675 * finder.el (finder-mode): Follow coding convention.
16676
16677 * subr.el (read-number): New function.
16678
16679 * ses.el (ses-read-number): Move to subr.el.
16680 (ses-set-header-row): Use read-number.
16681
16682 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16683
16684 * vc-hooks.el (vc-arg-list): New function, which handles both
16685 compiled and uncompiled code.
16686 (vc-default-workfile-unchanged-p): Use it.
16687
16688 * vc.el (vc-print-log): Undo prev change, use new function
16689 vc-arg-list from vc-hooks.el.
16690
16691 2004-03-26 Masatake YAMATO <jet@gyve.org>
16692
16693 * simple.el (completion-setup-function): Emphasize the
16694 first uncommon characters in the completions; and de-emphasize
16695 the common prefix substrings.
16696 (completion-emphasis): New face.
16697 (completion-de-emphasis): New face.
16698
16699 2004-03-25 Juanma Barranquero <lektu@terra.es>
16700
16701 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16702 Comment out (it's unused and unfinished code).
16703
16704 2004-03-25 Sam Steingold <sds@gnu.org>
16705
16706 * vc.el (vc-print-log): Fix a bug in the last patch:
16707 backend-function may be a byte-compiled object, not a lambda.
16708
16709 2004-03-25 Juri Linkov <juri@jurta.org>
16710
16711 * descr-text.el (describe-property-list): Add a button
16712 for `face' property that calls `describe-face'.
16713 Suggested by luis fernandes <elf@ee.ryerson.ca>
16714
16715 * international/mule.el (keyboard-coding-system):
16716 * kmacro.el (kmacro-call-macro): Fix docstring.
16717
16718 * dired.el: Fix comments.
16719
16720 * textmodes/fill.el (fill): Fix Info link.
16721
16722 * font-lock.el (fast-lock, lazy-lock):
16723 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16724 Info node.
16725
16726 * eshell/eshell.el (eshell): Fix broken info-link.
16727
16728 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16729 * eshell/em-banner.el (eshell-banner):
16730 * eshell/em-smart.el (eshell-smart):
16731 * eshell/esh-cmd.el (eshell-cmd):
16732 Comment out broken info-links to incomplete Info manual.
16733
16734 * info-xref.el: Fix commentary.
16735
16736 2004-03-25 Kevin Ryde <user42@zip.com.au>
16737
16738 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16739 Remove spurious node duplicate suppression, doesn't work, not wanted.
16740 (info-xref-output): Take format style args, add "sit-for 0" to let
16741 user see the results as they progress.
16742 (info-xref-check-all-custom): New function.
16743
16744 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16745
16746 * gdb-ui.el: Moved to progmodes.
16747
16748 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16749
16750 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16751
16752 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16753
16754 * calendar/appt.el (appt-check): Remove superfluous progn.
16755 When finished with diary buffer: if it was not being displayed
16756 before, kill it; otherwise restore its original state.
16757 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16758
16759 * calendar/calendar.el (calendar-set-mode-line): Use total
16760 available mode-line width, rather than frame-width.
16761
16762 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16763 after mode change so effect not lost.
16764
16765 2004-03-23 Dave Love <fx@gnu.org>
16766
16767 * dired.el (dired) <defgroup>: Add link to manual.
16768 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16769 (dired-revert): Use dolist.
16770 (dired-mode-map): Add U binding.
16771 (dired-mode): Add font-lock-beginning-of-syntax-function.
16772 (dired-garbage-files-regexp): Make it a defcustom.
16773
16774 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16775
16776 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16777 is equivalent to nil.
16778 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16779 (vc-arch-mode-line-string): Accept `added' state.
16780 (vc-arch-state): Use inode-sigs if available.
16781 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16782 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16783 (vc-arch-tagline-re): New var.
16784 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16785 New functions.
16786 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16787 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16788
16789 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16790 (vc-file-not-found-hook): Use it.
16791
16792 * diff-mode.el (diff-default-read-only): Change default.
16793 (diff-mode-hook): Make it a defcustom. Add some options.
16794 (diff-mode-map): Bind diff-refine-hook.
16795 (diff-yank-handler): New var.
16796 (diff-yank-function): New fun.
16797 (diff-font-lock-keywords): Use them.
16798 (diff-end-of-file): Handle case where file-header looks like diff text.
16799 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16800 (diff-file-kill): Delete a subsequent empty line, if applicable.
16801 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16802 (diff-find-file-name): Use it.
16803 (diff-tell-file-name): New command.
16804 (diff-mode): Be careful with view-mode.
16805 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16806 New functions, for use in diff-mode-hook.
16807 (diff-find-source-location): Catch "regex too large" errors.
16808 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16809 (diff-refine-hunk): New command.
16810
16811 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16812 (smerge-context-menu-map): Remove unused var.
16813 (smerge-keep-all): Preserve markers.
16814 (smerge-keep-n): New fun.
16815 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16816 (smerge-keep-current, smerge-ediff): Use it.
16817 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16818 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16819 (smerge-resolve): Resolve trivial 3-part conflicts.
16820
16821 2004-03-23 Juri Linkov <juri@jurta.org>
16822
16823 * man.el (Man-width): New var.
16824 (Man-getpage-in-background): Use it.
16825 (Man-support-local-filenames): New var and fun.
16826 (Man-build-man-command): Don't add a second %s.
16827 (Man-fontify-manpage): Clean up message.
16828 (Man-mode): Set outline-regexp, outline-level,
16829 imenu-generic-expression.
16830
16831 * woman.el (woman-fill-frame): Doc fix.
16832 (woman-decode-region): Use window-width instead of frame-width.
16833
16834 * abbrevlist.el (list-one-abbrev-table):
16835 * descr-text.el (describe-char):
16836 * international/mule-diag.el (describe-current-coding-system):
16837 * international/quail.el (quail-insert-decode-map):
16838 Use window-width instead of frame-width.
16839
16840 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16841 (jka-compr-mode-alist-additions): Add tbz.
16842 (jka-compr-write-region, jka-compr-insert-file-contents):
16843 Add message for undefined compress-program.
16844 (jka-compr-write-region): Remove redundant var bindings.
16845
16846 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16847 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16848 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16849 (dired-man): Use dired-guess-shell-command.
16850 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16851 Change default nil to t.
16852
16853 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16854 (dired-compare-directories): Add default value for empty input.
16855
16856 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16857
16858 * time.el (display-time-string-forms): Fix help-echo date format.
16859
16860 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16861
16862 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16863 (buffer-stale-function): New variable.
16864 (auto-revert-list-diff, auto-revert-dired-file-list)
16865 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16866 (auto-revert-handler): Take over some functionality of deleted
16867 functions.
16868 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16869
16870 * dired.el (dired-directory-changed-p): New fun, extracted from
16871 dired-internal-noselect.
16872 (dired-buffer-stale-p): New fun.
16873 (dired-internal-noselect): Use dired-directory-changed-p.
16874 Eliminate revert messages.
16875 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16876
16877 2004-03-23 Kenichi Handa <handa@m17n.org>
16878
16879 * international/characters.el: Setup syntaxes for more parentheses
16880 Unicode characters.
16881
16882 * international/mule-cmds.el (select-safe-coding-system):
16883 Merge coding-system and auto-cs before comparing them.
16884
16885 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16886
16887 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16888
16889 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16890 normal-auto-fill-function and comment-indent-function.
16891 The default values now work just as well.
16892 Don't set font-lock-beginning-of-syntax-function since we already set
16893 syntax-begin-function.
16894 (lisp-outline-level): Put ;;;###autoload at same level as (.
16895 (prin1-char): Quote special chars.
16896
16897 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16898 than with-no-warnings.
16899
16900 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16901 if the source location can't be found.
16902 (edebug-compute-previous-result): Use prin1-char.
16903
16904 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16905 (debug-ignored-errors): Add an entry.
16906
16907 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16908 (byte-compile-file): Output warning when deleting a file.
16909
16910 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16911 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16912
16913 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16914 (byte-compile-inline-expand): Use backquote.
16915 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16916 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16917
16918 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16919
16920 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16921
16922 2004-03-22 Juri Linkov <juri@jurta.org>
16923
16924 * finder.el (finder-known-keywords): Fix data, tex, unix.
16925
16926 * play/landmark.el: Fix keywords.
16927
16928 * language/ethio-util.el (ethio-find-file): Doc fix.
16929
16930 * emacs-lisp/warnings.el: Doc fix.
16931
16932 * textmodes/ispell.el (ispell-help): Doc fix.
16933
16934 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16935
16936 * format.el (format-insert-file): Always return a list of two
16937 elements, like insert-file-contents does.
16938
16939 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16940
16941 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16942 and vc-BACKEND-diff.
16943 (vc-print-log): If the print-log implementation supports it, use
16944 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16945 (vc-version-diff, vc-diff-internal): Doc fixes.
16946
16947 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16948 implementation supports it, let diff output go to *vc*,
16949 not *vc-diff*, since this is an internal call.
16950
16951 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16952
16953 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16954
16955 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16956
16957 2004-03-21 Dave Love <fx@gnu.org>
16958
16959 * progmodes/cfengine.el (cfengine-mode):
16960 Set parse-sexp-ignore-comments.
16961
16962 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16963
16964 2004-03-21 Juanma Barranquero <lektu@terra.es>
16965
16966 * allout.el (allout-mode): Fix docstring.
16967
16968 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16969
16970 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16971
16972 * autorevert.el (auto-revert-interval): Make new value take
16973 effect immediately when set through Custom.
16974 (auto-revert-set-timer): Add interactive declaration.
16975
16976 2004-03-19 David Ponce <david@dponce.com>
16977
16978 * ruler-mode.el (ruler-mode-header-line-format-old):
16979 Don't `make-variable-buffer-local'.
16980 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16981 (ruler-mode-header-line-format): Simply funcall the above.
16982 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16983 to save/restore a previous header line format.
16984 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16985 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16986 fringes and margins width.
16987 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16988
16989 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16990
16991 * log-edit.el (log-edit-font-lock-keywords): Typo.
16992
16993 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16994 (tex-send-tex-command): Rather than here.
16995 (tex-compilation-parse-errors): Simplify.
16996
16997 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16998
16999 * time.el (display-time-string-forms): Add help-echo with date on time.
17000
17001 * composite.el (compose-region): Use restore-buffer-modified-p.
17002
17003 * disp-table.el (standard-display-8bit): Simplify.
17004
17005 * server.el (server-process-filter): Delete temp frame.
17006
17007 * add-log.el (add-change-log-entry): Simplify.
17008
17009 2004-03-19 Kim F. Storm <storm@cua.dk>
17010
17011 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17012 (hexl-follow-line): Don't require 'fringe.
17013
17014 * progmodes/compile.el (compilation-start): Always set
17015 compilation-last-buffer and return it.
17016
17017 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17018
17019 * simple.el (clone-buffer): Doc fix.
17020
17021 2004-03-18 Juanma Barranquero <lektu@terra.es>
17022
17023 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17024
17025 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17026
17027 * log-edit.el (log-edit-font-lock-keywords): New var.
17028 (log-edit-mode): Use it.
17029
17030 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17031
17032 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17033 properly for watching in speedbar.
17034
17035 2004-03-17 Masatake YAMATO <jet@gyve.org>
17036
17037 * smerge-mode.el (smerge-popup-context-menu):
17038 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17039
17040 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17041
17042 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17043 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17044 Take sealed revisions into account.
17045 (vc-arch-checkin): Extract a summary line from the message.
17046
17047 2004-03-16 Masatake YAMATO <jet@gyve.org>
17048
17049 * register.el (register): Provide `register' feature.
17050
17051 2004-03-15 Masatake YAMATO <jet@gyve.org>
17052
17053 Added context menu support in smerge mode.
17054 Most of the part is written by Stefan Monnier.
17055
17056 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17057 New keymap and menu.
17058 (smerge-text-properties): New function.
17059 (smerge-remove-props): New function.
17060 (smerge-popup-context-menu): New function.
17061 (smerge-resolve): Call `smerge-remove-props'.
17062 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17063 (smerge-keep-current): Ditto.
17064 (smerge-kill-current): New function.
17065 (smerge-match-conflict): Put text properties.
17066 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17067
17068 2004-03-15 David Ponce <david@dponce.com>
17069
17070 * ruler-mode.el (ruler-mode-left-fringe-cols)
17071 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17072 (ruler-mode-right-scroll-bar-cols): Remove.
17073 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17074 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17075 Use fringe-columns and scroll-bar-columns.
17076
17077 2004-03-15 Masatake YAMATO <jet@gyve.org>
17078
17079 * hl-line.el (hl-line-range-function): New variable.
17080 (hl-line-move): New function.
17081 (global-hl-line-highlight): Use `hl-line-move'.
17082 (hl-line-highlight): Ditto.
17083
17084 * scroll-bar.el (scroll-bar-columns):
17085 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17086
17087 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17088 (ruler-mode-left-fringe-cols)
17089 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17090 (ruler-mode-right-scroll-bar-cols)
17091 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17092 (ruler-mode-ruler-function): New variable.
17093 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17094 if the value for `ruler-mode-ruler-function'is given.
17095
17096 * hexl.el (hexl-mode-hook): Make the hook customizable.
17097 (hexl-address-area, hexl-ascii-area): New customize variables.
17098 (hexlify-buffer): Put font-lock-faces on the address area and
17099 the ascii area.
17100 (hexl-activate-ruler): New function.
17101 (hexl-follow-line): New function.
17102 (hexl-highlight-line-range): New function.
17103 (hexl-mode-ruler): New function.
17104
17105 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17106
17107 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17108 (vc-default-find-file-hook): New fun.
17109 (vc-find-file-hook): Call new find-file-hook operation.
17110
17111 * vc-arch.el: New file.
17112
17113 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17114
17115 * info-look.el (info-lookup): Reuse an existing Info window.
17116
17117 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17118
17119 * woman.el (woman-preserve-ascii): Default value changed to t and
17120 doc string revised.
17121
17122 2004-03-12 Richard M. Stallman <rms@gnu.org>
17123
17124 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17125 Fix minor bug.
17126
17127 * replace.el (occur-engine): Change message for count of matches.
17128
17129 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17130 For strings, do compare text properties.
17131
17132 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17133
17134 * progmodes/compile.el (compile-auto-highlight)
17135 (compilation-error-list, compilation-old-error-list)
17136 (compilation-parse-errors-function, compilation-parsing-end)
17137 (compilation-error-message, compilation-directory-stack)
17138 (compilation-enter-directory-regexp-alist)
17139 (compilation-leave-directory-regexp-alist)
17140 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17141 (compilation-current-file, compilation-regexps): Remove vars.
17142
17143 (compile-error-at-point, compilation-error-filedata)
17144 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17145 (compilation-next-error-locus, compilation-forget-errors)
17146 (count-regexp-groupings, compilation-parse-errors)
17147 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17148
17149 (compile-internal): Make obsolete.
17150
17151 (compilation-first-column, compilation-error)
17152 (compilation-directory-matcher, compilation-page-delimiter)
17153 (compilation-mode-font-lock-keywords, compilation-debug)
17154 (compilation-error-face, compilation-warning-face)
17155 (compilation-info-face, compilation-line-face)
17156 (compilation-column-face, compilation-enter-directory-face)
17157 (compilation-leave-directory-face, compilation-skip-threshold)
17158 (compilation-skip-visited, compilation-context-lines): New vars.
17159
17160 (compilation-warning-face, compilation-info-face)
17161 (compilation-message-face): New faces.
17162
17163 (compilation-error-regexp-alist-alist): New constant.
17164
17165 (compilation-face, compilation-directory-properties)
17166 (compilation-assq, compilation-error-properties, compilation-start)
17167 (define-compilation-mode, compilation-loop)
17168 (compilation-set-window): New functions.
17169
17170 (compile): Additional argument for interactive compiles like TeX.
17171
17172 * progmodes/grep.el (kill-grep): Move here from compile.el
17173 (grep-error, grep-hit-face, grep-error-face)
17174 (grep-mode-font-lock-keywords): New variables.
17175 (grep-regexp-alist): Simplify regexp and add `binary' case.
17176 (grep-mode): New mode.
17177 (grep-process-setup): Simplify.
17178
17179 2004-03-11 Jason Rumney <jasonr@gnu.org>
17180
17181 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17182 letters on DOS/Windows.
17183
17184 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17185
17186 * server.el (server-name): New var.
17187 (server-socket-dir): New var to replace server-socket-name.
17188 (server-start): Use them.
17189
17190 2004-03-11 Simon Josefsson <jas@extundo.com>
17191
17192 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17193 died to avoid infloop. Reported by Jonathan Glauner
17194 <jglauner@sbum.org>.
17195
17196 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17197
17198 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17199 (smerge-mode-menu): Use it to deactivate menu entries.
17200 (smerge-keep-current): New fun.
17201 (smerge-keep-current): Use it.
17202
17203 2004-03-10 John Paul Wallington <jpw@gnu.org>
17204
17205 * foldout.el (foldout-fold-list, foldout-modeline-string):
17206 Declare them as variables, not constants.
17207
17208 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17209
17210 * ps-print.el: Modification to print *Messages* buffer.
17211 (ps-print-version): New version 6.6.4.
17212 (ps-message-log-max): New fun.
17213 (ps-spool-without-faces, ps-spool-with-faces)
17214 (ps-count-lines-preprint): Code fix.
17215
17216 * printing.el: New tips in Tips section.
17217
17218 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17219
17220 * delim-col.el: Doc fix.
17221
17222 * printing.el: Doc fix. New doc section (Tips).
17223
17224 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17225
17226 * type-break.el (type-break-emacs-variant): Remove.
17227 (type-break-run-at-time, type-break-cancel-function-timers):
17228 Use fboundp rather than version name and number.
17229
17230 2004-03-09 Masatake YAMATO <jet@gyve.org>
17231
17232 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17233 `make-variable-buffer-local'.
17234
17235 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17236
17237 * find-dired.el (find-dired): Call `shell-command' instead of
17238 `start-process-shell-command'. By this, Tramp takes over
17239 handling of remote directories.
17240
17241 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17242
17243 * newcomment.el (comment-use-global-state): New var.
17244 (comment-search-forward): Use it.
17245
17246 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17247
17248 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17249
17250 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17251 (enable-kinsoku): Make it a defcustom.
17252 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17253 paragraph to same-comment-start-marker.
17254
17255 2004-03-07 Dave Love <fx@gnu.org>
17256
17257 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17258 (browse-url-mail): Use it.
17259
17260 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17261 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17262
17263 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17264
17265 * woman.el (woman-man.conf-path): Doc fix.
17266 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17267
17268 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17269
17270 * sort.el (sort-columns): Remove ms-dos from the list of systems
17271 where the external `sort' command is not used.
17272
17273 2004-03-07 Kim F. Storm <storm@cua.dk>
17274
17275 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17276 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17277 from overlay-arrow-variable-list.
17278 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17279
17280 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17281
17282 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17283 overlay arrow string properly for the assembler buffer.
17284
17285 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17286
17287 * mail/sendmail.el (mail-mode): Fix last change.
17288
17289 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17290
17291 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17292 for the assembler buffer.
17293 (gdb-assembler-custom): Position the overlay arrow.
17294 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17295
17296 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17297
17298 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17299
17300 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17301 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17302
17303 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17304
17305 * newcomment.el (uncomment-region): Allow non-terminated comment.
17306 (comment-normalize-vars): Check the user-specified comstart marker.
17307
17308 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17309
17310 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17311 Otherwise, do use it if the region only contains font-lock text
17312 properties.
17313
17314 2004-03-04 Masatake YAMATO <jet@gyve.org>
17315
17316 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17317 as the callback function for eldoc.
17318 (hexl-print-current-point-info): New function.
17319 (hexl-current-address): Print the address in both decimal
17320 and hexadecimal format.
17321
17322 2004-03-04 Richard M. Stallman <rms@gnu.org>
17323
17324 * mail/rmail.el (rmail-convert-to-babyl-format):
17325 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17326
17327 * mail/mail-utils.el (mail-unquote-printable-region):
17328 New arg UNIBYTE.
17329
17330 * startup.el (command-switch-alist): Doc fix.
17331
17332 * simple.el (undo): Temporarily set this-command to `undo-start',
17333 then set it to `undo' once undo-start returns without error.
17334
17335 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17336
17337 * simple.el (kill-line): Don't disregard trailing whitespace
17338 in eol condition, if show-trailing-whitespace is set.
17339
17340 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17341 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17342 When disabling, restore old values only if mouse-sel-has-been-enabled.
17343
17344 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17345 (isearch-{-char): New function.
17346 (isearch-mode-map): Bind { to isearch-{-char.
17347
17348 * font-lock.el (lisp-font-lock-keywords-2):
17349 Turn off the CL with-... and do-... general patterns.
17350 Instead, recognize several specific with... and do... constructs.
17351
17352 * files.el (switch-to-buffer-other-window):
17353 Bind same-window-buffer-names and same-window-regexps to nil.
17354 (switch-to-buffer-other-frame): Likewise.
17355
17356 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17357
17358 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17359 recognizing leading comment on code line.
17360
17361 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17362
17363 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17364 hidden files/directories.
17365
17366 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17367
17368 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17369 only comment-start (in case the mode hasn't set it).
17370
17371 * Makefile.in (AUTOGENEL): New var.
17372 (bootstrap-prepare): Rename from bootstrap-clean.
17373 Don't remove elc files.
17374 (maintainer-clean): New target.
17375
17376 * xml.el (xml-get-attribute-or-nil): Simplify.
17377
17378 2004-03-02 Juri Linkov <juri@jurta.org>
17379
17380 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17381 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17382 URL to prevent their substitution with the environment variable
17383 values by browsers.
17384
17385 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17386
17387 * ps-print.el: Doc fix.
17388 (ps-print-version): New version number (6.6.3).
17389 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17390 Docstring fix.
17391 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17392 before printing.
17393 (ps-time-stamp-yyyy-mm-dd): New fun.
17394 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17395
17396 2004-03-02 Kim F. Storm <storm@cua.dk>
17397
17398 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17399
17400 2004-03-01 Juanma Barranquero <lektu@terra.es>
17401
17402 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17403
17404 * desktop.el (desktop-file-version)
17405 (desktop-after-read-hook): Fix typos.
17406 (desktop-clear-preserve-buffers): Remove redundant info in
17407 docstring already shown by the obsolescence message.
17408 (desktop-truncate, desktop-internal-v2s)
17409 (desktop-value-to-string): Change argument name to match docstring.
17410
17411 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17412
17413 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17414 docstring.
17415
17416 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17417
17418 * printing.el: Replace "As Is..." in PostScript file print/preview by
17419 "No Preprocessing...". Suggested by Colin Marquardt
17420 <_marquardt_@zmd.de>.
17421 (pr-insert-section-4): Adjust buffer interface.
17422
17423 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17424
17425 Version 2.0.39 of Tramp released.
17426
17427 * net/tramp.el (tramp-handle-file-local-copy)
17428 (tramp-handle-write-region, tramp-open-connection-rsh):
17429 Variable name typo. Small change. From Patrick Tullmann
17430 <tullmann@flux.utah.edu>.
17431 (tramp-process-connection-type): New variable.
17432 (tramp-maybe-open-connection): Use it.
17433 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17434 (tramp-touch): Set last-modified time of a remote file.
17435 (tramp-handle-write-region): Say which function is used when encoding.
17436
17437 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17438
17439 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17440 case of non-existing filename, too. Reported by Christoph Bauer
17441 <c_bauer@informatik.uni-kl.de>.
17442 (tramp-smb-get-file-entries): The directory in question should
17443 have permissions "drwxrwxrwx". Just virtual, because we don't
17444 know the real permissions. Don't we know?
17445 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17446 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17447 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17448 output. If it was received chunkwise, there have been problems.
17449 Remove the "prompt not found" error message; it is obvious.
17450 Simplify algorithm.
17451 (tramp-smb-process-running): Remove. Since we acknowledge the
17452 virtual prompt for shares, there's no need for distinction of
17453 reading shares (process ends afterwards) and interactive mode of
17454 smblient.
17455 (tramp-smb-open-connection): Setting process sentinel removed.
17456 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17457 "NT_STATUS_NETWORK_ACCESS_DENIED".
17458 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17459 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17460 (top-level): Setting default value in `tramp-default-method-alist'
17461 corrected. Order of USER and HOST have been wrong.
17462 Nobody complained for months ...
17463 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17464 (tramp-smb-open-connection): Clear password cache if login has failed.
17465
17466 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17467 `tramp-unified-filenames'.
17468 (tramp-completion-mode): Make test for XEmacs explicitely.
17469 `event-to-character' can exists in Emacs packages too.
17470 Reported by Matt Swift <swift@alum.mit.edu>.
17471 (tramp-buffer-name): Buffer name must contain the user if exists.
17472 Reported by Adrian Phillips <a.phillips@met.no>.
17473 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17474 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17475 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17476 `tramp-do-copy-or-rename-file-one-local', because it handles also
17477 the case both files use the same out-of-band method.
17478 Implementation added.
17479 (tramp-handle-file-local-copy, tramp-handle-write-region):
17480 Out-of-band handling removed. `copy-file' called instead, which
17481 calls `tramp-do-copy-or-rename-file-out-of-band'.
17482 (tramp-action-password): Check for out-of-band method removed.
17483 This function is used for 'login-program.
17484 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17485 appropriate.
17486 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17487 and `tramp-parse-sknownhosts'.
17488 (tramp-completion-function-alist): It's a defvar now, because we
17489 want to apply the optimized `tramp-set-completion-function'
17490 instead of a static list.
17491 (tramp-set-completion-function): Implementation tuned.
17492 Avoid double entries, and entries where the function or the
17493 file/directory doesn't exist.
17494 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17495 for SSH2.
17496 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17497 (tramp-handle-dired-compress-file): New function.
17498 (tramp-async-proc): New variable.
17499 (tramp-handle-shell-command): Adding asynchronous processes.
17500 They are far from being perfect, but it works at least for
17501 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17502 (top-level): Require password.el if visible. Should be mandatory
17503 once No Gnus has found its way into (X)Emacs.
17504 (tramp-read-passwd): Invoke `password-read' if available,
17505 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17506 fallback any longer.
17507 (tramp-clear-passwd): New function.
17508 (tramp-process-actions, tramp-process-multi-actions):
17509 Clear password cache if login has failed.
17510
17511 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17512 its own module.
17513 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17514 `ange-ftp-ftp-name-res'. There could be incorrect values from
17515 previous calls in case the "ftp" method is used in the Tramp file
17516 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17517
17518 2004-02-28 Richard M. Stallman <rms@gnu.org>
17519
17520 * term.el (term-mouse-paste): Call mouse-set-point.
17521
17522 * thumbs.el: New file.
17523
17524 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17525
17526 * progmodes/ebnf-abn.el: Doc fix.
17527
17528 * progmodes/ebnf-bnf.el: Doc fix.
17529 (ebnf-repeat): Code fix.
17530
17531 * progmodes/ebnf2ps.el: Doc fix.
17532 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17533
17534 2004-02-28 Juri Linkov <juri@jurta.org>
17535
17536 * ffap.el (dired-at-point): Additional writability test for
17537 relative directory names.
17538 (dired-at-point-prompter): Treat directories as a directory, get
17539 the directory component from files.
17540 (ffap-string-at-point): Return string from region if region is active.
17541 (ffap-file-at-point): Remove redundant code.
17542
17543 2004-02-28 Kim F. Storm <storm@cua.dk>
17544
17545 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17546 Initialize margin area images to nil.
17547 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17548 (breakpoint-enabled-bitmap-face)
17549 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17550 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17551 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17552 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17553 (gdb-reset): Use gdb-remove-breakpoint-icons.
17554 (gdb-put-string): Add dprop arg to specify alternative display
17555 property (for setting fringe bitmap).
17556 (gdb-remove-strings): Doc fix.
17557 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17558 icon in fringe (if available), or else as icon or text in display
17559 margin. Creates necessary icons in breakpoint-bitmap,
17560 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17561 Also make left window margin if required.
17562 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17563 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17564 no longer needed.
17565 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17566 gdb-put-breakpoint-icon.
17567 (gdb-assembler-mode): Don't set left-margin-width here.
17568
17569 2004-02-27 Kevin Ryde <user42@zip.com.au>
17570
17571 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17572 comma, so that it DTRT in macros.
17573
17574 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17575
17576 * progmodes/sh-script.el (sh-shell-arg)
17577 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17578 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17579
17580 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17581
17582 * faces.el (face-spec-set-match-display): Add a new attribute,
17583 `min-colors'.
17584 (region, highlight, secondary-selection): Use `min-colors'.
17585
17586 * custom.el (defface): Add documentation for `min-colors'.
17587
17588 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17589 (font-lock-keyword-face, font-lock-function-name-face)
17590 (font-lock-variable-name-face, font-lock-constant-face):
17591 Use `min-colors'.
17592
17593 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17594
17595 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17596
17597 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17598 define assq-delete-all if it's not defined.
17599 (ebnf-generate-region): Code fix.
17600
17601 * printing.el: Doc fix.
17602 (pr-version): New version number (6.7.2).
17603 (pr-command): Return empty string if command is an empty string.
17604
17605 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17606
17607 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17608
17609 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17610 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17611 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17612 "tt" ["test"] ). Reported by Markus Dreyer
17613 <mdreyer@ix.urz.uni-heidelberg.de>.
17614 (ebnf-version): New version number (4.0).
17615 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17616 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17617 (ebnf-delete-style): New commands.
17618 (ebnf-directory, ebnf-file): New funs.
17619 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17620 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17621 (ebnf-syntax-alist): New var.
17622 (ebnf-element-width): New fun replacing ebnf-list-width.
17623 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17624 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17625 (ebnf-prologue): Adjust vars.
17626 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17627 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17628 (ebnf-check-style-values, ebnf-generate-production)
17629 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17630 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17631 (ebnf-token-repeat): Code fix.
17632
17633 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17634 %right, %left and %prec. Suggested by Matthew K. Junker
17635 <junker@alum.mit.edu>.
17636 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17637
17638 * progmodes/ebnf-iso.el: Doc fix.
17639 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17640 (ebnf-iso-lex): Code fix.
17641
17642 * progmodes/ebnf-bnf.el: Doc fix.
17643 (ebnf-bnf-lex): Code fix.
17644
17645 * progmodes/ebnf-otz.el: Doc fix.
17646
17647 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17648
17649 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17650 (abbrev-prefix-mark): Doc fix.
17651
17652 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17653
17654 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17655 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17656 (gdb-var-delete): Make interactive (really).
17657 (gdb-edit-value): Make non-interactive.
17658
17659 * progmodes/gud.el (gud-speedbar-menu-items):
17660 Add gdb-var-delete and, indirectly, gdb-edit-value.
17661 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17662 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17663 (gud-gdb-marker-filter): Add comment for annotations.
17664
17665 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17666
17667 * calendar/calendar.el (generate-calendar)
17668 (calendar-read-date): Prevent display of BC calendars once more -
17669 reverts 2003-10-01 change.
17670 (generate-calendar-month): Doc fix.
17671
17672 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17673
17674 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17675 return value of increment-calendar-month.
17676
17677 2004-02-21 Stephen Compall <s11@member.fsf.org>
17678
17679 * saveplace.el (save-place-forget-unreadable-files)
17680 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17681 (save-place-forget-unreadable-files): New function.
17682 (save-place-alist-to-file): Use it to filter out files that are
17683 no longer readable.
17684
17685 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17686 current Texinfo environment, using the same method as in
17687 `texinfo-insert-@end', and insert a space rather than a newline if
17688 point in a @table environment.
17689
17690 2004-02-21 Juri Linkov <juri@jurta.org>
17691
17692 * ffap.el (ffap-file-at-point): Try parent directories.
17693
17694 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17695
17696 * vcursor.el (vcursor-modifiers): New defcustom.
17697 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17698 hard-coded list.
17699
17700 2004-02-21 Masatake YAMATO <jet@gyve.org>
17701
17702 * play/animate.el (animate-birthday-present): Accept names other
17703 than `Sarah', too.
17704
17705 2004-02-21 Juri Linkov <juri@jurta.org>
17706
17707 * startup.el: Remove table of command line arguments from the
17708 Commentary section.
17709
17710 2004-02-20 John Wiegley <johnw@newartisans.com>
17711
17712 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17713 again" modifier from 'e' to 'E', since 'e' is also used by the
17714 "file extension" modifier.
17715
17716 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17717
17718 * help-fns.el (describe-categories): Doc fix.
17719
17720 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17721
17722 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17723 temporary file for buffer already visiting one. This change makes
17724 output likely to be directly usable by patch program.
17725 Suggested by Adrian Aichner <adrian@xemacs.org>
17726
17727 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17728
17729 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17730 case of variables defined in compound statements.
17731 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17732 Simplify constructions using switch-to-buffer.
17733
17734 2004-02-19 Simon Josefsson <jas@extundo.com>
17735
17736 * play/morse.el: Fix typo.
17737 (morse-code): Add @.
17738
17739 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17740
17741 * calendar/appt.el (appt-display-format): Change default to
17742 'ignore, for backwards compatibility.
17743 (appt-display-message): If appt-display-format is 'ignore,
17744 respect old vars appt-msg-window and appt-visible.
17745 (appt-activate): Don't depend on return value of cancel-timer.
17746
17747 * calendar/calendar.el (calendar-holidays): Doc fix.
17748
17749 * calendar/cal-coptic.el (coptic-prompt-for-date):
17750 Use assoc-string instead of assoc-ignore-case.
17751 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17752 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17753 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17754 * calendar/cal-islam.el (calendar-goto-islamic-date)
17755 (mark-islamic-diary-entries): Ditto.
17756 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17757 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17758 (calendar-read-mayan-tzolkin-date): Ditto.
17759 * calendar/calendar.el (calendar-read-date): Ditto.
17760 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17761
17762 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17763
17764 * progmodes/executable.el (executable-command-find-posix-p):
17765 Fix choice of the directory.
17766
17767 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17768
17769 * simple.el (interprogram-cut-function)
17770 (interprogram-paste-function, kill-new, kill-append):
17771 Doc fixes.
17772 (kill-region): Make it return nil. Doc fix.
17773 (yank-pop): Make its argument optional.
17774 (yank): Make ARG `-' equivalent to `-1'.
17775
17776 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17777
17778 * mail/rmail.el (rmail-get-new-mail): Don't reference
17779 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17780
17781 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17782
17783 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17784 if one of global-auto-revert-non-file-buffers or autorevert-mode
17785 is non-nil.
17786
17787 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17788
17789 * subr.el (delete-dups): A better implementation from Karl Heuer
17790 <kwzh@gnu.org>.
17791
17792 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17793
17794 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17795 correct place.
17796 * progmodes/icon.el (icon-indent-command): Ditto.
17797 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17798
17799 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17800
17801 * progmodes/grep.el (grep-compute-defaults): Undo change from
17802 2004-01-29: don't use executable-command-find-posix-p.
17803
17804 2004-02-16 Richard Sharman <rsharman@pobox.com>
17805
17806 * hilit-chg.el: Use require instead of eval-and-compile.
17807 (highlight-compare-buffers): New function.
17808
17809 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17810
17811 * man.el (Man-fontify-manpage): Render section headings in
17812 `Man-overstrike-face' even when overstrike was not used by man
17813 formatter for section headings.
17814
17815 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17816
17817 * rmail-spam-filter.el (vm-use-spam-filter)
17818 (rsf-min-region-length-added-to-spam-list): New variables.
17819 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17820 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17821 spam testing. Don't delete spam message if automatic deletion
17822 after output via variable rmail-delete-after-output is turned on.
17823 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17824 rsf-bbdb-dont-create-entries-for-spam.
17825 (check-field): New function, extracted from code in
17826 rmail-spam-filter to ease addition of header fields like content-type.
17827 (message-content-type): New variable to check the content-type:
17828 field added, also in defcustom of rsf-definitions-alist.
17829 (rmail-spam-filter): Replace repeated test code for header fields
17830 by calls to check-field; change the call to
17831 rmail-output-to-rmail-file such that rmail-current-message stays
17832 the same to avoid wrong deletion of unseen flags.
17833 (rsf-add-contents-type): New function to convert old format
17834 of rmail-spam-definitions-alist into new one.
17835 Change prefixes of all variables and functions from
17836 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17837
17838 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17839
17840 * loadhist.el (unload-hook-features-list): New defvar.
17841
17842 2004-02-16 Dave Love <fx@gnu.org>
17843
17844 * loadhist.el (unload-feature): Doc fix. Rename flist to
17845 unload-hook-features-list.
17846
17847 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17848
17849 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17850 cookie. Don't check if we are looking-at open-formula.
17851
17852 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17853
17854 * subr.el (match-string-no-properties): Use substring-no-properties.
17855
17856 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17857
17858 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17859 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17860 Use lower-case "rx" in all error message.
17861
17862 2004-02-16 Dave Love <fx@gnu.org>
17863
17864 * emacs-lisp/rx.el (rx-or): Put group around result.
17865 (rx-constituents): Add backref.
17866 (rx-syntax): Add string-delimiter, comment-delimiter.
17867 (rx-categories): Add combining-diacritic.
17868 (rx-check-not, rx-greedy, rx): Doc fix.
17869 (rx-backref, rx-check-backref): New.
17870
17871 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17872
17873 * newcomment.el (uncomment-region): Allow eob as comment end.
17874
17875 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17876
17877 * filecache.el: All message and error commands now use prefix
17878 "Filecache:" to make it easy to read *Messages* buffer.
17879
17880 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17881
17882 * autorevert.el: Add support to detect changed dired and VC buffers.
17883 (auto-revert-active-p, auto-revert-list-diff)
17884 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17885 (auto-revert-handler, auto-revert-active-p): New functions.
17886 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17887 and `auto-revert-active-p'.
17888 (eval-when-compile): Defvar dired-directory and vc-mode.
17889 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17890 (auto-revert-handler-vc): New functions.
17891
17892 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17893
17894 * progmodes/compile.el (compilation-directory): New defvar.
17895 (compile): Save current directory in compilation-directory.
17896 (recompile): Bind default-directory to compilation-directory if
17897 that is non-nil.
17898
17899 2004-02-16 Dave Love <fx@gnu.org>
17900
17901 * newcomment.el (comment-insert-comment-function)
17902 (comment-region-function, uncomment-region-function): New.
17903 (comment-indent): Use comment-insert-comment-function.
17904 (uncomment-region): Use uncomment-region-function.
17905 (comment-region): Use comment-region-function.
17906
17907 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17908
17909 2004-02-16 Richard Stallman <rms@gnu.org>
17910
17911 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17912 loaddefs* and ldefs-boot*.
17913
17914 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17915
17916 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17917 and email address at the beginning and end of the address.
17918
17919 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17920 anchored at the beginning of the email address.
17921
17922 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17923
17924 * international/ccl.el (ccl-compile-write): Pass `left' to
17925 ccl-embed-code to generate correct code of write-expr-register.
17926
17927 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17928
17929 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17930
17931 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17932
17933 * x-dnd.el: Mention support for Motif in commentary.
17934 (x-dnd-handle-drag-n-drop-event): Ditto.
17935
17936 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17937
17938 * ses.el: Use "ses--" prefixes for buffer-local variables.
17939 Use (point-min) instead of 1, even when we know the buffer
17940 is unnarrowed.
17941 (ses-build-load-map): Delete. Distribute its content to defconst's for
17942 the three maps.
17943 (ses-menu, ses-header-line-menu): New menus.
17944 (ses-mode-map): Use them.
17945 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17946
17947 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17948
17949 * Makefile.in: Fix the CC Mode recompile kludge so it works
17950 when building in a different directory.
17951
17952 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17953
17954 * simple.el (kill-new): Put yank-handler property on the entire string.
17955
17956 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17957
17958 * diff.el: Don't use compile any more, use diff-mode instead.
17959 (diff-regexp-alist, diff-old-file, diff-new-file)
17960 (diff-parse-differences, diff-process-setup): Remove.
17961 (diff-sentinel): New fun.
17962 (diff): Use it. Run the process ourselves.
17963 Use diff-mode for the rest of the processing.
17964
17965 * diff.el (diff): Simplify code handling `switch'.
17966
17967 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17968
17969 * pcvs-defs.el (cvs-menu): Add `tag'.
17970
17971 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17972
17973 * simple.el (kill-append): Doc fix.
17974
17975 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17976 Adapt outline-regexp to the new conventions for commenting out code.
17977
17978 2004-02-11 John Paul Wallington <jpw@gnu.org>
17979
17980 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17981
17982 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17983
17984 * diff.el (diff-switches): New fun.
17985 (diff, diff-backup): Use it.
17986 (diff): Clean up the args construction. Use backquote.
17987 Use listp instead of consp to avoid putting a nil arg.
17988 (diff): Add a revert-buffer function.
17989
17990 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17991
17992 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17993 handled by x-dnd-handle-file-name.
17994 (x-dnd-known-types): Add COMPOUND_TEXT.
17995 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17996 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17997 x-dnd-empty-state.
17998 (x-dnd-forget-drop): Ditto.
17999 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18000 (x-dnd-handle-one-url): Return private when inserting text.
18001 (x-dnd-insert-ctext): New function.
18002 (x-dnd-handle-file-name): New function for FILE_NAME.
18003 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18004 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18005 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18006
18007 2004-02-10 Kenichi Handa <handa@m17n.org>
18008
18009 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18010 instead of while loop.
18011
18012 2004-02-10 Miles Bader <miles@gnu.org>
18013
18014 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18015
18016 2004-02-09 Kenichi Handa <handa@m17n.org>
18017
18018 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18019 have end-of-line.
18020
18021 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18022
18023 * Makefile.in: Added extra dependencies in the recompile target
18024 needed to cope with the compile time macro expansions in CC Mode.
18025
18026 2004-02-09 Kim F. Storm <storm@cua.dk>
18027
18028 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18029 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18030 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18031 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18032 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18033 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18034 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18035 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18036 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18037 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18038 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18039
18040 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18041
18042 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18043 Don't allow shrink if there's a window on our right.
18044
18045 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18046 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18047 Bring together declaration and initialization.
18048 (prolog-mode-variables): Don't set the syntax table.
18049 Don't set paragraph-start and comment-indent-function.
18050 Add /*..*/ to the comment regexps.
18051 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18052 (prolog-mode-map): Don't bind TAB.
18053 (prolog-mode): Set the syntax table.
18054 (prolog-comment-indent): Remove.
18055 (inferior-prolog-mode-map): Initialize in the declaration.
18056 (inferior-prolog-mode-syntax-table)
18057 (inferior-prolog-mode-abbrev-table): New vars.
18058 (inferior-prolog-mode): Derive from comint-mode.
18059 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18060 minibuffer windows.
18061
18062 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18063 in file names, as long as it is unabmiguous.
18064
18065 2004-02-08 Andreas Schwab <schwab@suse.de>
18066
18067 * textmodes/reftex-toc.el
18068 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18069 format. Doc fix.
18070
18071 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18072 format string arguments.
18073
18074 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18075 string argument.
18076
18077 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18078
18079 * play/zone.el (zone-call): Fix format string.
18080
18081 * net/webjump.el (webjump-builtin): Add missing format string argument.
18082
18083 * midnight.el (midnight-delay-set): Remove extra format string argument.
18084
18085 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18086
18087 * hexl.el (hexl-insert-char): Add missing format string argument.
18088
18089 * format.el (format-decode): Fix format string.
18090
18091 * emulation/vi.el (vi-mode): Remove extra format string argument.
18092 (vi-repeat-last-search): Likewise.
18093 (vi-reverse-last-search): Likewise.
18094 (vi-goto-mark): Likewise.
18095 (vi-reverse-last-find-char): Likewise.
18096 (vi-repeat-last-find-char): Likewise.
18097 (vi-locate-def): Likewise.
18098
18099 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18100
18101 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18102 string argument.
18103 (ediff-toggle-regexp-match): Likewise.
18104
18105 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18106 format string argument.
18107
18108 * calc/calc-map.el (calc-get-operator): Remove extra format
18109 string argument.
18110
18111 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18112
18113 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18114 string argument.
18115
18116 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18117
18118 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18119
18120 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18121
18122 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18123 (cl-struct-setf-expander): Likewise.
18124
18125 * vc.el (with-vc-file): Fix unsafe uses of error.
18126 (vc-cancel-version): Likewise.
18127
18128 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18129
18130 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18131 thousands separator; fixes <class>:<line-number> regexp for
18132 non-english locales.
18133
18134 2004-02-08 Andreas Schwab <schwab@suse.de>
18135
18136 * view.el (view-mode-enable): Revert previous change.
18137
18138 2004-02-07 Kim F. Storm <storm@cua.dk>
18139
18140 * simple.el (line-number-at-pos): Rename from line-at-pos.
18141 Uses changed (what-line and vc-annotate-warp-version).
18142
18143 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18144
18145 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18146 (diff-mode): Remove aborted attempt at support for compile.el.
18147 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18148
18149 2004-02-06 Andreas Schwab <schwab@suse.de>
18150
18151 * view.el (view-mode-enable): Add view-mode-map to
18152 minor-mode-overriding-map-alist.
18153
18154 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18155
18156 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18157
18158 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18159
18160 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18161 with point inside rather than after the paragraph.
18162
18163 2004-02-04 Sam Steingold <sds@gnu.org>
18164
18165 * mail/smtpmail.el (smtpmail-try-auth-methods):
18166 Do not try authentication when no mechanism is available.
18167 Pass port-name as defaultport to `netrc-machine'.
18168
18169 2004-02-04 Stephen Eglen <stephen@gnu.org>
18170
18171 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18172 to show how minibuffer height can be constrained.
18173
18174 2004-02-04 John Paul Wallington <jpw@gnu.org>
18175
18176 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18177
18178 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18179
18180 * x-dnd.el: New file for drag and drop.
18181
18182 * term/x-win.el: require x-dnd, set after-make-frame-functions
18183 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18184 drag-n-drop event.
18185
18186 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18187 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18188 (dired-dnd-handle-file): New functions for drag and drop support.
18189 (dired-mode): Initialize drag and drop if x-dnd present.
18190
18191 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18192
18193 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18194 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18195 (cperl-mode): Set fill-paragraph-function.
18196 (cperl-fill-paragraph): Make it non-interactive.
18197
18198 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18199
18200 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18201
18202 2004-02-02 David Kastrup <dak@gnu.org>
18203
18204 * replace.el (perform-replace): Allow 'literal argument in
18205 regexp-flag to indicate literal replacement.
18206 (query-replace-regexp-eval): Use it.
18207
18208 2004-02-01 Andreas Schwab <schwab@suse.de>
18209
18210 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18211
18212 2004-02-01 Stephen Eglen <stephen@gnu.org>
18213
18214 * info-look.el: Add support for maxima-mode. Update commentary
18215 because info-lookup-symbol is now bound to C-h S.
18216
18217 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18218
18219 * simple.el (edit-and-eval-command): Bind print-level and
18220 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18221 Correct initial position in command-history.
18222
18223 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18224
18225 * files.el (read-directory-name): Adapt the docstring to recent
18226 change in Fread_file_name.
18227
18228 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18229
18230 * ses.el (ses-print-cell): If print format too wide for column
18231 width, truncate decimal places if that helps to avoid "#####" fill.
18232 * ses.el (ses-initial-column-width): Revert previous change.
18233
18234 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18235
18236 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18237 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18238 Add edebug info.
18239 (jit-lock-mode): Setup/cancel the new timer.
18240 (jit-lock-context-fontify): New fun. Extracted from
18241 context fontification code of jit-lock-stealth-fontify.
18242 (jit-lock-stealth-fontify): Don't do context fontification any more.
18243
18244 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18245 (jit-lock-fontify-now): Handle the `quit' case.
18246 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18247
18248 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18249
18250 * progmodes/executable.el (executable-command-find-posix-p):
18251 New. Check if find handles arguments Posix-style.
18252
18253 * progmodes/grep.el (grep-compute-defaults):
18254 Use executable-command-find-posix-p.
18255 (grep-find): Check `grep-find-command'.
18256
18257 * filecache.el (file-cache-find-posix-p): Delete.
18258 (file-cache-add-directory-using-find):
18259 Use `executable-command-find-posix-p'.
18260
18261 2004-01-29 Dave Love <fx@gnu.org>
18262
18263 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18264 Iterate the hook function if arg is given.
18265 (mark-defun, narrow-to-defun): Change order of finding the limits.
18266
18267 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18268 (byte-compile-format-warn): New.
18269 (byte-compile-callargs-warn): Use it.
18270 (Format, message, error): Add byte-compile-format-like property.
18271 (byte-compile-maybe-guarded): New.
18272 (byte-compile-if, byte-compile-cond): Use it.
18273 (byte-compile-lambda): Compile interactive forms,
18274 just to make warnings about them.
18275
18276 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18277
18278 * ses.el (ses-initial-column-width): Increase to 14, so it will
18279 work well with the default printer of "%.7g" for extreme values
18280 like "-1.234567e+07".
18281
18282 2004-01-29 Kenichi Handa <handa@m17n.org>
18283
18284 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18285
18286 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18287
18288 * dos-w32.el: Added support for the `default-printer-name' function.
18289
18290 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18291
18292 * server.el (server-socket-name): Don't use the hostname in the
18293 socket name since /tmp is local to the host anyway.
18294
18295 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18296 robust check of widening and fix var-naming.
18297
18298 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18299
18300 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18301 or rmail-spam- to rsf- in all function and variable names.
18302 (rsf-min-region-to-spam-list): New variable.
18303 (rsf-bbdb-auto-delete-spam-entries): Rename from
18304 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18305 scanned together with the recipients field for spam testing; Don't
18306 delete spam message if rmail-delete-after-output is non-nil;
18307 (rsf-check-field): New function, extracted from code in
18308 rmail-spam-filter to ease addition of header fields like
18309 content-type:;
18310 (message-content-type): New variable. The content-type: field was
18311 added also in defcustom of rsf-definitions-alist;
18312 (rmail-spam-filter): Replace repeated test code for header fields
18313 by calls to check-field; change the call to
18314 rmail-output-to-rmail-file such that rmail-current-message stays
18315 the same to avoid wrong deletion of unseen flags.
18316 (rmail-use-spam-filter): Add autoload cookie.
18317
18318 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18319
18320 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18321 (file-cache-add-directory-using-find): Add Cygwin support.
18322 (file-cache-find-command-posix-flag): New user variable.
18323
18324 * filecache.el (file-cache-add-directory): Check for
18325 directories an remove them from dir-files.
18326
18327 2004-01-27 Richard M. Stallman <rms@gnu.org>
18328
18329 * man.el (Man-fontify-manpage): Clean up message.
18330
18331 2004-01-27 Kenichi Handa <handa@m17n.org>
18332
18333 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18334 (sentence-end): Define using sentence-end-without-space.
18335
18336 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18337 a sentence ends with one of a character in sentence-end-without-space.
18338
18339 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18340
18341 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18342 (jit-lock): Group declaration moved to jit-lock.el.
18343 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18344 when necessary.
18345
18346 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18347 (jit-lock-context-unfontify-pos): Rename from
18348 jit-lock-first-unfontify-pos.
18349 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18350
18351 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18352
18353 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18354 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18355 (fortran-fill): When filling a string, adjust re-search-backward
18356 argument for special case of string just on fill-column.
18357 When filling non-string, allow one extra char if
18358 fortran-break-before-delimiters is non-nil.
18359 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18360 Use fortran-break-delimiters-re and fortran-no-break-re to
18361 correctly handle cases such as "**".
18362
18363 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18364 (f90-no-break-re): Add some extra tokens. Doc fix.
18365
18366 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18367
18368 * mail/rmail-spam-filter.el:
18369 Use two semicolons as Commentary line prefix.
18370 Add ";;; Code:" stylized comment.
18371 Delete end-of-line whitespace.
18372 Wrap (require 'cl) with `eval-when-compile'.
18373
18374 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18375
18376 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18377 at the top level of vc.el.
18378
18379 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18380
18381 * vc.el (vc-current-line): Function removed. This is now done by
18382 the new function line-at-pos in simple.el.
18383 (vc-annotate-warp-version): Use line-at-pos instead of
18384 vc-current-line.
18385
18386 2004-01-22 Kim F. Storm <storm@cua.dk>
18387
18388 * simple.el (line-at-pos): New defun.
18389 (what-line): Use it. Optimize by only counting lines in narrowed
18390 region once.
18391
18392 2004-01-22 Kenichi Handa <handa@m17n.org>
18393
18394 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18395 point (register r1) only for charset mule-unicode-0100-24ff.
18396
18397 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18398
18399 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18400 trailing white space and ensure a final newline.
18401
18402 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18403 Add autoload cookie.
18404
18405 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18406
18407 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18408 activate view-mode explicitly.
18409
18410 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18411
18412 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18413 menu-bar-enable-clipboard and make Paste use clipboard first.
18414
18415 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18416
18417 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18418 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18419 (vc-mcvs-cvs): Remove.
18420 (vc-mcvs-command): Remove use of assert.
18421
18422 * outline.el (outline-insert-heading): Tighten up match.
18423 (outline-demote, outline-move-subtree-down): Don't assume anything
18424 about outline-regexp.
18425
18426 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18427 (texinfo-show-structure): Explicitly add ^, and simplify.
18428
18429 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18430
18431 * calendar/appt.el (appt-check): Restore usage of
18432 appt-issue-message deleted in previous change.
18433 (top-level): Activate package when loaded (needed for backwards
18434 compatibility).
18435
18436 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18437
18438 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18439 following previous change to smtpmail-send-data.
18440
18441 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18442
18443 * vc.el (vc-default-previous-version): Doc enhancement.
18444 (vc-default-next-version): New function.
18445 (vc-print-log): New arg FOCUS-REV.
18446 (vc-annotate-mode): Derive from view-mode.
18447 (vc-annotate): New args REVISION, DISPLAY-MODE.
18448 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18449 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18450 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18451 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18452 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18453
18454 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18455
18456 2004-01-19 Karl Berry <karl@gnu.org>
18457
18458 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18459 or "TexInfo".
18460
18461 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18462
18463 * subr.el (delete-dups): New function.
18464
18465 2004-01-19 Karl Berry <karl@gnu.org>
18466
18467 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18468 with ^, since that's what texinfo-show-structure
18469 documentation says (plus it works much better in texinfo.txi).
18470
18471 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18472
18473 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18474
18475 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18476
18477 * progmodes/which-func.el (which-function-mode): Don't cancel
18478 which-func-update-timer if not set.
18479
18480 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18481
18482 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18483 Remove spurious left square bracket in XX:XXam regexp.
18484
18485 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18486
18487 * progmodes/cc-defs.el: Do not require cl at run time.
18488
18489 2004-01-16 Richard M. Stallman <rms@gnu.org>
18490
18491 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18492 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18493
18494 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18495 Call rmail-spam-filter. Delete and expunge spam.
18496 Print number of spam messages deleted.
18497 Save and restore the deletion status of old messages when reading
18498 new mail with spam filter, so that expunging spam does not expunge
18499 msgs deleted by the user.
18500 (rmail-only-expunge): Add an optional argument dont-show to
18501 prevent showing message after expunge.
18502
18503 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18504
18505 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18506 * subr.el (declare): New macro.
18507
18508 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18509
18510 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18511
18512 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18513
18514 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18515 Test window-system rather than system-type (for X11/Mac).
18516
18517 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18518
18519 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18520
18521 2004-01-12 Richard M. Stallman <rms@gnu.org>
18522
18523 * mail/rmail.el (rmail-convert-to-babyl-format):
18524 Use mail-unquote-printable-region.
18525 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18526 (rmail-hex-char-to-integer): Functions deleted.
18527
18528 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18529 (mail-unquote-printable-region): New arg NOERROR.
18530 For invalid encoding, either signal an error to just return nil.
18531
18532 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18533
18534 * calendar/appt.el: Update copyright and commentary.
18535 (appt-issue-message): Make obsolete.
18536 (appt-visible, appt-msg-window): Make obsolete, in favour of
18537 appt-display-format.
18538 (appt-display-mode-line, appt-display-duration)
18539 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18540 (appt-prev-comp-time, appt-display-count, appt-timer)
18541 (appt-convert-time): Doc change.
18542 (appt-disp-window-function, appt-delete-window-function):
18543 Use defcustom rather than defvar.
18544 (appt-display-format): New variable.
18545 (appt-display-message): New function with display code from appt-check.
18546 (appt-check): Add optional FORCE argument. Doc change.
18547 Add appt-make-list to diary-hook if displaying diary.
18548 Remove checking of view-diary-entries-initially.
18549 Message display section removed to new function appt-display-message.
18550 (appt-display-window): Doc change. Remove unused internal var
18551 this-buffer. Do not beep, since appt-display-message does that.
18552 (appt-make-list): Doc change. Use caar.
18553 (appt-sort-list): Simplify by using builtin sort function.
18554 (appt-update-list): New function for updating appts when diary is
18555 saved.
18556 (appt-activate): New autoloaded function to toggle package
18557 functionality.
18558
18559 * calendar/cal-x.el: (calendar-one-frame-setup)
18560 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18561
18562 * calendar/calendar.el: Update copyright.
18563 (view-diary-entries-initially, european-calendar-style): Doc change.
18564 (calendar-setup): Make defcustom rather than defvar.
18565 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18566 in let binding so local to function.
18567
18568 * calendar/diary-lib.el: Update copyright.
18569 (diary, diary-entry-time): Doc change.
18570 (list-diary-entries): Doc change. Trivial logic change.
18571 (fancy-diary-display): Restore make-face command mistakenly
18572 deleted 2003-05-08.
18573 (show-all-diary-entries): Allow to pop-up frame if needed.
18574
18575 2004-01-09 John Paul Wallington <jpw@gnu.org>
18576
18577 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18578 Temporarily select EVENT's window for changing eol type.
18579
18580 2004-01-09 Deepak Goel <deego@gnufans.org>
18581
18582 * calendar/diary-lib.el (diary-entry-time):
18583 Also accept time in the form XX[.XX][am/pm/AM/PM].
18584 (fancy-diary-font-lock-keywords): Likewise.
18585 (diary-font-lock-keywords): Likewise.
18586 * calendar/appt.el (appt-add): Likewise.
18587 (appt-make-list): Likewise.
18588 (appt-convert-time): Likewise.
18589
18590 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18591
18592 * gdb-ui.el (gdb-ann3): Revert previous change.
18593 (gdb-source-info): Allow for case of where compilation directory
18594 is not recorded.
18595
18596 2004-01-08 John Paul Wallington <jpw@gnu.org>
18597
18598 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18599
18600 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18601
18602 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18603
18604 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18605 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18606 problems.
18607 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18608
18609 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18610
18611 * files.el (write-file-functions, write-contents-functions):
18612 Clarify docstrings.
18613
18614 2004-01-07 Kenichi Handa <handa@m17n.org>
18615
18616 * international/mule.el (set-auto-coding): Fix for the case that
18617 end-of-line is only CR.
18618
18619 2004-01-07 Kim F. Storm <storm@cua.dk>
18620
18621 * subr.el (event-start, event-end): Doc fix.
18622 (posn-string, posn-image): New defuns.
18623 (posn-object): Return either image or string object.
18624 (posn-object-x-y): Return 8th element of position.
18625 (posn-object-width-height): New defun.
18626
18627 2004-01-06 Andreas Schwab <schwab@suse.de>
18628
18629 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18630 output.
18631
18632 2004-01-05 Karl Berry <karl@gnu.org>
18633
18634 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18635 / and *, too.
18636
18637 2003-12-31 Simon Josefsson <jas@extundo.com>
18638
18639 * files.el (before-save-hook): Add.
18640 (basic-save-buffer): Use before-save-hook.
18641
18642 * emacs-lisp/copyright.el: Fix comment to recommend
18643 before-save-hook instead of write-file-functions.
18644
18645 2004-01-05 Richard M. Stallman <rms@gnu.org>
18646
18647 * finder.el (finder-commentary): Call delete-other-windows.
18648
18649 * net/ange-ftp.el (ange-ftp-file-attributes):
18650 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18651
18652 2004-01-04 Karl Berry <karl@gnu.org>
18653
18654 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18655 comment characters % and # in the copyright year notice,
18656 as well as ;.
18657
18658 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18659
18660 * wid-edit.el (default): Define dummy :value-delete.
18661 Reported by Jesper Harder <harder@ifa.au.dk>.
18662
18663 2004-01-03 Richard M. Stallman <rms@gnu.org>
18664
18665 * progmodes/compile.el (compile-internal): Use point, not point-min,
18666 for set-window-point.
18667
18668 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18669
18670 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18671
18672 * progmodes/grep.el (grep-mode-map):
18673 Don't remap next-line, previous-line.
18674
18675 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18676
18677 * speedbar.el (speedbar-edit-line): Change regexp to position
18678 the cursor on the first character of this line's button.
18679
18680 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18681
18682 * subr.el (functionp): Doc fix.
18683
18684 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18685
18686 * progmodes/idlwave.el (idlwave-make-tags):
18687 * textmodes/flyspell.el (flyspell-large-region):.
18688 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18689 * emulation/viper-util.el (viper-glob-unix-files):
18690 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18691 * man.el (Man-init-defvars):
18692 * jka-compr.el (jka-compr-call-process):
18693 * files.el (get-free-disk-space,insert-directory):
18694 * ediff-ptch.el (ediff-test-patch-utility):
18695 * ediff-diff.el (ediff-test-utility):
18696 * dired-aux.el (dired-check-process):
18697 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18698 test the return value of call-process, because it can be a string.
18699
18700 2003-12-31 John Paul Wallington <jpw@gnu.org>
18701
18702 * bindings.el (completion-ignored-extensions): Add .pfsl.
18703
18704 2003-12-31 Kim F. Storm <storm@cua.dk>
18705
18706 * ido.el (ido-nonreadable-directory-p): New defun to check for
18707 nonreadable directory without activating tramp (to avoid problems
18708 with checking incomplete tramp paths).
18709 (ido-set-current-directory, ido-file-internal)
18710 (ido-file-name-all-completions1): Use it.
18711
18712 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18713
18714 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18715 documentation if the anchor (or node) name is preceded by `info
18716 anchor' or `Info anchor' in addition to earlier `info node' and
18717 `Info node'.
18718 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18719
18720 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18721
18722 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18723 error in arguments to base64-decode-region. Remove ^M characters
18724 after decoding base64.
18725
18726 2003-12-30 Simon Josefsson <jas@extundo.com>
18727
18728 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18729 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18730 have only been distributed with Emacs for some years.
18731 (texinfo-mode-hook): Customize.
18732
18733 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18734
18735 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18736 cleaner (suggested by Richard Stallman).
18737
18738 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18739 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18740 file-name clashes on 8+3 DOS filesystems.
18741
18742 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18743 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18744 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18745 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18746 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18747 file-name clashes on 8+3 filesystems.
18748
18749 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18750 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18751 file-name clashes on 8+3 DOS filesystems.
18752
18753 2003-12-29 Richard M. Stallman <rms@gnu.org>
18754
18755 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18756 Upcase the character.
18757
18758 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18759 Search for header separator alone on a line, literally,
18760 and search for it backward, not forward.
18761 (flyspell-abbrev-table): Always use global-abbrev-table
18762 if there is no local one.
18763
18764 * progmodes/sh-script.el (sh-get-indent-info):
18765 Don't move point back if at bob.
18766
18767 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18768
18769 * play/handwrite.el (handwrite): Make the handwrite credit message
18770 a comment rather than an output command.
18771
18772 * obsolete/sc.el: Display message that this file is obsolete.
18773
18774 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18775
18776 * mail/rfc822.el (rfc822-address-start): Declare variable.
18777 Renamed from address-start. All uses changed.
18778
18779 * term.el (term-exec): Set up sentinel.
18780 (term-sentinel): New function.
18781 (term-handle-exit): New function.
18782
18783 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18784 Use assoc-string, and mark them obsolete.
18785 (delay-mode-hooks): Mark as permanent local.
18786
18787 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18788
18789 * register.el (copy-rectangle-to-register): Doc fix.
18790
18791 * info.el (Info-insert-dir): Use assoc-string.
18792
18793 * info-look.el (info-lookup): Use assoc-string.
18794
18795 * frame.el (pop-up-frame-function): Use quote, not `function'.
18796 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18797 copying with lists as coordinate values.
18798
18799 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18800
18801 * find-dired.el (kill-find): New command.
18802 (find-dired): Make buffer read-only.
18803 Set up a keymap with C-c C-k running kill-find.
18804 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18805
18806 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18807
18808 * filecache.el (file-cache-ignore-case): New variable.
18809 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18810
18811 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18812 (comint-dynamic-complete-as-filename): Rename local vars.
18813 (comint-dynamic-list-filename-completions): Likewise.
18814
18815 * comint.el (comint-dynamic-list-completions-config): New var.
18816 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18817
18818 * comint.el (comint-file-name-chars): Add [].
18819 (comint-word): Use skip-chars-backward, not search.
18820
18821 * shell.el (shell-file-name-chars): Add [].
18822
18823 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18824
18825 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18826
18827 * generic.el (define-generic-mode): Doc fix.
18828
18829 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18830
18831 * files.el (kill-some-buffers): Doc fix.
18832
18833 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18834
18835 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18836 arg to send-invisible
18837 (send-invisible): Doc fix. The argument is now a prompt, not the
18838 string to send.
18839 (comint-read-noecho): Doc fix.
18840
18841 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18842
18843 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18844 "@", as required by some ISP hosting service. Fix defcustom
18845 argument syntax errors that prevented use of customization.
18846
18847 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18848
18849 * xml.el (xml-get-attribute-or-nil): Doc fix.
18850
18851 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18852
18853 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18854 write-file-hooks.
18855
18856 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18857
18858 * autorevert.el (auto-revert-interval): Doc fix.
18859
18860 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18861
18862 * xml.el (xml-get-attribute-or-nil): New function, like
18863 xml-get-attribute, but returns nil if the attribute was not found.
18864 (xml-get-attribute): Convert to defsubst, uses
18865 xml-get-attribute-or-nil.
18866
18867 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18868
18869 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18870
18871 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18872
18873 * custom.el (custom-declare-theme): Use `value' when putting
18874 properties on `theme'.
18875
18876 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18877
18878 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18879 for each yank-handler segment.
18880 (insert-for-yank-1): New function, with the body of the previous
18881 insert-for-yank.
18882
18883 * textmodes/table.el (table-yank-handler): New defcustom.
18884 (table--put-cell-indicator-property): Put yank-handler property
18885 that indicates the yank handler for the table cell.
18886
18887 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18888
18889 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18890 set of keywords.
18891
18892 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18893
18894 * international/mule-cmds.el (reset-language-environment)
18895 (set-language-environment): Don't invoke fontset-related functions
18896 if fontset-list is not fboundp.
18897
18898 2003-12-29 Kenichi Handa <handa@m17n.org>
18899
18900 * international/mule-cmds.el (reset-language-environment):
18901 Call set-overriding-fontspec-internal with nil.
18902 (set-language-environment): Call set-overriding-fontspec-internal
18903 if the language environment specify `overriding-fontspec'.
18904 (language-info-alist): Doc added.
18905
18906 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18907 characters of mule-unicode-0100-24ff.
18908 (ccl-encode-windows-1251-font): New CCL program.
18909 ("Bulgarian"): Specify overriding-fontspec.
18910 ("Belarusian"): Likewise.
18911
18912 2003-12-28 Sam Steingold <sds@gnu.org>
18913
18914 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18915 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18916
18917 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18918
18919 * progmodes/gud.el (gud-gdb-command-name): Set default to
18920 "gdb --annotate=3".
18921 (gud-gdb-marker-filter): Look out for annotations.
18922 (gdb-first-pre-prompt): New variable.
18923 Remove trailing white space.
18924
18925 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18926 if necessary.
18927 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18928 annotations are detected.
18929 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18930 instead of a local one to allow transition from
18931 gud-gdb-marker-filter.
18932 Remove trailing white space.
18933
18934 2003-12-27 Kim F. Storm <storm@cua.dk>
18935
18936 * ido.el: Handle non-readable directories.
18937 (ido-decorations): Add 9th element for non-readable directory.
18938 (ido-directory-nonreadable): New dynamic var.
18939 (ido-set-current-directory): Set it.
18940 (ido-read-buffer, ido-file-internal):
18941 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18942 (ido-file-name-all-completions1): Return empty list for
18943 non-readable directory.
18944 (ido-exhibit): Print [Not readable] if directory is not readable.
18945 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18946 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18947 Use it.
18948
18949 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18950
18951 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18952 calls to directory-files-and-attributes and file-attributes.
18953 (ls-lisp-format): Remove system dependent handling of user and
18954 group id's.
18955
18956 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18957
18958 * ffap.el (ffap-read-file-or-url): Revert previous change.
18959
18960 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18961
18962 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18963 new list of included files called `files-with-node-lines', that
18964 only have node lines. This way @include commands can include any
18965 file, such as version and update files without node lines, not
18966 just files that are chapters.
18967
18968 2003-12-25 Andreas Schwab <schwab@suse.de>
18969
18970 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18971 file not found.
18972
18973 2003-12-08 Miles Bader <miles@gnu.org>
18974
18975 * dired.el (dired-between-files): Always use dired-move-to-filename,
18976 which is more robust in non-english locales.
18977
18978 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18979
18980 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18981
18982 2003-12-24 Andreas Schwab <schwab@suse.de>
18983
18984 * shell.el (shell-file-name-quote-list): Add backslash.
18985
18986 * comint.el (comint-quote-filename): Correctly handle backslash
18987 in comint-file-name-quote-list.
18988
18989 2003-12-24 Kenichi Handa <handa@m17n.org>
18990
18991 * international/mule-cmds.el (set-default-coding-systems):
18992 Call ucs-set-table-for-input for all buffers that don't have local
18993 value of buffer-file-coding-system.
18994
18995 * international/ucs-tables.el (ucs-set-table-for-input):
18996 If translation-table-for-encode is a symbol, get its
18997 translation-table property.
18998
18999 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19000
19001 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19002 to `completing-read' on a recently fixed bug.
19003
19004 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19005 instead of SPACE, to get the list of possible fringe modes.
19006 SPACE only works if both `partial-completion-mode' and
19007 `completion-auto-help' are nil.
19008
19009 * complete.el (PC-is-complete-p): Delete.
19010 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19011 calls to `test-completion'.
19012
19013 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19014
19015 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19016 to edit values when there are no children.
19017
19018 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19019 a mode called "Assembler" already exists.
19020 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19021 (gud-watch): Use format option. Remove font properties from string.
19022 (gdb-var-create-handler, gdb-var-list-children-handler):
19023 Don't bother about properties as there are none.
19024 (gdb-var-create-handler, gdb-var-list-children-handler)
19025 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19026 with two arguments.
19027 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19028 Let speedbar show value changes with a different font.
19029 (gdb-edit-value): New defun.
19030 (gdb-clear-partial-output, gdb-clear-inferior-io)
19031 (def-gdb-auto-update-handler): Use erase-buffer.
19032 (gdb-frame-handler): Display watch expressions in
19033 FUNCTION::VARIABLE format if required.
19034
19035 2003-12-23 John Paul Wallington <jpw@gnu.org>
19036
19037 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19038 (Info-goto-emacs-command-node): Doc fixes.
19039
19040 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19041
19042 * cus-edit.el (custom-add-parent-links): Define "many".
19043
19044 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19045
19046 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19047 (widget-child-validate, widget-type-value-create)
19048 (widget-type-default-get, widget-type-match): New functions.
19049 (lazy): New widget.
19050 (menu-choice, checklist, radio-button-choice, editable-list)
19051 (group, documentation-string): Remove redundant (per 2003-10-25
19052 change) calls to `widget-children-value-delete'.
19053 (widget-choice-value-get, widget-choice-value-inline): Remove.
19054 (menu-choice): Update widget.
19055
19056 2003-12-03 Kenichi Handa <handa@m17n.org>
19057
19058 * language/cyrillic.el: Register "microsoft-cp1251" in
19059 ctext-non-standard-encodings-alist.
19060 ("Bulgarian"): Add ctext-non-standard-encodings.
19061 ("Belarusian"): Likewise.
19062
19063 * international/mule-conf.el (compound-text-with-extensions):
19064 Change the type to 2 (iso-2022 base).
19065
19066 * international/mule.el (ctext-non-standard-encodings-alist):
19067 Change the format.
19068 (ctext-non-standard-encodings): New variable.
19069 (ctext-post-read-conversion): Fully re-written.
19070 (ctext-non-standard-designations-alist): Delete it.
19071 (ctext-non-standard-encodings-table): New function.
19072 (ctext-pre-write-conversion): Fully re-written.
19073
19074 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19075
19076 * cus-edit.el (custom-add-parent-links): Add documentation links
19077 for parent, if the item has none of its own.
19078
19079 2003-11-30 Richard M. Stallman <rms@gnu.org>
19080
19081 * dired-aux.el (dired-do-query-replace-regexp):
19082 Report files visited read-only.
19083
19084 2003-11-30 Juri Linkov <juri@jurta.org>
19085
19086 * dired-aux.el (dired-compare-directories): New command.
19087 (dired-file-set-difference, dired-files-attributes): New functions.
19088
19089 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19090 Version 2.0.38 of Tramp released.
19091
19092 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19093 Charles Curley <charlescurley@charlescurley.com>.
19094 (tramp-multi-connection-function-alist): Add ssht entry which adds
19095 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19096 Aichner.
19097 (tramp-get-method-parameter): New function to retrieve a method
19098 parameter. This allows for omission of method parameters.
19099 Callers adjusted.
19100
19101 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19102
19103 * net/tramp.el: Add new optional parameter ID-FORMAT to
19104 `file-attributes'. Calls of `file-attributes' won't use this
19105 parameter for backward compatibility reasons.
19106 (tramp-perl-file-attributes): Add a new parameter to Perl script
19107 in order to handle uid/gid as strings, if desired.
19108 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19109 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19110 order to make the function more general.
19111 (tramp-handle-file-attributes): Replace proprietary optional
19112 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19113 (tramp-handle-file-attributes-with-perl): Handle parameter
19114 NONNUMERIC if set. This wasn't done in the past.
19115 (tramp-post-connection): Apply second parameter "$2" if
19116 `tramp-remote-perl' is called.
19117
19118 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19119 Correct cut'n'waste error (`filename' instead of `directory').
19120 (tramp-smb-handle-directory-files-and-attributes)
19121 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19122 introduced parameter ID-FORMAT.
19123 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19124 error (`directory' instead of `ldir').
19125
19126 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19127 `file-attributes' has a second parameter. If yes, apply it with
19128 value "'integer". Otherwise, don't use that parameter (default is
19129 integer format).
19130
19131 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19132
19133 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19134 (help-for-help): Add `C-h .' to the listed Help options.
19135 Remove trailing whitespace.
19136
19137 * help-at-pt.el: New file.
19138
19139 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19140
19141 * subr.el (noreturn, 1value): New macros for test coverage.
19142 See `testcover.el'.
19143
19144 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19145
19146 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19147 for macro `1value'.
19148 (testcover-1value): New function. Checks that a 1value form
19149 actually returns only one value. Requested by RMS.
19150
19151 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19152
19153 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19154 (gdb-var-list-children, gdb-var-list-children-handler)
19155 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19156 gdb commands that use mi to keep them out of the command history.
19157
19158 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19159
19160 * cus-start.el (all): Add use-file-dialog.
19161
19162 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19163
19164 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19165
19166 2003-11-27 Kim F. Storm <storm@cua.dk>
19167
19168 * subr.el (posn-object-x-y): New defun.
19169
19170 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19171
19172 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19173 Don't use `space' for \\\n.
19174 Be more selective as to which # are comment-starters.
19175
19176 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19177
19178 * subr.el (number-sequence): Improve handling of floating point
19179 arguments (suggested by Kim Storm). Allow negative arguments.
19180
19181 2003-11-26 Kenichi Handa <handa@m17n.org>
19182
19183 * international/mule-cmds.el (standard-display-european-internal):
19184 Cancel the standard-display-table setting for ` and '.
19185
19186 2003-11-26 Kim F. Storm <storm@cua.dk>
19187
19188 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19189 New defcustoms to add ffap-like functionality to ido.
19190 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19191 (ido-no-final-slash): New defun.
19192 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19193 (ido-read-file-name): ): Toggle VC checking via
19194 vc-handled-backends instead of vc-master-templates.
19195 (ido-file-internal): Handle ido-use-url-at-point and
19196 ido-use-filename-at-point via code borrowed from ffap-guesser.
19197 Handle new ido-exit code ffap.
19198 (ido-sort-list): Ignore final slash when sorting file names.
19199
19200 2003-11-25 Kim F. Storm <storm@cua.dk>
19201
19202 * emulation/cua-base.el (cua--standard-movement-commands):
19203 Add forward-sentence and backward-sentence.
19204
19205 2003-11-25 Stephen Eglen <stephen@gnu.org>
19206
19207 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19208 iswitchb-exit is set to 'usefirst when user selects buffer at head
19209 of list using RET. (Selecting buffers at the head of the list was
19210 broken if the substring was also a complete buffername.)
19211
19212 2003-11-23 Kim F. Storm <storm@cua.dk>
19213
19214 * progmodes/compile.el (grep-command, grep-use-null-device)
19215 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19216 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19217 (grep-regexp-alist, grep-program, find-program)
19218 (grep-find-use-xargs, grep-history, grep-find-history)
19219 (grep-process-setup, grep-compute-defaults)
19220 (grep-default-command, grep, grep-tag-default, grep-find)
19221 (grep-expand-command-macros, grep-tree-last-regexp)
19222 (grep-tree-last-files, grep-tree): Move grep variables, functions
19223 and commands to new file grep.el.
19224 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19225 (compilation-process-setup-function): Doc fix.
19226 (compilation-highlight-regexp, compilation-highlight-overlay): New
19227 defvars used for highlighting current compile error in source buffer.
19228 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19229 LOCAL-MAP which overrides compilation-highlight-regexp and
19230 compilation-mode-map for this compilation.
19231 Delay calling compilation-set-window-height until after running
19232 compilation-process-setup-function so it can buffer-local override
19233 compilation-window-height.
19234 Check buffer-local value of compilation-scroll-output.
19235 (compilation-set-window-height): Use buffer-local value of
19236 compilation-window-height.
19237 (compilation-revert-buffer): Don't pass (undefined)
19238 preserve-modes arg to revert-buffer.
19239 (next-error-no-select, previous-error-no-select): New commands.
19240 (compilation-goto-locus): Temporarily highlight current match in
19241 source buffer using compilation-highlight-regexp.
19242
19243 * progmodes/grep.el: New file with grep code from compile.el.
19244 (grep): New defcustom group.
19245 (grep-window-height): New defcustom, like compilation-window-height.
19246 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19247 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19248 (grep-command, grep-use-null-device, grep-find-command)
19249 (grep-tree-files-aliases, grep-tree-ignore-case)
19250 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19251 (grep-setup-hook): New hook variable.
19252 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19253 (grep-last-buffer): New defvar, override compilation-last-buffer.
19254 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19255 Call compile-internal with args highlight-regexp and grep-mode-map.
19256
19257 2003-11-23 Kim F. Storm <storm@cua.dk>
19258
19259 * subr.el (event-start, event-end): Doc fix.
19260 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19261 (posn-area, posn-actual-col-row, posn-object): New defuns.
19262 (posn-col-row): Simplify doc. Rewrite to use cond.
19263 (posn-point): Also return buffer position for events outside text
19264 area (that info is now present in the event position).
19265
19266 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19267 mouse-set-point so that hscroll still works now that clicks on
19268 fringes generate specific mouse events.
19269 (mouse-set-point): Note that it now works in fringes and margins
19270 too due to new semantics of posn-point in fringes and margins.
19271
19272 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19273 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19274
19275 2003-11-20 Kim F. Storm <storm@cua.dk>
19276
19277 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19278 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19279 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19280 to 100 for icons to avoid increasing line height when shown.
19281
19282 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19283
19284 * newcomment.el (comment-normalize-vars): Initialize properly if
19285 comment-start was nil.
19286
19287 2003-11-19 Andreas Schwab <schwab@suse.de>
19288
19289 * simple.el (set-variable): Fix indentation.
19290
19291 2003-11-17 Kenichi Handa <handa@m17n.org>
19292
19293 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19294 Fix docstring.
19295
19296 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19297
19298 * international/latin1-disp.el (latin1-display): Fix docstring.
19299
19300 2003-11-16 John Wiegley <johnw@newartisans.com>
19301
19302 * eshell/em-ls.el (eshell-ls-file): There are times with
19303 size-width is nil and uncomputed (when directories are created in
19304 dired, for example); in this case, 4 is reasonable default value,
19305 although it may caused skewed new entries (which could be avoided
19306 by returning the original value of 8 in all cases, but 99% of the
19307 time this is a waste of whitespace).
19308
19309 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19310
19311 * cc-engine.el (c-guess-continued-construct)
19312 (c-guess-basic-syntax): Check a little more carefully if it's a
19313 function declaration when an unknown construct followed by a block
19314 is found inside a statement context. This avoids macros followed
19315 by blocks to be taken as function declarations.
19316
19317 (c-guess-continued-construct): Change the analysis of a statement
19318 continuation with a brace open to `substatement-block', for
19319 consistency with recognized statements.
19320
19321 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19322 start is in a position so that `c-beginning-of-statement-1' jumped
19323 to the beginning of the same statement.
19324
19325 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19326 Don't accept binary operators in the arglist if we're in a function
19327 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19328 template recognition in cases like "if (a < b || c > d)".
19329
19330 (c-restricted-<>-arglists): New more appropriate name for
19331 `c-disallow-comma-in-<>-arglists'.
19332
19333 Accessing functions updated for the variable name change.
19334
19335 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19336 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19337
19338 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19339 labels.
19340
19341 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19342 instead of duplicating parts of it. This fixes bogus label
19343 recognition.
19344
19345 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19346 of checking the context in which to apply the minimum indentation,
19347 so that it isn't enforced in e.g. namespace blocks.
19348
19349 * cc-vars.el (c-inside-block-syms): New constant used by
19350 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19351 to somewhat reduce the risk of becoming stale.
19352
19353 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19354 cc-cmds to cc-engine to allow use from cc-align.
19355
19356 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19357 qualified identifiers containing "::".
19358
19359 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19360 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19361
19362 * cc-vars.el (c-emacs-features): Use a space in front of the name
19363 of the temporary buffer. That also avoids dumping problems in
19364 XEmacs due to undo info being left around after the buffer is killed.
19365
19366 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19367 arglist to see if it's a K&R style declaration.
19368
19369 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19370 before returning `knr-argdecl-intro'.
19371
19372 2003-11-16 John Wiegley <johnw@newartisans.com>
19373
19374 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19375 field in a long-listing always 8 characters, use `size-width',
19376 which has already been computed.
19377
19378 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19379
19380 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19381
19382 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19383
19384 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19385 Support operation while narrowed, with `diff-restrict-view'.
19386
19387 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19388
19389 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19390 Take additional optional arg NARROWFUN. For the generated functions:
19391 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19392 include frags that arrange to check for and save narrowing state before
19393 the move and then conditionally call NARROWFUN after the move.
19394
19395 2003-11-14 John Wiegley <johnw@newartisans.com>
19396
19397 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19398 that was optional, but obviously missing based on surrounding code.
19399
19400 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19401 string arguments to numbers unless the whole argument was seen as
19402 a number.
19403
19404 2003-11-14 Kenichi Handa <handa@m17n.org>
19405
19406 * international/mule.el (ctext-non-standard-encodings-alist):
19407 Fix coding systems.
19408
19409 2003-11-10 Kenichi Handa <handa@m17n.org>
19410
19411 * language/kannada.el ("Kannada"): Add sample-text.
19412
19413 * language/knd-util.el (kannada-compose-region)
19414 (kannada-compose-string, kannada-post-read-conversion):
19415 Add autoload cookie.
19416
19417 * international/quail.el (quail-completion): Change the message
19418 "corresponding translations" to "corresponding characters".
19419
19420 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19421
19422 * descr-text.el (describe-char): Fix typo.
19423
19424 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19425
19426 These changes are to support Kannada language/script.
19427
19428 * Makefile.in (DONTCOMPILE): Add kannada.el.
19429
19430 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19431
19432 * loadup.el: Preload kannada.el.
19433
19434 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19435 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19436 New variables.
19437
19438 * language/kannada.el: New file.
19439
19440 * language/knd-util.el: New file.
19441
19442 2003-11-07 Andreas Schwab <schwab@suse.de>
19443
19444 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19445 Also highlight AH_*.
19446
19447 * xml.el (xml-parse-dtd): Fix misplaced paren.
19448
19449 2003-11-07 Kenichi Handa <handa@m17n.org>
19450
19451 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19452
19453 2003-11-05 Juri Linkov <juri@jurta.org>
19454
19455 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19456 (desktop-buffer-file): Use saved buffer-file-coding-system
19457 for file reading. Set auto-insert to nil to prevent automatic
19458 insertion into restored empty files.
19459
19460 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19461
19462 * files.el (risky-local-variable-p): Make second argument optional.
19463
19464 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19465
19466 * subr.el (add-hook): Fix last change.
19467
19468 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19469
19470 * mail/rmail.el (rmail-convert-to-babyl-format):
19471 If base64-decode-region signals an error, catch it and silently
19472 ignore it.
19473
19474 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19475
19476 * xml.el (xml-parse-region): Allow comments to appear after the
19477 topmost element has closed.
19478 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19479 (xml-ns-expand-attr): New functions to do namespace handling.
19480 (xml-intern-attrlist): Back-compatible handling of attribute names.
19481 (xml-parse-tag): Move namespace handling to separate functions.
19482 Now produces elements in the form ((:ns . "element") (attr-list)
19483 children) instead of ('ns:element (attr-list) children).
19484 (xml-parse-attlist): Fix attribute parsing.
19485 (xml-parse-dtd): Change parsing so that it produces strings
19486 instead of interned symbols.
19487
19488 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19489
19490 * dired.el (dired-ls-sorting-switches): Doc fix.
19491
19492 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19493
19494 * emacs-lisp/rx.el (rx-or): Fix the case of
19495 "(rx (and ?a (or ?b ?c) ?d))".
19496
19497 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19498
19499 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19500 (texinfo-format-region): Use it.
19501 (texinfo-format-buffer-1): Ditto.
19502
19503 2003-11-01 Alan Mackenzie <acm@muc.de>
19504
19505 Changes to allow scrolling whilst in isearch mode:
19506 * isearch.el (isearch-unread-key-sequence): New function,
19507 extracted from isearch-other-meta-char.
19508 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19509 "scrollable" standard functions.
19510 (isearch-allow-scroll): New customizable variable.
19511 (isearch-string-out-of-window, isearch-back-into-window)
19512 (isearch-reread-key-sequence-naturally)
19513 (isearch-lookup-scroll-key): New functions.
19514 (isearch-other-meta-char): Doc string and functionality enhanced.
19515 Now accepts a prefix argument.
19516 (isearch-lazy-highlight-window-end): New variable.
19517 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19518 end (thru isearch-lazy-highlight-window-end), not only its start.
19519
19520 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19521 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19522 (universal-argument, universal-argument-more, negative-argument)
19523 (digit-argument, universal-argument-other-key): Minor changes.
19524
19525 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19526
19527 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19528 recursively if the last message is deleted, thus avoiding an
19529 infinite loop.
19530
19531 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19532
19533 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19534 (tex-main-file): Don't add .tex if the extension is already present.
19535 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19536
19537 2003-10-29 Lute Kamstra <lute@gnu.org>
19538
19539 * progmodes/octave-inf.el (inferior-octave-prompt):
19540 Recognize version number in prompt.
19541
19542 2003-10-28 Dave Love <fx@gnu.org>
19543
19544 * international/characters.el: Fix some Unicode ranges.
19545
19546 2003-10-28 Kenichi Handa <handa@m17n.org>
19547
19548 * disp-table.el (standard-display-8bit)
19549 (standard-display-default, standard-display-ascii)
19550 (standard-display-g1, standard-display-graphic)
19551 (standard-display-underline): Assure that standard-display-table
19552 is a display table.
19553
19554 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19555
19556 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19557 reindenting the first line.
19558
19559 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19560
19561 * wid-edit.el (widget-default-delete): Always delete child widgets.
19562
19563 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19564
19565 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19566 if the line has code.
19567 Don't try to line up with something that's too far left.
19568
19569 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19570 (octave-mode-syntax-table): Add % as a comment starter.
19571 (octave-point): Remove.
19572 (octave-in-comment-p, octave-in-string-p)
19573 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19574 (octave-blink-matching-block-open, octave-auto-fill):
19575 Use line-(beginning|end)-position instead.
19576
19577 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19578
19579 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19580 for Francesco Potort\e,Al\e(B.
19581
19582 2003-10-23 Dave Love <fx@gnu.org>
19583
19584 * international/mule-cmds.el (locale-charset-to-coding-system):
19585 Don't rely on nil being a coding system.
19586
19587 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19588 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19589 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19590
19591 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19592
19593 * gdb-ui.el (gdb-current-language): New variable.
19594 (gdb-update-flag): Remove variable.
19595 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19596 (gdb-take-last-elt): Remove function.
19597 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19598 (gdb-post-prompt): Check for variable object changes here.
19599
19600 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19601 object changes in gdb-ui.el.
19602
19603 2003-10-21 Richard M. Stallman <rms@gnu.org>
19604
19605 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19606
19607 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19608 Don't check for foo*/ wildcard form here.
19609 (insert-directory): Recognize foo*/ as a wildcard.
19610 Separate wildcard-regexp variable from the arg, wildcard.
19611
19612 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19613 (remove-hook): Correctly handle strange cases about local hooks.
19614
19615 2003-10-21 David Ponce <david@dponce.com>
19616
19617 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19618 argument REAL, to return a real number instead of a rounded
19619 integer value. Define as inline function.
19620 (ruler-mode-right-fringe-cols): Likewise.
19621 (ruler-mode-scroll-bar-cols): New function.
19622 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19623 (ruler-mode-right-scroll-bar-cols): Likewise.
19624 (ruler-mode-space): New function.
19625 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19626 scroll bar mode and margins in a more robust way.
19627
19628 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19629
19630 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19631 (antlr-c-init-language-vars): New function.
19632 (antlr-mode): Use it with cc-mode before v5.29.
19633 (antlr-c-common-init): Don't set some local vars here.
19634 (antlr-mode): Set them here.
19635 (antlr-c-forward-sws): New function alias.
19636 (antlr-mode): Redefine with cc-mode before v5.30.
19637 (antlr-skip-sexps): Use it.
19638 (antlr-skip-exception-part): Ditto.
19639 (antlr-skip-file-prelude): Ditto.
19640 (antlr-outside-rule-p): Ditto.
19641 (antlr-end-of-body): Ditto.
19642 (antlr-option-kind): Ditto.
19643 (antlr-insert-option-area): Ditto.
19644 (antlr-file-dependencies): Ditto.
19645
19646 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19647
19648 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19649 Move backward only if point was not inside an entry.
19650
19651 2003-10-21 Richard M. Stallman <rms@gnu.org>
19652
19653 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19654
19655 2003-10-21 Juri Linkov <juri@jurta.org>
19656
19657 * compare-w.el: Automatically skip non-matching text to resync.
19658 (compare-windows-whitespace): Doc fix.
19659 (compare-windows-sync, compare-windows-sync-string-size)
19660 (compare-windows-recenter, compare-ignore-whitespace)
19661 (compare-windows-highlight, compare-windows-face): New variables.
19662 (compare-windows): Use compare-windows-sync.
19663 (compare-windows-highlight, compare-windows-dehighlight)
19664 (compare-windows-sync-regexp)
19665 (compare-windows-sync-default-function): New functions.
19666
19667 2003-10-21 Juri Linkov <juri@jurta.org>
19668
19669 * diff.el (diff-parse-differences): Don't visit the files now;
19670 instead, just record the error locus.
19671
19672 2003-10-21 Dave Love <fx@gnu.org>
19673
19674 * progmodes/cfengine.el: New file.
19675
19676 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19677
19678 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19679 default-directory when completing file names.
19680
19681 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19682
19683 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19684 followed by the word `face', it gets treated as a face, even if
19685 it is also defined as a variable or a function.
19686
19687 2003-10-20 Dave Love <fx@gnu.org>
19688
19689 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19690 Avoid incf in macro expansion.
19691
19692 2003-10-20 John Paul Wallington <jpw@gnu.org>
19693
19694 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19695 `evenp' so we don't implicitly require cl library at runtime.
19696
19697 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19698
19699 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19700 (help-make-xrefs): Only make cross-references for faces if
19701 preceded or followed by the word `face'. Do not make a
19702 cross-reference for variables without variable documentation,
19703 unless preceded by the word `variable' or `option'. Update doc
19704 string accordingly.
19705
19706 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19707
19708 * progmodes/hideshow.el: Rewrite one-armed `if'
19709 constructs using either `when' or `unless'.
19710 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19711
19712 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19713
19714 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19715 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19716 instead of 12x12.
19717
19718 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19719
19720 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19721 message while converting to Babyl.
19722
19723 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19724
19725 * allout.el (allout-mode): Doc fix.
19726
19727 2003-10-16 Lute Kamstra <lute@gnu.org>
19728
19729 * subr.el (force-mode-line-update): Fix docstring.
19730
19731 2003-10-14 Dave Love <fx@gnu.org>
19732
19733 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19734 (default-input-method): Add :link, improve :type.
19735 (locale-charset-language-names): Fix utf-8 pattern.
19736 (locale-charset-match-p, locale-charset-alist)
19737 (locale-charset-to-coding-system): New.
19738 (set-locale-environment): Deal with codeset part of locale specs.
19739
19740 2003-10-14 Lute Kamstra <lute@gnu.org>
19741
19742 * fringe.el (fringe-mode): Use active voice in docstring.
19743 (set-fringe-style): Ditto.
19744
19745 2003-10-13 Lute Kamstra <lute@gnu.org>
19746
19747 * fringe.el (fringe-mode): Fix docstring.
19748 (set-fringe-style): Ditto.
19749
19750 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19751
19752 * ediff-mult.el (ediff-filegroup-action):
19753 Use ediff-default-filtering-regexp.
19754
19755 * ediff-util.el (ediff-recenter): Don't call
19756 ediff-restore-highlighting twice.
19757 (ediff-select-difference): Set current difference.
19758 (ediff-unselect-and-select-difference): Add comment.
19759
19760 * ediff.el (ediff-directories,ediff-directory-revisions)
19761 (ediff-directories3,ediff-merge-directories)
19762 (ediff-merge-directories-with-ancestor)
19763 (ediff-merge-directory-revisions)
19764 (ediff-merge-directory-revisions-with-ancestor):
19765 Use ediff-default-filtering-regexp.
19766
19767 2003-10-12 Andreas Schwab <schwab@suse.de>
19768
19769 * international/mule-cmds.el (locale-charset-language-names):
19770 Simplify regex by removing unused grouping.
19771
19772 2003-10-10 Dave Love <fx@gnu.org>
19773
19774 * bindings.el: Don't bind stop.
19775
19776 2003-10-08 Miles Bader <miles@gnu.org>
19777
19778 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19779 face instead of attempting to emulate it.
19780
19781 2003-10-07 Kenichi Handa <handa@m17n.org>
19782
19783 * international/mule-diag.el (list-coding-systems-1): List coding
19784 systems that are loaded automatically.
19785
19786 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19787
19788 * international/mule.el (autoload-coding-system): New function.
19789
19790 2003-10-07 Andreas Schwab <schwab@suse.de>
19791
19792 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19793 change-log-default-name in the buffer visiting the file.
19794
19795 2003-10-06 Dave Love <fx@gnu.org>
19796
19797 * files.el (find-file-hook): Customize.
19798 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19799
19800 * bindings.el (completion-ignored-extensions): Remove .log.
19801 (global-map): Add again, open, stop keys.
19802
19803 2003-10-05 Richard M. Stallman <rms@gnu.org>
19804
19805 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19806 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19807 Use sh-modify directly.
19808 (sh-select): Use sh-append, not eval.
19809
19810 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19811
19812 * info.el (Info-following-node-name): New function.
19813
19814 * loadhist.el (unload-feature-special-hooks):
19815 Rename from loadhist-hook-functions.
19816 (loadhist-hook-functions): Now an alias.
19817
19818 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19819
19820 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19821 file-name clashes on 8+3 filesystems.
19822
19823 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19824 Rename loaddefs-boot.el to ldefs-boot.el
19825
19826 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19827 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19828
19829 2003-10-03 Lute Kamstra <lute@gnu.org>
19830
19831 * info.el (Info-mode): Revert previous change.
19832 (Info-escape-percent): New function.
19833 (Info-fontify-node): Use it.
19834
19835 2003-10-02 Andreas Schwab <schwab@suse.de>
19836
19837 * loaddefs-boot.el: Regenerated.
19838
19839 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19840
19841 * ffap.el: Remove defadvice related code from CVS since `complete'
19842 provides a `PC-completion-as-file-name-predicate' variable that
19843 ffap can override.
19844
19845 2003-10-02 Kenichi Handa <handa@m17n.org>
19846
19847 * international/utf-8.el (ccl-decode-mule-utf-8):
19848 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19849
19850 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19851 * international/subst-big5.el: Likewise.
19852 * international/subst-gb2312.el: Likewise.
19853 * international/subst-ksc.el: Likewise.
19854
19855 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19856
19857 * calendar/calendar.el (increment-calendar-month)
19858 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19859 (generate-calendar, calendar-read-date, calendar-interval)
19860 (calendar-day-of-week): Handle years BC.
19861 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19862
19863 2003-10-01 Dave Love <fx@gnu.org>
19864
19865 * language/cyrillic.el (cp1251): Alias for windows-1251.
19866
19867 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19868 bootstrap.
19869
19870 2003-10-01 Lute Kamstra <lute@gnu.org>
19871
19872 * files.el: Fix typo.
19873 * imenu.el (imenu--generic-function): Docstring fix.
19874
19875 2003-09-30 Richard M. Stallman <rms@gnu.org>
19876
19877 * dired.el (dired-mode): Handle dired-directory as a list.
19878
19879 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19880
19881 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19882
19883 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19884
19885 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19886 Replace gud-display with gud-watch.
19887 (gud-speedbar-buttons): Add stuff for watching expressions
19888 in the speedbar when using M-x gdba. Use dolist on old part
19889 of this function.
19890
19891 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19892 (gdb-update-flag): New variables.
19893 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19894 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19895 (gud-watch, gdb-var-create-handler) : New functions.
19896 (gdb-var-list-children, gdb-var-list-children-handler)
19897 (gdb-var-create-regexp, gdb-var-update-regexp)
19898 (gdb-var-list-children-regexp): New constants.
19899 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19900 (gdb-annotation-rules): Reduce annotation set (level 3).
19901 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19902 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19903 updates.
19904 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19905 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19906 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19907 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19908 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19909 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19910 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19911 (gud-display, gud-display1)
19912 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19913 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19914 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19915 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19916 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19917 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19918 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19919 (gdb-display-display-buffer, gdb-toggle-display)
19920 (gdb-delete-display, gdb-expressions-popup-menu)
19921 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19922 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19923 to display buffer.
19924
19925 2003-09-30 Richard M. Stallman <rms@gnu.org>
19926
19927 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19928 Instead, set which-func-functions.
19929
19930 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19931 (which-func-functions): New variable.
19932 (which-function): Use that.
19933
19934 * info.el (Info-mode): Double each `%' in header line.
19935
19936 * emacs-lisp/lisp-mnt.el (lm-with-file):
19937 When FILE is nil, run BODY in current buffer.
19938
19939 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19940
19941 * help.el (describe-mode): Start with a brief list of minor modes.
19942 Find them thru minor-mode-list so as to find them all.
19943 Show them in alphabetical order.
19944
19945 * mail/sendmail.el (mail-aliases): Doc fix.
19946
19947 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19948
19949 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19950
19951 * mail/rmailsum.el (rmail-make-summary-line-1):
19952 Change comma after last label to a space.
19953 (rmail-summary-font-lock-keywords): Adapt to that change.
19954
19955 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19956
19957 * progmodes/scheme.el (scheme-mode-variables): When setting
19958 `font-lock-defaults', also specify that "#" should
19959 be interpreted with `word' syntax.
19960 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19961
19962 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19963
19964 * desktop.el: A lot of comments updated.
19965 (desktop-save-mode): Minor mode introduced.
19966 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19967 (desktop-load-default): Function made obsolete.
19968 (desktop-locals-to-save): Variable made customizable.
19969 (desktop-read): Optional parameter `dirname' added.
19970 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19971 `desktop-read' used.
19972 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19973
19974 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19975
19976 * whitespace.el (whitespace-clean-msg): Add user customizable message
19977 for displaying ``clean'' output.
19978 (whitespace-buffer): Use `whitespace-clean-msg'.
19979 (whitespace-global-mode): Fix typo.
19980
19981 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19982
19983 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19984
19985 2003-09-29 Lute Kamstra <lute@gnu.org>
19986
19987 * bindings.el (mode-line-modes): Remove superfluous :propertize
19988 construct in initialization.
19989 (mode-line-position): Change cons cell into proper list in
19990 initialization.
19991
19992 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19993
19994 * international/mule.el (decode-coding-inserted-region): Use car
19995 of the return value of find-operation-coding-system.
19996
19997 2003-09-29 Kenichi Handa <handa@m17n.org>
19998
19999 * descr-text.el (describe-char): Fix previous change.
20000
20001 2003-09-28 Kenichi Handa <handa@m17n.org>
20002
20003 * descr-text.el (describe-char-display): New function.
20004 (describe-char): Pay attention to display table on describing how
20005 a character is displayed.
20006
20007 * international/mule-cmds.el (encoded-string-description):
20008 Prepend "0x" to each encoded byte.
20009
20010 2003-09-28 Andreas Schwab <schwab@suse.de>
20011
20012 * find-file.el (ff-special-constructs): Add autoload cookie.
20013
20014 2003-09-28 Kevin Ryde <user42@zip.com.au>
20015
20016 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20017 makeinfo appends to duplicate index entries.
20018
20019 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20020
20021 * dired-x.el (dired-clean-tex): Doc fix.
20022
20023 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20024 using a Chinese tutorial.
20025
20026 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20027
20028 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20029 between "MAIL FROM:" and "RCPT TO:" and the following address.
20030
20031 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20032
20033 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20034
20035 2003-09-28 David Ponce <david@dponce.com>
20036
20037 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20038 (recentf-load-list): When `recentf-initialize-file-name-history'
20039 is non-nil, initialize an empty `file-name-history' with the
20040 recent list.
20041
20042 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20043
20044 * man.el (Man-default-man-entry): Remove the leading `*' from the
20045 word at point.
20046
20047 2003-09-26 Lute Kamstra <lute@gnu.org>
20048
20049 * bindings.el (mode-line-position): Mention size indication in
20050 docstring.
20051
20052 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20053
20054 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20055
20056 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20057 because it's autoloaded now.
20058
20059 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20060
20061 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20062 (sh-font-lock-keywords, sh-feature): Fix previous change of
20063 sh-feature to avoid infloop with sh-font-lock-keywords.
20064
20065 2003-09-25 Kim F. Storm <storm@cua.dk>
20066
20067 * frame.el (frame-current-scroll-bars): New defun.
20068
20069 * window.el (window-current-scroll-bars): New defun.
20070
20071 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20072
20073 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20074 cause errors when the state cache contains info on parts that have
20075 been narrowed out.
20076
20077 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20078
20079 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20080 `c-setup-paragraph-variables' has to be used when this variable is
20081 changed; it doesn't work to reinitialize the mode since that
20082 typically clobbers the variable.
20083
20084 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20085 Make it interactive.
20086
20087 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20088
20089 * progmodes/cc-fonts.el (c-font-lock-declarations):
20090 Fix recognition of constructors and destructors for classes whose
20091 names are matched by `*-font-lock-extra-types'.
20092
20093 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20094 followed by an identifier in C++ then it's a type.
20095
20096 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20097
20098 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20099 problem that primarily affected XEmacs. Don't use faces to find
20100 unterminated strings since Emacs and XEmacs fontify strings
20101 differently - this function should now work better in XEmacs.
20102
20103 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20104
20105 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20106 `expand-abbrev' workaround which caused braces to misbehave inside
20107 macros.
20108
20109 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20110 handling. This bug could cause interactive font locking to bail out.
20111
20112 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20113
20114 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20115 Handle paren-style types in Pike. Also fixed some cases of
20116 insufficient handling of unbalanced parens.
20117
20118 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20119
20120 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20121 common shell prompts that are not common filename or URL characters.
20122 (ffap-file-at-point): Use the new regexp to strip the prompts from
20123 the file names. This is an issue mostly for user prompts that
20124 don't have a trailing space and find-file-at-point is invoked from
20125 within a shell inside Emacs.
20126
20127 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20128
20129 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20130 stamps numerically, rather than textually.
20131
20132 2003-09-24 Kenichi Handa <handa@m17n.org>
20133
20134 * language/devan-util.el (devanagari-post-read-conversion):
20135 * language/mlm-util.el (malayalam-post-read-conversion):
20136 * language/tml-util.el (tamil-post-read-conversion):
20137 Add autoload cookie.
20138
20139 * international/utf-8.el (utf-8-post-read-conversion):
20140 Call post-read-conversion functions for Devanagari, Malayalam,
20141 and Tamil.
20142
20143 2003-09-23 Dave Love <fx@gnu.org>
20144
20145 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20146
20147 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20148
20149 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20150 Update gud-remove.
20151
20152 2003-09-22 Richard M. Stallman <rms@gnu.org>
20153
20154 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20155 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20156 (sh-mode-syntax-table-input): New variable.
20157 (sh-require-final-newline): Don't use eval.
20158 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20159 (sh-variables, sh-font-lock-keywords): Don't use eval.
20160 (sh-set-shell): When setting require-final-newline,
20161 treat value = `require-final-newline' as don't change it.
20162 Set sh-mode-syntax-table locally based on
20163 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20164
20165 * progmodes/compile.el (compile-internal):
20166 Call compilation-set-window-height before setting window start.
20167
20168 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20169
20170 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20171 Clear out byte-compile-last-warned-form.
20172
20173 2003-09-22 Richard M. Stallman <rms@gnu.org>
20174
20175 * woman.el (woman-file-name, woman-follow-word):
20176 If current-word returns nil, use "".
20177
20178 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20179
20180 2003-09-22 Richard M. Stallman <rms@gnu.org>
20181
20182 * emacs-lisp/lisp-mnt.el (lm-with-file):
20183 Don't visit the file, just use insert-file-contents in temp buffer.
20184
20185 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20186
20187 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20188 Add surrounding \\( and \\) around the header, as in
20189 for lm-history-header 'Change Log\\|History'.
20190
20191 2003-09-22 John Paul Wallington <jpw@gnu.org>
20192
20193 * progmodes/ld-script.el: Add Commentary section,
20194 minor cleanup of file header.
20195 (ld-script-font-lock-keywords): Doc fix.
20196 (toplevel): Provide `ld-script' feature.
20197
20198 2003-09-21 Kim F. Storm <storm@cua.dk>
20199
20200 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20201 new built-in variable default-frame-scroll-bars.
20202 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20203 scroll-bar-mode; notably, use it instead of t when we toggle
20204 scroll-bars on.
20205 (toggle-scroll-bar): Use default-frame-scroll-bars.
20206
20207 2003-09-19 Masatake YAMATO <jet@gyve.org>
20208
20209 * pcvs.el (cvs-do-removal): Change the prompt depending on
20210 `filter' value.
20211
20212 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20213
20214 * startup.el (command-line-1): Stop startup-echo-area-message
20215 being hidden by "Loading image..." message.
20216 (use-fancy-splash-screens-p, display-splash-screen):
20217 Move display-graphic-p test from latter to former.
20218
20219 * progmodes/sh-script.el (sh-font-lock-keywords):
20220 Highlight escaped EOLs differently from other backslash constructs.
20221
20222 2003-09-19 Richard M. Stallman <rms@gnu.org>
20223
20224 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20225 New functions.
20226 (edebug-enter, edebug-outside-excursion): Use them.
20227
20228 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20229 Fix the condition for whether to print "In WHERE".
20230
20231 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20232
20233 * finder.el (finder-mode-hook): New variable.
20234 (finder-mode): Run hook finder-mode-hook
20235
20236 2003-09-18 Masatake YAMATO <jet@gyve.org>
20237
20238 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20239
20240 2003-09-17 Mario Lang <mlang@delysid.org>
20241
20242 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20243 "p %e" to actually print the value in the GUD buffer.
20244
20245 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20246
20247 From David Ponce <david.ponce@wanadoo.fr>:
20248 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20249 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20250 from loaddefs-boot.el if necessary.
20251
20252 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20253
20254 * progmodes/gud.el (gud-find-class): Make jdb work again since
20255 cc-mode changed the syntactic information.
20256
20257 2003-09-15 David Ponce <david@dponce.com>
20258
20259 * recentf.el: (recentf-exclude): Accept predicates too.
20260 (recentf-file-readable-p): New function.
20261 (recentf-include-p): Handle predicates in recentf-exclude.
20262 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20263 (recentf-cleanup): Likewise.
20264 (recentf-save-list): Use write-file to handle backup of
20265 recentf-save-file.
20266
20267 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20268
20269 * loaddefs-boot.el: Renamed from `loaddefs.el'
20270 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20271 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20272 necessary.
20273
20274 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20275
20276 * electric.el (Electric-pop-up-window): For the `one-window' case,
20277 no longer disconcertingly move point in the original buffer.
20278
20279 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20280
20281 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20282
20283 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20284
20285 * dired.el (dired-mode-map): Fix typo.
20286
20287 2003-09-11 Richard M. Stallman <rms@gnu.org>
20288
20289 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20290
20291 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20292
20293 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20294 the function is less noisy. Now only `kill-buffer' can ask questions.
20295
20296 2003-09-10 Mario Lang <mlang@delysid.org>
20297
20298 * battery.el: Update Commentary and Copyright.
20299 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20300 appear due to wrong ordering of the expressions in `or'.
20301
20302 2003-09-09 Lute Kamstra <lute@gnu.org>
20303
20304 * misc.el (upcase-char): Fix docstring.
20305 (zap-up-to-char): New command.
20306
20307 2003-09-08 David Ponce <david@dponce.com>
20308
20309 Ensure that recentf correctly updates the menu bar.
20310 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20311 (recentf-menu-bar): New function.
20312 (recentf-clear-data): Use it
20313 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20314 of easy-menu-change.
20315
20316 2003-09-08 Lute Kamstra <lute@gnu.org>
20317
20318 * simple.el (size-indication-mode): New.
20319 * bindings.el (mode-line-position): Add buffer size indicator.
20320
20321 2003-09-04 Mario Lang <mlang@delysid.org>
20322
20323 * battery.el (battery-linux-proc-acpi): New function.
20324 (battery-status-function): Modify default value calculation to also
20325 check for availability of ACPI.
20326 (battery-echo-area-format): Ditto.
20327 (battery-mode-line-format): Ditto.
20328
20329 2003-09-06 Dave Love <fx@gnu.org>
20330
20331 * ielm.el (ielm-mode-hook): Add :options.
20332
20333 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20334 (eldoc-print-current-symbol-info): Use it.
20335
20336 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20337
20338 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20339 being displayed in GUD buffer.
20340 (gdb-idle-input-queue): Remove var. Use just one queue.
20341 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20342 Remove functions. Use just one queue.
20343 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20344 (gdb-invalidate-assembler, gdb-get-current-frame):
20345 Modify functions. Use just one queue.
20346
20347 2003-09-04 Dave Love <fx@gnu.org>
20348
20349 * cus-start.el: Add blink-cursor-alist.
20350
20351 * ruler-mode.el (ruler-mode-fill-column-char)
20352 (ruler-mode-current-column-char): Use char-displayable-p,
20353 not window-system.
20354
20355 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20356
20357 * language/european.el (windows-1252): Move from code-pages.
20358
20359 * language/cyrillic.el ("Windows-1251"): Delete.
20360 ("Bulgarian", "Belarusian"): Remove `features'.
20361 (windows-1251): Move from code-pages.
20362
20363 * international/mule-diag.el (non-iso-charset-alist):
20364 Remove `codepage' stuff.
20365 (print-designation, list-coding-systems-1): Output fixes.
20366
20367 * international/code-pages.el (cp-make-translation-table)
20368 (cp-valid-codes): Made defsubsts.
20369 (cp-fix-safe-chars): Delete.
20370 (mule-diag): Don't require.
20371 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20372 (top-level): Check for defined coding system when defining
20373 cp... aliases. Change w32-add-charset-info test to avoid warning.
20374 (non-iso-charset-alist): Defvar when compiling.
20375 (cp-make-coding-system): Doc fix.
20376
20377 2003-09-02 Jason Rumney <jasonr@gnu.org>
20378
20379 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20380 line-ends from CVS before doing conversion.
20381
20382 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20383
20384 * calendar/diary-lib.el (diary-header-line-flag)
20385 (diary-header-line-format): New variables.
20386 (list-diary-entries): Use them to set header line in simple diary.
20387
20388 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20389 other than font-lock-string-face to highlight backslashes.
20390
20391 2003-09-01 Jason Rumney <jasonr@gnu.org>
20392
20393 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20394 regexp.
20395
20396 2003-09-01 Dave Love <fx@gnu.org>
20397
20398 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20399
20400 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20401 and :help; also line and column numbers labels.
20402
20403 * international/mule-util.el (char-displayable-p): Move from
20404 latin1-disp, rename and autoload.
20405
20406 * international/latin1-disp.el (latin1-char-displayable-p):
20407 Now obsolete alias. Replace uses with char-displayable-p.
20408 (latin1-display-ucs-per-lynx): Fix last change.
20409
20410 * international/mule-cmds.el (standard-display-european-internal):
20411 Don't use char code for Latin-1 NBSP.
20412 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20413 U+2018, U+2019 for `'.
20414 (select-safe-coding-system): Message fix.
20415
20416 2003-09-01 Kenichi Handa <handa@m17n.org>
20417
20418 * international/fontset.el (setup-default-fontset): For Thai
20419 font, specify "*" family.
20420
20421 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20422
20423 * progmodes/compile.el (previous-error): Accept a prefix
20424 argument, similarly to next-error.
20425
20426 2003-08-31 Masatake YAMATO <jet@gyve.org>
20427
20428 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20429 the number of files. Bind the number of files to a local
20430 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20431
20432 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20433
20434 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20435 2003-07-26: msdos-long-file-names is a function, not a variable.
20436
20437 2003-08-29 Richard M. Stallman <rms@gnu.org>
20438
20439 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20440 Do nothing with mail-personal-alias-file if it is nil.
20441
20442 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20443 Do nothing if mail-personal-alias-file is nil.
20444
20445 * term.el (term-exec-1): Bind coding-system-for-read.
20446
20447 * dired.el (dired-mouse-find-file-other-window):
20448 Use dired-view-command-alist here, as in dired-view-file.
20449 (dired-view-command-alist): Use %s to substitute file name.
20450 Handle .ps_pages, .eps, .jpg, .gif, .png.
20451
20452 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20453
20454 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20455 `Info-prev-reference', instead of M-tab.
20456
20457 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20458
20459 * simple.el (blink-matching-open): Work correctly on chars that
20460 are designated as parens through the syntax-table text property.
20461
20462 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20463
20464 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20465 line break position in the middle of a non-kinsoku (e.g. latin)
20466 word, making it skip until either a space or a character with
20467 category "|".
20468 (kinsoku-longer): Test for end of buffer.
20469
20470 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20471
20472 * mail/rmail.el (rmail-convert-to-babyl-format):
20473 Detect quoted-printable- and base64-encoded messages and decode them
20474 automatically. Set the message's encoding from the charset=
20475 header, if any. Decode base64-encoded messages in Mail format as well.
20476
20477 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20478
20479 * mail/smtpmail.el: Fix previous change.
20480 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20481 calling smtpmail-via-smtp.
20482 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20483
20484 2003-08-26 John Paul Wallington <jpw@gnu.org>
20485
20486 * image.el (image-jpeg-p): Don't search beyond length of data.
20487
20488 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20489
20490 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20491 misfeature in `expand-abbrev' which caused electric keywords like
20492 "else" to disappear if an open brace was typed directly afterwards.
20493
20494 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20495
20496 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20497 mandatory in `define-widget'.
20498
20499 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20500 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20501
20502 (c-assignment-operators): New language constant that only contains
20503 the assignment operators.
20504
20505 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20506
20507 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20508
20509 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20510 Safeguard against unbalanced sexps.
20511
20512 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20513
20514 * version.el (emacs-version): Check for gtk. Include gtk version info.
20515
20516 2003-08-25 John Paul Wallington <jpw@gnu.org>
20517
20518 * man.el (Man-default-man-entry): Don't whizz past the section
20519 number before looking for it.
20520
20521 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20522
20523 * progmodes/gud.el (gud-display-line): Don't set window-point if
20524 source buffer is not visible. (Only happens with M-x gdba.)
20525
20526 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20527 documentation.
20528 (gdb-source, gdb-source-info): Update to assembler unnecessary
20529 as its done after each GDB command anyway.
20530 (gdb-pre-prompt): Use with-current-buffer.
20531 (gdb-insert-field): Add help-echo text.
20532 (gdb-invalidate-assembler): Re-display of assembler now done in
20533 gdb-info-breakpoints-custom.
20534 (gdb-info-breakpoints-custom): Force re-display of assembler to
20535 happen *after* update of breakpoints buffer.
20536 (gdb-display-source-buffer): Don't choke if gdb-source-window
20537 isn't visible.
20538 (gdb-put-string, gdb-put-arrow): Remove free variables.
20539
20540 2003-08-24 John Paul Wallington <jpw@gnu.org>
20541
20542 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20543
20544 * man.el (Man-default-man-entry): Strip text properties when
20545 snarfing parts of entry because `format' preserves properties.
20546
20547 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20548
20549 * files.el (file-newest-backup): Use `expand-file-name'.
20550
20551 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20552 Allow the diary to pop up a new frame, if needed.
20553
20554 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20555 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20556 (smtpmail-send-it): Make treatment of envelope-from consistent with
20557 sendmail.el.
20558
20559 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20560 (sh-leading-keywords): Add the bash `time' reserved word.
20561 (sh-variables): Add some bash variables.
20562 (sh-add-completer): Fix nil branch of case statement.
20563
20564 2003-08-24 Masatake YAMATO <jet@gyve.org>
20565
20566 * progmodes/ld-script.el: New file.
20567
20568 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20569
20570 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20571
20572 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20573
20574 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20575 Better explain obsolescence, and what to use instead.
20576
20577 2003-08-23 Masatake YAMATO <jet@gyve.org>
20578
20579 * pcvs.el (cvs-do-removal): Show the deleted file name
20580 on the prompt.
20581
20582 2003-08-20 Dave Love <fx@gnu.org>
20583
20584 * international/mule.el (make-coding-system)
20585 (set-buffer-file-coding-system): Doc fix.
20586
20587 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20588
20589 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20590
20591 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20592
20593 * international/utf-16.el: Add mime-text-unsuitable coding system
20594 properties.
20595
20596 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20597
20598 * cus-edit.el: Add some :links.
20599 (bib): Remove.
20600
20601 * textmodes/bib-mode.el (bib): Add :group external.
20602
20603 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20604
20605 * wid-edit.el (widget-echo-help): Make it handle expressions that
20606 evaluate to strings.
20607
20608 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20609
20610 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20611
20612 Simplify selection of SQL products to define highlighting and
20613 interactive mode. Includes detailed instructions on adding
20614 support for new products.
20615
20616 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20617 product for use in highlighting and interactive mode.
20618 (sql-interactive-product): New variable. SQL product for
20619 sql-interactive-mode.
20620 (sql-product-support): New variable. Specifies product-specific
20621 parameters to drive highlighting and interactive mode.
20622 (sql-imenu-generic-expression): Add more object types.
20623 (sql-sqlite-options): Correct comment.
20624 (sql-ms-program): Use "osql" rather than "isql".
20625 (sql-prompt-regexp, sql-prompt-length): Update comment.
20626 (sql-mode-menu): Add "Start SQLi session" entry.
20627 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20628 (sql-mode-abbrev-table): Add abbreviations. Support of
20629 SYSTEM-FLAG on define-abbrev. Support was removed with last
20630 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20631 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20632 names.
20633 (sql-mode-ansi-font-lock-keywords): Set as default value.
20634 (sql-mode-oracle-font-lock-keywords): Set as default value.
20635 Support Oracle 9i keywords.
20636 (sql-mode-postgres-font-lock-keywords): Set as default value.
20637 (sql-mode-linter-font-lock-keywords): Set as default value.
20638 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20639 SQLServer 2000.
20640 (sql-mode-sybase-font-lock-keywords)
20641 (sql-mode-interbase-font-lock-keywords)
20642 (sql-mode-sqlite-font-lock-keywords)
20643 (sql-mode-strong-font-lock-keywords)
20644 (sql-mode-mysql-font-lock-keywords)
20645 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20646 keywords.
20647 (sql-mode-font-lock-defaults): Update comment.
20648 (sql-product-feature): New function. Returns feature associated
20649 with a product from `sql-product-support' alist.
20650 (sql-product-font-lock): New function. Set font-lock support
20651 based on `sql-product'.
20652 (sql-add-product-keywords): New function. Add font-lock rules to
20653 product-specific keyword variables.
20654 (sql-set-product): New function. Set `sql-product' and apply
20655 appropriate font-lock highlighting.
20656 (sql-highlight-product): New function. Set font-lock support
20657 based on a product. Also set mode name to include product name.
20658 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20659 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20660 Use `sql-set-product'.
20661 (sql-highlight-ms-keywords)
20662 (sql-highlight-sybase-keywords)
20663 (sql-highlight-interbase-keywords)
20664 (sql-highlight-strong-keywords)
20665 (sql-highlight-mysql-keywords)
20666 (sql-highlight-sqlite-keywords)
20667 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20668 (sql-get-login): Prompt in the same order as the tokens.
20669 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20670 (sql-product-interactive): New function. Common portions of
20671 product-specific interactive mode wrappers.
20672 (sql-interactive-mode): Rewritten to use product features.
20673 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20674 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20675 (sql-db2, sql-linter): Use `sql-product-interactive'.
20676 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20677 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20678 (sql-connect-ingres, sql-connect-postgres)
20679 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20680 New functions. Format command line parameters and invoke comint on
20681 the appropriate interpreter. Code was in the corresponding
20682 `sql-xyz' function before.
20683 (sql-connect-ms): New function. Support -E argument to use
20684 operating system credentials for authentication.
20685
20686 2003-08-18 Kenichi Handa <handa@m17n.org>
20687
20688 * international/mule.el (encode-char): Fix for the ASCII case.
20689
20690 2003-08-15 Kenichi Handa <handa@m17n.org>
20691
20692 * international/fontset.el (setup-default-fontset): Change "*" to
20693 nil in the specifications of font family.
20694
20695 2003-08-18 Kim F. Storm <storm@cua.dk>
20696
20697 * kmacro.el (kmacro-keymap): Group related bindings in
20698 initialization for clarity. Bind C-s to start macro.
20699 Remove C-r binding.
20700 (kmacro-initial-counter-value): New defvar to hold initial counter
20701 value in case we set the value before defining a macro.
20702 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20703 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20704 not defining or executing macro. Doc fix.
20705 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20706 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20707 temporarily view older elements on the macro ring without cycling
20708 the ring.
20709 (kmacro-display): Doc fix.
20710 (kmacro-exec-ring-item): New helper function.
20711 (kmacro-call-ring-2nd): Use it.
20712 (kmacro-call-ring-2nd-repeat): Doc fix.
20713 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20714 (kmacro-end-or-call-macro): Execute last viewed macro (using
20715 kmacro-exec-ring-item) from ring if this follows
20716 kmacro-view-macro. This allows us to find a macro on the ring
20717 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20718 the ring to bring it to the head of the ring.
20719 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20720 Allow binding to reserved keys without specifying C-x C-k prefix.
20721 Ask for confirmation if entered key sequence is already bound to
20722 a non-macro command.
20723 (kmacro-view-macro): Repeating command will show older elements
20724 on the macro ring; C-k will execute the last viewed macro.
20725 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20726 property from 'ring to 'head.
20727
20728 2003-08-17 Alan Shutko <ats@acm.org>
20729
20730 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20731 keeping December out of the alist.
20732
20733 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20734
20735 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20736 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20737 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20738 (calendar-flatten): New function.
20739 (calendar-mouse-view-other-diary-entries)
20740 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20741 in the menu title and to show multi-line diary entries correctly
20742 in the menu.
20743
20744 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20745
20746 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20747 defcustom, because the default was recently changed.
20748
20749 2003-08-16 Richard M. Stallman <rms@gnu.org>
20750
20751 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20752
20753 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20754 New subroutine, broken out of eval-last-sexp-1.
20755 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20756
20757 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20758
20759 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20760
20761 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20762
20763 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20764
20765 * progmodes/compile.el (compilation-error-regexp-alist):
20766 Add Java ANt error detection as described in document
20767 http://ant.apache.org/faq.html
20768
20769 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20770
20771 * simple.el (backward-word, forward-to-indentation)
20772 (backward-to-indentation): Argument changed to optional.
20773 (next-line, previous-line): Use `or' instead of `unless'.
20774
20775 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20776
20777 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20778 instead of a constant.
20779
20780 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20781
20782 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20783
20784 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20785
20786 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20787 (vc-sccs-workfile-version): Search the entire delta table, rather
20788 than just the first entry, because that might be a deleted version.
20789
20790 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20791
20792 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20793 [save-place] binding in the Options menu. Have it require
20794 'saveplace' and then toggle the variable manually, to avoid an an
20795 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20796 for the bug report.
20797
20798 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20799
20800 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20801 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20802 (gdb-info-threads-custom): Add help-echo text.
20803 (gdb-display-back): Don't use purecopy.
20804 (gdb-info-breakpoints-custom, gdb-reset)
20805 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20806 icons can be displayed.
20807
20808 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20809
20810 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20811
20812 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20813
20814 * bookmark.el (bookmark-completing-read):
20815 Return a string, instead of a list of one string.
20816 Use a popup menu if activated from the mouse.
20817 (bookmark-edit-annotation): Remove unused vars.
20818 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20819 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20820 to bookmark-completing-read.
20821 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20822 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20823 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20824 and erase-buffer.
20825 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20826 (bookmark-menu-jump, bookmark-menu-insert)
20827 (bookmark-popup-menu-and-apply-function)
20828 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20829 (bookmark-menu-build-paned-menu): Remove by folding it into
20830 bookmark-menu-popup-paned-menu.
20831 (menu-bar-bookmark-map): Move the define-key statements here.
20832 Use the "non-menu" commands since they now pop up a menu if needed.
20833 (bookmark-exit-hook-internal): Simplify.
20834
20835 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20836
20837 * reftex-toc.el (reftex-toc-rename-label): New function.
20838 (reftex-toc-check-docstruct): New function.
20839
20840 * reftex.el (reftex-region-active-p): New function.
20841
20842 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20843 regexp to find the \bibliography macro.
20844
20845 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20846 which does not exist in LaTeX.
20847 (reftex-cite-format-builtin): Added amsrefs support.
20848 (reftex-toc-confirm-promotion): New option
20849
20850 * reftex-toc.el
20851 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20852 (reftex-toc-demote, reftex-toc-promote)
20853 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20854 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20855 (reftex-toc-newhead-from-alist)
20856 (reftex-toc-load-all-files-for-promotion): New functions.
20857 (reftex-toc-help): Added description of new keys.
20858 (reftex-toc-split-windows-fraction): New option.
20859 (reftex-recenter-toc-when-idle): Search *toc* window on all
20860 visible frames.
20861 (reftex-toc): Additional parameter REUSE
20862 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20863 with REUSE argument.
20864 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20865 the call of `reftex-toc'.
20866 (reftex-make-separate-toc-frame): New function .
20867 (reftex-toc-recenter): When called with triple prefix arg, call
20868 `reftex-make-separate-toc-frame' first.
20869 (reftex-toc-toggle-dedicated-frame): New command.
20870 (reftex-toc-quit): Adapted to delete frame when called in
20871 dedicated frame.
20872
20873 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20874 all enclosing macros.
20875
20876
20877 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20878
20879 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20880 first use.
20881
20882 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20883
20884 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20885
20886 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20887
20888 * calendar/calendar.el (list-diary-entries-hook)
20889 (diary-display-hook, nongregorian-diary-listing-hook)
20890 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20891 Add some customize options for these hooks.
20892 (calendar-abbrev-construct): Don't try to take a substring longer
20893 than the original string.
20894
20895 2003-08-05 Richard M. Stallman <rms@gnu.org>
20896
20897 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20898 (testcover-reinstrument-clauses): Doc fix.
20899
20900 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20901 (warning-type-format): Rename from warning-group-format.
20902
20903 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20904 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20905 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20906 to prevent warnings about defvar for an obsolete variable.
20907
20908 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20909 warning-group-format renamed to warning-type-format.
20910
20911 * subr.el (read-passwd): Use clear-string instead of fillarray.
20912
20913 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20914 Use vconcat instead of concat.
20915 (edmacro-sanitize-for-string): New function.
20916
20917 2003-08-05 Dave Love <fx@gnu.org>
20918
20919 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20920 line-number-display-limit-width.
20921
20922 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20923
20924 2003-08-05 Kenichi Handa <handa@m17n.org>
20925
20926 * international/code-pages.el: Don't require mule-diag.
20927
20928 * international/mule-diag.el (non-iso-charset-alist):
20929 Add autoload cookie.
20930
20931 * language/devan-util.el (dev-glyph-order): Add an entry for the
20932 glyph code #xC4.
20933
20934 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20935
20936 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20937 (european-calendar-style, diary-date-forms)
20938 (calendar-day-name-array, calendar-month-name-array): Doc change.
20939 (generate-calendar-month): Adapt for new behaviour of
20940 `calendar-day-name' function.
20941 (calendar-abbrev-length, calendar-day-abbrev-array)
20942 (calendar-month-abbrev-array): New variables.
20943 (calendar-abbrev-construct): New function.
20944 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20945 rather than fixing abbrevs at some width. Calling syntax change.
20946 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20947 (calendar-date-string): Adapt for new behaviours of
20948 `calendar-day-name' and `calendar-month-name' functions.
20949
20950 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20951 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20952 (diary-name-pattern): Use abbrev arrays, rather than fixing
20953 abbrevs at three chars. Calling syntax change.
20954 (mark-diary-entries): Adapt for new behaviours of
20955 `diary-name-pattern' and `calendar-make-alist' functions.
20956 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20957 `diary-name-pattern' function.
20958 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20959 fixing abbrevs at three chars. Calling syntax change.
20960 (cal-hebrew, cal-islam): Require when compiling.
20961 (diary-font-lock-keywords): Adapt for new behaviour of
20962 `font-lock-diary-date-forms' function.
20963
20964 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20965 (calendar-hebrew-month-name-array-common-year)
20966 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20967 (list-hebrew-diary-entries): Adapt for new behaviours of
20968 `calendar-day-name' and `add-to-diary-list' functions.
20969 (mark-hebrew-diary-entries): Adapt for new behaviours of
20970 `diary-name-pattern' and `calendar-make-alist' functions.
20971
20972 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20973 Add doc string.
20974 (list-islamic-diary-entries): Adapt for new behaviours of
20975 `calendar-day-name' and `add-to-diary-list' functions.
20976 (mark-islamic-diary-entries): Adapt for new behaviours of
20977 `diary-name-pattern' and `calendar-make-alist' functions.
20978
20979 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20980 `calendar-month-name' function.
20981
20982 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20983
20984 * calendar/solar.el (solar-seasons-data): Move definition before use.
20985
20986 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20987 (cal-tex-LaTeX-hourbox): Move definition before use.
20988
20989 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20990 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20991 * lunar.el, solar.el (displayed-month, displayed-year):
20992 Define for compiler.
20993
20994 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20995
20996 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20997 MODE. Renamed from c-init-c-language-vars'.
20998 (c-initialize-cc-mode): Change accordingly.
20999 (c-common-init): Ditto.
21000 (c-mode): Ditto.
21001 (c++-mode): Use `c-init-language-vars-for'.
21002 (objc-mode): Ditto.
21003 (java-mode): Ditto.
21004 (idl-mode): Ditto.
21005 (pike-mode): Ditto.
21006 (awk-mode): Ditto.
21007
21008 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21009
21010 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21011 or not the point moved.
21012
21013 (c-search-decl-header-end): Don't trip up on operator identifiers
21014 in C++ and operators like == in all languages.
21015
21016 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21017 Detect leading labels correctly.
21018
21019 2003-08-02 Andreas Schwab <schwab@suse.de>
21020
21021 * textmodes/ispell.el: Don't redo key bindings on loading, put
21022 them only in loaddefs.el.
21023 * bookmark.el: Likewise.
21024 * dabbrev.el: Likewise.
21025 * emerge.el: Likewise.
21026
21027 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21028 has more than one member.
21029
21030 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21031
21032 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21033
21034 * lpr.el (printify-region): It was ending conversion before the
21035 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21036
21037 2003-07-31 John Paul Wallington <jpw@gnu.org>
21038
21039 * net/browse-url.el (browse-url-epiphany): Doc fix.
21040
21041 2003-07-30 Kenichi Handa <handa@m17n.org>
21042
21043 * international/fontset.el (setup-default-fontset):
21044 Change registry names of Akurti fonts.
21045
21046 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21047
21048 * comint.el (comint-read-noecho): Use `clear-string' instead of
21049 `fillarray'.
21050
21051 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21052
21053 * outline.el (outline-mode-hook): Add defvar.
21054
21055 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21056
21057 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21058 Restore assembler in source window if that is what has been selected.
21059 (menu): Add gdb-restore-windows to menu. Make gdba
21060 specific menus only visible from gdba.
21061
21062 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21063
21064 * progmodes/compile.el (compilation-environment): New user variable.
21065 (compile-internal): Respect it.
21066
21067 2003-07-23 Masatake YAMATO <jet@gyve.org>
21068
21069 * progmodes/gud.el (gdb-script-font-lock-keywords):
21070 Put `font-lock-function-name-face' on a symbol which includes
21071 `-' like `hook-run'. Put font-lock-variable-name-face
21072 on a symbol starting with $.
21073
21074 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21075
21076 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21077
21078 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21079
21080 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21081
21082 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21083
21084 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21085 Use with-no-warnings.
21086 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21087 rather than to find-file-not-found-hook, which doesn't exist.
21088
21089 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21090
21091 * international/quail.el (quail-translate-key): Fix previous change.
21092
21093 2003-07-25 John Paul Wallington <jpw@gnu.org>
21094
21095 * server.el (server-start): Check `server-process' is non-nil
21096 before killing it to avoid killing current buffer's process.
21097
21098 * simple.el (choose-completion-string): Use `minibufferp';
21099 test `completion-reference-buffer' if `buffer' arg is nil.
21100 (push-mark): Use `when' and `unless'.
21101 (pop-mark): Use `when'.
21102
21103 * mouse-sel.el (mouse-sel-get-selection-function):
21104 Check `x-last-selected-text-primary'. Don't barf if it or
21105 `x-last-selected-text' aren't bound.
21106
21107 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21108
21109 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21110
21111 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21112
21113 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21114
21115 2003-07-23 John Paul Wallington <jpw@gnu.org>
21116
21117 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21118
21119 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21120
21121 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21122 string. Defvar the derived hook.
21123
21124 * macros.el (insert-kbd-macro): Escape double quote character.
21125 From Thomas W Murphy <twm@andrew.cmu.edu>.
21126
21127 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21128
21129 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21130 to match the specific mark rather than reusing comment-start-skip.
21131
21132 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21133
21134 * progmodes/hideshow.el (hs-special-modes-alist):
21135 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21136
21137 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21138
21139 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21140 value using ?\s.
21141
21142 2003-07-21 John Paul Wallington <jpw@gnu.org>
21143
21144 * subr.el (with-selected-window): Add closing paren.
21145
21146 2003-07-21 Richard M. Stallman <rms@gnu.org>
21147
21148 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21149 (lisp-mode): Likewise.
21150
21151 * subr.el (with-selected-window): Copy code form save-selected-window
21152 so as to call select-window with norecord arg.
21153 (dynamic-completion-table): Doc fix.
21154 (lazy-completion-table): Doc fix.
21155
21156 * international/mule-cmds.el (set-locale-environment):
21157 langinfo renamed to locale-info.
21158
21159 * international/mule.el (auto-coding-functions): Doc fix.
21160
21161 2003-07-21 Kenichi Handa <handa@m17n.org>
21162
21163 * international/quail.el (quail-translate-key):
21164 Update quail-current-str correctly.
21165
21166 2003-07-21 Andreas Schwab <schwab@suse.de>
21167
21168 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21169 ?, to "_".
21170
21171 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21172 Version 2.0.36 of Tramp released.
21173
21174 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21175 tramp-password-end-of-line.
21176 (tramp-password-end-of-line): New method parameter.
21177 (tramp-get-password-end-of-line): Function to access method
21178 parameter `tramp-password-end-of-line', or variable
21179 `tramp-default-password-end-of-line' (default value).
21180 (tramp-methods): Add entries for new parameter
21181 tramp-password-end-of-line.
21182 (tramp-enter-password): Use new function
21183 `tramp-get-password-end-of-line'.
21184 (tramp-handle-insert-file-contents): Do not
21185 unconditionally inhibit the file operation file-local-copy, only
21186 do that when the inhibit-file-name-operation is currently
21187 insert-file-contents. This fixes finding remote CVS-controlled
21188 files. (It would barf on inserting the CVS/Entries file
21189 literally, because the file-local-copy handler wasn't called.)
21190 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21191 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21192 (tramp-initial-commands): New variable.
21193 (tramp-process-initial-commands): New function, using the variable.
21194 (tramp-open-connection-setup-interactive-shell): Call the new function.
21195 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21196 method into the buffer name, never use nil. Reported by Hanak
21197 David <dhanak@inf.bme.hu>.
21198 (tramp-open-connection-setup-interactive-shell): Erase buffer
21199 before sending "stty -onlcr".
21200
21201 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21202
21203 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21204
21205 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21206
21207 2003-07-19 John Paul Wallington <jpw@gnu.org>
21208
21209 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21210 (artist-draw-rect, artist-draw-square): Doc fixes.
21211
21212 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21213
21214 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21215
21216 2003-07-19 Kenichi Handa <handa@m17n.org>
21217
21218 * international/kkc.el (kkc-show-conversion-list-update):
21219 Highlight the correct candidate in the message.
21220
21221 2003-07-18 John Paul Wallington <jpw@gnu.org>
21222
21223 * simple.el (current-word): Don't include punctuation char when
21224 `really-word' arg is non-nil.
21225
21226 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21227
21228 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21229 moved to the directory obsolete.
21230
21231 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21232
21233 * info.el (Info-menu-entry-name-re): Allow newlines in
21234 menu entry names.
21235
21236 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21237 syntax-ppss-after-change-function.
21238 (syntax-ppss-after-change-function): New alias. Update uses.
21239 (syntax-ppss): Catch the case where the buffer is narrowed.
21240
21241 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21242
21243 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21244 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21245
21246 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21247
21248 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21249 since it might be modified.
21250
21251 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21252 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21253 names to these language constants.
21254
21255 2003-07-15 Kim F. Storm <storm@cua.dk>
21256
21257 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21258 All uses changed.
21259
21260 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21261
21262 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21263 Namespace support.
21264
21265 2003-07-13 Juanma Barranquero <lektu@terra.es>
21266
21267 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21268 papers received).
21269
21270 2003-07-13 Karl Eichwalder <ke@suse.de>
21271
21272 * textmodes/po.el (po-find-charset): White space at the start of the
21273 Content-Type field body is non-mandatory.
21274
21275 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21276
21277 * textmodes/texinfo.el (texinfo-section-list):
21278 Append appendixsection; a synonym for appendixsec.
21279
21280 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21281
21282 * man.el (Man-translate-cleanup): New.
21283 (Man-translate-references): Call `Man-translate-cleanup' to clean
21284 leading, trailing and middle spaces.
21285
21286 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21287
21288 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21289 Handle `dired-directory' being a list.
21290
21291 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21292
21293 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21294 it doesn't exist.
21295
21296 2003-07-12 Richard M. Stallman <rms@gnu.org>
21297
21298 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21299
21300 * progmodes/cc-defs.el (c-make-keywords-re):
21301 Don't use delete-duplicates.
21302 (c-lang-const): Don't use mapcan.
21303
21304 * apropos.el (apropos-show-scores): Make it customizable.
21305 Document new meaning.
21306 (apropos): Compute scores from symbols.
21307 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21308
21309 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21310
21311 * ps-bdf.el: Fix copyright line.
21312 (bdf-directory-list): Fix initialization code.
21313
21314 2003-07-11 John Paul Wallington <jpw@gnu.org>
21315
21316 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21317 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21318 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21319
21320 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21321
21322 * emacs-lisp/ring.el (ring-elements): Doc fix.
21323
21324 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21325
21326 * calendar/timeclock.el (timeclock-relative)
21327 (timeclock-ask-before-exiting, timeclock-use-display-time):
21328 Doc changes.
21329 (timeclock-modeline-display): Give a message if
21330 `timeclock-use-display-time' is non-nil but `display-time-mode'
21331 is not active.
21332
21333 2003-07-11 Kenichi Handa <handa@m17n.org>
21334
21335 * international/mule-cmds.el (set-language-environment):
21336 Set current-language-environment to the correct string.
21337
21338 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21339
21340 * ps-print.el: Print line number correctly in a region. Reported by
21341 Tim Allen <timallen@ls83.fsnet.co.uk>.
21342 (ps-print-version): New version number (6.6.2).
21343 (ps-printing-region): Code fix.
21344
21345 2003-07-10 John Paul Wallington <jpw@gnu.org>
21346
21347 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21348 this function can be called from `add-completions-from-tags-table'.
21349
21350 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21351
21352 * calendar/timeclock.el (timeclock-use-display-time)
21353 (timeclock-day-over-hook, timeclock-workday-remaining)
21354 (timeclock-status-string, timeclock-when-to-leave)
21355 (timeclock-when-to-leave-string, timeclock-log-data)
21356 (timeclock-find-discrep, timeclock-day-base)
21357 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21358 (timeclock-modeline-display): Set the variable
21359 `timeclock-modeline-display'.
21360 (timeclock-update-modeline): Doc fix. Respect value of
21361 `timeclock-relative'.
21362
21363 2003-07-09 Richard M. Stallman <rms@gnu.org>
21364
21365 * textmodes/reftex-parse.el (reftex-all-document-files):
21366 Add autoload cookie.
21367
21368 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21369 (reftex-scanning-info-available-p): Add autoload cookie.
21370
21371 * international/mule-cmds.el
21372 (set-display-table-and-terminal-coding-system): Delete duplicate
21373 aset on standard-display-table.
21374
21375 * view.el (view-file): If existing buffer's major mode is special,
21376 don't go into view mode.
21377
21378 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21379
21380 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21381
21382 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21383 buffer changes; there's third party code that calls this function
21384 directly.
21385
21386 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21387
21388 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21389 (autodoc-font-lock-keywords): Don't byte compile on font lock
21390 initialization when running from byte compiled files.
21391
21392 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21393
21394 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21395 statement ends with auto-increment "++".
21396
21397 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21398
21399 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21400 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21401 these are changed, so declare them as variables and not constants.
21402
21403 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21404
21405 * subr.el (dolist, dotimes): Doc fix.
21406
21407 2003-07-08 Kim F. Storm <storm@cua.dk>
21408
21409 * international/mule-cmds.el
21410 (set-display-table-and-terminal-coding-system): Don't break
21411 bootstrap if standard-display-table isn't setup yet.
21412
21413 2003-07-07 Richard M. Stallman <rms@gnu.org>
21414
21415 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21416 Give it a doc string, and autoload it.
21417
21418 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21419 Use with-no-warnings.
21420
21421 * info.el (Info-search): If find invisible text, search again.
21422
21423 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21424
21425 * man.el (Man-name-regexp): Match + as part of name.
21426
21427 * simple.el (visible-mode): Rename from vis-mode.
21428 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21429
21430 * simple.el (current-word): New arg REALLY-WORD specifies
21431 don't include punctuation chars.
21432
21433 * emacs-lisp/debug.el (debug, debugger-env-macro):
21434 Use with-no-warnings while accessing and binding unread-command-char.
21435
21436 * international/mule-cmds.el
21437 (set-display-table-and-terminal-coding-system): Use explicit loop
21438 instead of calling standard-display-default.
21439
21440 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21441 Use condition-case to catch error in ange-ftp-get-files.
21442
21443 * net/browse-url.el (browse-url-browser-function):
21444 Add alternative for Epiphany.
21445 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21446 (browse-url-epiphany-startup-arguments)
21447 (browse-url-epiphany-new-window-is-tab): New variables.
21448 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21449
21450 * progmodes/compile.el (compile-auto-highlight): Default now t.
21451 (compile): Doc fix.
21452 (compilation-next-error): Fix previous change.
21453
21454 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21455
21456 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21457
21458 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21459
21460 * gdb-ui.el (gdb-source-info): Display current frame when
21461 attaching to an existing process.
21462 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21463 while laying out windows when attaching to an existing process.
21464
21465 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21466
21467 * info.el (Info-menu): Use Info-menu-entry-name-re.
21468
21469 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21470
21471 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21472 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21473
21474 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21475 to match the same text.
21476
21477 2003-07-06 John Paul Wallington <jpw@gnu.org>
21478
21479 * vc.el (vc-annotate-offset): Move defvar up.
21480
21481 2003-07-06 Kim F. Storm <storm@cua.dk>
21482
21483 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21484 This should fix the infinite loop when extracting menu names.
21485
21486 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21487
21488 * files.el (auto-mode-alist, interpreter-mode-alist):
21489 Remove entries to CC Mode modes to avoid duplicates; they are now added
21490 with autoload directives in cc-mode.el.
21491
21492 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21493
21494 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21495 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21496 these are changed, so declare them as variables and not constants.
21497
21498 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21499 ensure that the entry for ".c" extension comes before the one for
21500 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21501 Fix incorrect entries that were added to `interpreter-mode-alist'.
21502 Move the autoload directives for AWK to the top level since they
21503 aren't recognized anywhere else. Do not use the new AWK mode doc
21504 in the autoload form for the old AWK mode.
21505
21506 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21507
21508 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21509 (bibtex-sort-ignore-string-entries): Default value t.
21510 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21511 erroneously in previous version.
21512 (bibtex-string-files): Docstring reflects new parsing scheme.
21513 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21514 docstring, add # as one of the chars to crush
21515 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21516 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21517 (bibtex-autokey-name-change-strings)
21518 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21519 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21520 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21521 (bibtex-autokey-title-terminators)
21522 (bibtex-autokey-titlewords-stretch)
21523 (bibtex-autokey-titleword-ignore)
21524 (bibtex-autokey-titleword-case-convert)
21525 (bibtex-autokey-titleword-abbrevs)
21526 (bibtex-autokey-titleword-abbrevs)
21527 (bibtex-autokey-titleword-change-strings)
21528 (bibtex-autokey-titleword-length)
21529 (bibtex-autokey-titleword-separator)
21530 (bibtex-autokey-name-year-separator)
21531 (bibtex-autokey-year-title-separator)
21532 (bibtex-autokey-before-presentation-function)
21533 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21534 Fix docstring.
21535 (bibtex-strings, bibtex-reference-keys):
21536 Use lazy-completion-table and make-variable-buffer-local.
21537 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21538 (bibtex-braced-string-syntax-table)
21539 (bibtex-quoted-string-syntax-table): New variables.
21540 (bibtex-parse-nested-braces): Remove.
21541 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21542 (bibtex-parse-association): Simplify.
21543 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21544 (bibtex-parse-field-text): Simplify.
21545 (bibtex-search-forward-field, bibtex-search-backward-field):
21546 argument BOUND can take value t.
21547 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21548 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21549 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21550 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21551 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21552 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21553 and ending of entry. Update for changes of bibtex-search-entry.
21554 Simplify.
21555 (bibtex-map-entries): FUN is called with three arguments.
21556 (bibtex-search-entry): Return a cons pair with buffer positions of
21557 beginning and end of entry.
21558 (bibtex-enclosing-field): Simplify.
21559 (bibtex-format-entry): Use booktitle to set a missing title.
21560 (bibtex-autokey-get-names): Fiddle with regexps.
21561 (bibtex-generate-autokey): Use identity.
21562 (bibtex-parse-keys): Use simplified parsing algorithm if
21563 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21564 arguments. Return alist of keys.
21565 (bibtex-parse-strings): Simplify. Return alist of strings.
21566 (bibtex-complete-string-cleanup): Fix docstring.
21567 (bibtex-read-key): New function.
21568 (bibtex-mode): Fix docstring. Do not parse for keys and
21569 strings when the mode is entered. Set fill-paragraph-function to
21570 bibtex-fill-field. Setup font-lock-mark-block-function the way
21571 font-lock intended.
21572 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21573 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21574 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21575 (bibtex-Preamble): Avoid hard coded constants.
21576 (bibtex-make-field): Fix docstring. Simplify.
21577 (bibtex-beginning-of-entry): Always return new position of point.
21578 (bibtex-end-of-entry): Rearrange cond clauses.
21579 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21580 Update for changes of bibtex-map-entries.
21581 (bibtex-ispell-abstract): Do not move point.
21582 (bibtex-entry-index): Use downcase. Simplify.
21583 (bibtex-lessp): Handle catch-all.
21584 (bibtex-find-crossref): Turn into a command.
21585 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21586 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21587 preamble entries.
21588 (bibtex-fill-field-bounds): New function.
21589 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21590 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21591 (bibtex-String): Use bibtex-strings. Always obey
21592 bibtex-sort-ignore-string-entries.
21593
21594 2003-07-05 John Paul Wallington <jpw@gnu.org>
21595
21596 * cus-theme.el (customize-create-theme):
21597 Call `customize-create-theme' in Reset widget's notify function.
21598
21599 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21600 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21601 (define-ibuffer-column name): Add summarizer.
21602 (define-ibuffer-column size): Likewise.
21603 (define-ibuffer-column filename): Likewise.
21604 (define-ibuffer-column process): Likewise. Change BODY's output too.
21605 (define-ibuffer-column filename-and-process): Likewise, likewise.
21606 (ibuffer): Remove local vars `already-in' and `need-update'.
21607
21608 * ibuf-ext.el: Don't require `derived' at compile-time.
21609
21610 2003-07-05 Kim F. Storm <storm@cua.dk>
21611
21612 * info.el: Disable paragraph refilling.
21613 (Info-refill-paragraphs): New defcustom.
21614 (Info-fontify-node): Use it.
21615
21616 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21617
21618 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21619 thingies from constructors created by defstruct.
21620
21621 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21622 the default value of the variable.
21623 (byte-code-meter): Move declaration to top level.
21624
21625 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21626
21627 * info.el (Info-following-node-name-re): New fun.
21628 (Info-following-node-name): Remove.
21629 (Info-insert-dir): Use the new fun.
21630 (Info-extract-pointer): Don't save restriction; use new fun.
21631 (Info-menu-entry-name-re): New const.
21632 (Info-menu-entry-name-re): Use it along with new fun.
21633 (Info-node-spec-re): Use new fun.
21634 (Info-complete-menu-item, Info-fontify-node): Use new const.
21635 (Info-goto-node, Info-follow-reference, Info-menu-update):
21636 Use match-string.
21637 (Info-follow-reference): Use assoc-string.
21638 Use a list of strings for the completion table.
21639 (Info-fontify-node): Use match-string, line-end-position.
21640 Limit the search for `node:' to the first line.
21641
21642 * newcomment.el (uncomment-region): Remove padding coming from
21643 comment-start rather than just from comment-padding.
21644
21645 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21646 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21647 (vc-cvs-rename-file): Remove (use the default).
21648 (vc-cvs-register): Register parent dir if needed.
21649 (vc-cvs-could-register): Return non-nil if parent can be registered.
21650 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21651 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21652
21653 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21654 (vc-svn-update): Fix the arguments to `svn'.
21655 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21656 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21657 Simple implementations, assuming `name' is a URL.
21658
21659 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21660 set of chars allowed unquoted in a case pattern.
21661
21662 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21663
21664 * font-lock.el (font-lock-extra-types-widget)
21665 (c-font-lock-extra-types, c++-font-lock-extra-types)
21666 (objc-font-lock-extra-types, java-font-lock-extra-types)
21667 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21668 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21669 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21670 (font-lock-match-c++-structor-declaration)
21671 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21672 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21673 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21674 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21675 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21676 (java-font-lock-keywords-3, java-font-lock-keywords)
21677 (java-font-lock-syntactic-face-function): Remove obsolete code
21678 and constants. It's all in cc-fonts.el now.
21679
21680 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21681
21682 * mail/sendmail.el (mail-specify-envelope-from)
21683 (mail-envelope-from): Doc fix.
21684
21685 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21686
21687 * generic-x.el: Do away with the dependency on `c-emacs-features'
21688 when populating `rul-generic-mode-syntax-table'; we already know
21689 this isn't XEmacs.
21690
21691 See ChangeLog.10 for earlier changes.
21692
21693 ;; Local Variables:
21694 ;; coding: iso-2022-7bit
21695 ;; End:
21696
21697 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21698 Copying and distribution of this file, with or without modification,
21699 are permitted provided the copyright notice and this notice are preserved.
21700
21701 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1